Home
last modified time | relevance | path

Searched defs:emit (Results 101 - 125 of 177) sorted by relevance

12345678

/test/testfwk/xdevice/src/xdevice/_core/
H A Dlogger.py496 def emit(self, record): member in EncryptFileHandler
/third_party/PyYAML/lib/yaml/
H A Demitter.py111 def emit(self, event): member in Emitter
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DConvertIcuDataTask.java141 public void setEmitReport(boolean emit) { in setEmitReport() argument
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibbitmask.c158 static inline int emit(char *buf, int buflen, int rbot, int rtop, int len) in emit() function
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_builder.h249 emit(const instruction &inst) const in emit() function in brw::fs_builder
258 emit(enum opcode opcode) const in emit() function in brw::fs_builder
267 emit(enum opcode opcode, const dst_reg &dst) const in emit() function in brw::fs_builder
276 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0) const in emit() function in brw::fs_builder
298 emit(enu function in brw::fs_builder
320 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0, emit() function in brw::fs_builder
344 emit(enum opcode opcode, const dst_reg &dst, const src_reg srcs[], emit() function in brw::fs_builder
363 emit(instruction *inst) const emit() function in brw::fs_builder
[all...]
/third_party/node/lib/
H A Devents.js[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/poly1305/
H A Dpoly1305-x86_64.s
/third_party/node/deps/npm/node_modules/jsonparse/
H A Djsonparse.js
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.h53 void (*emit)(struct pipe_screen *, u32 *sequence); member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_draw.c210 unsigned emit; member
230 uint emit = EMIT_OMIT; in vroute_add() local
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm-inl.h211 void Assembler::emit(Instr x) { in emit() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64-inl.h47 void Assembler::emit(Immediate x) { in emit() function in v8::internal::Assembler
54 void Assembler::emit(Immediate64 x) { in emit() function in v8::internal::Assembler
[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
237 fd5_program_emit(struct fd_context *ctx, struct fd_ringbuffer *ring, struct fd5_emit *emit) fd5_program_emit() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h122 fd6_emit_get_prog(struct fd6_emit *emit) in fd6_emit_get_prog() argument
133 fd6_emit_take_group(struct fd6_emit *emit, struct fd_ringbuffer *stateobj, enum fd6_state_id group_id, unsigned enable_mask) fd6_emit_take_group() argument
144 fd6_emit_add_group(struct fd6_emit *emit, struct fd_ringbuffer *stateobj, enum fd6_state_id group_id, unsigned enable_mask) fd6_emit_add_group() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c48 struct pt_emit *emit; member
547 emit(struct pt_emit *emit, in emit() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c53 r300_draw_emit_attrib(struct r300_context* r300, enum attrib_emit emit, int index) r300_draw_emit_attrib() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp279 void AppleAccelTableWriter::Header::emit(AsmPrinter *Asm) const { emit() function in AppleAccelTableWriter::Header
294 void AppleAccelTableWriter::HeaderData::emit(AsmPrinter *Asm) const { emit() function in AppleAccelTableWriter::HeaderData
355 void AppleAccelTableWriter::emit() const { emit() function in AppleAccelTableWriter
365 void Dwarf5AccelTableWriter<DataT>::Header::emit( emit() function in Dwarf5AccelTableWriter::Header
531 template <typename DataT> void Dwarf5AccelTableWriter<DataT>::emit() const { emit() function in Dwarf5AccelTableWriter
595 void AppleAccelTableOffsetData::emit(AsmPrinter *Asm) const { emit() function in AppleAccelTableOffsetData
599 void AppleAccelTableTypeData::emit(AsmPrinter *Asm) const { emit() function in AppleAccelTableTypeData
605 void AppleAccelTableStaticOffsetData::emit(AsmPrinter *Asm) const { emit() function in AppleAccelTableStaticOffsetData
609 void AppleAccelTableStaticTypeData::emit(AsmPrinter *Asm) const { emit() function in AppleAccelTableStaticTypeData
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp340 void ObjectLinkingLayer::emit(MaterializationResponsibility R, in emit() function in llvm::ObjectLinkingLayer
/third_party/skia/src/pdf/
H A DSkPDFDocumentPriv.h100 SkPDFIndirectReference emit(const SkPDFObject& o) { return this->emit(o, this->reserveRef()); } in emit() function in SkPDFDocument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssembler.h113 template <typename T> void emit(T Value) { in emit() function in Ice::AssemblerBuffer
H A DIceInstMIPS32.cpp61 template <> void InstMIPS32Lui::emit(const Cfg *Func) const { in emit() function in Ice::MIPS32::InstMIPS32Lui
176 void InstMIPS32Label::emit(const Cfg *Func) const { in emit() function in Ice::MIPS32::InstMIPS32Label
246 void OperandMIPS32Mem::emit(const Cfg *Func) const { in emit() function in Ice::MIPS32::OperandMIPS32Mem
328 void InstMIPS32Ret::emit(const Cfg *Func) const { emit() function in Ice::MIPS32::InstMIPS32Ret
379 void InstMIPS32Br::emit(const Cfg *Func) const { emit() function in Ice::MIPS32::InstMIPS32Br
464 void InstMIPS32Call::emit(const Cfg *Func) const { emit() function in Ice::MIPS32::InstMIPS32Call
533 void InstMIPS32Mov::emit(const Cfg *Func) const { emit() function in Ice::MIPS32::InstMIPS32Mov
844 template <> void InstMIPS32Mflo::emit(const Cfg *Func) const { emit() function in Ice::MIPS32::InstMIPS32Mflo
855 template <> void InstMIPS32Mfhi::emit(const Cfg *Func) const { emit() function in Ice::MIPS32::InstMIPS32Mfhi
916 template <> void InstMIPS32Mtc1::emit(const Cfg *Func) const { emit() function in Ice::MIPS32::InstMIPS32Mtc1
932 template <> void InstMIPS32Mtlo::emit(const Cfg *Func) const { emit() function in Ice::MIPS32::InstMIPS32Mtlo
943 template <> void InstMIPS32Mthi::emit(const Cfg *Func) const { emit() function in Ice::MIPS32::InstMIPS32Mthi
969 template <> void InstMIPS32Mult::emit(const Cfg *Func) const { emit() function in Ice::MIPS32::InstMIPS32Mult
980 template <> void InstMIPS32Multu::emit(const Cfg *Func) const { emit() function in Ice::MIPS32::InstMIPS32Multu
[all...]
H A DIceOperand.cpp556 void Variable::emit(const Cfg *Func) const { in emit() function in Ice::Variable
599 template <> void ConstantInteger32::emit(TargetLowering *Target) const { in emit() function in Ice::ConstantInteger32
603 template <> void ConstantInteger64::emit(TargetLowering *Target) const { in emit() function in Ice::ConstantInteger64
607 template <> void ConstantFloat::emit(TargetLowering *Target) const { in emit() function in Ice::ConstantFloat
611 template <> void ConstantDouble::emit(TargetLowering *Target) const { in emit() function in Ice::ConstantDouble
615 void ConstantRelocatable::emit(TargetLowerin function in Ice::ConstantRelocatable
641 void ConstantUndef::emit(TargetLowering *Target) const { Target->emit(this); } emit() function in Ice::ConstantUndef
[all...]
/third_party/toybox/toys/posix/
H A Dsed.c208 static int emit(char *line, long len, int eol) in emit() function
[all...]
/third_party/python/Lib/
H A Dtraceback.py624 def emit(self, text_gen, margin_char=None): member in _ExceptionPrintContext
[all...]
/third_party/python/Parser/
H A Dasdl_c.py113 def emit(self, s, depth, reflow=True): member in EmitVisitor
276 def emit(s, depth=depth): global() function
409 def emit(s, depth=0, reflow=True): global() function
443 def emit(s, depth=0, reflow=True): global() function
452 def emit(s, depth=0, reflow=True): global() function
1336 def emit(s, d): global() function
[all...]

Completed in 24 milliseconds

12345678