Home
last modified time | relevance | path

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

123

/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()
/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 …]
Dsoft_keymaster_device.cpp490 std::copy(response.results, response.results + response.results_length, *algorithms); in get_supported_algorithms()
522 std::copy(response.results, response.results + response.results_length, *modes); in get_supported_block_modes()
553 std::copy(response.results, response.results + response.results_length, *modes); in get_supported_padding_modes()
584 std::copy(response.results, response.results + response.results_length, *digests); in get_supported_digests()
613 std::copy(response.results, response.results + response.results_length, *formats); in get_supported_import_formats()
642 std::copy(response.results, response.results + *formats_length, *formats); in get_supported_export_formats()
/system/core/toolbox/
Dls.c83 char *copy = malloc(slen+1); in strlist_append_b() local
84 memcpy(copy, str, slen); in strlist_append_b()
85 copy[slen] = '\0'; in strlist_append_b()
88 list->items[list->count++] = copy; in strlist_append_b()
/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
DCaptureResultTest.mako7 ## You may obtain a copy of the License at
Dcamera_metadata_tag_info.mako7 * You may obtain a copy of the License at
Dcamera_metadata_tags.mako7 * You may obtain a copy of the License at
DCameraMetadataEnums.mako7 ## You may obtain a copy of the License at
DCameraMetadataKeys.mako7 ## You may obtain a copy of the License at
Dmetadata_template.mako7 You may obtain a copy of the License at
/system/core/libpixelflinger/codeflinger/tinyutils/
DTypeHelpers.h48 #define ANDROID_TYPE_TRAITS( T, ctor, dtor, copy, assign ) \
51 template<> struct trait_trivial_copy< T > { enum { value = copy }; }; \
/system/core/
DNOTICE65 Version 2.0. You may obtain a copy of this license at
191 Derivative Works a copy of this License; and
204 include a readable copy of the attribution notices contained
298 a copy of the Unicode data files and any associated documentation (the
301 including without limitation the rights to use, copy, modify, merge,
/system/bt/embdrv/sbc/decoder/srce/
Dreadsamplesjoint.inc8 * You may obtain a copy of the License at:
/system/core/init/
Dkeywords.h54 KEYWORD(copy, COMMAND, 2, do_copy)
/system/bt/btcore/test/
Ddevice_class_test.cpp167 TEST_F(DeviceClassTest, copy) { in TEST_F() argument
Dproperty_test.cpp157 TEST_F(PropertyTest, copy) { in TEST_F() argument
/system/media/camera/tests/
Dcamera_metadata_tests.cpp79 camera_metadata_t *copy = NULL; in TEST() local
84 copy = clone_camera_metadata(src); in TEST()
85 ASSERT_NE((void*)NULL, (void*)copy); in TEST()
86 EXPECT_EQ((size_t)0, get_camera_metadata_entry_count(copy)); in TEST()
87 EXPECT_EQ((size_t)0, get_camera_metadata_entry_capacity(copy)); in TEST()
88 EXPECT_EQ((size_t)0, get_camera_metadata_data_count(copy)); in TEST()
89 EXPECT_EQ((size_t)0, get_camera_metadata_data_capacity(copy)); in TEST()
92 FINISH_USING_CAMERA_METADATA(copy); in TEST()
/system/bt/
DNOTICE96 Derivative Works a copy of this License; and
109 include a readable copy of the attribution notices contained
194 You may obtain a copy of the License at
/system/extras/timeinfo/
DNOTICE108 Derivative Works a copy of this License; and
121 include a readable copy of the attribution notices contained
/system/core/libpixelflinger/
DNOTICE108 Derivative Works a copy of this License; and
121 include a readable copy of the attribution notices contained
/system/extras/ext4_utils/
DNOTICE108 Derivative Works a copy of this License; and
121 include a readable copy of the attribution notices contained
/system/extras/ksmutils/
DNOTICE108 Derivative Works a copy of this License; and
121 include a readable copy of the attribution notices contained

123