/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 363 /// Interface to emit optimization remarks. 392 /// Interface to emit optimization remarks. 439 /// Interface to emit optimization remarks. 571 ORE->emit([&]() { in processLoop() 735 ORE->emit([&]() { 751 ORE->emit([&]() { 765 ORE->emit([&]() { 780 ORE->emit([&]() { 795 ORE->emit([&]() { 809 ORE->emit([ [all...] |
/third_party/node/test/parallel/ |
H A D | test-repl-end-emits-exit.js | 42 stream.emit('data', '\u0004'); 60 stream.emit('end');
|
H A D | test-repl-recoverable.js | 34 putIn.emit('data', '1\n'); 35 putIn.emit('data', '2\n');
|
H A D | test-repl-preview.js | 26 this.emit('data', entry); 28 this.emit('data', '\n'); 36 this.emit('line', this.lines[this.lines.length - 1]);
|
H A D | test-stream2-basic.js | 77 this.emit('write', c); 83 this.emit('end', this.received); 286 w1.emit('close'); 311 w2.emit('drain'); 331 w3.emit('drain');
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | IRTransformLayer.cpp | 20 void IRTransformLayer::emit(MaterializationResponsibility R, in emit() function in llvm::orc::IRTransformLayer 25 BaseLayer.emit(std::move(R), std::move(*TransformedTSM)); in emit()
|
H A D | ObjectTransformLayer.cpp | 20 void ObjectTransformLayer::emit(MaterializationResponsibility R, in emit() function in llvm::orc::ObjectTransformLayer 35 BaseLayer.emit(std::move(R), std::move(O)); in emit()
|
/third_party/node/lib/ |
H A D | tty.js | 77 this.emit('error', errors.errnoException(err, 'setRawMode')); 132 this.emit('error', errors.errnoException(err, 'getWindowSize')); 139 this.emit('resize');
|
H A D | events.js | 160 emit(event, ...args) { 164 ArrayPrototypeUnshift(args, super.emit, this, event); 380 that.emit('error', err); 398 ee.emit('error', err); 464 EventEmitter.prototype.emit = function emit(type, ...args) { 470 this.emit(kErrorMonitor, ...args); 483 ErrorCaptureStackTrace(capture, EventEmitter.prototype.emit); 558 // adding it to the listeners, first emit "newListener". 560 target.emit('newListene [all...] |
/third_party/node/deps/npm/node_modules/are-we-there-yet/lib/ |
H A D | tracker-group.js | 45 this.emit('change', unit.name, this.completion[unit.id], unit) 86 this.emit('change', this.name, 1, this) 108 trackerGroup.emit('change', name || trackerGroup.name, trackerGroup.completed(), trackerGroup)
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | parse_number.h | 210 // the number by the given |emit| function. On success, returns 212 // given |emit| function word by word (least significant word first). On 214 // |emit| function will not be called. If the string pointer |error_msg| is not 220 std::function<void(uint32_t)> emit, std::string* error_msg); 223 // encodes the number by the given |emit| funciton. On success, returns 225 // given |emit| function word by word (least significant word first). On 227 // |emit| function will not be called. If the string pointer |error_msg| is not 233 std::function<void(uint32_t)> emit, std::string* error_msg); 236 // |text| and encodes the number by the given |emit| function. On success, 238 // by the given |emit| functio [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | parse_number.h | 210 // the number by the given |emit| function. On success, returns 212 // given |emit| function word by word (least significant word first). On 214 // |emit| function will not be called. If the string pointer |error_msg| is not 220 std::function<void(uint32_t)> emit, std::string* error_msg); 223 // encodes the number by the given |emit| funciton. On success, returns 225 // given |emit| function word by word (least significant word first). On 227 // |emit| function will not be called. If the string pointer |error_msg| is not 233 std::function<void(uint32_t)> emit, std::string* error_msg); 236 // |text| and encodes the number by the given |emit| function. On success, 238 // by the given |emit| functio [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCLinkerOptimizationHint.h | 128 void emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const; 137 /// Keep track of the emit size of all the LOHs. 170 /// Each line of the table is emitted by LOHDirective::emit. 171 void emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const { in emit() function in llvm::MCLOHContainer 173 D.emit(ObjWriter, Layout); in emit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | OptimizationRemarkEmitter.h | 70 void emit(DiagnosticInfoOptimizationBase &OptDiag); 75 void emit(T RemarkBuilder, decltype(RemarkBuilder()) * = nullptr) { in emit() function in llvm::OptimizationRemarkEmitter 83 emit((DiagnosticInfoOptimizationBase &)R); in emit()
|
/third_party/spirv-tools/source/util/ |
H A D | parse_number.h | 210 // the number by the given |emit| function. On success, returns 212 // given |emit| function word by word (least significant word first). On 214 // |emit| function will not be called. If the string pointer |error_msg| is not 220 std::function<void(uint32_t)> emit, std::string* error_msg); 223 // encodes the number by the given |emit| function. On success, returns 225 // given |emit| function word by word (least significant word first). On 227 // |emit| function will not be called. If the string pointer |error_msg| is not 233 std::function<void(uint32_t)> emit, std::string* error_msg); 236 // |text| and encodes the number by the given |emit| function. On success, 238 // by the given |emit| functio [all...] |
/third_party/node/lib/internal/ |
H A D | worker.js | 256 this[kPublicPort].on(event, (message) => this.emit(event, message)); 286 process.nextTick(() => process.emit('worker', this)); 301 this.emit('error', new errorCodes[customErr](customErrReason)); 303 this.emit('exit', code); 308 this.emit('error', new ERR_WORKER_UNSERIALIZABLE_ERROR()); 314 this.emit('error', error); 321 return this.emit('online');
|
/third_party/node/deps/npm/node_modules/ssri/lib/ |
H A D | index.js | 79 emit (ev, data) { 83 return super.emit(ev, data) 108 this.emit('error', err) 117 this.emit('error', err) 120 this.emit('size', this.size) 122 this.emit('integrity', newSri) 125 this.emit('verified', match)
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | opt_add_neg_to_sub_test.cpp | 81 body->emit(assign(var_c, add(var_a, var_b))); in TEST_F() 114 body->emit(assign(var_c, add(var_a, neg(var_b)))); in TEST_F() 147 body->emit(assign(var_c, add(neg(var_a), var_b))); in TEST_F() 180 body->emit(assign(var_c, add(neg(var_a), neg(var_b)))); in TEST_F()
|
/third_party/node/deps/npm/node_modules/cacache/lib/ |
H A D | get.js | 82 stream.emit('metadata', entry.metadata) 83 stream.emit('integrity', entry.integrity) 84 stream.emit('size', entry.size) 104 }).catch((err) => stream.emit('error', err))
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | index.js | 69 process.emit('time', 'arborist:ctor') 100 process.emit('timeEnd', 'arborist:ctor') 226 process.emit('time', 'audit') 249 process.emit('timeEnd', 'audit')
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_vs.c | 253 if (!draw->vs.emit || in draw_vs_get_emit() 254 translate_key_compare(&draw->vs.emit->key, key) != 0) in draw_vs_get_emit() 257 draw->vs.emit = translate_cache_find(draw->vs.emit_cache, key); in draw_vs_get_emit() 260 return draw->vs.emit; in draw_vs_get_emit()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | egd_tables.py | 54 def emit(self, filp, name, static=True): member in StringTable 106 def emit(self, filp, name, static=True): member in IntTable 288 strings.emit(sys.stdout, "egd_strings") 292 strings_offsets.emit(sys.stdout, "egd_strings_offsets")
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
H A D | PrefixTree.java | 105 minimal = emit(root, RangeSpecification.empty(), RangeTree.empty(), minLength); in minimal() 307 // from the current edge, just emit it and continue on to the next edge. in recursivelyMinimize() 325 // The mask identifies edges which are now outside the exclude tree, and thus safe to emit. in recursivelyMinimize() 329 minimal = emit(target, path.extendByMask(mask), minimal, minLength); in recursivelyMinimize() 339 private static RangeTree emit( in emit() method in PrefixTree 346 emit(e.getTarget(), path.extendByMask(e.getDigitMask()), minimal, minLength)); in emit()
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
H A D | noEmit-changes-with-initial-noEmit-incremental.js | 186 Change:: No Change run with emit
368 Change:: Introduce error with emit
574 Change:: Fix error and no emit
704 Change:: No Change run with emit
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | AccelTable.h | 96 /// and it should store the data necessary to emit them. AppleAccelTableData is 241 virtual void emit(AsmPrinter *Asm) const = 0; 325 void emit(AsmPrinter *Asm) const override; 344 void emit(AsmPrinter *Asm) const override; 362 void emit(AsmPrinter *Asm) const override; 387 void emit(AsmPrinter *Asm) const override;
|