/external/bluetooth/bluez/ |
bootstrap | 5 libtoolize --automake --copy --force && \ 6 automake --add-missing --copy && \
|
/external/bluetooth/hcidump/ |
bootstrap | 5 automake --add-missing --copy && \
|
/external/elfutils/libelf/ |
gelf_getehdr.c | 14 You should have received a copy of the GNU General Public License 57 #define COPY(name) \ 59 COPY (e_type); 60 COPY (e_machine); 61 COPY (e_version); 62 COPY (e_entry); 63 COPY (e_phoff); 64 COPY (e_shoff); 65 COPY (e_flags); 66 COPY (e_ehsize) [all...] |
gelf_getshdr.c | 14 You should have received a copy of the GNU General Public License 48 /* Copy the elements one-by-one. */ 57 #define COPY(name) \ 59 COPY (sh_name); 60 COPY (sh_type); 61 COPY (sh_flags); 62 COPY (sh_addr); 63 COPY (sh_offset); 64 COPY (sh_size); 65 COPY (sh_link) [all...] |
gelf_update_shdr.c | 14 You should have received a copy of the GNU General Public License 61 #define COPY(name) \ 63 COPY (sh_name); 64 COPY (sh_type); 65 COPY (sh_flags); 66 COPY (sh_addr); 67 COPY (sh_offset); 68 COPY (sh_size); 69 COPY (sh_link); 70 COPY (sh_info) [all...] |
gelf_update_ehdr.c | 14 You should have received a copy of the GNU General Public License 65 /* Copy the data. */ 67 #define COPY(name) \ 69 COPY (e_type); 70 COPY (e_machine); 71 COPY (e_version); 72 COPY (e_entry); 73 COPY (e_phoff); 74 COPY (e_shoff); 75 COPY (e_flags) [all...] |
gelf_getphdr.c | 14 You should have received a copy of the GNU General Public License 55 /* Copy the elements one-by-one. */ 79 #define COPY(Name) result->Name = phdr->Name 80 COPY (p_type); 81 COPY (p_offset); 82 COPY (p_vaddr); 83 COPY (p_paddr); 84 COPY (p_filesz); 85 COPY (p_memsz); 86 COPY (p_flags) [all...] |
gelf_update_phdr.c | 14 You should have received a copy of the GNU General Public License 80 #define COPY(name) \ 82 COPY (p_type); 83 COPY (p_offset); 84 COPY (p_vaddr); 85 COPY (p_paddr); 86 COPY (p_filesz); 87 COPY (p_memsz); 88 COPY (p_flags); 89 COPY (p_align) [all...] |
gelf_update_sym.c | 14 You should have received a copy of the GNU General Public License 80 #define COPY(name) \ 82 COPY (st_name); 83 COPY (st_value); 84 COPY (st_size); 85 /* Please note that we can simply copy the `st_info' element since 88 COPY (st_info); 89 COPY (st_other); 90 COPY (st_shndx);
|
/external/webkit/WebCore/bindings/objc/ |
PublicDOMInterfaces.h | 34 @property(readonly, copy) NSString *name; 36 @property(copy) NSString *value; 45 @property(copy) NSString *data; 88 @property(copy) NSString *title; 89 @property(readonly, copy) NSString *referrer; 90 @property(readonly, copy) NSString *domain; 91 @property(readonly, copy) NSString *URL; 93 @property(copy) NSString *cookie; 94 @property(readonly, copy) NSString *inputEncoding AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER; 95 @property(readonly, copy) NSString *xmlEncoding AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER [all...] |
/build/core/ |
copy_headers.mk | 2 ## Copy headers to the install tree 10 # Create a rule to copy each header, and make the 12 # destination header. copy-one-header defines the 19 $(eval $(call copy-one-header,$(_chFrom),$(_chTo))) \
|
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/ |
window-open-expected.txt | 1 This is a new window to make sure there is a copy of the previous window's sessionStorage, and that they diverge after a change 5 Value for FOO after changing my own copy is BAR-NEWWINDOW
|
/external/bluetooth/glib/build/win32/vs9/ |
install.vcproj | 32 CommandLine="mkdir $(OutDir)\bin
copy $(SolutionDir)$(ConfigurationName)\*-2-vs9.dll $(OutDir)\bin
rem
mkdir $(OutDir)\include\glib-2.0\glib
copy ..\..\..\glib\glib.h $(OutDir)\include\glib-2.0
copy ..\..\..\gmodule\gmodule.h $(OutDir)\include\glib-2.0
copy ..\..\..\glib\glib-object.h $(OutDir)\include\glib-2.0
copy ..\..\..\glib\galloca.h $(OutDir)\include\glib-2.0\glib
copy ..\..\..\glib\garray.h $(OutDir)\include\glib-2.0\glib
copy ..\..\..\glib\gasyncqueue.h $(OutDir)\include\glib-2.0\glib
copy ..\..\..\glib\gatomic.h $(OutDir)\include\glib-2.0\glib
copy ..\..\..\glib\gbacktrace.h $(OutDir)\include\glib-2.0\glib
copy ..\..\..\glib\gbase64.h $(OutDir)\include\glib-2.0\glib
copy ..\..\..\glib\gbookmarkfil (…) [all...] |
/frameworks/base/include/private/media/ |
VideoFrame.h | 7 ** You may obtain a copy of the License at 60 MediaAlbumArt(const MediaAlbumArt& copy) { 61 mSize = copy.mSize; 63 if (mSize > 0 && copy.mData != NULL) { 64 mData = new uint8_t[copy.mSize]; 66 memcpy(mData, copy.mData, mSize); 93 VideoFrame(const VideoFrame& copy) { 94 mWidth = copy.mWidth; 95 mHeight = copy.mHeight; 96 mDisplayWidth = copy.mDisplayWidth [all...] |
/build/libs/host/include/host/ |
CopyFile.h | 13 COPY_NO_DEREFERENCE = 0x00010000, // copy symlink link instead of target 18 COPY_RECURSIVE = 0x00200000, // copy directories 19 COPY_UPDATE_ONLY = 0x00400000, // only copy if source file is newer
|
/external/clearsilver/man/man3/ |
hdf_copy.3 | 14 hdf_copy - copy part of an HDF dataset to another 29 src -> the hdf dataset to copy to the destination 32 hdf_copy is a deep copy of an HDF tree pointed to by
|
/external/icu4c/test/intltest/ |
tstnrapi.cpp | 32 // test copy constructor 33 Normalizer copy(norm); 34 if(copy.next()!=0xac00) { 39 Normalizer *clone=copy.clone(); 40 if(*clone!=copy) { 41 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()!=copy"); 44 if(clone->hashCode()!=copy.hashCode()) { 45 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()->hashCode()!=copy.hashCode()"); 51 if(clone->hashCode()==copy.hashCode()) { 52 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()->next().hashCode()==copy.hashCode()") [all...] |
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
README.txt | 7 3/ Copy build/Release/libEASLIb.dylib to the JetCreator folder
|
/external/srec/config/en.us/ |
adb_pull_system_usr_srec_liveaudio.sh | 1 # Run this from Ubuntu to copy files from device
|
/external/zlib/contrib/testzlib/ |
testzlib.txt | 3 copy to a directory file from :
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/set/ |
der_encode_set.c | 70 ltc_asn1_list *copy; local 74 /* make copy of list */ 75 copy = XCALLOC(inlen, sizeof(*copy)); 76 if (copy == NULL) { 82 copy[x] = list[x]; 83 copy[x].used = x; 87 XQSORT(copy, inlen, sizeof(*copy), &qsort_helper); 90 err = der_encode_sequence_ex(copy, inlen, out, outlen, LTC_ASN1_SET); [all...] |
/cts/tools/spec-progress/ |
Android.mk | 11 @echo "Copy: $(PRIVATE_MODULE) ($@)" 12 $(copy-file-to-new-target)
|
/cts/tools/test-progress/ |
Android.mk | 11 @echo "Copy: $(PRIVATE_MODULE) ($@)" 12 $(copy-file-to-new-target)
|
/external/dbus/dbus/ |
dbus-marshal-byteswap-util.c | 18 * You should have received a copy of the GNU General Public License 49 DBusString copy; local 53 if (!_dbus_string_init (©)) 56 if (!_dbus_string_copy (&body, 0, ©, 0)) 62 ©, 0); 67 ©, 0); 75 _dbus_verbose_bytes_of_string (©, 0, 76 _dbus_string_get_length (©)); 82 _dbus_string_free (©);
|
/bionic/libc/string/ |
strndup.c | 35 char* copy = malloc(len+1); local 37 if (copy) { 38 memcpy( copy, s, len ); 39 copy[len] = 0; 41 return copy;
|