HomeSort by relevance Sort by last modified time
    Searched refs:postamble (Results 1 - 25 of 49) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/Perl5/
Makefile.PL 3 sub MY::postamble {
4 my $postamble = <<'MAKE_FRAG';
  /external/valgrind/coregrind/m_dispatch/
dispatch-mips32-linux.S 86 /* Save a0 ($4) on stack. In postamble it will be restored such that the
102 /*--- Postamble and exit. ---*/
105 postamble: label
157 b postamble
172 b postamble
218 b postamble
227 b postamble
234 b postamble
dispatch-mips64-linux.S 86 /* Save a0 ($4) on stack. In postamble it will be restored such that the
102 /*--- Postamble and exit. ---*/
105 postamble: label
157 b postamble
172 b postamble
218 b postamble
227 b postamble
234 b postamble
dispatch-arm-linux.S 86 /*--- Postamble and exit. ---*/
89 postamble: label
133 b postamble
148 b postamble
190 b postamble
198 b postamble
205 b postamble
dispatch-x86-darwin.S 114 /*--- Postamble and exit. ---*/
117 postamble: label
180 jmp postamble
194 jmp postamble
223 jmp postamble
231 jmp postamble
238 jmp postamble
dispatch-x86-linux.S 115 /*--- Postamble and exit. ---*/
118 postamble: label
181 jmp postamble
195 jmp postamble
224 jmp postamble
232 jmp postamble
239 jmp postamble
dispatch-x86-solaris.S 115 /*--- Postamble and exit. ---*/
118 postamble: label
181 jmp postamble
195 jmp postamble
224 jmp postamble
232 jmp postamble
239 jmp postamble
dispatch-amd64-darwin.S 116 /*--- Postamble and exit. ---*/
119 postamble: label
187 jmp postamble
201 jmp postamble
234 jmp postamble
242 jmp postamble
249 jmp postamble
dispatch-amd64-linux.S 117 /*--- Postamble and exit. ---*/
120 postamble: label
188 jmp postamble
202 jmp postamble
233 jmp postamble
241 jmp postamble
248 jmp postamble
dispatch-amd64-solaris.S 117 /*--- Postamble and exit. ---*/
120 postamble: label
188 jmp postamble
202 jmp postamble
233 jmp postamble
241 jmp postamble
248 jmp postamble
dispatch-arm64-linux.S 68 be needed in the postamble. */
94 /*--- Postamble and exit. ---*/
97 postamble: label
153 b postamble
171 b postamble
215 b postamble
223 b postamble
230 b postamble
dispatch-s390x-linux.S 108 /* Save R2 on stack. In postamble it will be restored such that the
112 /* Save valgrind's FPC on stack so postamble can restore
129 /*--- Postamble and return to C code. ---*/
132 postamble: label
186 j postamble
194 j postamble
247 j postamble
257 j postamble
265 j postamble
dispatch-ppc32-linux.S 243 /*--- Postamble and exit. ---*/
246 postamble: label
418 b postamble
434 b postamble
477 b postamble
486 b postamble
493 b postamble
dispatch-ppc64be-linux.S 245 /*--- Postamble and exit. ---*/
248 .postamble:
417 b .postamble
442 b .postamble
492 b .postamble
510 b .postamble
526 b .postamble
dispatch-tilegx-linux.S 116 //j postamble
124 /*--- Postamble and exit. ---*/
127 postamble: label
199 j postamble
217 j postamble
281 j postamble
290 j postamble
297 j postamble
dispatch-ppc64le-linux.S 271 /*--- Postamble and exit. ---*/
274 .postamble:
456 b .postamble
494 b .postamble
560 b .postamble
588 b .postamble
617 b .postamble
  /external/mesa3d/src/gallium/auxiliary/indices/
u_unfilled_gen.py 139 def postamble(): function
148 postamble()
156 postamble()
164 postamble()
173 postamble()
181 postamble()
189 postamble()
u_indices_gen.py 165 def postamble(): function
174 postamble()
181 postamble()
188 postamble()
196 postamble()
203 postamble()
214 postamble()
222 postamble()
234 postamble()
242 postamble()
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ScriptRunModuleWriter.java 45 output.println(postamble);
87 output.println(postamble);
101 output.println(postamble);
113 private static final String postamble = field in class:ScriptRunModuleWriter
ScriptIDModuleWriter.java 104 output.println(postamble);
190 output.println(postamble);
234 private static final String postamble = field in class:ScriptIDModuleWriter
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
Gruntfile.js 89 postamble: '})();'
234 var postamble = this.data.postamble;
236 postamble += '\n//# sourceMappingURL=' + this.target + '.map';
247 grunt.file.write(this.target, banner + this.data.preamble + source + postamble);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
Dbg.stg 141 @rule.postamble() ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
Dbg.stg 189 @rule.postamble() ::= <<
194 //@rule.postamble() ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
Dbg.stg 188 @rule.postamble() ::= <<
193 //@rule.postamble() ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
Dbg.stg 123 @rule.postamble() ::= <<

Completed in 1301 milliseconds

1 2