Searched defs:emit (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DMsgHandler.cpp20 emit();
23 bool MsgHandler::emit() function in class:MsgHandler
26 return m_Engine.emit();
H A DDiagnosticEngine.cpp51 // emit - process current diagnostic.
52 bool DiagnosticEngine::emit() function in class:DiagnosticEngine
/frameworks/native/opengl/tools/glgen/src/
H A DGenerateEGL.java34 private static void emit(EGLCodeEmitter emitter, method in class:GenerateEGL
103 emit(emitter, specReader, egljStream, eglcStream);
H A DGenerateGL.java34 private static void emit(int version, boolean ext, boolean pack, method in class:GenerateGL
161 emit(0, false, false,
163 emit(0, true, false,
165 emit(1, false, false,
167 emit(1, true, false,
169 emit(1, true, true,
H A DGenerateGLES.java34 private static void emit(GLESCodeEmitter emitter, method in class:GenerateGLES
106 emit(emitter, spec11Reader, gl11Stream, gl11cStream);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp77 uint64_t MipsGOT::emit(MemoryRegion& pRegion) function in class:MipsGOT
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp171 uint64_t ARMGOT::emit(MemoryRegion& pRegion) function in class:ARMGOT
H A DARMPLT.cpp229 uint64_t ARMPLT::emit(MemoryRegion& pRegion) function in class:ARMPLT
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp294 /// emit
295 void ELFDynamic::emit(const LDSection& pSection, MemoryRegion& pRegion) const function in class:ELFDynamic
305 address += (*entry)->emit(address);
309 address += (*entry)->emit(address);

Completed in 2697 milliseconds