/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_maos_verts.c | 57 void (*emit)( struct gl_context *, GLuint, GLuint, void * ); member in struct:__anon23801 80 * Generate vertex emit functions * 423 setup_tab[i].emit( ctx, 0, VB->Count,
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMPLT.cpp | 179 uint64_t ARMPLT::emit(MemoryRegion& pRegion) function in class:ARMPLT
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonPLT.cpp | 198 uint64_t HexagonPLT::emit(MemoryRegion& pRegion) function in class:HexagonPLT
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsGOT.cpp | 140 uint64_t MipsGOT::emit(MemoryRegion& pRegion) function in class:MipsGOT
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
DebugInfoBuilder.java | 164 event.emit(dexFile, out, referencedItems); 190 void emit(DexFile dexFile, Output out, List<Item> referencedItems); method in interface:DebugInfoBuilder.Event 268 public void emit(DexFile dexFile, Output out, List<Item> referencedItems) { method in class:DebugInfoBuilder.LineEvent 307 public void emit(DexFile dexFile, Output out, List<Item> referencedItems) { method in class:DebugInfoBuilder.StartLocalEvent 337 public void emit(DexFile dexFile, Output out, List<Item> referencedItems) { method in class:DebugInfoBuilder.StartLocalExtendedEvent 367 public void emit(DexFile dexFile, Output out, List<Item> referencedItems) { method in class:DebugInfoBuilder.EndLocalEvent 387 public void emit(DexFile dexFile, Output out, List<Item> referencedItems) { method in class:DebugInfoBuilder.RestartLocalEvent 405 public void emit(DexFile dexFile, Output out, List<Item> referencedItems) { method in class:DebugInfoBuilder.PrologueEvent 423 public void emit(DexFile dexFile, Output out, List<Item> referencedItems) { method in class:DebugInfoBuilder.EpilogueEvent 443 public void emit(DexFile dexFile, Output out, List<Item> referencedItems) method in class:DebugInfoBuilder.SetFileEvent [all...] |
/cts/tools/dasm/src/java_cup/ |
Main.java | 128 /* Additional timing information is also collected in emit */ 263 emit.package_name = argv[i]; 273 emit.parser_class_name = argv[i]; 282 emit.input_file_name = argv[i]; 292 emit.symbol_const_class_name = argv[i]; 330 else if (argv[i].equals("-nowarn")) emit.nowarn = true; 370 if (emit.input_file_name != null) 372 input_file = new BufferedInputStream(new FileInputStream(emit.input_file_name)); 385 out_name = out_path + emit.parser_class_name + ".java"; 396 out_name = out_path + emit.symbol_const_class_name + ".java" [all...] |
emit.java | 59 symbols - emit the symbol constant class 60 parser - emit the parser class 63 emit_package - emit a package declaration 64 emit_action_code - emit the class containing the user's actions 65 emit_production_table - emit declaration and init for the production table 66 do_action_table - emit declaration and init for the action table 67 do_reduce_table - emit declaration and init for the reduce-goto table 99 public class emit { class 106 private emit() { } method in class:emit 224 /** Emit a package spec if the user wants one [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
Lexer.java | 91 emit(); method 146 public void emit(Token token) { method in class:Lexer 150 /** The standard method called to automatically emit a token at the 153 * use that to set the token's text. Override this method to emit 159 public Token emit() { method in class:Lexer 164 emit(t);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_state_emit.c | 47 void (*emit)(struct i915_context *); member in struct:i915_tracked_hw_state 379 /* emit program constant */ 382 /* emit constants for sRGB */ 384 /* save const position in context for use in shader emit */ 504 /* we emit an additional mov with swizzle to fake RGBA framebuffers */
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_draw.c | 205 unsigned emit; member in struct:__anon12661 226 uint emit = EMIT_OMIT; local 232 emit = vroute[sem].emit; 237 emit = vroute[sem].emit; 240 if (emit == EMIT_OMIT) 243 draw_emit_vertex_attr(vinfo, emit, vroute[sem].interp, attrib); 244 format = draw_translate_vinfo_format(emit); 248 vinfo->size += draw_translate_vinfo_size(emit); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i830_vtbl.c | 133 GLuint emit; local 140 emit = EMIT_2F; 145 emit = EMIT_3F; 150 emit = EMIT_3F_XYW; 159 EMIT_ATTR(_TNL_ATTRIB_TEX0 + i, emit, 0); 175 /* Only need to change the vertex emit code if there has been a 371 #define emit( intel, state, size ) \ macro 430 * emit header. 464 _mesa_error(ctx, GL_OUT_OF_MEMORY, "i830 emit state"); 484 emit(intel, state->RasterRules, sizeof(state->RasterRules)) [all...] |
i915_vtbl.c | 225 #define emit(intel, state, size ) \ macro 234 * modified, emit all texture units. 302 * emit header. 314 _mesa_error(ctx, GL_OUT_OF_MEMORY, "i915 emit state"); 344 _mesa_error(ctx, GL_OUT_OF_MEMORY, "i915 emit state"); 349 /* work out list of buffers to emit */ 370 emit(intel, state->RasterRules, sizeof(state->RasterRules)); 377 emit(intel, state->Ctx, sizeof(state->Ctx)); 384 emit(intel, state->Blend, sizeof(state->Blend)); 437 emit(intel, state->Stipple, sizeof(state->Stipple)) [all...] |
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFTypes.cpp | 22 void SkPDFObject::emit(SkWStream* stream, SkPDFCatalog* catalog, function in class:SkPDFObject 30 emit(&buffer, catalog, indirect); 40 emit(stream, catalog, false); 335 fValue[i]->emit(stream, catalog, false); 415 fValue[i].value->emit(stream, catalog, false);
|
/external/chromium_org/v8/src/arm/ |
assembler-arm-inl.h | 392 void Assembler::emit(Instr x) { function in class:v8::internal::Assembler
|
/external/chromium_org/v8/src/mips/ |
assembler-mips-inl.h | 415 void Assembler::emit(Instr x) { function in class:v8::internal::Assembler
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
HTMLDocument.java | 98 public void emit (HTMLWriter out) method in class:HTMLDocument 103 super.emit(out);
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_emit.c | 47 void (*emit)(struct i915_context *); member in struct:i915_tracked_hw_state 379 /* emit program constant */ 382 /* emit constants for sRGB */ 384 /* save const position in context for use in shader emit */ 504 /* we emit an additional mov with swizzle to fake RGBA framebuffers */
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_draw.c | 205 unsigned emit; member in struct:__anon23128 226 uint emit = EMIT_OMIT; local 232 emit = vroute[sem].emit; 237 emit = vroute[sem].emit; 240 if (emit == EMIT_OMIT) 243 draw_emit_vertex_attr(vinfo, emit, vroute[sem].interp, attrib); 244 format = draw_translate_vinfo_format(emit); 248 vinfo->size += draw_translate_vinfo_size(emit); [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_vtbl.c | 133 GLuint emit; local 140 emit = EMIT_2F; 145 emit = EMIT_3F; 150 emit = EMIT_3F_XYW; 159 EMIT_ATTR(_TNL_ATTRIB_TEX0 + i, emit, 0); 175 /* Only need to change the vertex emit code if there has been a 371 #define emit( intel, state, size ) \ macro 430 * emit header. 464 _mesa_error(ctx, GL_OUT_OF_MEMORY, "i830 emit state"); 484 emit(intel, state->RasterRules, sizeof(state->RasterRules)) [all...] |
i915_vtbl.c | 225 #define emit(intel, state, size ) \ macro 234 * modified, emit all texture units. 302 * emit header. 314 _mesa_error(ctx, GL_OUT_OF_MEMORY, "i915 emit state"); 344 _mesa_error(ctx, GL_OUT_OF_MEMORY, "i915 emit state"); 349 /* work out list of buffers to emit */ 370 emit(intel, state->RasterRules, sizeof(state->RasterRules)); 377 emit(intel, state->Ctx, sizeof(state->Ctx)); 384 emit(intel, state->Blend, sizeof(state->Blend)); 437 emit(intel, state->Stipple, sizeof(state->Stipple)) [all...] |
/external/pixman/test/ |
check-formats.c | 208 emit (const char *s, int *n_chars) function 233 emit (format_name (format_list[i]), &n_chars); 258 emit (short_name, &n_chars);
|
/external/skia/src/pdf/ |
SkPDFTypes.cpp | 22 void SkPDFObject::emit(SkWStream* stream, SkPDFCatalog* catalog, function in class:SkPDFObject 30 emit(&buffer, catalog, indirect); 40 emit(stream, catalog, false); 335 fValue[i]->emit(stream, catalog, false); 415 fValue[i].value->emit(stream, catalog, false);
|
/external/v8/src/arm/ |
assembler-arm-inl.h | 325 void Assembler::emit(Instr x) { function in class:v8::internal::Assembler
|
/external/v8/src/ia32/ |
assembler-ia32-inl.h | 321 void Assembler::emit(uint32_t x) { function in class:v8::internal::Assembler 327 void Assembler::emit(Handle<Object> handle) { function in class:v8::internal::Assembler 332 emit(reinterpret_cast<intptr_t>(handle.location()), 336 emit(reinterpret_cast<intptr_t>(obj)); 341 void Assembler::emit(uint32_t x, RelocInfo::Mode rmode, unsigned id) { function in class:v8::internal::Assembler 347 emit(x); 351 void Assembler::emit(const Immediate& x) { function in class:v8::internal::Assembler 358 emit(x.x_); 366 emit(pos); 406 emit(static_cast<int>(disp.data())) [all...] |
/external/v8/src/mips/ |
assembler-mips-inl.h | 361 void Assembler::emit(Instr x) { function in class:v8::internal::Assembler
|