/system/testing/gtest_extras/gtest_isolated/ |
D | Options.cpp | 275 const char* equal = strchr(arg, '='); in ProcessSingle() local 276 if (equal != nullptr) { in ProcessSingle() 277 name = std::string(&arg[2], static_cast<size_t>(equal - arg) - 2); in ProcessSingle() 278 value = equal + 1; in ProcessSingle()
|
/system/keymaster/tests/ |
D | ckdf_test.cpp | 98 EXPECT_TRUE(std::equal(output.begin(), output.end(), expected.begin())); in TEST()
|
D | key_blob_test.cpp | 152 EXPECT_TRUE(std::equal(key_material_.begin(), key_material_.end(), // in TEST_P()
|
/system/chre/apps/test/common/chre_cross_validator_sensor/src/ |
D | chre_cross_validator_sensor_manager.cc | 452 bool equal = true; in handleInfoMessage() local 454 equal = (strcmp(info.sensorName, mSensorNameArray) == 0); in handleInfoMessage() 456 mSensorNameArray, equal); in handleInfoMessage() 458 if (equal) { in handleInfoMessage()
|
/system/tools/aidl/tests/ |
D | aidl_parser_fuzzer.dict | 102 " --checkapi=equal "
|
/system/core/libutils/binder/include/utils/ |
D | String8.h | 319 return std::strong_ordering::equal; 362 return std::strong_ordering::equal;
|
D | String16.h | 351 return std::strong_ordering::equal; 394 return std::strong_ordering::equal;
|
/system/core/libutils/include/utils/ |
D | String8.h | 319 return std::strong_ordering::equal; 362 return std::strong_ordering::equal;
|
D | String16.h | 351 return std::strong_ordering::equal; 394 return std::strong_ordering::equal;
|
/system/apex/apexd/sysprop/ |
D | ApexProperties.sysprop | 52 # the total number of threads equal the number of packages.
|
/system/apex/shim/ |
D | README.md | 10 * Its name is equal to `com.android.apex.cts.shim`
|
/system/update_engine/aosp/ |
D | update_attempter_android_unittest.cc | 58 return std::equal(source_array, source_array + kNumDownloadSources, arg);
|
/system/keymaster/android_keymaster/ |
D | remote_provisioning_utils.cpp | 56 std::equal(pubkey.begin(), pubkey.end(), other.pubkey.begin(), other.pubkey.end()); in operator ==()
|
/system/libcppbor/src/ |
D | cppbor.cpp | 433 && std::equal(mEntries.begin(), mEntries.end(), other.mEntries.begin(), in operator ==() 466 && std::equal(begin(), end(), other.begin(), [](auto& a, auto& b) { in operator ==()
|
/system/sepolicy/tools/ |
D | README | 27 Displays one of subset, equal, superset, or incomparable.
|
/system/core/fastboot/fuzzy_fastboot/ |
D | fixtures.cpp | 88 if (std::equal(prefix.begin(), prefix.end(), device_path.begin())) { in UsbStillAvailible()
|
/system/memory/libmemunreachable/tests/ |
D | ThreadCapture_test.cpp | 170 EXPECT_TRUE(std::equal(expected_tids.begin(), expected_tids.end(), list_tids.begin())); in TEST_P()
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/ |
D | ble_filter.proto | 42 // is verified as trusted if the hash result is equal to
|
/system/netd/server/ |
D | TetherControllerTest.cpp | 438 EXPECT_TRUE(std::equal(expectedError.rbegin(), expectedError.rend(), err.rbegin())); in TEST_F()
|
/system/extras/partition_tools/ |
D | README.md | 23 …mal file or a sparse image, but the destination size must be less than or equal to the partition s…
|
/system/nfc/tools/casimir/src/ |
D | rf_packets.pdl | 100 // and nfcid1[3] of a double-size NFCID1 to a value not equal to 88h._
|
/system/secretkeeper/dice_policy/ |
D | README.md | 57 particular DiceChainEntry need to have auth_hash value exactly equal to specified one and
|
/system/incremental_delivery/incfs/ |
D | MountRegistry.cpp | 49 if (path.end() - pos < kPatternLength || !std::equal(kPrefix.begin(), kPrefix.end(), pos)) { in fixProcPath()
|
/system/apex/apexd/ |
D | apexd_test_utils.h | 177 return std::equal(begin1, std::istreambuf_iterator<char>(), begin2); in CompareFiles()
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 62 // This must be less than or equal to |device_size|.
|