HomeSort by relevance Sort by last modified time
    Searched defs:emit (Results 101 - 125 of 177) sorted by null

1 2 3 45 6 7 8

  /external/valgrind/main/VEX/priv/
main_util.c 487 Bool emit = toBool(c == '\n' || n_myprintf_buf >= 1000-10 /*paranoia*/); local
490 if (emit) {
  /external/valgrind/main/coregrind/
m_debuglog.c 454 /* Emit buf[0 .. n-1] to stderr. Unfortunately platform-specific.
456 static void emit ( HChar* buf, Int n ) function
887 emit( buf->buf, local_strlen(buf->buf) );
936 emit( buf.buf, local_strlen(buf.buf) );
  /frameworks/native/opengl/tools/glgen/src/
GenerateGL.java 34 private static void emit(int version, boolean ext, boolean pack, method in class:GenerateGL
161 emit(0, false, false,
163 emit(0, true, false,
165 emit(1, false, false,
167 emit(1, true, false,
169 emit(1, true, true,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HtmlConversationTemplates.java 210 return emit();
213 public String emit() { method in class:HtmlConversationTemplates
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_generic.c 61 emit_func emit; member in struct:translate_generic::__anon12588
657 tg->attrib[attr].emit( data, dst );
665 tg->attrib[attr].emit( data, dst );
854 tg->attrib[i].emit = get_emit_func(key->element[i].output_format);
856 tg->attrib[i].emit = NULL;
    [all...]
  /external/chromium_org/tools/linux/
procfs.py 22 def emit(self, record): member in class:_NullHandler
  /external/chromium_org/v8/src/ia32/
assembler-ia32-inl.h 372 void Assembler::emit(uint32_t x) { function in class:v8::internal::Assembler
378 void Assembler::emit(Handle<Object> handle) { function in class:v8::internal::Assembler
384 emit(reinterpret_cast<intptr_t>(handle.location()),
388 emit(reinterpret_cast<intptr_t>(obj));
393 void Assembler::emit(uint32_t x, RelocInfo::Mode rmode, TypeFeedbackId id) { function in class:v8::internal::Assembler
400 emit(x);
404 void Assembler::emit(Handle<Code> code, function in class:v8::internal::Assembler
408 emit(reinterpret_cast<intptr_t>(code.location()), rmode, id);
412 void Assembler::emit(const Immediate& x) { function in class:v8::internal::Assembler
419 emit(x.x_)
    [all...]
  /external/emma/core/java12/com/vladium/jcd/lib/
Types.java 407 emit ('('); parameterTypes (_parameterTypes); emit (')'); returnType (_returnType);
435 emit ('V');
447 if (byte.class == _parameterType) emit ('B');
448 else if (char.class == _parameterType) emit ('C');
449 else if (double.class == _parameterType) emit ('D');
450 else if (float.class == _parameterType) emit ('F');
451 else if (int.class == _parameterType) emit ('I');
452 else if (long.class == _parameterType) emit ('J');
453 else if (short.class == _parameterType) emit ('S')
468 private void emit (String s) method in class:Types.signatureCompiler
473 private void emit (char c) method in class:Types.signatureCompiler
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 61 emit_func emit; member in struct:translate_generic::__anon23055
657 tg->attrib[attr].emit( data, dst );
665 tg->attrib[attr].emit( data, dst );
854 tg->attrib[i].emit = get_emit_func(key->element[i].output_format);
856 tg->attrib[i].emit = NULL;
    [all...]
  /external/valgrind/main/exp-sgcheck/
pc_common.c 279 static void emit ( HChar* format, ... ) PRINTF_CHECK(1, 2);
280 static void emit ( HChar* format, ... ) function
313 emit( " <kind>%s</kind>\n", pc_get_error_name(err));
322 emit( " <what>Invalid %s of size %ld</what>\n",
327 emit( " <auxwhat>Address %#lx expected vs actual:</auxwhat>\n",
336 emit( "Invalid %s of size %ld\n",
341 emit( " Address %#lx expected vs actual:\n", xe->XE.SorG.addr );
342 emit( " Expected: %s\n", &xe->XE.SorG.expect[0] );
343 emit( " Actual: %s\n", &xe->XE.SorG.actual[0] );
345 emit(" Actual: is %s Expected\n", &xe->XE.SorG.delta[0])
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py 100 # something nonnull so that the auto token emit mechanism will not
101 # emit another token.
1160 def emit(self, token=None): member in class:Lexer
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 1070 def emit( token = @state.token ) method in class:ANTLR3.Hypothetical.Lexer.Hypothetical.Parser.Lexer
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 650 def emit(self, record): member in class:AutoRebaseline._configure_logging.LogHandler
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_emit_nv50.cpp 1881 CodeEmitterNV50 *emit = new CodeEmitterNV50(this); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 205 fs_inst *inst = emit(BRW_OPCODE_MOV, this->result, src);
248 emit(BRW_OPCODE_MAD, this->result, src0, src1, src2);
297 emit(BRW_OPCODE_XOR, this->result, op[0], fs_reg(1));
311 emit(BRW_OPCODE_MOV, this->result, fs_reg(0.0f));
313 inst = emit(BRW_OPCODE_CMP, reg_null_f, op[0], fs_reg(0.0f));
315 inst = emit(BRW_OPCODE_MOV, this->result, fs_reg(1.0f));
318 inst = emit(BRW_OPCODE_CMP, reg_null_f, op[0], fs_reg(0.0f));
320 inst = emit(BRW_OPCODE_MOV, this->result, fs_reg(-1.0f));
348 emit(FS_OPCODE_DDX, this->result, op[0]);
351 emit(FS_OPCODE_DDY, this->result, op[0])
1814 fs_visitor::emit(fs_inst inst) function in class:fs_visitor
    [all...]
brw_wm_emit.c 777 return; /* Do not emit dead code */
798 return; /* Do not emit dead code */
820 return; /* Do not emit dead code */
843 return; /* Do not emit dead code */
894 return; /* Do not emit dead code */
952 return; /* Do not emit dead code */
1050 GLuint emit; local
1071 emit = WRITEMASK_X;
1078 emit = WRITEMASK_XY;
1084 emit = WRITEMASK_XYZ
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_emit_nv50.cpp 1881 CodeEmitterNV50 *emit = new CodeEmitterNV50(this); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 205 fs_inst *inst = emit(BRW_OPCODE_MOV, this->result, src);
248 emit(BRW_OPCODE_MAD, this->result, src0, src1, src2);
297 emit(BRW_OPCODE_XOR, this->result, op[0], fs_reg(1));
311 emit(BRW_OPCODE_MOV, this->result, fs_reg(0.0f));
313 inst = emit(BRW_OPCODE_CMP, reg_null_f, op[0], fs_reg(0.0f));
315 inst = emit(BRW_OPCODE_MOV, this->result, fs_reg(1.0f));
318 inst = emit(BRW_OPCODE_CMP, reg_null_f, op[0], fs_reg(0.0f));
320 inst = emit(BRW_OPCODE_MOV, this->result, fs_reg(-1.0f));
348 emit(FS_OPCODE_DDX, this->result, op[0]);
351 emit(FS_OPCODE_DDY, this->result, op[0])
1814 fs_visitor::emit(fs_inst inst) function in class:fs_visitor
    [all...]
brw_wm_emit.c 777 return; /* Do not emit dead code */
798 return; /* Do not emit dead code */
820 return; /* Do not emit dead code */
843 return; /* Do not emit dead code */
894 return; /* Do not emit dead code */
952 return; /* Do not emit dead code */
1050 GLuint emit; local
1071 emit = WRITEMASK_X;
1078 emit = WRITEMASK_XY;
1084 emit = WRITEMASK_XYZ
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 69 def emit(self, *inst): member in class:FlowGraph
74 self.current.emit(inst)
145 break # can't emit yet, dominated by a remaining block
188 def emit(self, inst): member in class:Block
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 68 def emit(self, record): member in class:BaseRotatingHandler
70 Emit a record.
78 logging.FileHandler.emit(self, record)
377 watches the file to see if it has changed since the last emit.
401 def emit(self, record): member in class:WatchedFileHandler
403 Emit a record.
430 logging.FileHandler.emit(self, record)
568 def emit(self, record): member in class:SocketHandler
570 Emit a record.
836 def emit(self, record): member in class:SysLogHandler
916 def emit(self, record): member in class:SMTPHandler
1016 def emit(self, record): member in class:NTEventLogHandler
1074 def emit(self, record): member in class:HTTPHandler
1133 def emit(self, record): member in class:BufferingHandler
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 69 def emit(self, *inst): member in class:FlowGraph
74 self.current.emit(inst)
145 break # can't emit yet, dominated by a remaining block
188 def emit(self, inst): member in class:Block
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 68 def emit(self, record): member in class:BaseRotatingHandler
70 Emit a record.
78 logging.FileHandler.emit(self, record)
377 watches the file to see if it has changed since the last emit.
401 def emit(self, record): member in class:WatchedFileHandler
403 Emit a record.
430 logging.FileHandler.emit(self, record)
568 def emit(self, record): member in class:SocketHandler
570 Emit a record.
836 def emit(self, record): member in class:SysLogHandler
916 def emit(self, record): member in class:SMTPHandler
1016 def emit(self, record): member in class:NTEventLogHandler
1074 def emit(self, record): member in class:HTTPHandler
1133 def emit(self, record): member in class:BufferingHandler
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 1436 void emit (final EmitCtx ctx, final byte [] code) \/\/ TODO: move 'code' into 'ctx' method in class:InstrVisitor.Block
1496 abstract void emit (EmitCtx ctx); method in class:InstrVisitor.Branch
1569 void emit (final EmitCtx ctx) method in class:InstrVisitor.TERMINATE
1587 void emit (final EmitCtx ctx) method in class:InstrVisitor.RET
1619 void emit (final EmitCtx ctx) method in class:InstrVisitor.JUMP2
1643 void emit (final EmitCtx ctx) method in class:InstrVisitor.JUMP4
1665 void emit (final EmitCtx ctx) method in class:InstrVisitor.IFJUMP2
1690 void emit (final EmitCtx ctx) method in class:InstrVisitor.LOOKUPSWITCH
1740 void emit (final EmitCtx ctx) method in class:InstrVisitor.TABLESWITCH
1794 abstract void emit (EmitCtx ctx); method in class:InstrVisitor.CodeSegment
1859 void emit (final EmitCtx ctx) method in class:InstrVisitor.clinitHeader
1942 void emit (final EmitCtx ctx) method in class:InstrVisitor.methodHeader
1997 void emit (final EmitCtx ctx) method in class:InstrVisitor.BlockSegment
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
sigslot.h 309 virtual void emit() = 0;
320 virtual void emit(arg1_type) = 0;
331 virtual void emit(arg1_type, arg2_type) = 0;
342 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
353 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type) = 0;
365 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type,
380 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type,
395 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type,
410 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type,
1771 virtual void emit() function in class:sigslot::_connection0
1816 virtual void emit(arg1_type a1) function in class:sigslot::_connection1
1862 virtual void emit(arg1_type a1, arg2_type a2) function in class:sigslot::_connection2
1908 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3) function in class:sigslot::_connection3
1956 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, function in class:sigslot::_connection4
2010 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function in class:sigslot::_connection5
2064 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function in class:sigslot::_connection6
2118 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function in class:sigslot::_connection7
2174 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function in class:sigslot::_connection8
2220 void emit() function in class:sigslot::signal0
2284 void emit(arg1_type a1) function in class:sigslot::signal1
2349 void emit(arg1_type a1, arg2_type a2) function in class:sigslot::signal2
2415 void emit(arg1_type a1, arg2_type a2, arg3_type a3) function in class:sigslot::signal3
2482 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) function in class:sigslot::signal4
2552 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function in class:sigslot::signal5
2626 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function in class:sigslot::signal6
2701 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function in class:sigslot::signal7
2777 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function in class:sigslot::signal8
    [all...]

Completed in 904 milliseconds

1 2 3 45 6 7 8