Searched defs:emit (Results 1 - 25 of 145) sorted by relevance

123456

/external/clang/test/CodeGen/
H A Dbuiltins-arm-msvc-compat-only.c1 // RUN: %clang_cc1 -triple thumbv7-windows -fms-extensions -emit-llvm -o - %s \
3 // RUN: %clang_cc1 -triple armv7-eabi -emit-llvm %s -o /dev/null 2>&1 \
7 void emit() { function
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_polygon.c34 nv20_emit_point_mode(struct gl_context *ctx, int emit) argument
H A Dnv20_state_raster.c35 nv20_emit_logic_opcode(struct gl_context *ctx, int emit) argument
H A Dnouveau_driver.h64 nouveau_state_func *emit; member in struct:nouveau_driver
H A Dnv04_state_raster.c116 nv04_defer_control(struct gl_context *ctx, int emit) argument
122 nv04_emit_control(struct gl_context *ctx, int emit) argument
190 nv04_defer_blend(struct gl_context *ctx, int emit) argument
196 nv04_emit_blend(struct gl_context *ctx, int emit) argument
H A Dnv04_state_tex.c61 nv04_emit_tex_obj(struct gl_context *ctx, int emit) argument
64 const int i = emit - NOUVEAU_STATE_TEX_OBJ0;
H A Dnv10_state_polygon.c35 nv10_emit_cull_face(struct gl_context *ctx, int emit) argument
50 nv10_emit_front_face(struct gl_context *ctx, int emit) argument
60 nv10_emit_line_mode(struct gl_context *ctx, int emit) argument
74 nv10_emit_line_stipple(struct gl_context *ctx, int emit) argument
79 nv10_emit_point_mode(struct gl_context *ctx, int emit) argument
91 nv10_emit_polygon_mode(struct gl_context *ctx, int emit) argument
104 nv10_emit_polygon_offset(struct gl_context *ctx, int emit) argument
119 nv10_emit_polygon_stipple(struct gl_context *ctx, int emit) argument
H A Dnv10_state_raster.c35 nv10_emit_alpha_func(struct gl_context *ctx, int emit) argument
48 nv10_emit_blend_color(struct gl_context *ctx, int emit) argument
60 nv10_emit_blend_equation(struct gl_context *ctx, int emit) argument
72 nv10_emit_blend_func(struct gl_context *ctx, int emit) argument
82 nv10_emit_color_mask(struct gl_context *ctx, int emit) argument
94 nv10_emit_depth(struct gl_context *ctx, int emit) argument
107 nv10_emit_dither(struct gl_context *ctx, int emit) argument
116 nv10_emit_logic_opcode(struct gl_context *ctx, int emit) argument
129 nv10_emit_shade_model(struct gl_context *ctx, int emit) argument
139 nv10_emit_stencil_func(struct gl_context *ctx, int emit) argument
153 nv10_emit_stencil_mask(struct gl_context *ctx, int emit) argument
162 nv10_emit_stencil_op(struct gl_context *ctx, int emit) argument
[all...]
H A Dnv20_state_frag.c34 nv20_emit_tex_env(struct gl_context *ctx, int emit) argument
36 const int i = emit - NOUVEAU_STATE_TEX_ENV0;
57 nv20_emit_frag(struct gl_context *ctx, int emit) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp27 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { function in class:AddressPool
H A DDwarfStringPool.cpp37 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, function in class:DwarfStringPool
67 // If we've got an offset section go ahead and emit that now as well.
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
H A DEmitable.java23 void emit(Event event) throws IOException; method in interface:Emitable
/external/autotest/site_utils/sponge_lib/
H A Dsponge_utils.py28 def emit(self, record): member in class:SpongeLogHandler
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DIContent.java20 void emit (final HTMLWriter out); method in interface:IContent
H A DElementList.java33 public void emit (final HTMLWriter out) method in class:ElementList
38 content.emit (out);
H A DText.java28 public void emit (final HTMLWriter out) method in class:Text
H A DTextContent.java25 public void emit (final HTMLWriter out) method in class:TextContent
H A DAttributeSet.java52 public void emit (final HTMLWriter out) method in class:AttributeSet.AttributeSetImpl
110 private StringBuffer m_buf; // reused by emit()
/external/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp35 void MCLOHDirective::emit(MachObjectWriter &ObjWriter, function in class:MCLOHDirective
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DLexer.as79 emit();
139 /** The standard method called to automatically emit a token at the
142 * use that to set the token's text. Override this method to emit
145 public function emit():Token { function
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.h42 /** Arguments that are passed to lp_build_tgsi_action::emit. The
69 * the lp_build_tgsi_action::emit function. However, this value is
74 /** The lp_build_tgsi_action::emit 'executes' the opcode and writes the
107 void (*emit)(const struct lp_build_tgsi_action *, member in struct:lp_build_tgsi_action
115 * that can be assigned to lp_build_tgsi_action::emit and used for
/external/skia/tools/skpbench/
H A Dskiaperf.py61 def emit(self, outfile): member in class:JSONDict
87 data.emit(outfile)
89 data.emit(sys.stdout)
/external/snakeyaml/src/test/java/org/pyyaml/
H A DPyEmitterTest.java75 emitter.emit(event);
162 // emit
163 String data = emit(styledEvents);
202 private String emit(List<Event> events) throws IOException { method in class:PyEmitterTest
206 emitter.emit(event);
236 emitter.emit(event);
/external/syslinux/com32/lib/sys/
H A Dxserial_write.c44 static void emit(char ch) function
73 emit('\r');
74 emit('\n');
76 emit(ch);
95 emit('\033');
96 emit('[');
97 emit('0');
98 emit(';');
100 emit(*p);
101 emit('
[all...]
/external/autotest/site_utils/tester_feedback/
H A Dquery_delegate.py83 def emit(self): member in class:InputQueryDelegate
84 """Delegate for an input query's emit() method."""
89 """Concrete implementation of the query's emit() call."""

Completed in 3463 milliseconds

123456