Home
last modified time | relevance | path

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

12

/system/bt/stack/include/
Dadvertise_data_parser.h38 std::equal(data_start, data_start + 3, trx_quirk.begin()) && in MalformedPacketQuirk()
39 std::equal(data_start + 5, data_start + 11, trx_quirk.begin() + 5) && in MalformedPacketQuirk()
40 std::equal(data_start + 12, data_start + 18, trx_quirk.begin() + 12)) { in MalformedPacketQuirk()
/system/testing/gtest_extras/
DOptions.cpp274 const char* equal = strchr(arg, '='); in ProcessSingle() local
275 if (equal != nullptr) { in ProcessSingle()
276 name = std::string(&arg[2], static_cast<size_t>(equal - arg) - 2); in ProcessSingle()
277 value = equal + 1; in ProcessSingle()
/system/keymaster/tests/
Dckdf_test.cpp98 EXPECT_TRUE(std::equal(output.begin(), output.end(), expected.begin())); in TEST()
/system/apex/shim/
DREADME.md10 * Its name is equal to `com.android.apex.cts.shim`
/system/update_engine/common/
Dtest_utils.h83 return std::equal(source_array, source_array + kNumDownloadSources, arg);
/system/sepolicy/tools/
DREADME27 Displays one of subset, equal, superset, or incomparable.
/system/memory/libmemunreachable/tests/
DThreadCapture_test.cpp170 EXPECT_TRUE(std::equal(expected_tids.begin(), expected_tids.end(), list_tids.begin())); in TEST_P()
/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp88 if (std::equal(prefix.begin(), prefix.end(), device_path.begin())) { in UsbStillAvailible()
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto50 // This must be less than or equal to |device_size|.
/system/core/adb/
DSYNC.TXT62 A sync request with id "DATA" and length equal to the chunk size. After
Dsysdeps_win32.cpp2752 wchar_t* const equal = wcschr(*env, L'='); in _init_env() local
2753 if (equal == nullptr) { in _init_env()
2762 if (!android::base::WideToUTF8(*env, equal - *env, &name_utf8)) { in _init_env()
2770 if (!android::base::WideToUTF8(equal + 1, &value_utf8)) { in _init_env()
/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/sepolicy/prebuilts/api/26.0/private/
Dseapp_contexts26 # greater than or equal to the specified value. If unspecified,
/system/sepolicy/prebuilts/api/27.0/private/
Dseapp_contexts26 # greater than or equal to the specified value. If unspecified,
/system/sepolicy/prebuilts/api/28.0/private/
Dseapp_contexts26 # greater than or equal to the specified value. If unspecified,
/system/netd/server/
DTetherControllerTest.cpp485 EXPECT_TRUE(std::equal(expectedError.rbegin(), expectedError.rend(), err.rbegin())); in TEST_F()
/system/incremental_delivery/incfs/
DMountRegistry.cpp49 if (path.end() - pos < kPatternLength || !std::equal(kPrefix.begin(), kPrefix.end(), pos)) { in fixProcPath()
/system/update_engine/
Dupdate_metadata.proto203 // Byte length of src, equal to the number of blocks in src_extents *
210 // Byte length of dst, equal to the number of blocks in dst_extents *
/system/update_engine/update_engine/
Dupdate_metadata.proto203 // Byte length of src, equal to the number of blocks in src_extents *
210 // Byte length of dst, equal to the number of blocks in dst_extents *
/system/sepolicy/prebuilts/api/29.0/private/
Dseapp_contexts42 # greater than or equal to the specified value. If unspecified,
/system/vold/
DKeyStorage.cpp341 } else if (std::equal(kStretchPrefix_scrypt.begin(), kStretchPrefix_scrypt.end(), in stretchSecret()
/system/sepolicy/private/
Dseapp_contexts42 # greater than or equal to the specified value. If unspecified,
/system/sepolicy/prebuilts/api/30.0/private/
Dseapp_contexts42 # greater than or equal to the specified value. If unspecified,
/system/core/init/
DREADME.md231 Values must be equal or greater than 0.
240 which must be equal or greater than 0.
244 which must be equal or greater than 0.
484 > Set the environment variable _name_ equal to _value_ in the
/system/update_engine/payload_consumer/
Ddelta_performer_integration_test.cc900 EXPECT_TRUE(std::equal(std::begin(kNewData), in VerifyPayloadResult()

12