/dalvik/opcode-gen/ |
opcode-gen.awk | 32 emission = ""; 52 emission = substr($0, i + 6, RLENGTH - 7); 53 consumeUntil = "END(" emission ")"; 67 emission == "opcodes" { 77 emission == "first-opcodes" { 88 emission == "dops" { 105 emission == "opcode-info-defs" { 121 emission == "dops-init" || emission == "opcode-info-init" { 130 emission == "libcore-opcodes" [all...] |
/external/bluetooth/glib/gobject/ |
gsignal.c | 49 * <emphasis>emission</emphasis> of a signal. Signals are introduced 53 * emission mainly involves invocation of a certain set of callbacks 69 * A signal emission consists of five stages, unless prematurely stopped: 89 * All handlers may prematurely stop a signal emission, and any number of 91 * a signal emission. 93 * of a signal emission. 98 * Second, upon emission of a %G_SIGNAL_DETAILED signal, an additional 103 * wildcard and matches any detail argument passed in to emission. 118 typedef struct _Emission Emission; 165 static inline void emission_push (Emission **emission_list_p 720 Emission *emission; local 733 Emission *emission, *s = NULL, *c = NULL; local 843 Emission *emission = emission_find (emission_list, signal_id, detail, instance); local 1095 Emission *emission = emission_find (emission_list, signal_id, detail, instance); local 1718 Emission *emission; local 1851 Emission *emission = NULL; local 1925 Emission *emission = NULL; local 2083 Emission *emission = NULL; local 3106 Emission emission; local [all...] |
/external/clang/lib/CodeGen/ |
CGDecl.cpp | 106 /// EmitVarDecl - This method handles emission of any variable declaration 200 // If constant emission failed, then this should be a C++ static 707 AutoVarEmission emission = EmitAutoVarAlloca(D); local 708 EmitAutoVarInit(emission); 709 EmitAutoVarCleanups(emission); 718 AutoVarEmission emission(D); 721 emission.IsByRef = isByRef; 724 emission.Alignment = alignment; 754 emission.Address = 0; // signal this condition to later callbacks 755 assert(emission.wasEmittedAsGlobal()) [all...] |
CGBlocks.cpp | [all...] |
CodeGenFunction.h | 200 /// isForEH - true if the current emission is for an EH cleanup. 686 /// A class controlling the emission of a finally block. 846 /// \brief Force the emission of cleanups now, instead of waiting [all...] |
/external/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.ml | 52 interface, which causes the emission of a stub for each function;
|
/frameworks/base/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 765 case GL_EMISSION: what = c->lighting.front.emission.v; break; 805 case GL_EMISSION: what = c->lighting.front.emission.v; break;
|
/frameworks/base/include/private/opengles/ |
gl_context.h | 306 vec4_t emission; member in struct:android::gl::material_t
|