Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 203) sorted by relevance

123456789

/system/update_engine/update_manager/
Dgeneric_variables_unittest.cc94 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/
Dprocess_name.c50 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()
Dandroid_reboot.c48 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/
Dfec_read.cpp157 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/
Dauthorization_set_test.cpp564 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/
Derror_unittest.cc77 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()
Dshill.gypi6 # You may obtain a copy of the License at
/system/sepolicy/tools/fc_sort/
DNOTICE6 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/
Duuid.cpp123 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/
DBUILD.gn6 # You may obtain a copy of the License at:
93 tool("copy") {
/system/connectivity/shill/init/
Dnetfilter-common6 # You may obtain a copy of the License at
/system/bt/audio_a2dp_hw/
DBUILD.gn6 # You may obtain a copy of the License at:
/system/media/camera/docs/
DCaptureRequestKeys.mako7 ## You may obtain a copy of the License at
DCameraCharacteristicsKeys.mako7 ## You may obtain a copy of the License at
DCaptureResultKeys.mako7 ## You may obtain a copy of the License at
/system/bt/udrv/
DBUILD.gn6 # You may obtain a copy of the License at:
/system/connectivity/shill/shims/
Dwpa_supplicant.conf.in6 # You may obtain a copy of the License at
/system/bt/vendor_libs/
DBUILD.gn6 # You may obtain a copy of the License at:
/system/tpm/tpm_manager/common/
Dtpm_manager_status.proto6 // You may obtain a copy of the License at
/system/bt/vendor_libs/linux/
DBUILD.gn6 # You may obtain a copy of the License at:
/system/bt/utils/
DBUILD.gn6 # You may obtain a copy of the License at:
/system/weaved/
DREADME5 // You may obtain a copy of the License at
/system/security/keystore/
Dkeystore_client.proto5 // You may obtain a copy of the License at
/system/bt/tools/hci/
DAndroid.mk.disabled6 # You may obtain a copy of the License at
/system/webservd/
DREADME5 // You may obtain a copy of the License at

123456789