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

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target-hooks-macros.h 20 DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT): Define a function-valued hook.
21 DEFHOOKPOD(DOC, TYPE, NAME, INIT): Define a piece-of-data 'hook'. */
24 DEFHOOKPODX(NAME, TYPE, INIT): Like DEFHOOKPOD, but share documentation
27 #define DEFHOOKPODX(NAME, TYPE, INIT) DEFHOOKPOD (NAME, 0, TYPE, INIT)
target.h 167 #define DEFHOOKPOD(NAME, DOC, TYPE, INIT) TYPE NAME;
168 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) TYPE (* NAME) PARAMS;
hashtab.h 203 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT)
  /external/valgrind/main/none/tests/s390x/
condloadstore.c 75 #define INSNVALCCINIT(insn, value, ccset, INIT, FUNC) \
77 FUNC(insn, value, ccset, INIT, 0); \
78 FUNC(insn, value, ccset, INIT, 1); \
79 FUNC(insn, value, ccset, INIT, 2); \
80 FUNC(insn, value, ccset, INIT, 3); \
81 FUNC(insn, value, ccset, INIT, 4); \
82 FUNC(insn, value, ccset, INIT, 5); \
83 FUNC(insn, value, ccset, INIT, 6); \
84 FUNC(insn, value, ccset, INIT, 7); \
85 FUNC(insn, value, ccset, INIT, 8);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
ActionType.java 32 OPEN(new ActionBehavior[] { ActionBehavior.INIT },
34 FORCE_STOP(new ActionBehavior[] { ActionBehavior.INIT, ActionBehavior.OK,
38 UNINSTALL(new ActionBehavior[] { ActionBehavior.INIT, ActionBehavior.OK,
42 CLEAR_DATA(new ActionBehavior[] { ActionBehavior.INIT, ActionBehavior.OK,
47 CLEAR_DEFAULTS(new ActionBehavior[] { ActionBehavior.INIT, ActionBehavior.OK,
50 CLEAR_CACHE(new ActionBehavior[] { ActionBehavior.INIT, ActionBehavior.OK,
53 NOTIFICATIONS(new ActionBehavior[] { ActionBehavior.INIT, ActionBehavior.ON,
56 PERMISSIONS(new ActionBehavior[] { ActionBehavior.INIT },
93 return toAction(resources, ActionBehavior.INIT, description);
107 if (behavior != ActionBehavior.INIT) {
    [all...]
  /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,
  /frameworks/base/tools/preload/
Operation.java 32 LOAD, INIT
100 case INIT: return loadedClass.medianInitTimeMicros();
  /external/wpa_supplicant_8/src/eap_server/
eap_server_vendor_test.c 20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state;
27 case INIT:
28 return "INIT";
58 data->state = INIT;
85 wpabuf_put_u8(req, data->state == INIT ? 1 : 3);
118 if (data->state == INIT) {
179 eap->init = eap_vendor_test_init;
  /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...]
  /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...]
  /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...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
ActionType.java 80 .key(getKey(this, ActionBehavior.INIT))
88 .key(getKey(this, ActionBehavior.INIT))
101 .key(getKey(this, ActionBehavior.INIT))
  /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/qemu/distrib/sdl-1.2.15/src/audio/nds/
sound9.c 44 soundsystem->cmd = INIT;
soundcommon.h 38 INIT = 1,
  /external/wpa_supplicant_8/src/eap_peer/
eap_vendor_test.c 29 enum { INIT, CONFIRM, SUCCESS } state;
40 data->state = INIT;
79 if (data->state == INIT && *pos != 1) {
81 "%d in INIT state", *pos);
124 if (data->state == INIT) {
179 eap->init = eap_vendor_test_init;
  /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))
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 69 #define INIT(o, n) ((o) = (unsigned long)1 << (n))
95 #undef INIT
118 #define INIT(o, n) ((o) = (n))
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
mmx_blendtmp.h 33 INIT
113 #undef INIT
  /external/mesa3d/src/mesa/x86/
mmx_blendtmp.h 33 INIT
113 #undef INIT

Completed in 672 milliseconds

1 2 3 4 5