/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceOperand.h | 79 virtual void emit(const Cfg *Func) const = 0; 147 void emit(const Cfg *Func) const override { emit(Func->getTarget()); } 148 virtual void emit(TargetLowering *Target) const = 0; 207 using Constant::emit; 208 void emit(TargetLowering *Target) const final; 397 using Constant::emit; 398 void emit(TargetLowering *Target) const final; 435 using Constant::emit; 436 void emit(TargetLowerin [all...] |
H A D | IceConditionCodesARM32.h | 32 #define X(tag, encode, opp, emit) tag = encode,
|
H A D | IceConditionCodesMIPS32.h | 32 #define X(tag, opp, emit) tag,
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/ |
H A D | export-with-incremental.js | 84 /user/username/projects/myproject/lib1/tools/tools.interface.ts (computed .d.ts during emit)
85 /user/username/projects/myproject/lib1/tools/public.ts (computed .d.ts during emit)
86 /user/username/projects/myproject/lib1/public.ts (computed .d.ts during emit)
87 /user/username/projects/myproject/lib2/data.ts (computed .d.ts during emit)
88 /user/username/projects/myproject/lib2/public.ts (computed .d.ts during emit)
89 /user/username/projects/myproject/app.ts (computed .d.ts during emit)
|
H A D | export.js | 84 /user/username/projects/myproject/lib1/tools/tools.interface.ts (computed .d.ts during emit)
85 /user/username/projects/myproject/lib1/tools/public.ts (computed .d.ts during emit)
86 /user/username/projects/myproject/lib1/public.ts (computed .d.ts during emit)
87 /user/username/projects/myproject/lib2/data.ts (computed .d.ts during emit)
88 /user/username/projects/myproject/lib2/public.ts (computed .d.ts during emit)
89 /user/username/projects/myproject/app.ts (computed .d.ts during emit)
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
H A D | test23-first-tu.cc | 12 emit(string& s) in emit() function
|
H A D | test23-second-tu.cc | 13 emit(string& prefix, string& s) in emit() function
|
/third_party/rust/crates/proc-macro-error/tests/ui/ |
H A D | emit.rs | 4 emit!(one, two, three, four, five);
|
/third_party/node/test/fixtures/errors/ |
H A D | events_unhandled_error_common_trace.js | 19 ee.emit('error', err);
|
/third_party/node/lib/internal/streams/ |
H A D | readable.js | 368 stream.emit('data', chunk); 508 // has returned yet), so that we know whether or not it's safe to emit 575 // If we tried to read() past the EOF, then emit end on the next tick. 582 this.emit('data', ret); 601 // If we are sync, wait until next tick to emit the data. 609 // We have to emit readable now that we are EOF. Modules 615 // Don't emit readable right away in sync mode, because this can trigger 633 stream.emit('readable'); 828 dest.emit('error', er); 855 dest.emit('pip [all...] |
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.cc | 683 emit(instr); in GenB() 693 emit(instr); in GenB() 701 emit(instr); in GenB() 709 emit(instr); in GenBJ() 717 emit(instr); in GenCmp() 725 emit(instr); in GenSel() 733 emit(instr); in GenRegister() 738 emit(instr); in GenRegister() 745 emit(instr); in GenRegister() 752 emit(inst in GenRegister() [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pm4.c | 150 if (state->atom.emit) in si_pm4_emit() 151 state->atom.emit(sctx); in si_pm4_emit()
|
/third_party/node/lib/internal/ |
H A D | js_stream_socket.js | 64 stream.on('error', (err) => this.emit('error', err)); 72 this.emit('error', new ERR_STREAM_WRAP()); 244 // `this._handle.close()` which will also emit EOF if not emitted before. 245 // This feature makes sockets on the other side emit "end" and "close"
|
/third_party/node/lib/internal/process/ |
H A D | warning.js | 89 process.emit('warning', warning); 170 process.emit('warning', createWarningObject(warning, type, code, ctor));
|
/third_party/node/test/parallel/ |
H A D | test-cluster-basic.js | 94 // Check events, states, and emit arguments 173 `The cluster event "${name}" did not emit with correct argument`); 191 `The worker event "${name}" did not emit with correct argument`);
|
H A D | test-http2-socket-proxy.js | 56 assert.throws(() => socket.emit, errMsg); 67 assert.throws(() => (socket.emit = undefined), errMsg);
|
H A D | test-http-outgoing-settimeout.js | 25 outgoingMessage.emit('socket', {
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state_derived.c | 89 vinfo.attrib[0].emit = EMIT_4F; in calculate_vertex_layout() 93 vinfo.attrib[0].emit = EMIT_3F; in calculate_vertex_layout()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | io_dec.c | 247 num_lines_out += WebPRescalerExport(wrk); // emit output row(s) in Rescale() 344 p->emit = EmitRescaledYUV; in InitYUVRescaler() 537 p->emit = EmitRescaledRGB; in InitRGBRescaler() 570 p->emit = NULL; in CustomSetup() 591 p->emit = EmitSampledRGB; // default in CustomSetup() 602 p->emit = EmitFancyRGB; in CustomSetup() 607 p->emit = EmitYUV; in CustomSetup() 636 num_lines_out = p->emit(io, p); in CustomPut()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_program.h | 40 struct ir3_shader_variant *bs; /* VS for when emit->binning */ 42 struct ir3_shader_variant *fs; /* FS for when !emit->binning */ 54 void fd4_program_emit(struct fd_ringbuffer *ring, struct fd4_emit *emit, int nr,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_program.h | 40 struct ir3_shader_variant *bs; /* VS for when emit->binning */ 42 struct ir3_shader_variant *fs; /* FS for when !emit->binning */ 55 struct fd5_emit *emit) in_dt;
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | 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 117 void (*emit)(const struct lp_build_tgsi_action *, member 125 * that can be assigned to lp_build_tgsi_action::emit and used for
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_program.h | 40 struct ir3_shader_variant *bs; /* VS for when emit->binning */ 42 struct ir3_shader_variant *fs; /* FS for when !emit->binning */ 51 void fd3_program_emit(struct fd_ringbuffer *ring, struct fd3_emit *emit, int nr,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | CodeGenCoverage.h | 34 bool emit(StringRef FilePrefix, StringRef BackendName) const;
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64-inl.h | 297 void Assembler::emit(Instr x) { in emit() function in v8::internal::Assembler 307 void Assembler::emit(ShortInstr x) { in emit() function in v8::internal::Assembler 317 void Assembler::emit(uint64_t data) { in emit() function in v8::internal::Assembler
|