HomeSort by relevance Sort by last modified time
    Searched refs:INIT (Results 1 - 25 of 65) sorted by null

1 2 3

  /cts/tools/dasm/src/java_cup/
sym.java 13 static final int INIT = 9;
  /external/clang/test/Preprocessor/
macro_with_initializer_list.cpp 136 #define INIT(var, init) Foo var = init; // expected-note 3{{defined here}}
141 INIT(a, Foo());
142 INIT(b, Foo({1, 2, 3}));
143 INIT(c, Foo());
145 INIT(d, Foo{1, 2, 3});
150 INIT(e, {1, 2, 3});
156 INIT(e, {1, 2, 3} + {1, 2, 3});
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.idl 38 const unsigned short INIT = 0;
FileWriter.h 57 INIT = 0,
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_translate.c 135 #define INIT init_trans_4_GLbyte_raw
143 #define INIT init_trans_3_GLbyte_raw
152 #define INIT init_trans_2_GLbyte_raw
158 #define INIT init_trans_1_GLbyte_raw
190 #define INIT init_trans_4_GLubyte_raw
198 #define INIT init_trans_3_GLubyte_raw
208 #define INIT init_trans_1_GLubyte_raw
236 #define INIT init_trans_4_GLshort_raw
244 #define INIT init_trans_3_GLshort_raw
253 #define INIT init_trans_2_GLshort_ra
    [all...]
m_trans_tmp.h 214 static void INIT(void)
248 #ifdef INIT
249 #undef INIT
  /external/mesa3d/src/mesa/math/
m_translate.c 135 #define INIT init_trans_4_GLbyte_raw
143 #define INIT init_trans_3_GLbyte_raw
152 #define INIT init_trans_2_GLbyte_raw
158 #define INIT init_trans_1_GLbyte_raw
190 #define INIT init_trans_4_GLubyte_raw
198 #define INIT init_trans_3_GLubyte_raw
208 #define INIT init_trans_1_GLubyte_raw
236 #define INIT init_trans_4_GLshort_raw
244 #define INIT init_trans_3_GLshort_raw
253 #define INIT init_trans_2_GLshort_ra
    [all...]
m_trans_tmp.h 214 static void INIT(void)
248 #ifdef INIT
249 #undef INIT
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_rendertmp.h 33 #ifndef INIT
34 #define INIT(x)
68 INIT(GL_POINTS);
82 INIT(GL_LINES);
103 INIT(GL_LINE_STRIP);
129 INIT(GL_LINE_LOOP);
168 INIT(GL_TRIANGLES);
201 INIT(GL_TRIANGLE_STRIP);
251 INIT(GL_TRIANGLE_FAN);
298 INIT(GL_POLYGON)
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_rendertmp.h 33 #ifndef INIT
34 #define INIT(x)
68 INIT(GL_POINTS);
82 INIT(GL_LINES);
103 INIT(GL_LINE_STRIP);
129 INIT(GL_LINE_LOOP);
168 INIT(GL_TRIANGLES);
201 INIT(GL_TRIANGLE_STRIP);
251 INIT(GL_TRIANGLE_FAN);
298 INIT(GL_POLYGON)
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/
T_new_instance_12.d 20 .method public <init>()V
23 invoke-direct {v0}, java/lang/Object/<init>()V
33 if-nez v0, INIT
37 INIT:
39 invoke-direct {v1, v0}, java/lang/Integer/<init>(I)V
  /external/icu/icu4c/source/common/
simplepatternformatter.cpp 17 INIT,
121 SimplePatternFormatterCompileState state = INIT;
126 case INIT:
145 state = INIT;
155 state = INIT;
160 state = INIT;
169 case INIT:
  /external/llvm/lib/Support/
regexec.c 71 #define INIT(o, n) ((o) = (unsigned long)1 << (n))
97 #undef INIT
120 #define INIT(o, n) ((o) = (n))
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
mmx_blendtmp.h 33 INIT
113 #undef INIT
mmx_blend.S 270 #define INIT \
292 #define INIT
315 #define INIT \
318 #define INIT \
347 #define INIT \
350 #define INIT \
379 #define INIT \
382 #define INIT \
  /external/mesa3d/src/mesa/x86/
mmx_blendtmp.h 33 INIT
113 #undef INIT
mmx_blend.S 270 #define INIT \
292 #define INIT
315 #define INIT \
318 #define INIT \
347 #define INIT \
350 #define INIT \
379 #define INIT \
382 #define INIT \
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic.cc 94 INIT,
116 { {NONE,NONE,0}, {NONE,ISOL,2}, {INIT,FINA,1}, {INIT,FINA,3}, {INIT,FINA,4}, {INIT,FINA,6}, },
150 * The pause between init/medi/... and rlig is required. See eg:
153 * The pauses between init/medi/... themselves are not necessarily
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 94 INIT,
116 { {NONE,NONE,0}, {NONE,ISOL,2}, {INIT,FINA,1}, {INIT,FINA,3}, {INIT,FINA,4}, {INIT,FINA,6}, },
150 * The pause between init/medi/... and rlig is required. See eg:
153 * The pauses between init/medi/... themselves are not necessarily
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regexec.c 122 #define INIT(o, n) ((o) = (unsigned long)1 << (n))
148 #undef INIT
174 #define INIT(o, n) ((o) = (int)(n))
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_dmatmp.h 118 INIT( GL_POINTS );
147 INIT( GL_LINES );
183 INIT( GL_LINE_STRIP );
215 INIT( GL_LINE_STRIP );
280 INIT(GL_TRIANGLES);
312 INIT(GL_TRIANGLE_STRIP);
350 INIT(GL_TRIANGLE_FAN);
390 INIT(GL_POLYGON);
430 INIT(GL_QUAD_STRIP);
515 INIT( GL_TRIANGLE_STRIP )
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp.h 118 INIT( GL_POINTS );
147 INIT( GL_LINES );
183 INIT( GL_LINE_STRIP );
215 INIT( GL_LINE_STRIP );
280 INIT(GL_TRIANGLES);
312 INIT(GL_TRIANGLE_STRIP);
350 INIT(GL_TRIANGLE_FAN);
390 INIT(GL_POLYGON);
430 INIT(GL_QUAD_STRIP);
515 INIT( GL_TRIANGLE_STRIP )
    [all...]
  /external/chromium_org/remoting/webapp/
xmpp_login_handler.js 55 this.state_ = remoting.XmppLoginHandler.State.INIT;
64 * States the handshake goes through. States are iterated from INIT to DONE
68 * INIT
100 INIT: 0,
120 base.debug.assert(this.state_ != remoting.XmppLoginHandler.State.INIT &&
  /external/elfutils/0.153/lib/
dynamicsizehash.c 196 #define INIT(name) _INIT (name)
199 INIT(NAME) (htab, init_size)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_render.c 150 #define INIT( prim ) \

Completed in 963 milliseconds

1 2 3