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

12345678

/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/curl/tests/python_dependencies/impacket/
H A D__init__.py16 def emit(self, record): member in class:NullHandler
/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.h65 nouveau_state_func *emit; member in struct:nouveau_driver
H A Dnv04_state_raster.c117 nv04_defer_control(struct gl_context *ctx, int emit) argument
123 nv04_emit_control(struct gl_context *ctx, int emit) argument
192 nv04_defer_blend(struct gl_context *ctx, int emit) argument
198 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.c38 nv10_emit_alpha_func(struct gl_context *ctx, int emit) argument
51 nv10_emit_blend_color(struct gl_context *ctx, int emit) argument
63 nv10_emit_blend_equation(struct gl_context *ctx, int emit) argument
75 nv10_emit_blend_func(struct gl_context *ctx, int emit) argument
85 nv10_emit_color_mask(struct gl_context *ctx, int emit) argument
97 nv10_emit_depth(struct gl_context *ctx, int emit) argument
111 nv10_emit_dither(struct gl_context *ctx, int emit) argument
120 nv10_emit_logic_opcode(struct gl_context *ctx, int emit) argument
133 nv10_emit_shade_model(struct gl_context *ctx, int emit) argument
143 nv10_emit_stencil_func(struct gl_context *ctx, int emit) argument
157 nv10_emit_stencil_mask(struct gl_context *ctx, int emit) argument
166 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.py27 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
/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/amd/common/
H A Dsid_tables.py56 def emit(self, filp, name, static=True): member in class:StringTable
108 def emit(self, filp, name, static=True): member in class:IntTable
275 strings.emit(sys.stdout, "sid_strings")
279 strings_offsets.emit(sys.stdout, "sid_strings_offsets")
/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
79 /** The lp_build_tgsi_action::emit 'executes' the opcode and writes the
112 void (*emit)(const struct lp_build_tgsi_action *, member in struct:lp_build_tgsi_action
120 * that can be assigned to lp_build_tgsi_action::emit and used for
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_draw.c47 struct fd4_emit *emit)
49 const struct pipe_draw_info *info = emit->info;
52 fd4_emit_state(ctx, ring, emit);
54 if (emit->dirty & (FD_DIRTY_VTXBUF | FD_DIRTY_VTXSTATE))
55 fd4_emit_vertex_bufs(ring, emit);
67 fd4_emit_get_vp(emit)->writes_psize &&
72 emit->key.binning_pass ? IGNORE_VISIBILITY : USE_VISIBILITY,
127 struct fd4_emit emit = { local
156 fixup_shader_state(ctx, &emit.key);
162 if (!(fd4_emit_get_vp(&emit)
46 draw_impl(struct fd_context *ctx, struct fd_ringbuffer *ring, struct fd4_emit *emit) argument
[all...]
/external/scapy/scapy/
H A Derror.py57 def emit(self, record): member in class:ScapyFreqFilter.NullHandler
/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)

Completed in 527 milliseconds

12345678