/external/clang/test/Preprocessor/ |
macro_paste_spacing2.c | 4 #define epilogue(r1) movl r1 ## E; macro 5 epilogue(R1)
|
/external/elfutils/tests/ |
run-get-lines.sh | 34 804842c: /home/drepper/gnu/new-bu/build/ttt/m.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no 35 8048432: /home/drepper/gnu/new-bu/build/ttt/m.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no 36 804844d: /home/drepper/gnu/new-bu/build/ttt/m.c:7:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no 37 8048458: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no 38 804845a: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, epilogue:no 41 804845c: /home/drepper/gnu/new-bu/build/ttt/b.c:4:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no 42 804845f: /home/drepper/gnu/new-bu/build/ttt/b.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no 43 8048464: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no 44 8048466: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, epilogue:no 47 8048468: /home/drepper/gnu/new-bu/build/ttt/f.c:3:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:n [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/ |
Multipart.java | 38 * epilogue. The preamble consists of whatever characters appear before the
39 * first body part while the epilogue consists of whatever characters come
47 private String epilogue = "";
field in class:Multipart 98 * Gets the epilogue.
100 * @return the epilogue.
103 return epilogue;
107 * Sets the epilogue.
109 * @param epilogue the epilogue.
111 public void setEpilogue(String epilogue) {
[all...] |
/external/chromium_org/chrome_frame/ |
exception_barrier_lowlevel.asm | 37 OPTION EPILOGUE:None 52 OPTION EPILOGUE:None
|
/external/libvpx/libvpx/vp8/common/ppc/ |
variance_altivec.asm | 44 .macro epilogue 167 epilogue 188 epilogue 233 epilogue 253 epilogue 274 epilogue 295 epilogue 316 epilogue 373 epilogue
|
sad_altivec.asm | 39 .macro epilogue 162 epilogue 182 epilogue 202 epilogue 222 epilogue 275 epilogue
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
feedparser.py | 321 # epilogue with the empty string (see below). 361 # previous subpart's payload (or epilogue if the previous 364 epilogue = self._last.epilogue 365 if epilogue == '': 366 self._last.epilogue = None 367 elif epilogue is not None: 368 mo = NLCRE_eol.search(epilogue) 371 self._last.epilogue = epilogue[:-end [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
feedparser.py | 321 # epilogue with the empty string (see below). 361 # previous subpart's payload (or epilogue if the previous 364 epilogue = self._last.epilogue 365 if epilogue == '': 366 self._last.epilogue = None 367 elif epilogue is not None: 368 mo = NLCRE_eol.search(epilogue) 371 self._last.epilogue = epilogue[:-end [all...] |
/external/chromium_org/media/base/simd/ |
linear_scale_yuv_to_rgb_mmx_x64.asm | 51 %macro EPILOGUE 0 139 jmp .epilogue 147 .epilogue 148 EPILOGUE
|
/external/libffi/src/m32r/ |
sysv.S | 96 beqz r2, epilogue 102 bra epilogue 107 bne r3, r4, epilogue 111 epilogue: label
|
/external/smali/smali/src/test/resources/LexerTest/ |
DirectiveTest.smali | 32 .epilogue
|
DirectiveTest.tokens | 31 EPILOGUE_DIRECTIVE(".epilogue")
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2336.js | 31 // GC epilogue and causes enough allocation to trigger a new GC during 32 // the epilogue.
|
/external/libffi/src/m68k/ |
sysv.S | 94 jbra epilogue 101 jbra epilogue 107 jbra epilogue 113 jbra epilogue 119 jbra epilogue 125 jbra epilogue 131 jbra epilogue 139 epilogue: label
|
/external/llvm/test/CodeGen/AArch64/ |
local_vars.ll | 4 ; Make sure a reasonably sane prologue and epilogue are 33 ; Dont't really care, but it would be a Bad Thing if this came after the epilogue.
|
/external/libffi/src/mips/ |
n32.S | 225 b epilogue 232 b epilogue 239 b epilogue 246 b epilogue 253 b epilogue 261 b epilogue 269 b epilogue 277 b epilogue 285 b epilogue 292 b epilogue 307 epilogue: label [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
insn-notes.def | 53 /* This marks the point immediately prior to the first epilogue insn. */ 73 /* Mark the restore point after an epilogue changed CFI data. Used only 74 when an epilogue appears in the middle of a function. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
insn-notes.def | 53 /* This marks the point immediately prior to the first epilogue insn. */ 73 /* Mark the restore point after an epilogue changed CFI data. Used only 74 when an epilogue appears in the middle of a function. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
insn-notes.def | 53 /* This marks the point immediately prior to the first epilogue insn. */ 73 /* Mark the restore point after an epilogue changed CFI data. Used only 74 when an epilogue appears in the middle of a function. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
insn-notes.def | 53 /* This marks the point immediately prior to the first epilogue insn. */ 73 /* Mark the restore point after an epilogue changed CFI data. Used only 74 when an epilogue appears in the middle of a function. */
|
/external/libffi/src/x86/ |
win32.S | 82 jmp epilogue 90 jmp epilogue 98 jmp epilogue 106 jmp epilogue 114 jmp epilogue 130 jmp epilogue 138 jmp epilogue 144 epilogue: label
|
/frameworks/rs/cpu_ref/linkloader/include/ |
ELFReloc.h | 87 AR.epilogue(TypeTraits<ELFRelocRelTy>::size); 99 AR.epilogue(TypeTraits<ELFRelocRelaTy>::size);
|
ELFSectionProgBits.h | 73 AR.epilogue(sh->getSize());
|
/external/llvm/test/CodeGen/X86/ |
tailcall-ri64.ll | 4 ; TAILJMPri64 should not receive "callee-saved" registers beyond epilogue.
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
ContentHandler.java | 63 * epilogue(...)
131 * Called for the epilogue (whatever comes after the final body part)
134 * @param is used to get the contents of the epilogue.
137 void epilogue(InputStream is) throws IOException;
method in interface:ContentHandler
|