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

1 2 3 4 5 6 7 8 9

  /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/chromium-trace/catapult/third_party/gsutil/gslib/tests/
mock_logging_handler.py 27 def emit(self, record): member in class:MockLoggingHandler
  /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/chromium-trace/catapult/third_party/mapreduce/mapreduce/
map_job_context.py 106 def emit(self, value): member in class:SliceContext
113 logging.error("emit is called, but no output writer is set.")
  /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
ISimpleElement.java 65 public void emit (final HTMLWriter out) method in class:ISimpleElement.Factory.SimpleElementImpl
73 m_attrs.emit (out);
  /external/llvm/utils/TableGen/
Attributes.cpp 26 void emit(raw_ostream &OS);
49 void Attributes::emit(raw_ostream &OS) { function in class:Attributes
56 Attributes(RK).emit(OS);
  /external/pdfium/tools/drmemory/scripts/
logging_utils.py 41 def emit(self, record): member in class:StdoutStderrHandler
43 self._out.emit(record)
46 self._err.emit(record)
  /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/chromium-trace/catapult/third_party/apiclient/googleapiclient/
schema.py 200 def emit(self, text): member in class:_SchemaToStruct
261 self.emit('},')
269 self.emit(line.rstrip())
292 self.emit('],')
294 self.emit('Unknown type! %s' % stype)
  /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
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/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/mesa/drivers/dri/i965/
brw_lower_texture_gradients.cpp 47 void emit(ir_variable *, ir_rvalue *);
51 * Emit a variable declaration and an assignment to initialize it.
54 lower_texture_grad_visitor::emit(ir_variable *var, ir_rvalue *value) function in class:lower_texture_grad_visitor
111 emit(size, expr(ir_unop_i2f,
121 emit(dPdx, mul(size, ir->lod_info.grad.dPdx));
125 emit(dPdy, mul(size, ir->lod_info.grad.dPdy));
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.h 64 nouveau_state_func *emit; member in struct:nouveau_driver
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOTPLT.cpp 30 uint64_t MipsGOTPLT::emit(MemoryRegion& pRegion) { function in class:mcld::MipsGOTPLT
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Lexer.as 79 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

Completed in 492 milliseconds

1 2 3 4 5 6 7 8 9