HomeSort by relevance Sort by last modified time
    Searched refs:emission (Results 1 - 14 of 14) 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 129 /// EmitVarDecl - This method handles emission of any variable declaration
136 // FIXME: We need to force the emission/use of a guard variable for
287 // If constant emission failed, then this should be a C++ static
905 AutoVarEmission emission = EmitAutoVarAlloca(D); local
906 EmitAutoVarInit(emission);
907 EmitAutoVarCleanups(emission);
    [all...]
CGBlocks.cpp 795 // emission.
    [all...]
CodeGenFunction.h 351 /// A class controlling the emission of a finally block.
503 /// \brief Force the emission of cleanups now, instead of waiting
550 /// \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/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
location_info_mixin.js 43 //NOTE: patch token emission methods to determine end location
59 //emission is always forced by the start of the next character token here.
tokenizer.js 361 //Token emission
385 //Characters emission
    [all...]
  /external/llvm/test/MC/Mips/
cpsetup.s 34 # FIXME: Direct object emission for N32 is still under development.
65 # FIXME: Direct object emission for N32 is still under development.
104 # FIXME: Direct object emission for N32 is still under development.
161 # FIXME: Direct object emission for N32 is still under development.
  /external/vulkan-validation-layers/libs/glm/detail/
dummy.cpp 39 glm::vec4 emission; // Ecm member in struct:material
  /external/llvm/test/Bindings/OCaml/
executionengine.ml 6 * REQUIRES: native, object-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/mesa3d/src/mesa/program/
program_lexer.l 269 {dot}emission { return EMISSION; }
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
parse5.js     [all...]

Completed in 270 milliseconds