/system/update_engine/update_manager/ |
D | generic_variables_unittest.cc | 94 unique_ptr<const CopyConstructorTestClass> copy( in TEST_F() local 96 ASSERT_NE(nullptr, copy.get()); in TEST_F() 97 EXPECT_TRUE(copy->copied_); in TEST_F() 133 unique_ptr<const CopyConstructorTestClass> copy( in TEST_F() local 136 ASSERT_NE(nullptr, copy.get()); in TEST_F() 137 EXPECT_TRUE(copy->copied_); in TEST_F() 138 EXPECT_EQ(12, copy->val_); // Check that copying occurred once. in TEST_F()
|
/system/core/libcutils/ |
D | process_name.c | 50 char* copy = (char*) malloc(len + 1); in set_process_name() local 51 strcpy(copy, new_name); in set_process_name() 52 process_name = (const char*) copy; in set_process_name()
|
D | android_reboot.c | 48 char* copy = NULL; in has_mount_option() local 52 while ((opt = strtok_r(copy ? NULL : (copy = strdup(opts)), ",", &rem))) { in has_mount_option() 59 free(copy); in has_mount_option()
|
/system/extras/libfec/ |
D | fec_read.cpp | 157 uint8_t copy[FEC_RSM]; in __ecc_read() local 170 memcpy(copy, &ecc_data[i * FEC_RSM], FEC_RSM); in __ecc_read() 180 dump("raw RS block", rsb, copy, FEC_RSM); in __ecc_read() 263 size_t copy = FEC_BLOCKSIZE - coff; in ecc_read() local 265 if (copy > left) { in ecc_read() 266 copy = left; in ecc_read() 269 memcpy(dest, &data[coff], copy); in ecc_read() 271 dest += copy; in ecc_read() 272 left -= copy; in ecc_read() 384 size_t copy = FEC_BLOCKSIZE - coff; in verity_read() [all …]
|
/system/keymaster/ |
D | authorization_set_test.cpp | 564 AuthorizationSet copy(set); in TEST() local 566 EXPECT_EQ(copy, set); in TEST() 568 EXPECT_EQ(copy.size(), set.size()); in TEST() 572 EXPECT_NE(copy, set); in TEST() 582 AuthorizationSet copy(set); in TEST() local 584 EXPECT_EQ(copy, set); in TEST() 588 EXPECT_EQ(copy.size() - 1, set.size()); in TEST() 589 EXPECT_NE(copy, set); in TEST() 600 AuthorizationSet copy(set); in TEST() local 602 EXPECT_EQ(copy, set); in TEST() [all …]
|
/system/connectivity/shill/ |
D | error_unittest.cc | 77 Error copy; in TEST_F() local 78 copy.CopyFrom(e); in TEST_F() 79 EXPECT_EQ(e.type(), copy.type()); in TEST_F() 80 EXPECT_EQ(e.message(), copy.message()); in TEST_F()
|
D | shill.gypi | 6 # You may obtain a copy of the License at
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 6 Everyone is permitted to copy and distribute verbatim copies 40 (2) offer you this license which gives you legal permission to copy, 79 1. You may copy and distribute verbatim copies of the Program's 81 conspicuously and appropriately publish on each copy an appropriate 84 and give any other recipients of the Program a copy of this License 87 You may charge a fee for the physical act of transferring a copy, and 90 2. You may modify your copy or copies of the Program or any portion 91 of it, thus forming a work based on the Program, and copy and 109 these conditions, and telling the user how to view a copy of this 134 3. You may copy and distribute the Program (or a work based on it, [all …]
|
/system/bt/service/common/bluetooth/ |
D | uuid.cpp | 123 std::copy(uuid.begin(), uuid.end(), id_.begin() + kNumBytes16); in UUID() 128 std::copy(uuid.begin(), uuid.end(), id_.begin()); in UUID()
|
/system/bt/build/toolchain/gcc/ |
D | BUILD.gn | 6 # You may obtain a copy of the License at: 93 tool("copy") {
|
/system/connectivity/shill/init/ |
D | netfilter-common | 6 # You may obtain a copy of the License at
|
/system/bt/audio_a2dp_hw/ |
D | BUILD.gn | 6 # You may obtain a copy of the License at:
|
/system/media/camera/docs/ |
D | CaptureRequestKeys.mako | 7 ## You may obtain a copy of the License at
|
D | CameraCharacteristicsKeys.mako | 7 ## You may obtain a copy of the License at
|
D | CaptureResultKeys.mako | 7 ## You may obtain a copy of the License at
|
/system/bt/udrv/ |
D | BUILD.gn | 6 # You may obtain a copy of the License at:
|
/system/connectivity/shill/shims/ |
D | wpa_supplicant.conf.in | 6 # You may obtain a copy of the License at
|
/system/bt/vendor_libs/ |
D | BUILD.gn | 6 # You may obtain a copy of the License at:
|
/system/tpm/tpm_manager/common/ |
D | tpm_manager_status.proto | 6 // You may obtain a copy of the License at
|
/system/bt/vendor_libs/linux/ |
D | BUILD.gn | 6 # You may obtain a copy of the License at:
|
/system/bt/utils/ |
D | BUILD.gn | 6 # You may obtain a copy of the License at:
|
/system/weaved/ |
D | README | 5 // You may obtain a copy of the License at
|
/system/security/keystore/ |
D | keystore_client.proto | 5 // You may obtain a copy of the License at
|
/system/bt/tools/hci/ |
D | Android.mk.disabled | 6 # You may obtain a copy of the License at
|
/system/webservd/ |
D | README | 5 // You may obtain a copy of the License at
|