HomeSort by relevance Sort by last modified time
    Searched defs:emit (Results 1 - 25 of 341) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
builtins-arm-msvc-compat-only.c 1 // 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/
__init__.py 16 def emit(self, record): member in class:NullHandler
  /external/llvm/lib/CodeGen/AsmPrinter/
AddressPool.cpp 26 // Emit addresses into the section given.
27 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { function in class:AddressPool
DwarfStringPool.cpp 37 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, function in class:DwarfStringPool
56 // Emit a label for reference from debug information entries.
60 // Emit the string itself with a terminating null byte.
67 // If we've got an offset section go ahead and emit that now as well.
  /external/autotest/site_utils/sponge_lib/
sponge_utils.py 27 def emit(self, record): member in class:SpongeLogHandler
  /external/llvm/lib/MC/
MCLinkerOptimizationHint.cpp 35 void MCLOHDirective::emit(MachObjectWriter &ObjWriter, function in class:MCLOHDirective
  /external/skia/tools/skpbench/
skiaperf.py 61 def emit(self, outfile): member in class:JSONDict
87 data.emit(outfile)
89 data.emit(sys.stdout)
  /external/skqp/tools/skpbench/
skiaperf.py 61 def emit(self, outfile): member in class:JSONDict
87 data.emit(outfile)
89 data.emit(sys.stdout)
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
Emitable.java 23 void emit(Event event) throws IOException; method in interface:Emitable
  /frameworks/compile/mclinker/lib/LD/
MsgHandler.cpp 20 emit();
23 bool MsgHandler::emit() { function in class:mcld::MsgHandler
25 return m_Engine.emit();
DiagnosticEngine.cpp 60 // emit - process current diagnostic.
61 bool DiagnosticEngine::emit() { function in class:mcld::DiagnosticEngine
MergedStringTable.cpp 28 void MergedStringTable::emit(MemoryRegion& pRegion) { function in class:mcld::MergedStringTable
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
IContent.java 20 void emit (final HTMLWriter out); method in interface:IContent
TextContent.java 25 public void emit (final HTMLWriter out) method in class:TextContent
ElementList.java 33 public void emit (final HTMLWriter out) method in class:ElementList
38 content.emit (out);
Text.java 28 public void emit (final HTMLWriter out) method in class:Text
  /external/swiftshader/third_party/subzero/src/
IceFixups.cpp 47 size_t AssemblerFixup::emit(GlobalContext *Ctx, const Assembler &Asm) const { function in class:Ice::AssemblerFixup
80 // We need to emit the '- .' for PCRel fixups. Even if the relocation kind()
81 // is not PCRel, we emit the '- .' for the _GLOBAL_OFFSET_TABLE_.
93 size_t AssemblerTextFixup::emit(GlobalContext *Ctx, const Assembler &) const { function in class:Ice::AssemblerTextFixup
  /system/tools/hidl/
DocComment.cpp 63 void DocComment::emit(Formatter& out) const { function in class:android::DocComment
  /external/autotest/site_utils/rpm_control_system/
rpm_logging_config.py 44 def emit(self, record): member in class:SuspendableSMTPHandler
45 """Emit a log record.
50 @param record: Log record object we want to emit/record.
58 return super(SuspendableSMTPHandler, self).emit(record)
  /external/autotest/site_utils/tester_feedback/
query_delegate.py 83 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."""
  /external/llvm/utils/TableGen/
Attributes.cpp 26 void emit(raw_ostream &OS);
167 void Attributes::emit(raw_ostream &OS) { function in class:Attributes
176 Attributes(RK).emit(OS);
  /external/mesa3d/src/amd/common/
sid_tables.py 56 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/
lp_bld_tgsi_action.h 42 /** 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/auxiliary/util/
u_split_prim.h 13 void (*emit)(void *priv, unsigned start, unsigned count); member in struct:util_split_prim
50 s->emit(s->priv, s->start, 1);
59 s->emit(s->priv, s->p_start, s->p_end - s->p_start);
61 s->emit(s->priv, s->start, 1);
74 s->emit(s->priv, s->p_start, max_verts);
76 s->emit(s->priv, s->p_start + max_verts, 1);
109 s->emit (s->priv, s->p_start, max_verts);
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_draw.c 58 struct fd3_emit *emit)
60 const struct pipe_draw_info *info = emit->info;
63 fd3_emit_state(ctx, ring, emit);
65 if (emit->dirty & (FD_DIRTY_VTXBUF | FD_DIRTY_VTXSTATE))
66 fd3_emit_vertex_bufs(ring, emit);
83 fd3_emit_get_vp(emit)->writes_psize &&
88 emit->key.binning_pass ? IGNORE_VISIBILITY : USE_VISIBILITY,
138 struct fd3_emit emit = { local
163 emit.key.ucp_enables = ctx->rasterizer->clip_plane_enable;
165 fixup_shader_state(ctx, &emit.key)
    [all...]

Completed in 1246 milliseconds

1 2 3 4 5 6 7 8 91011>>