HomeSort by relevance Sort by last modified time
    Searched refs:emission (Results 1 - 12 of 12) sorted by null

  /dalvik/opcode-gen/
opcode-gen.awk 33 emission = "";
53 emission = substr($0, i + 6, RLENGTH - 7);
54 consumeUntil = "END(" emission ")";
68 emission == "opcodes" {
78 emission == "first-opcodes" {
89 emission == "dops" {
106 emission == "opcode-info-defs" {
122 emission == "dops-init" || emission == "opcode-info-init" {
131 emission == "libcore-opcodes"
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 124 /// EmitVarDecl - This method handles emission of any variable declaration
131 // FIXME: We need to force the emission/use of a guard variable for
238 // If constant emission failed, then this should be a C++ static
823 AutoVarEmission emission = EmitAutoVarAlloca(D); local
824 EmitAutoVarInit(emission);
825 EmitAutoVarCleanups(emission);
834 AutoVarEmission emission(D);
837 emission.IsByRef = isByRef;
840 emission.Alignment = alignment;
872 emission.Address = nullptr; // signal this condition to later callback
    [all...]
CGBlocks.cpp 776 // emission.
    [all...]
CodeGenFunction.h 298 /// A class controlling the emission of a finally block.
499 /// \brief Force the emission of cleanups now, instead of waiting
543 /// \brief Force the emission of cleanups now, instead of waiting
    [all...]
  /external/llvm/test/tools/llvm-objdump/Inputs/
win64-unwind.exe.coff-x86_64.asm 31 // Test emission of small functions.
  /external/llvm/test/MC/Mips/
cpsetup.s 30 # FIXME: Direct object emission for N32 is still under development.
50 # FIXME: Direct object emission for N32 is still under development.
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 52 interface, which causes the emission of a stub for each function;
  /external/llvm/test/Bindings/Ocaml/
target.ml 6 * REQUIRES: native, object-emission
93 (*===-- Code Emission -----------------------------------------------------===*)
  /frameworks/native/opengl/libagl/
light.cpp 86 c->lighting.front.emission.a = 0x10000;
266 // emission and ambient for the whole scene
270 material.emission.v);
333 // emission and ambient for the whole scene
337 material.emission.v);
346 // emission and ambient for the whole scene
772 case GL_EMISSION: what = c->lighting.front.emission.v; break;
812 case GL_EMISSION: what = c->lighting.front.emission.v; break;
context.h 310 vec4_t emission; member in struct:android::gl::material_t
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 269 {dot}emission { return EMISSION; }
  /external/mesa3d/src/mesa/program/
program_lexer.l 269 {dot}emission { return EMISSION; }

Completed in 409 milliseconds