HomeSort by relevance Sort by last modified time
    Searched refs:emission (Results 1 - 24 of 24) 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 138 /// EmitVarDecl - This method handles emission of any variable declaration
145 // FIXME: We need to force the emission/use of a guard variable for
296 // 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     [all...]
CodeGenFunction.h 371 /// A class controlling the emission of a finally block.
523 /// \brief Force the emission of cleanups now, instead of waiting
570 /// \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/vulkan-validation-layers/libs/glm/detail/
dummy.cpp 39 glm::vec4 emission; // Ecm member in struct:material
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
dummy.cpp 39 glm::vec4 emission; // Ecm member in struct:material
  /external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
llvm_executionengine.ml 52 interface, which causes the emission of a stub for each function;
  /prebuilts/go/darwin-x86/src/internal/trace/
order.go 109 // is potentially acquired long before event emission. So far we've used
110 // timestamp of event emission (ev.Ts).
224 // EvGoSysExit emission is delayed until the thread has a P.
  /prebuilts/go/linux-x86/src/internal/trace/
order.go 109 // is potentially acquired long before event emission. So far we've used
110 // timestamp of event emission (ev.Ts).
224 // EvGoSysExit emission is delayed until the thread has a P.
  /external/swiftshader/src/Renderer/
VertexProcessor.cpp 395 void VertexProcessor::setMaterialEmission(const Color<float> &emission)
397 ff.materialEmission[0] = emission.r;
398 ff.materialEmission[1] = emission.g;
399 ff.materialEmission[2] = emission.b;
400 ff.materialEmission[3] = emission.a;
VertexProcessor.hpp 235 void setMaterialEmission(const Color<float> &emission);
  /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
771 case GL_EMISSION: what = c->lighting.front.emission.v; break;
811 case GL_EMISSION: what = c->lighting.front.emission.v; break;
context.h 311 vec4_t emission; member in struct:android::gl::material_t
  /external/mesa3d/src/mesa/program/
program_lexer.l 246 {dot}emission { return EMISSION; }
  /prebuilts/go/darwin-x86/src/compress/lzw/
writer.go 60 // hi is the code implied by the next code emission.
  /prebuilts/go/linux-x86/src/compress/lzw/
writer.go 60 // hi is the code implied by the next code emission.
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.0/
rxjava-1.1.0.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/
rxjava-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.4/
rxjava-1.1.4.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.5/
rxjava-1.1.5.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.6/
rxjava-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/
rxjava-1.2.3.jar 

Completed in 765 milliseconds