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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
gen-fma-test.py 3 def emit(opcode,suffix,width,order,optype): function
39 emit(opcode,suffix,width,order,optype)
  /external/llvm/lib/CodeGen/AsmPrinter/
AddressPool.cpp 26 // Emit addresses into the section given.
27 void AddressPool::emit(AsmPrinter &Asm, const MCSection *AddrSection) { function in class:AddressPool
DwarfStringPool.cpp 38 void DwarfStringPool::emit(AsmPrinter &Asm, const MCSection *StrSection, function in class:DwarfStringPool
56 // Emit a label for reference from debug information entries.
59 // Emit the string itself with a terminating null byte.
64 // If we've got an offset section go ahead and emit that now as well.
  /frameworks/compile/mclinker/lib/LD/
MsgHandler.cpp 20 emit();
23 bool MsgHandler::emit() function in class:MsgHandler
26 return m_Engine.emit();
DiagnosticEngine.cpp 60 // emit - process current diagnostic.
61 bool DiagnosticEngine::emit() function in class:DiagnosticEngine
  /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/qemu/include/qapi/qmp/
json-streamer.h 22 void (*emit)(struct JSONMessageParser *parser, QList *tokens); member in struct:JSONMessageParser
  /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
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_driver.h 64 nouveau_state_func *emit; member in struct:nouveau_driver
  /external/chromium_org/tools/python/google/
logging_utils.py 41 def emit(self, record): member in class:StdoutStderrHandler
43 self._out.emit(record)
46 self._err.emit(record)
  /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 38 uint64_t MipsGOTPLT::emit(MemoryRegion& pRegion) function in class:mcld::MipsGOTPLT
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
metered_stream.py 134 def emit(self, record): member in class:_LogHandler
  /external/chromium_org/tools/
multi_process_rss.py 36 def emit(self, record): member in class:_NullHandler
  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 39 void emit(raw_ostream &OS) const { function in class:__anon30335::Tag
85 // Emit tags.
91 I->emit(OS);

Completed in 1792 milliseconds

1 2 3 4 5 6 7 8