Home
last modified time | relevance | path

Searched refs:emit (Results 151 - 175 of 1913) sorted by relevance

12345678910>>...77

/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86nasm.pl32 &::emit($opcode,@_);
38 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
39 sub ::call_ptr { &::emit("call",@_); }
40 sub ::jmp_ptr { &::emit("jmp",@_); }
/third_party/openssl/crypto/perlasm/
H A Dx86nasm.pl32 &::emit($opcode,@_);
38 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); }
39 sub ::call_ptr { &::emit("call",@_); }
40 sub ::jmp_ptr { &::emit("jmp",@_); }
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource11.js65 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
232 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
303 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
321 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
338 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
442 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
537 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
636 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
719 public emit(emitter: Emitter, tokenId: TokenID, startLine: boolean) {
748 public emit(emitte
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dparse_number_test.cpp280 << "Should not call emit() function when the number can not be parsed."; in AssertEmitFunc()
598 auto emit = [&word_buffer](uint32_t word) { in TEST() local
604 rc = ParseAndEncodeIntegerNumber("0", type, emit, nullptr); in TEST()
607 rc = ParseAndEncodeIntegerNumber("-0", type, emit, nullptr); in TEST()
610 rc = ParseAndEncodeIntegerNumber("9223372036854775807", type, emit, nullptr); in TEST()
613 rc = ParseAndEncodeIntegerNumber("-9223372036854775808", type, emit, nullptr); in TEST()
616 rc = ParseAndEncodeIntegerNumber("-1", type, emit, nullptr); in TEST()
621 rc = ParseAndEncodeIntegerNumber("0x7fffffffffffffff", type, emit, nullptr); in TEST()
624 rc = ParseAndEncodeIntegerNumber("0xffffffffffffffff", type, emit, nullptr); in TEST()
677 auto emit in TEST() local
791 auto emit = [&word_buffer](uint32_t word) { TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dparse_number_test.cpp280 << "Should not call emit() function when the number can not be parsed."; in AssertEmitFunc()
598 auto emit = [&word_buffer](uint32_t word) { in TEST() local
604 rc = ParseAndEncodeIntegerNumber("0", type, emit, nullptr); in TEST()
607 rc = ParseAndEncodeIntegerNumber("-0", type, emit, nullptr); in TEST()
610 rc = ParseAndEncodeIntegerNumber("9223372036854775807", type, emit, nullptr); in TEST()
613 rc = ParseAndEncodeIntegerNumber("-9223372036854775808", type, emit, nullptr); in TEST()
616 rc = ParseAndEncodeIntegerNumber("-1", type, emit, nullptr); in TEST()
621 rc = ParseAndEncodeIntegerNumber("0x7fffffffffffffff", type, emit, nullptr); in TEST()
624 rc = ParseAndEncodeIntegerNumber("0xffffffffffffffff", type, emit, nullptr); in TEST()
677 auto emit in TEST() local
791 auto emit = [&word_buffer](uint32_t word) { TEST() local
[all...]
/third_party/spirv-tools/test/
H A Dparse_number_test.cpp280 << "Should not call emit() function when the number can not be parsed."; in AssertEmitFunc()
598 auto emit = [&word_buffer](uint32_t word) { in TEST() local
604 rc = ParseAndEncodeIntegerNumber("0", type, emit, nullptr); in TEST()
607 rc = ParseAndEncodeIntegerNumber("-0", type, emit, nullptr); in TEST()
610 rc = ParseAndEncodeIntegerNumber("9223372036854775807", type, emit, nullptr); in TEST()
613 rc = ParseAndEncodeIntegerNumber("-9223372036854775808", type, emit, nullptr); in TEST()
616 rc = ParseAndEncodeIntegerNumber("-1", type, emit, nullptr); in TEST()
621 rc = ParseAndEncodeIntegerNumber("0x7fffffffffffffff", type, emit, nullptr); in TEST()
624 rc = ParseAndEncodeIntegerNumber("0xffffffffffffffff", type, emit, nullptr); in TEST()
677 auto emit in TEST() local
791 auto emit = [&word_buffer](uint32_t word) { TEST() local
[all...]
/third_party/node/lib/
H A Ddomain.js269 // If there's no error handler, do not emit an 'error' event
279 caught = this.emit('error', er);
295 caught = this.emit('error', er);
361 // e.emit('error', er); // RangeError, stack overflow!
408 self.emit('error', er);
477 const eventEmit = EventEmitter.prototype.emit;
478 EventEmitter.prototype.emit = function emit(...args) {
485 // Just call original `emit` if current EE instance has `error`
540 domain.emit('erro
[all...]
H A D_http_server.js259 // EventEmitter.emit makes a copy of the 'close' listeners array before
272 // obj.emit('event'); // throws
289 this.emit('socket', socket);
758 msg.emit('drain');
764 const reqTimeout = req && !req.complete && req.emit('timeout', this);
766 const resTimeout = res && res.emit('timeout', this);
767 const serverTimeout = this.server.emit('timeout', this);
829 const serverTimeout = server.emit('timeout', socket);
877 if (!this.server.emit('clientError', e, this)) {
939 server.emit(eventNam
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCodeMangler.java48 private boolean verbose; // true if we emit debug output
318 boolean emit = true; in processFile()
325 + "' (emit: " + emit in processFile()
333 emit = next != null ? next.emit : true; in processFile()
335 emit = false; in processFile()
344 ret.emit = this.emit & trip; in processFile()
455 if (state.emit) { in processFile()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h61 #define X(enum, emit) enum,
136 void emit(const Cfg *Func) const override;
182 void emit(const Cfg *Func) const override;
223 void emit(const Cfg *Func) const override;
259 void emit(const Cfg *Func) const override;
289 void emit(const Cfg *Func) const override;
315 void emit(const Cfg *Func) const override;
358 // Inherit dump() and emit() from Variable.
468 /// Called inside derived methods emit() to communicate that multiple
481 /// Shared emit routine
[all...]
H A DIceInstX8632.h122 void emit(const Cfg *Func) const override;
163 void emit(const Cfg *Func) const override;
327 // Shared emit routines for common forms of instructions.
451 void emit(const Cfg *Func) const override;
527 void emit(const Cfg *Func) const override;
558 void emit(const Cfg *Func) const override;
581 void emit(const Cfg *Func) const override;
653 void emit(const Cfg *Func) const override {
659 this->getSrc(0)->emit(Func);
700 void emit(cons
[all...]
/kernel/linux/linux-5.10/arch/riscv/net/
H A Dbpf_jit.h102 static inline void emit(const u32 insn, struct rv_jit_context *ctx) in emit() function
671 * ensure that the RV32 JIT doesn't emit any of these instructions.
804 /* Helper functions that emit RVC instructions when possible. */
813 emit(rv_jalr(rd, rs, imm), ctx); in emit_jalr()
821 emit(rv_addi(rd, rs, 0), ctx); in emit_mv()
829 emit(rv_add(rd, rs1, rs2), ctx); in emit_add()
842 emit(rv_addi(rd, rs, imm), ctx); in emit_addi()
850 emit(rv_addi(rd, RV_REG_ZERO, imm), ctx); in emit_li()
858 emit(rv_lui(rd, imm), ctx); in emit_lui()
866 emit(rv_sll in emit_slli()
[all...]
/third_party/node/deps/npm/node_modules/pacote/lib/
H A Dremote.js48 er => stream.emit('error', er)
53 stream.emit('integrity', i)
57 }).catch(er => stream.emit('error', er))
/third_party/skia/tools/skpbench/
H A Dskiaperf.py61 def emit(self, outfile): member in JSONDict
87 data.emit(outfile)
89 data.emit(sys.stdout)
/third_party/node/lib/internal/fs/
H A Dstreams.js56 const orgEmit = stream.emit;
57 stream.emit = function(...args) {
59 this.emit = orgEmit;
63 this.emit = orgEmit;
77 stream.emit('open', stream.fd);
78 stream.emit('ready');
255 this.emit(kIoDone, er);
462 return this.emit(kIoDone, er);
490 return this.emit(kIoDone, er);
H A Dwatchers.js68 self.emit('stop');
92 self.emit('change', getStatsFromBinding(stats),
213 this.emit('error', error);
215 this.emit('change', eventType, filename);
291 self.emit('close');
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target.cpp354 CodeEmitter *emit = target->getCodeEmitter(progType); in emitBinary() local
356 emit->prepareEmission(this); in emitBinary()
368 emit->setCodeLocation(code, binSize); in emitBinary()
374 assert(emit->getCodeSize() == fn->binPos); in emitBinary()
378 emit->emitInstruction(i); in emitBinary()
387 info->bin.relocData = emit->getRelocInfo(); in emitBinary()
388 info->bin.fixupData = emit->getFixupInfo(); in emitBinary()
392 emit->printBinary(); in emitBinary()
394 delete emit; in emitBinary()
/third_party/node/test/common/
H A Dtls.js48 this.emit('handshake', msg);
61 this.emit('handshake', msg);
72 this.emit('handshake', msg);
102 this.emit('server_random', server_random);
108 this.emit('handshake', handshake);
/third_party/node/deps/npm/node_modules/cacache/lib/content/
H A Dwrite.js58 this.inputStream.on('error', er => this.emit('error', er))
59 this.inputStream.on('drain', () => this.emit('drain'))
70 this.handleContentP.catch(error => this.emit('error', error))
87 res.integrity && this.emit('integrity', res.integrity)
89 res.size !== null && this.emit('size', res.size)
/third_party/node/lib/internal/http2/
H A Dcompat.js187 response.emit('drain');
194 request.emit('aborted');
217 case 'emit':
263 case 'emit':
308 req.emit('close');
314 obj.emit('timeout');
471 res.emit('finish');
472 res.emit('close');
892 if (!server.emit('connect', request, response)) {
903 server.emit('checkContinu
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c94 setup_stages(struct fd4_emit *emit, struct stage *s) in setup_stages() argument
98 s[VS].v = fd4_emit_get_vp(emit); in setup_stages()
99 s[FS].v = fd4_emit_get_fp(emit); in setup_stages()
154 fd4_program_emit(struct fd_ringbuffer *ring, struct fd4_emit *emit, int nr, in fd4_program_emit() argument
167 if (emit->binning_pass) in fd4_program_emit()
170 setup_stages(emit, s); in fd4_program_emit()
286 COND(emit->binning_pass, A4XX_SP_SP_CTRL_REG_BINNING_PASS)); in fd4_program_emit()
352 if (emit->binning_pass) { in fd4_program_emit()
458 if (!emit->no_decode_srgb) in fd4_program_emit()
473 if (emit in fd4_program_emit()
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c167 setup_stages(struct fd5_emit *emit, struct stage *s) in setup_stages() argument
171 s[VS].v = fd5_emit_get_vp(emit); in setup_stages()
172 s[FS].v = fd5_emit_get_fp(emit); in setup_stages()
238 struct fd5_emit *emit) in fd5_program_emit()
250 setup_stages(emit, s); in fd5_program_emit()
402 if (do_streamout && emit->binning_pass) in fd5_program_emit()
403 link_fs = emit->prog->fs; in fd5_program_emit()
452 if (do_streamout && !emit->binning_pass) in fd5_program_emit()
504 if (emit->binning_pass) { in fd5_program_emit()
612 if (!emit in fd5_program_emit()
237 fd5_program_emit(struct fd_context *ctx, struct fd_ringbuffer *ring, struct fd5_emit *emit) fd5_program_emit() argument
[all...]
/third_party/PyYAML/tests/lib/
H A Dtest_emitter.py20 output = yaml.emit(events)
33 output = yaml.emit(events, canonical=canonical)
60 output = yaml.emit(styled_events)
94 output = yaml.emit(events)
/third_party/node/test/parallel/
H A Dtest-event-emitter-remove-listeners.js84 this.emit('quux');
122 ee.emit('hello');
123 // This is so because the internal listener array at time of emit
127 ee.emit('hello');
138 ee.emit('hello');
H A Dtest-http2-compat-socket-set.js54 const realEmit = request.stream.emit;
55 request.socket.emit = noop;
56 assert.strictEqual(request.stream.emit, noop);
57 request.stream.emit = realEmit;

Completed in 25 milliseconds

12345678910>>...77