Home
last modified time | relevance | path

Searched defs:emit (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.tcc25 size_t Entry<32, true>::emit(uint8_t* pAddress) const { in emit() function in Entry
47 size_t Entry<64, true>::emit(uint8_t* pAddress) const { in emit() function in Entry
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp242 bool Linker::emit(FileOutputBuffer& pOutput) { in emit() function in mcld::Linker
255 bool Linker::emit(const Module& pModule, const std::string& pPath) { in emit() function in mcld::Linker
289 bool Linker::emit(const Module& pModule, int pFileDescriptor) { in emit() function in mcld::Linker
/aosp12/frameworks/base/services/core/java/com/android/server/display/utils/
H A DPlog.java113 protected abstract void emit(String message); in emit() method in Plog
137 protected void emit(String message) { in emit() method in Plog.SystemPlog
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DMsgHandler.cpp23 bool MsgHandler::emit() { in emit() function in mcld::MsgHandler
H A DMergedStringTable.cpp28 void MergedStringTable::emit(MemoryRegion& pRegion) { in emit() function in mcld::MergedStringTable
H A DDiagnosticEngine.cpp61 bool DiagnosticEngine::emit() { in emit() function in mcld::DiagnosticEngine
H A DDebugString.cpp86 void DebugString::emit(MemoryRegion& pRegion) { in emit() function in mcld::DebugString
/aosp12/hardware/interfaces/scripts/
H A Dlist_hal_vts.py36 def emit(self, record): member in CriticalHandler
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp137 size_t ELFAttribute::emit(MemoryRegion& pRegion) const { in emit() function in mcld::ELFAttribute
299 size_t ELFAttribute::Subsection::emit(char* pBuf) const { in emit() function in mcld::ELFAttribute::Subsection
H A DELFDynamic.cpp328 void ELFDynamic::emit(const LDSection& pSection, MemoryRegion& pRegion) const { in emit() function in mcld::ELFDynamic
/aosp12/system/tools/aidl/build/
H A Daidl_rust_glue.py30 def emit(self, output_file, indent=""): member in RustModule
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp30 uint64_t MipsGOTPLT::emit(MemoryRegion& pRegion) { in emit() function in mcld::MipsGOTPLT
H A DMipsPLT.cpp78 uint64_t MipsPLT::emit(MemoryRegion& pRegion) { in emit() function in mcld::MipsPLT
H A DMipsAbiFlags.cpp32 uint64_t MipsAbiFlags::emit(const MipsAbiFlags& pInfo, MemoryRegion& pRegion) { in emit() function in mcld::MipsAbiFlags
H A DMipsGOT.cpp491 uint64_t Mips32GOT::emit(MemoryRegion& pRegion) { in emit() function in mcld::Mips32GOT
526 uint64_t Mips64GOT::emit(MemoryRegion& pRegion) { in emit() function in mcld::Mips64GOT
/aosp12/system/tools/hidl/
H A DDocComment.cpp72 void DocComment::emit(Formatter& out, CommentType type) const { in emit() function in android::DocComment
/aosp12/frameworks/native/opengl/tools/glgen/src/
H A DGenerateEGL.java34 private static void emit(EGLCodeEmitter emitter, in emit() method in GenerateEGL
H A DGenerateGLES.java34 private static void emit(GLESCodeEmitter emitter, in emit() method in GenerateGLES
H A DGenerateGL.java34 private static void emit(int version, boolean ext, boolean pack, in emit() method in GenerateGL
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp115 uint64_t ARMGOT::emit(MemoryRegion& pRegion) { in emit() function in mcld::ARMGOT
H A DARMPLT.cpp141 uint64_t ARMPLT::emit(MemoryRegion& pRegion) { in emit() function in mcld::ARMPLT
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp118 uint64_t AArch64GOT::emit(MemoryRegion& pRegion) { in emit() function in mcld::AArch64GOT
H A DAArch64PLT.cpp147 uint64_t AArch64PLT::emit(MemoryRegion& pRegion) { in emit() function in mcld::AArch64PLT
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp168 uint64_t HexagonPLT::emit(MemoryRegion& pRegion) { in emit() function in mcld::HexagonPLT
/aosp12/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py406 def beginFeature(self, interface, emit): argument
560 def beginFeature(self, interface, emit): argument

12