HomeSort by relevance Sort by last modified time
    Searched defs:epilogue (Results 1 - 22 of 22) sorted by null

  /external/clang/test/Preprocessor/
macro_paste_spacing2.c 4 #define epilogue(r1) movl r1 ## E; macro
5 epilogue(R1)
  /external/libffi/src/m32r/
sysv.S 96 beqz r2, epilogue
102 bra epilogue
107 bne r3, r4, epilogue
111 epilogue: label
  /external/libffi/src/cris/
sysv.S 125 beq epilogue
128 beq epilogue
150 ba epilogue
158 epilogue: label
  /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
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
AbstractContentHandler.java 73 * @see org.apache.james.mime4j.ContentHandler#epilogue(java.io.InputStream)
75 public void epilogue(InputStream is) throws IOException { method in class:AbstractContentHandler
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
MimeStreamParser.java 165 handler.epilogue(new CloseShieldInputStream(is));
  /external/libffi/src/x86/
freebsd.S 67 /* Protect %esi. We're going to pop it in the epilogue. */
80 jmp epilogue
130 jmp epilogue
136 jmp epilogue
142 jmp epilogue
149 jmp epilogue
155 jmp epilogue
161 jmp epilogue
172 epilogue: label
sysv.S 68 /* Protect %esi. We're going to pop it in the epilogue. */
81 jmp epilogue
129 jmp epilogue
135 jmp epilogue
141 jmp epilogue
148 jmp epilogue
159 epilogue: label
darwin.S 68 /* Protect %esi. We're going to pop it in the epilogue. */
81 jmp epilogue
129 jmp epilogue
135 jmp epilogue
141 jmp epilogue
148 jmp epilogue
154 jmp epilogue
160 jmp epilogue
171 epilogue: label
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/utils/
serialize.h 79 void epilogue(size_t size) { function in class:ArchiveReader
  /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...]
Message.java 222 * @see org.apache.james.mime4j.ContentHandler#epilogue(java.io.InputStream)
224 public void epilogue(InputStream is) throws IOException { method in class:Message.MessageBuilder
  /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...]
o32.S 146 b epilogue
155 b epilogue
162 b epilogue
169 b epilogue
174 # Epilogue
175 epilogue: label
296 # Epilogue
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_emit_nv50.cpp 1836 BasicBlock *epilogue = BasicBlock::get(func->cfgExit); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_emit_nv50.cpp 1836 BasicBlock *epilogue = BasicBlock::get(func->cfgExit); local
    [all...]
  /external/icu4c/common/
ubidiimp.h 263 const UChar *epilogue; member in struct:UBiDi
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeMessage.java 650 public void epilogue(InputStream is) throws IOException { method in class:MimeMessage.MimeMessageBuilder
  /external/icu4c/test/cintltst/
cbiditst.c 4540 const char* epilogue; member in struct:__anon20773
4578 UChar prologue[MAXLEN], epilogue[MAXLEN], src[MAXLEN], dest[MAXLEN]; local
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1877 milliseconds