HomeSort by relevance Sort by last modified time
    Searched defs:COPY (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/elfutils/libelf/
gelf_getshdr.c 58 /* Copy the elements one-by-one. */
68 #define COPY(name) \
70 COPY (sh_name);
71 COPY (sh_type);
72 COPY (sh_flags);
73 COPY (sh_addr);
74 COPY (sh_offset);
75 COPY (sh_size);
76 COPY (sh_link);
77 COPY (sh_info)
    [all...]
gelf_update_ehdr.c 77 /* Copy the data. */
79 #define COPY(name) \
81 COPY (e_type);
82 COPY (e_machine);
83 COPY (e_version);
84 COPY (e_entry);
85 COPY (e_phoff);
86 COPY (e_shoff);
87 COPY (e_flags);
88 COPY (e_ehsize)
    [all...]
gelf_getehdr.c 72 #define COPY(name) \
74 COPY (e_type);
75 COPY (e_machine);
76 COPY (e_version);
77 COPY (e_entry);
78 COPY (e_phoff);
79 COPY (e_shoff);
80 COPY (e_flags);
81 COPY (e_ehsize);
82 COPY (e_phentsize)
    [all...]
gelf_getphdr.c 65 /* Copy the elements one-by-one. */
93 #define COPY(Name) result->Name = phdr->Name
94 COPY (p_type);
95 COPY (p_offset);
96 COPY (p_vaddr);
97 COPY (p_paddr);
98 COPY (p_filesz);
99 COPY (p_memsz);
100 COPY (p_flags);
101 COPY (p_align)
    [all...]
gelf_getsym.c 77 /* This might look like a simple copy operation but it's
79 #define COPY(name) \
81 COPY (st_name);
82 /* Please note that we can simply copy the `st_info' element since
85 COPY (st_info);
86 COPY (st_other);
87 COPY (st_shndx);
88 COPY (st_value);
89 COPY (st_size);
gelf_update_phdr.c 96 #define COPY(name) \
98 COPY (p_type);
99 COPY (p_offset);
100 COPY (p_vaddr);
101 COPY (p_paddr);
102 COPY (p_filesz);
103 COPY (p_memsz);
104 COPY (p_flags);
105 COPY (p_align);
130 /* Just copy the data. *
    [all...]
gelf_update_shdr.c 74 #define COPY(name) \
76 COPY (sh_name);
77 COPY (sh_type);
78 COPY (sh_flags);
79 COPY (sh_addr);
80 COPY (sh_offset);
81 COPY (sh_size);
82 COPY (sh_link);
83 COPY (sh_info);
84 COPY (sh_addralign)
    [all...]
gelf_getsymshndx.c 96 /* This might look like a simple copy operation but it's
98 #define COPY(name) \
100 COPY (st_name);
101 /* Please note that we can simply copy the `st_info' element since
104 COPY (st_info);
105 COPY (st_other);
106 COPY (st_shndx);
107 COPY (st_value);
108 COPY (st_size);
gelf_update_sym.c 83 #define COPY(name) \
85 COPY (st_name);
86 COPY (st_value);
87 COPY (st_size);
88 /* Please note that we can simply copy the `st_info' element since
91 COPY (st_info);
92 COPY (st_other);
93 COPY (st_shndx);
gelf_update_symshndx.c 108 #define COPY(name) \
110 COPY (st_name);
111 COPY (st_value);
112 COPY (st_size);
113 /* Please note that we can simply copy the `st_info' element since
116 COPY (st_info);
117 COPY (st_other);
118 COPY (st_shndx);
  /external/libpng/projects/owatcom/
pngconfig.mak 13 COPY=copy
33 $(COPY) pnglibconf.h $@
53 $(COPY) dfn2.out $@
64 $(COPY) dfn2.out $@
68 # The following lines are used to copy scripts\pnglibconf.h.prebuilt and make
103 @$(COPY) << config.inf
118 @$(COPY) << pngconfig.dfa
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fvwrite.c 66 #define COPY(n) (void)memcpy((void *)fp->_p, (void *)p, (size_t)(n))
128 COPY(w); /* copy MIN(fp->_w,len), */
134 COPY(w);
147 COPY(w);
174 COPY(w);
185 COPY(w);
  /external/llvm/include/llvm/Target/
TargetOpcodes.h 61 /// register-to-register copy into a specific register class. This is only
65 /// instructions are insufficient. It is emitted as a COPY MachineInstr.
84 /// COPY - Target-independent register copy. This instruction can also be
85 /// used to copy between subregisters of virtual registers.
86 COPY = 13,
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
TableView.java 6 * You may obtain a copy of the License at
31 * Base class for view containing Table that needs to support copy, and select
46 * the copy and select all actions.
70 // setup the copy action
73 actionBars.setGlobalActionHandler(ActionFactory.COPY.getId(),
78 mActivator.copy(mClipboard);
  /external/libpng/contrib/pngminim/decoder/
makefile 15 COPY=cp
129 $(COPY) $(PNGSRC)/$@ $@
135 $(COPY) $(ZLIBSRC)/$@ $@
143 echo $(COPY) $(ZLIBSRC)/$$f $@ &&\
144 $(COPY) $(ZLIBSRC)/$$f $@ && exit 0;\
145 done; echo copy: $(ZLIBSRC)/zconf.h not found; exit 1
149 $(COPY) $(PROGSRC)/png2pnm.c $@
  /external/libpng/contrib/pngminim/encoder/
makefile 15 COPY=cp
128 $(COPY) $(PNGSRC)/$@ $@
134 $(COPY) $(ZLIBSRC)/$@ $@
142 echo $(COPY) $(ZLIBSRC)/$$f $@ &&\
143 $(COPY) $(ZLIBSRC)/$$f $@ && exit 0;\
144 done; echo copy: $(ZLIBSRC)/zconf.h not found; exit 1
148 $(COPY) $(PROGSRC)/pnm2png.c $@
  /external/libpng/contrib/pngminim/preader/
makefile 15 COPY=cp
144 $(COPY) $(PNGSRC)/$@ $@
150 $(COPY) $(ZLIBSRC)/$@ $@
158 echo $(COPY) $(ZLIBSRC)/$$f $@ &&\
159 $(COPY) $(ZLIBSRC)/$$f $@ && exit 0;\
160 done; echo copy: $(ZLIBSRC)/zconf.h not found; exit 1
164 $(COPY) $(PROGSRC)/$@ $@
  /external/freetype/src/gzip/
infcodes.c 22 COPY, /* o: copying bytes in window, waiting for space */
45 uInt dist; /* distance back to copy from */
46 } copy; /* if EXT or COPY, where and how much */ member in union:inflate_codes_state::__anon12127
94 Bytef *f; /* pointer to copy strings from */
97 /* copy input/output information to locals (UPDATE macro restores) */
137 c->sub.copy.get = e & 15;
159 j = c->sub.copy.get;
175 c->sub.copy.get = e & 15;
176 c->sub.copy.dist = t->base
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/shaping/
ArabicShapingTest.java 19 private static final int COPY = 0;
24 int testtype = COPY;
132 testtype = COPY;
174 case COPY:
239 " -tes:[cp|ip|st] (test type: copy, in place, string)\n" +
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
ArabicShapingTest.java 18 private static final int COPY = 0;
23 int testtype = COPY;
131 testtype = COPY;
173 case COPY:
238 " -tes:[cp|ip|st] (test type: copy, in place, string)\n" +
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BeanCopier.java 6 * You may obtain a copy of the License at
38 private static final Signature COPY =
39 new Signature("copy", Type.VOID_TYPE, new Type[]{ Constants.TYPE_OBJECT, Constants.TYPE_OBJECT, CONVERTER });
55 abstract public void copy(Object from, Object to, Converter converter); method in class:BeanCopier
107 CodeEmitter e = ce.begin_method(Constants.ACC_PUBLIC, COPY, null);
  /external/opencv3/3rdparty/zlib/
gzguts.h 157 #define COPY 1 /* copy input directly */
177 int how; /* 0: get header, 1: copy, 2: decompress */
  /external/pdfium/third_party/zlib_v128/
gzguts.h 173 #define COPY 1 /* copy input directly */
193 int how; /* 0: get header, 1: copy, 2: decompress */
  /external/zlib/src/
gzguts.h 157 #define COPY 1 /* copy input directly */
177 int how; /* 0: get header, 1: copy, 2: decompress */
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
IPTestList.java 6 * You may obtain a copy of the License at
58 COPY ("Copy", RELAXED_FP, 21.4f),
150 case COPY:
151 return new Copy();

Completed in 4794 milliseconds

1 2 3 4 5