Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 25 of 34) sorted by relevance

12

/system/testing/gtest_extras/gtest_isolated/
DOptions.cpp275 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/
Dckdf_test.cpp98 EXPECT_TRUE(std::equal(output.begin(), output.end(), expected.begin())); in TEST()
Dkey_blob_test.cpp152 EXPECT_TRUE(std::equal(key_material_.begin(), key_material_.end(), // in TEST_P()
/system/chre/apps/test/common/chre_cross_validator_sensor/src/
Dchre_cross_validator_sensor_manager.cc452 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/
Daidl_parser_fuzzer.dict102 " --checkapi=equal "
/system/core/libutils/binder/include/utils/
DString8.h319 return std::strong_ordering::equal;
362 return std::strong_ordering::equal;
DString16.h351 return std::strong_ordering::equal;
394 return std::strong_ordering::equal;
/system/core/libutils/include/utils/
DString8.h319 return std::strong_ordering::equal;
362 return std::strong_ordering::equal;
DString16.h351 return std::strong_ordering::equal;
394 return std::strong_ordering::equal;
/system/apex/apexd/sysprop/
DApexProperties.sysprop52 # the total number of threads equal the number of packages.
/system/apex/shim/
DREADME.md10 * Its name is equal to `com.android.apex.cts.shim`
/system/update_engine/aosp/
Dupdate_attempter_android_unittest.cc58 return std::equal(source_array, source_array + kNumDownloadSources, arg);
/system/keymaster/android_keymaster/
Dremote_provisioning_utils.cpp56 std::equal(pubkey.begin(), pubkey.end(), other.pubkey.begin(), other.pubkey.end()); in operator ==()
/system/libcppbor/src/
Dcppbor.cpp433 && 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/
DREADME27 Displays one of subset, equal, superset, or incomparable.
/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp88 if (std::equal(prefix.begin(), prefix.end(), device_path.begin())) { in UsbStillAvailible()
/system/memory/libmemunreachable/tests/
DThreadCapture_test.cpp170 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/
Dble_filter.proto42 // is verified as trusted if the hash result is equal to
/system/netd/server/
DTetherControllerTest.cpp438 EXPECT_TRUE(std::equal(expectedError.rbegin(), expectedError.rend(), err.rbegin())); in TEST_F()
/system/extras/partition_tools/
DREADME.md23 …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/
Drf_packets.pdl100 // and nfcid1[3] of a double-size NFCID1 to a value not equal to 88h._
/system/secretkeeper/dice_policy/
DREADME.md57 particular DiceChainEntry need to have auth_hash value exactly equal to specified one and
/system/incremental_delivery/incfs/
DMountRegistry.cpp49 if (path.end() - pos < kPatternLength || !std::equal(kPrefix.begin(), kPrefix.end(), pos)) { in fixProcPath()
/system/apex/apexd/
Dapexd_test_utils.h177 return std::equal(begin1, std::istreambuf_iterator<char>(), begin2); in CompareFiles()
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto62 // This must be less than or equal to |device_size|.

12