OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emission
(Results
1 - 9
of
9
) 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
123
/// EmitVarDecl - This method handles
emission
of any variable declaration
135
// FIXME: We need to force the
emission
/use of a guard variable for
234
// If constant
emission
failed, then this should be a C++ static
818
AutoVarEmission
emission
= EmitAutoVarAlloca(D);
local
819
EmitAutoVarInit(
emission
);
820
EmitAutoVarCleanups(
emission
);
829
AutoVarEmission
emission
(D);
832
emission
.IsByRef = isByRef;
835
emission
.Alignment = alignment;
867
emission
.Address = 0; // signal this condition to later callback
[
all
...]
CGBlocks.cpp
780
//
emission
.
[
all
...]
CodeGenFunction.h
291
/// A class controlling the
emission
of a finally block.
492
/// \brief Force the
emission
of cleanups now, instead of waiting
536
/// \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/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
306
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 351 milliseconds