Home
last modified time | relevance | path

Searched refs:emit (Results 76 - 100 of 650) sorted by relevance

12345678910>>...26

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h146 svga_shader_emit_dword(struct svga_shader_emitter *emit, unsigned dword);
149 svga_shader_emit_dwords(struct svga_shader_emitter *emit,
153 svga_shader_emit_opcode(struct svga_shader_emitter *emit,
157 svga_shader_emit_instructions(struct svga_shader_emitter *emit,
161 svga_shader_emit_samplers_decl(struct svga_shader_emitter *emit);
164 svga_translate_decl_sm30(struct svga_shader_emitter *emit,
183 emit_instruction(struct svga_shader_emitter *emit, in emit_instruction() argument
186 return svga_shader_emit_opcode(emit, opcode.value); in emit_instruction()
/third_party/node/deps/npm/node_modules/ignore-walk/lib/
H A Dindex.js32 emit (ev, data) {
44 ret = this.parent.emit('error', data)
46 ret = super.emit(ev, data)
54 er ? this.emit('error', er) : this.onReaddir(entries))
70 this.emit('done', this.result)
100 er ? this.emit('error', er) : this.onReadIgnoreFile(file, data, then))
142 this.emit('done', this.result)
146 this.emit('done', this.result)
179 this.emit('error', lstatErr)
185 this.emit('erro
[all...]
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/
H A Dmultipart.js98 boy.emit('partsLimit')
102 // hack because streams2 _always_ doesn't emit 'end' until nextTick, so let
103 // us emit 'end' early since we know the part has ended if we are already
107 field.emit('end')
159 boy.emit('filesLimit')
193 boy.emit('file', fieldname, file, filename, encoding, contype)
202 file.emit('limit')
218 boy.emit('fieldsLimit')
241 boy.emit('field', fieldname, buffer, false, truncated, encoding, contype)
257 if (curFile) { curFile.emit('erro
[all...]
H A Durlencoded.js48 this.boy.emit('fieldsLimit')
100 this.boy.emit('field', decodeText(key, 'binary', this.charset),
138 this.boy.emit('field', decodeText(this._key, 'binary', this.charset),
176 this.boy.emit('field', decodeText(this._key, 'binary', this.charset),
181 this.boy.emit('field', decodeText(this._key, 'binary', this.charset),
187 this.boy.emit('finish')
/third_party/node/test/parallel/
H A Dtest-event-emitter-modify-in-emit.js51 e.emit('foo');
55 e.emit('foo');
60 e.emit('foo');
71 // Verify that removing callbacks while in emit allows emits to propagate to
78 e.emit('foo');
H A Dtest-http-incoming-pipelined-socket-destroy.js39 server.emit('requestDone');
45 server.emit('requestDone');
53 server.emit('requestDone');
58 server.emit('requestDone');
H A Dtest-stream-pipe-cleanup.js68 r.emit('end');
78 r.emit('close');
90 w.emit('close');
107 r.emit('end');
117 d.emit('end');
H A Dtest-fs-stream-construct-compat-graceful-fs.js27 that.emit('error', err);
30 that.emit('open', fd);
57 that.emit('error', err);
60 that.emit('open', fd);
H A Dtest-stream-pipe-error-handling.js39 source.emit('error', err);
53 source.emit('error', err);
73 w.emit('error', new Error('fail'));
99 w.emit('error', new Error('fail'));
H A Dtest-stream2-readable-wrap.js37 old.emit('pause');
42 old.emit('resume');
65 old.emit('data', item);
69 old.emit('end');
/third_party/node/benchmark/events/
H A Dee-once.js21 ee.emit(dummy);
30 ee.emit(dummy, n);
39 ee.emit(dummy, 'foo', argc, 'bar', false);
48 ee.emit(dummy, true, 7.5, 'foo', null, n);
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/
H A Dexports-with-incremental.js92 /user/username/projects/myproject/lib1/tools/tools.interface.ts (computed .d.ts during emit)
93 /user/username/projects/myproject/lib1/tools/public.ts (computed .d.ts during emit)
94 /user/username/projects/myproject/lib1/public.ts (computed .d.ts during emit)
95 /user/username/projects/myproject/lib2/data2.ts (computed .d.ts during emit)
96 /user/username/projects/myproject/lib2/data.ts (computed .d.ts during emit)
97 /user/username/projects/myproject/lib2/public.ts (computed .d.ts during emit)
98 /user/username/projects/myproject/app.ts (computed .d.ts during emit)
452 /user/username/projects/myproject/lib1/public.ts (computed .d.ts during emit)
453 /user/username/projects/myproject/lib2/data.ts (computed .d.ts during emit)
454 /user/username/projects/myproject/lib2/data2.ts (computed .d.ts during emit)
[all...]
H A Dexports.js92 /user/username/projects/myproject/lib1/tools/tools.interface.ts (computed .d.ts during emit)
93 /user/username/projects/myproject/lib1/tools/public.ts (computed .d.ts during emit)
94 /user/username/projects/myproject/lib1/public.ts (computed .d.ts during emit)
95 /user/username/projects/myproject/lib2/data2.ts (computed .d.ts during emit)
96 /user/username/projects/myproject/lib2/data.ts (computed .d.ts during emit)
97 /user/username/projects/myproject/lib2/public.ts (computed .d.ts during emit)
98 /user/username/projects/myproject/app.ts (computed .d.ts during emit)
326 /user/username/projects/myproject/lib1/public.ts (computed .d.ts during emit)
327 /user/username/projects/myproject/lib2/data.ts (computed .d.ts during emit)
328 /user/username/projects/myproject/lib2/data2.ts (computed .d.ts during emit)
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dtest_vec4_copy_propagation.cpp141 v->emit(v->ADD(a, src_reg(a), src_reg(a))); in TEST_F()
143 v->emit(v->MOV(b, swizzle(src_reg(a), BRW_SWIZZLE4(SWIZZLE_Y, in TEST_F()
153 v->emit(test_mov); in TEST_F()
170 v->emit(v->MOV(b, swizzle(src_reg(a), BRW_SWIZZLE4(SWIZZLE_X, in TEST_F()
175 v->emit(v->MOV(writemask(a, WRITEMASK_XYZ), brw_imm_f(1.0f))); in TEST_F()
182 v->emit(test_mov); in TEST_F()
H A Dbrw_vec4_gs_nir.cpp60 emit(MOV(dest, src)); in nir_emit_intrinsic()
89 emit(MOV(dest, retype(brw_vec4_grf(1, 0), BRW_REGISTER_TYPE_D))); in nir_emit_intrinsic()
95 emit(GS_OPCODE_GET_INSTANCE_ID, dest); in nir_emit_intrinsic()
97 emit(MOV(dest, brw_imm_ud(0))); in nir_emit_intrinsic()
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/streamsearch/
H A Dsbmh.js122 this.emit('info', true)
145 this.emit('info', false, this._lookbehind, 0, this._lookbehind_size)
154 this.emit('info', false, this._lookbehind, 0, bytesToCutOff)
176 if (pos > 0) { this.emit('info', true, data, this._bufpos, pos) } else { this.emit('info', true) }
209 if (pos > 0) { this.emit('info', false, data, this._bufpos, pos < len ? pos : len) }
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_gmem.c46 fd4_gmem_emit_set_prog(struct fd_context *ctx, struct fd4_emit *emit, in fd4_gmem_emit_set_prog() argument
49 emit->skip_consts = true; in fd4_gmem_emit_set_prog()
50 emit->key.vs = prog->vs; in fd4_gmem_emit_set_prog()
51 emit->key.fs = prog->fs; in fd4_gmem_emit_set_prog()
52 emit->prog = fd4_program_state( in fd4_gmem_emit_set_prog()
53 ir3_cache_lookup(ctx->shader_cache, &emit->key, &ctx->debug)); in fd4_gmem_emit_set_prog()
55 emit->vs = NULL; in fd4_gmem_emit_set_prog()
56 emit->fs = NULL; in fd4_gmem_emit_set_prog()
216 struct fd4_emit emit = { variable
220 fd4_gmem_emit_set_prog(ctx, &emit,
349 struct fd4_emit emit = { global() variable
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp95 const AccelTableBase &Contents; ///< Data to emit.
97 /// Controls whether to emit duplicate hash and offset table entries for names
98 /// with identical hashes. Apple tables don't emit duplicate entries, DWARF v5
134 void emit(AsmPrinter *Asm) const;
153 void emit(AsmPrinter *Asm) const;
175 void emit() const;
184 /// public function is emit(), which performs the actual emission.
186 /// The class is templated in its data type. This allows us to emit both dyamic
209 void emit(const Dwarf5AccelTableWriter &Ctx) const;
228 // Right now, we emit unifor
279 void AppleAccelTableWriter::Header::emit(AsmPrinter *Asm) const { emit() function in AppleAccelTableWriter::Header
294 void AppleAccelTableWriter::HeaderData::emit(AsmPrinter *Asm) const { emit() function in AppleAccelTableWriter::HeaderData
355 void AppleAccelTableWriter::emit() const { emit() function in AppleAccelTableWriter
365 void Dwarf5AccelTableWriter<DataT>::Header::emit( emit() function in Dwarf5AccelTableWriter::Header
531 template <typename DataT> void Dwarf5AccelTableWriter<DataT>::emit() const { emit() function in Dwarf5AccelTableWriter
595 void AppleAccelTableOffsetData::emit(AsmPrinter *Asm) const { emit() function in AppleAccelTableOffsetData
599 void AppleAccelTableTypeData::emit(AsmPrinter *Asm) const { emit() function in AppleAccelTableTypeData
605 void AppleAccelTableStaticOffsetData::emit(AsmPrinter *Asm) const { emit() function in AppleAccelTableStaticOffsetData
609 void AppleAccelTableStaticTypeData::emit(AsmPrinter *Asm) const { emit() function in AppleAccelTableStaticTypeData
[all...]
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/
H A Dexport-with-incremental.js84 /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)
402 /user/username/projects/myproject/lib1/tools/public.ts (computed .d.ts during emit)
403 /user/username/projects/myproject/lib1/public.ts (computed .d.ts during emit)
404 /user/username/projects/myproject/lib2/data.ts (computed .d.ts during emit)
405 /user/username/projects/myproject/lib2/public.ts (computed .d.ts during emit)
[all...]
H A Dexport.js84 /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)
291 /user/username/projects/myproject/lib1/tools/public.ts (computed .d.ts during emit)
292 /user/username/projects/myproject/lib1/public.ts (computed .d.ts during emit)
293 /user/username/projects/myproject/lib2/data.ts (computed .d.ts during emit)
294 /user/username/projects/myproject/lib2/public.ts (computed .d.ts during emit)
[all...]
/third_party/libwebsockets/lib/drivers/button/
H A Dlws-button.c275 goto emit; in LWS_PLAT_TIMER_CB()
290 goto emit; in LWS_PLAT_TIMER_CB()
314 goto emit; in LWS_PLAT_TIMER_CB()
364 goto emit; in LWS_PLAT_TIMER_CB()
369 goto emit; in LWS_PLAT_TIMER_CB()
378 goto emit; in LWS_PLAT_TIMER_CB()
390 goto emit; in LWS_PLAT_TIMER_CB()
398 goto emit; in LWS_PLAT_TIMER_CB()
417 emit: in LWS_PLAT_TIMER_CB()
/third_party/typescript/tests/baselines/reference/tsc/cancellationToken/
H A Dwhen-emitting-buildInfo.js60 /user/username/projects/myproject/c.ts (computed .d.ts during emit)
61 /user/username/projects/myproject/b.ts (computed .d.ts during emit)
62 /user/username/projects/myproject/a.ts (computed .d.ts during emit)
63 /user/username/projects/myproject/d.ts (computed .d.ts during emit)
351 /user/username/projects/myproject/a.ts (computed .d.ts during emit)
484 /user/username/projects/myproject/c.ts (computed .d.ts during emit)
485 /user/username/projects/myproject/b.ts (computed .d.ts during emit)
486 /user/username/projects/myproject/a.ts (computed .d.ts during emit)
487 /user/username/projects/myproject/d.ts (computed .d.ts during emit)
H A Dwhen-using-state.js60 /user/username/projects/myproject/c.ts (computed .d.ts during emit)
61 /user/username/projects/myproject/b.ts (computed .d.ts during emit)
62 /user/username/projects/myproject/a.ts (computed .d.ts during emit)
63 /user/username/projects/myproject/d.ts (computed .d.ts during emit)
351 /user/username/projects/myproject/a.ts (computed .d.ts during emit)
484 /user/username/projects/myproject/c.ts (computed .d.ts during emit)
485 /user/username/projects/myproject/b.ts (computed .d.ts during emit)
486 /user/username/projects/myproject/a.ts (computed .d.ts during emit)
487 /user/username/projects/myproject/d.ts (computed .d.ts during emit)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp28 ORE->emit( in warnAboutLeftoverTransformations()
39 ORE->emit( in warnAboutLeftoverTransformations()
56 ORE->emit( in warnAboutLeftoverTransformations()
64 ORE->emit( in warnAboutLeftoverTransformations()
75 ORE->emit( in warnAboutLeftoverTransformations()
/third_party/node/test/pummel/
H A Dtest-stream-pipe-multi.js50 process.nextTick(this.emit.bind(this, 'drain'));
57 this.emit('end');
63 this.emit('close');
112 r.emit('data', data);

Completed in 10 milliseconds

12345678910>>...26