Searched refs:copy (Results 1 - 19 of 19) sorted by relevance
/system/core/libcutils/ |
H A D | process_name.c | 6 * You may obtain a copy of the License at 43 char* copy = (char*) malloc(len + 1); local 44 strcpy(copy, new_name); 45 process_name = (const char*) copy;
|
H A D | mq.c | 6 * You may obtain a copy of the License at 1143 Buffer* copy = bufferCreate(size); local 1144 if (copy == NULL) { 1151 memcpy(copy->data, bytes, size); 1152 copy->size = size; 1154 packet->bytes = copy;
|
/system/core/libmincrypt/tools/ |
H A D | Android.mk | 5 # You may obtain a copy of the License at
|
/system/extras/latencytop/ |
H A D | Android.mk | 5 # You may obtain a copy of the License at
|
/system/extras/libpagemap/ |
H A D | Android.mk | 5 # You may obtain a copy of the License at
|
/system/extras/librank/ |
H A D | Android.mk | 5 # You may obtain a copy of the License at
|
/system/extras/procmem/ |
H A D | Android.mk | 5 # You may obtain a copy of the License at
|
/system/extras/timeinfo/ |
H A D | Android.mk | 5 # You may obtain a copy of the License at
|
/system/extras/procrank/ |
H A D | Android.mk | 5 # You may obtain a copy of the License at
|
/system/extras/tests/cpueater/ |
H A D | Android.mk | 5 # You may obtain a copy of the License at
|
/system/extras/tests/fstest/ |
H A D | Android.mk | 5 # You may obtain a copy of the License at
|
/system/extras/tests/sdcard/ |
H A D | Android.mk | 5 # You may obtain a copy of the License at
|
/system/core/fastboot/ |
H A D | Android.mk | 5 # You may obtain a copy of the License at
|
/system/core/libpixelflinger/tinyutils/ |
H A D | TypeHelpers.h | 38 #define ANDROID_TYPE_TRAITS( T, ctor, dtor, copy, assign ) \ 41 template<> struct trait_trivial_copy< T > { enum { value = copy }; }; \ 105 * create, destroy, copy and assign types...
|
/system/core/rootdir/ |
H A D | Android.mk | 34 # Only copy init.rc if the target doesn't have its own.
|
/system/media/opensles/tests/sandbox/ |
H A D | engine.c | 6 * You may obtain a copy of the License at 144 // Use a copy of the interface ID to make sure lookup is not purely relying on address 146 struct SLInterfaceID_ copy = *engine_ids[index]; local 147 result = (*engineObject)->GetInterface(engineObject, ©, &interface_again);
|
/system/core/init/ |
H A D | keywords.h | 74 KEYWORD(copy, COMMAND, 2, do_copy)
|
/system/extras/tests/bionic/libstdc++/ |
H A D | Android.mk | 5 # You may obtain a copy of the License at
|
/system/extras/tests/bionic/libc/ |
H A D | Android.mk | 5 # You may obtain a copy of the License at
|
Completed in 152 milliseconds