/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | x86nasm.pl | 32 &::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 D | x86nasm.pl | 32 &::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 D | parserRealSource11.js | 65 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 D | parse_number_test.cpp | 280 << "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 D | parse_number_test.cpp | 280 << "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 D | parse_number_test.cpp | 280 << "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 D | domain.js | 269 // 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.js | 259 // 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 D | CodeMangler.java | 48 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 D | IceInstARM32.h | 61 #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 D | IceInstX8632.h | 122 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 D | bpf_jit.h | 102 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 D | remote.js | 48 er => stream.emit('error', er) 53 stream.emit('integrity', i) 57 }).catch(er => stream.emit('error', er))
|
/third_party/skia/tools/skpbench/ |
H A D | skiaperf.py | 61 def emit(self, outfile): member in JSONDict 87 data.emit(outfile) 89 data.emit(sys.stdout)
|
/third_party/node/lib/internal/fs/ |
H A D | streams.js | 56 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 D | watchers.js | 68 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 D | nv50_ir_target.cpp | 354 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 D | tls.js | 48 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 D | write.js | 58 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 D | compat.js | 187 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 D | fd4_program.c | 94 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 D | fd5_program.c | 167 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 D | test_emitter.py | 20 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 D | test-event-emitter-remove-listeners.js | 84 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 D | test-http2-compat-socket-set.js | 54 const realEmit = request.stream.emit; 55 request.socket.emit = noop; 56 assert.strictEqual(request.stream.emit, noop); 57 request.stream.emit = realEmit;
|