Home
last modified time | relevance | path

Searched refs:emit (Results 226 - 250 of 643) sorted by relevance

12345678910>>...26

/third_party/skia/src/pdf/
H A DSkPDFDocumentPriv.h99 SkPDFIndirectReference emit(const SkPDFObject&, SkPDFIndirectReference);
100 SkPDFIndirectReference emit(const SkPDFObject& o) { return this->emit(o, this->reserveRef()); } in emit() function in SkPDFDocument
H A DSkPDFTag.cpp298 return doc->emit(dict, ref); in PrepareTagTreeToEmit()
348 parentTreeNums->appendRef(doc->emit(markToTagArray)); in makeStructTreeRoot()
366 structTreeRoot.insertRef("ParentTree", doc->emit(parentTree)); in makeStructTreeRoot()
394 idTreeKids->appendRef(doc->emit(idTreeLeaf)); in makeStructTreeRoot()
396 structTreeRoot.insertRef("IDTree", doc->emit(idTree)); in makeStructTreeRoot()
399 return doc->emit(structTreeRoot, ref); in makeStructTreeRoot()
H A DSkPDFDocument.cpp176 kids_list->appendRef(doc->emit(*node.fNode, node.fReservedRef)); in generate_page_tree()
199 return doc->emit(*root.fNode, root.fReservedRef); in generate_page_tree()
230 SkPDFIndirectReference SkPDFDocument::emit(const SkPDFObject& object, SkPDFIndirectReference ref){ in emit() function in SkPDFDocument
259 fInfoDict = this->emit(*SkPDFMetadata::MakeDocumentInformationDict(fMetadata)); in onBeginPage()
312 return doc->emit(destinations); in append_destinations()
344 SkPDFIndirectReference annotationRef = emit(annotation); in getAnnotations()
581 auto docCatalogRef = this->emit(*docCatalog); in onClose()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h151 void emit(DiagnosticInfoOptimizationBase &OptDiag);
170 void emit(T RemarkBuilder, decltype(RemarkBuilder()) * = nullptr) { in emit() function in llvm::MachineOptimizationRemarkEmitter
181 emit((DiagnosticInfoOptimizationBase &)R); in emit()
/third_party/node/test/parallel/
H A Dtest-stream-finished.js187 rs.emit('close'); // Should not trigger an error
198 rs.emit('close'); // Should trigger error
254 rs.emit('close');
269 streamLike.emit('close');
427 d.emit('close');
474 // non standard destroy behavior which might not emit
606 w.emit('aborted');
H A Dtest-stream2-pipe-error-handling.js61 dest.emit('error', err);
99 dest.emit('error', err);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackProtector.cpp133 // emit stack protectors. in ContainsProtectableArray()
265 ORE.emit([&]() { in RequiresStackProtector()
298 ORE.emit(RemarkBuilder); in RequiresStackProtector()
304 ORE.emit(RemarkBuilder); in RequiresStackProtector()
311 ORE.emit(RemarkBuilder); in RequiresStackProtector()
322 ORE.emit([&]() { in RequiresStackProtector()
336 ORE.emit([&]() { in RequiresStackProtector()
408 // impossible to emit the check in IR, so the target *must* support stack in InsertStackProtectors()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.h319 virtual void emit(const ConstantInteger32 *C) const = 0;
320 virtual void emit(const ConstantInteger64 *C) const = 0;
321 virtual void emit(const ConstantFloat *C) const = 0;
322 virtual void emit(const ConstantDouble *C) const = 0;
323 virtual void emit(const ConstantUndef *C) const = 0;
324 virtual void emit(const ConstantRelocatable *CR) const = 0;
579 /// For now, we assume .long is the right directive for emitting 4 byte emit
H A DIceFixups.cpp47 size_t AssemblerFixup::emit(GlobalContext *Ctx, const Assembler &Asm) const { in emit() function in Ice::AssemblerFixup
74 // We need to emit the '- .' for PCRel fixups. Even if the relocation kind() in emit()
75 // is not PCRel, we emit the '- .' for the _GLOBAL_OFFSET_TABLE_. in emit()
87 size_t AssemblerTextFixup::emit(GlobalContext *Ctx, const Assembler &) const { in emit() function in Ice::AssemblerTextFixup
H A DIceFixups.h71 virtual size_t emit(GlobalContext *Ctx, const Assembler &Asm) const;
105 size_t emit(GlobalContext *Ctx, const Assembler &Asm) const override;
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc1144 emit(instr); in GenInstrRegister()
1153 emit(instr); in GenInstrRegister()
1162 emit(instr); in GenInstrRegister()
1171 emit(instr); in GenInstrRegister()
1180 emit(instr); in GenInstrRegister()
1188 emit(instr); in GenInstrRegister()
1199 emit(instr, is_compact_branch); in GenInstrImmediate()
1210 emit(instr); in GenInstrImmediate()
1218 emit(instr, is_compact_branch); in GenInstrImmediate()
1227 emit(inst in GenInstrImmediate()
[all...]
/third_party/node/lib/
H A Dnet.js349 debug('emit close');
350 self.emit('close', isException);
416 // For backwards compat do not emit close on destroy.
598 this.emit('timeout');
825 debug('emit close');
826 this.emit('close', isException);
829 this.emit('error', errnoException(err, 'reset'));
1359 self.emit('lookup', err, ip, addressType, host);
1400 self.emit('lookup', err, undefined, undefined, host);
1417 self.emit('looku
[all...]
/third_party/mesa3d/src/compiler/glsl/tests/
H A Darray_refcount_test.cpp425 body->emit(assign(var_a, deref_array(var_c, var_b))); in TEST_F()
460 body->emit(assign(var_a, deref_array(var_c, var_b))); in TEST_F()
500 body->emit(assign(var_a, in TEST_F()
531 body->emit(assign(var_a, in TEST_F()
566 body->emit(assign(var_a, in TEST_F()
610 body->emit(assign(var_a, in TEST_F()
697 body->emit(assign(var_a, in TEST_F()
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/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)
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)
/third_party/typescript/tests/baselines/reference/tsc/incremental/
H A DnoEmit-changes-composite.js502 Change:: Fix error and emit
630 Change:: No Change run with emit
671 Change:: No Change run with emit
690 Change:: Introduce error and emit
904 Change:: No Change run with emit
1021 Change:: No Change run with emit
1064 Change:: Fix error and no emit
1220 Change:: No Change run with emit
1383 Change:: No Change run with emit
H A DnoEmit-changes-incremental-declaration.js486 Change:: Fix error and emit
617 Change:: No Change run with emit
658 Change:: No Change run with emit
677 Change:: Introduce error and emit
893 Change:: No Change run with emit
1010 Change:: No Change run with emit
1053 Change:: Fix error and no emit
1194 Change:: No Change run with emit
1359 Change:: No Change run with emit
H A DnoEmit-changes-incremental.js451 Change:: Fix error and emit
583 Change:: No Change run with emit
624 Change:: No Change run with emit
643 Change:: Introduce error and emit
853 Change:: No Change run with emit
970 Change:: No Change run with emit
1013 Change:: Fix error and no emit
1143 Change:: No Change run with emit
1302 Change:: No Change run with emit
/third_party/curl/tests/
H A Dutil.py45 def emit(self, record): member in ClosingFileHandler
48 super(ClosingFileHandler, self).emit(record)
/third_party/node/lib/internal/
H A Dsocket_list.js13 child.once('exit', () => this.emit('exit', this));
103 if (this.connections === 0) this.emit('empty', this);
/third_party/node/test/common/
H A Dudppair.js34 this.emit('wantRead');
49 this.emit('send', { buffers, addr });
/third_party/node/deps/npm/node_modules/graceful-fs/
H A Dlegacy-streams.js64 self.emit('error', err);
70 self.emit('open', fd);
/third_party/node/deps/npm/node_modules/pacote/lib/
H A Ddir.js85 .on('error', er => stream.emit('error', er)).pipe(stream))
86 .catch(er => stream.emit('error', er))
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/
H A Dmain.js41 Busboy.prototype.emit = function (ev) {
51 WritableStream.prototype.emit.apply(this, arguments)
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_int64.cpp207 body.emit(assign(temp, val)); in expand_source()
221 body.emit(assign(expanded_src[i], in expand_source()
245 body.emit(assign(compacted_result, in compact_destination()
293 body.emit(c); in lower_op_to_function_call()

Completed in 28 milliseconds

12345678910>>...26