Home
last modified time | relevance | path

Searched refs:emit (Results 51 - 75 of 1799) sorted by relevance

12345678910>>...72

/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Drebuild.js57 process.emit('time', 'build')
73 process.emit('timeEnd', 'build')
150 process.emit('time', `build:${type}`)
171 process.emit('timeEnd', `build:${type}`)
175 process.emit('time', 'build:queue')
213 process.emit('timeEnd', 'build:queue')
289 process.emit('time', `build:run:${event}`)
313 process.emit('time', timer)
359 process.emit('timeEnd', timer)
361 process.emit('timeEn
[all...]
/third_party/node/deps/npm/node_modules/signal-exit/dist/mjs/
H A Dindex.js10 typeof process.emit === 'function' &&
60 emit(ev, code, signal) {
70 ret = this.emit('afterExit', code, signal) || ret;
119 // safely emit now.
137 const ret = this.#emitter.emit('exit', null, sig);
147 this.#originalProcessEmit = process.emit;
186 this.#process.emit = (ev, ...a) => {
212 this.#process.emit = this.#originalProcessEmit;
223 this.#emitter.emit('exit', this.#process.exitCode, null);
236 this.#emitter.emit('exi
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc616 emit(instr | frt.code() * B21 | fra.code() * B16 | frb.code() * B11 | r); in a_form()
634 emit(instr | rt.code() * B21 | ra.code() * B16 | (kImm16Mask & val)); in d_form()
639 emit(instr | rt.code() * B21 | ra.code() * B16 | rb.code() * B11 | o | r); in xo_form()
649 emit(instr | rs.code() * B21 | ra.code() * B16 | sh0_4 * B11 | m0_4 * B6 | in md_form()
658 emit(instr | rs.code() * B21 | ra.code() * B16 | rb.code() * B11 | m0_4 * B6 | in mds_form()
699 emit(EXT1 | bo | condition_bit * B16 | BCLRX | lk); in bclr()
703 emit(EXT1 | bo | condition_bit * B16 | BCCTRX | lk); in bcctr()
717 emit(BCX | bo | condition_bit * B16 | (imm16 & kImm16Mask) | lk); in bc()
723 emit(BX | (imm26 & kImm26Mask) | lk); in b()
739 emit(RLWINM in rlwinm()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstARM32.cpp12 /// constructors and the dump()/emit() methods.
53 #define X(tag, emit) {emit},
62 #define X(tag, encode, opp, emit) {CondARM32::opp, emit},
136 // Start counting instructions here, so that emit() methods don't in emitUsingTextFixup()
140 emit(Func); in emitUsingTextFixup()
167 Instr->getDest()->emit(Func); in emitUnaryopGPR()
169 Instr->getSrc(0)->emit(Func); in emitUnaryopGPR()
190 Instr->getDest()->emit(Fun in emitUnaryopFP()
1317 void InstARM32RegisterStackOp::emit(const Cfg *Func) const { emit() function in Ice::ARM32::InstARM32RegisterStackOp
1709 void InstARM32Insert::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Insert
1932 void InstARM32Mov::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Mov
2090 void InstARM32Br::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Br
2156 void InstARM32Call::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Call
2212 void InstARM32Label::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Label
2245 template <> void InstARM32Ldr::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Ldr
2273 template <> void InstARM32Vldr1d::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Vldr1d
2301 template <> void InstARM32Vldr1q::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Vldr1q
2376 template <> void InstARM32Ldrex::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Ldrex
2429 template <> void InstARM32Movw::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Movw
2454 template <> void InstARM32Movt::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Movt
2634 void InstARM32Ret::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Ret
2664 void InstARM32Str::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Str
2735 void InstARM32Strex::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Strex
2776 void InstARM32Vstr1::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Vstr1
2821 void InstARM32Vdup::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Vdup
2858 void InstARM32Trap::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Trap
2885 void InstARM32Umull::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Umull
2958 void InstARM32Vcvt::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Vcvt
3031 void InstARM32Vcmp::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Vcmp
3085 void InstARM32Vmrs::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Vmrs
3114 void InstARM32Vabs::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Vabs
3157 void InstARM32Dmb::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Dmb
3184 void InstARM32Nop::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::InstARM32Nop
3204 void OperandARM32Mem::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::OperandARM32Mem
3278 void OperandARM32ShAmtImm::emit(const Cfg *Func) const { ShAmt->emit(Func); } emit() function in Ice::ARM32::__anon25492::OperandARM32ShAmtImm
3299 void OperandARM32FlexImm::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::OperandARM32FlexImm
3336 void OperandARM32FlexFpImm::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::OperandARM32FlexFpImm
3357 void OperandARM32FlexFpZero::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::OperandARM32FlexFpZero
3376 void OperandARM32FlexReg::emit(const Cfg *Func) const { emit() function in Ice::ARM32::__anon25492::OperandARM32FlexReg
[all...]
/third_party/node/lib/
H A D_http_client.js350 process.nextTick(() => this.emit('error', err));
436 req.emit('abort');
443 msg.emit('drain');
464 req.emit('close');
474 req.emit('error', connResetException('socket hang up'));
477 req.emit('close');
501 req.emit('error', err);
523 // ended prematurely and we need to emit an error on the request.
525 req.emit('error', connResetException('socket hang up'));
550 req.emit('erro
[all...]
/third_party/node/lib/internal/cluster/
H A Dprimary.js115 cluster.emit('setup', settings);
148 intercom.emit('disconnect');
171 cluster.emit('message', this, message, handle);
187 worker.emit('exit', exitCode, signalCode);
188 cluster.emit('exit', worker, exitCode, signalCode);
209 worker.emit('disconnect');
210 cluster.emit('disconnect', worker);
220 cluster.emit('fork', worker);
227 process.nextTick(() => intercom.emit('disconnect'));
259 worker.emit('onlin
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dtest_vec4_register_coalesce.cpp148 vec4_instruction *mul = v->emit(v->MUL(temp, something, brw_imm_f(1.0f))); in TEST_F()
149 v->emit(v->MOV(m0, src_reg(temp))); in TEST_F()
172 vec4_instruction *mul = v->emit(v->MUL(temp, something, brw_imm_f(1.0f))); in TEST_F()
174 v->emit(v->MOV(m0, src)); in TEST_F()
176 v->emit(v->MOV(m1, src)); in TEST_F()
195 vec4_instruction *dp4 = v->emit(v->DP4(temp, some_src_1, some_src_2)); in TEST_F()
196 v->emit(v->MOV(m0, src_reg(temp))); in TEST_F()
213 vec4_instruction *dp4 = v->emit(v->DP4(temp, some_src_1, some_src_2)); in TEST_F()
215 v->emit(v->MOV(to, src_reg(temp))); in TEST_F()
222 v->emit( in TEST_F()
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc836 // Here are the instructions we need to emit: in target_at_put()
1285 emit(instr | rn.code() * B16); in AddrMode1()
1290 emit(instr | rd.code() * B12); in AddrMode1()
1292 emit(instr | rn.code() * B16 | rd.code() * B12); in AddrMode1()
1360 emit(instr | am | x.rn_.code() * B16 | rd.code() * B12); in AddrMode2()
1410 emit(instr | am | x.rn_.code() * B16 | rd.code() * B12); in AddrMode3()
1417 emit(instr | rn.code() * B16 | rl.bits()); in AddrMode4()
1440 emit(instr | am | x.rn_.code() * B16 | crd.code() * B12 | offset_8); in AddrMode5()
1473 emit(cond | B27 | B25 | (imm24 & kImm24Mask)); in b()
1476 // Dead code is a good location to emit th in b()
[all...]
/third_party/node/test/parallel/
H A Dtest-fs-stream-construct-compat-old-node.js26 this.emit('error', er);
31 this.emit('open', fd);
32 this.emit('ready');
70 this.emit('error', er);
75 this.emit('open', fd);
76 this.emit('ready');
H A Dtest-event-capture-rejections.js41 ee.emit('something');
66 ee.emit('something');
86 ee.emit('something');
106 ee.emit('something');
128 ee.emit('something', 42, 'foobar');
148 ee.emit('something');
174 ee.emit('something');
200 ee.emit('something');
226 ee.emit('something');
249 ee.emit('somethin
[all...]
H A Dtest-internal-socket-list-receive.js19 list.child.emit('internalMessage', { key, cmd: 'NODE_SOCKET_NOTIFY_CLOSE' });
20 list.child.emit('internalMessage', { key, cmd: 'NODE_SOCKET_GET_COUNT' });
34 list.child.emit('internalMessage', { key, cmd: 'NODE_SOCKET_NOTIFY_CLOSE' });
49 list.child.emit('internalMessage', { key, cmd: 'NODE_SOCKET_GET_COUNT' });
66 obj.socket.emit('close');
H A Dtest-stream2-push.js100 // Now emit some chunks.
109 source.emit('data', chunk);
111 source.emit('data', chunk);
113 source.emit('data', chunk);
115 source.emit('data', chunk);
130 source.emit('end');
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt.h88 * - fetch, emit (ie passthrough)
158 * HW vertex emit:
163 draw_pt_emit_prepare(struct pt_emit *emit,
168 draw_pt_emit(struct pt_emit *emit,
173 draw_pt_emit_linear(struct pt_emit *emit,
178 draw_pt_emit_destroy(struct pt_emit *emit);
185 * HW stream output emit:
190 draw_pt_so_emit_prepare(struct pt_so_emit *emit, boolean use_pre_clip_pos);
193 draw_pt_so_emit(struct pt_so_emit *emit,
199 draw_pt_so_emit_destroy(struct pt_so_emit *emit);
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_split_prim.h13 void (*emit)(void *priv, unsigned start, unsigned count); member
50 s->emit(s->priv, s->start, 1); in util_split_prim_next()
59 s->emit(s->priv, s->p_start, s->p_end - s->p_start); in util_split_prim_next()
61 s->emit(s->priv, s->start, 1); in util_split_prim_next()
74 s->emit(s->priv, s->p_start, max_verts); in util_split_prim_next()
76 s->emit(s->priv, s->p_start + max_verts, 1); in util_split_prim_next()
109 s->emit (s->priv, s->p_start, max_verts); in util_split_prim_next()
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp219 f->emit(assign(color, add(cbase, sub(lumv3(clum), lumv3(cbase))))); in set_lum()
225 f->emit(assign(llum, lumv3(color))); in set_lum()
226 f->emit(assign(mincol, minv3(color))); in set_lum()
227 f->emit(assign(maxcol, maxv3(color))); in set_lum()
229 f->emit(if_tree(less(mincol, imm1(0)), in set_lum()
256 f->emit(assign(sbase, satv3(cbase))); in set_lum_sat()
263 f->emit(if_tree(greater(sbase, imm1(0)), in set_lum_sat()
287 f.emit(assign(src, blend_src)); in calc_blend_result()
291 f.emit(if_blending); in calc_blend_result()
310 f.emit(assig in calc_blend_result()
[all...]
H A Dlower_vector_insert.cpp102 factory.emit(assign(temp, expr->operands[0])); in handle_rvalue()
103 factory.emit(assign(temp, expr->operands[1], mask)); in handle_rvalue()
127 factory.emit(assign(temp, expr->operands[0])); in handle_rvalue()
128 factory.emit(assign(src_temp, expr->operands[1])); in handle_rvalue()
141 factory.emit(assign(cmp_result, in handle_rvalue()
146 factory.emit(if_tree(cmp_result, in handle_rvalue()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32-inl.h167 void Assembler::emit(uint32_t x) { in emit() function in v8::internal::Assembler
177 void Assembler::emit(Handle<HeapObject> handle) { in emit() function in v8::internal::Assembler
178 emit(handle.address(), RelocInfo::FULL_EMBEDDED_OBJECT); in emit()
181 void Assembler::emit(uint32_t x, RelocInfo::Mode rmode) { in emit() function in v8::internal::Assembler
185 emit(x); in emit()
188 void Assembler::emit(Handle<Code> code, RelocInfo::Mode rmode) { in emit() function in v8::internal::Assembler
189 emit(code.address(), rmode); in emit()
192 void Assembler::emit(const Immediate& x) { in emit() function in v8::internal::Assembler
201 emit(0); in emit()
204 emit( in emit()
[all...]
/third_party/node/deps/npm/node_modules/signal-exit/dist/cjs/
H A Dindex.js14 typeof process.emit === 'function' &&
64 emit(ev, code, signal) {
74 ret = this.emit('afterExit', code, signal) || ret;
123 // safely emit now.
141 const ret = this.#emitter.emit('exit', null, sig);
151 this.#originalProcessEmit = process.emit;
190 this.#process.emit = (ev, ...a) => {
216 this.#process.emit = this.#originalProcessEmit;
227 this.#emitter.emit('exit', this.#process.exitCode, null);
240 this.#emitter.emit('exi
[all...]
/third_party/node/deps/npm/node_modules/minipass-flush/
H A Dindex.js19 emit (ev, ...data) {
21 return super.emit(ev, ...data)
30 er ? super.emit('error', er) : super.emit('end')
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/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)
451 /user/username/projects/myproject/lib1/tools/public.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)
[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)
325 /user/username/projects/myproject/lib1/tools/public.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)
[all...]
/third_party/rust/crates/autocfg/src/
H A Dlib.rs97 pub fn emit(cfg: &str) { in emit() functions
201 emit(&format!("rustc_{}_{}", major, minor)); in emit_rustc_version()
217 .arg("--emit=llvm-ir"); in probe()
254 emit(&format!("has_{}", mangle(name))); in emit_sysroot_crate()
275 emit(&format!("has_{}", mangle(path))); in emit_has_path()
282 emit(cfg); in emit_path_cfg()
304 emit(&format!("has_{}", mangle(name))); in emit_has_trait()
311 emit(cfg); in emit_trait_cfg()
333 emit(&format!("has_{}", mangle(name))); in emit_has_type()
340 emit(cf in emit_type_cfg()
[all...]
/third_party/node/benchmark/diagnostics_channel/
H A Dhttp.js41 const { emit } = http.Server.prototype;
58 return emit.apply(this, args);
60 http.Server.prototype.emit = wrappedEmit;
63 http.Server.prototype.emit = emit;
/third_party/node/lib/internal/
H A Dchild_process.js97 got(message, handle, emit) {
98 emit(handle);
109 got(message, handle, emit) {
112 emit(server);
184 got(message, handle, emit) {
201 emit(socket);
212 got(message, handle, emit) {
213 emit(handle);
226 got(message, handle, emit) {
230 emit(socke
942 function emit(event, message, handle) { global() function
[all...]
/third_party/node/benchmark/events/
H A Dee-emit.js22 ee.emit('dummy', true, 5);
29 ee.emit('dummy', true, 5, 10, false);
36 ee.emit('dummy', true, 5, 10, false, 5, 'string', true, false, 11, 20);
43 ee.emit('dummy');

Completed in 23 milliseconds

12345678910>>...72