/system/bt/stack/include/ |
D | advertise_data_parser.h | 38 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/ |
D | Options.cpp | 274 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/ |
D | ckdf_test.cpp | 98 EXPECT_TRUE(std::equal(output.begin(), output.end(), expected.begin())); in TEST()
|
/system/apex/shim/ |
D | README.md | 10 * Its name is equal to `com.android.apex.cts.shim`
|
/system/update_engine/common/ |
D | test_utils.h | 83 return std::equal(source_array, source_array + kNumDownloadSources, arg);
|
/system/sepolicy/tools/ |
D | README | 27 Displays one of subset, equal, superset, or incomparable.
|
/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/core/fastboot/fuzzy_fastboot/ |
D | fixtures.cpp | 88 if (std::equal(prefix.begin(), prefix.end(), device_path.begin())) { in UsbStillAvailible()
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 50 // This must be less than or equal to |device_size|.
|
/system/core/adb/ |
D | SYNC.TXT | 62 A sync request with id "DATA" and length equal to the chunk size. After
|
D | sysdeps_win32.cpp | 2752 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/ |
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/sepolicy/prebuilts/api/26.0/private/ |
D | seapp_contexts | 26 # greater than or equal to the specified value. If unspecified,
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | seapp_contexts | 26 # greater than or equal to the specified value. If unspecified,
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | seapp_contexts | 26 # greater than or equal to the specified value. If unspecified,
|
/system/netd/server/ |
D | TetherControllerTest.cpp | 485 EXPECT_TRUE(std::equal(expectedError.rbegin(), expectedError.rend(), err.rbegin())); in TEST_F()
|
/system/incremental_delivery/incfs/ |
D | MountRegistry.cpp | 49 if (path.end() - pos < kPatternLength || !std::equal(kPrefix.begin(), kPrefix.end(), pos)) { in fixProcPath()
|
/system/update_engine/ |
D | update_metadata.proto | 203 // 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/ |
D | update_metadata.proto | 203 // 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/ |
D | seapp_contexts | 42 # greater than or equal to the specified value. If unspecified,
|
/system/vold/ |
D | KeyStorage.cpp | 341 } else if (std::equal(kStretchPrefix_scrypt.begin(), kStretchPrefix_scrypt.end(), in stretchSecret()
|
/system/sepolicy/private/ |
D | seapp_contexts | 42 # greater than or equal to the specified value. If unspecified,
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | seapp_contexts | 42 # greater than or equal to the specified value. If unspecified,
|
/system/core/init/ |
D | README.md | 231 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/ |
D | delta_performer_integration_test.cc | 900 EXPECT_TRUE(std::equal(std::begin(kNewData), in VerifyPayloadResult()
|