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

1 2

  /external/chromium_org/content/browser/renderer_host/input/
synthetic_tap_gesture.cc 17 state_(SETUP) {
25 if (state_ == SETUP) {
64 case SETUP:
65 NOTREACHED() << "State SETUP invalid for synthetic tap gesture.";
synthetic_tap_gesture.h 27 SETUP,
synthetic_pinch_gesture.cc 21 state_(SETUP) {
29 if (state_ == SETUP) {
70 case SETUP:
71 NOTREACHED() << "State SETUP invalid for synthetic pinch.";
synthetic_pinch_gesture.h 29 SETUP,
synthetic_smooth_scroll_gesture.cc 36 state_(SETUP) {}
42 if (state_ == SETUP) {
106 case SETUP:
151 case SETUP:
synthetic_smooth_scroll_gesture.h 39 SETUP,
  /external/deqp/modules/gles2/scripts/
gen-keywords.py 20 ${SETUP}
gen-reserved_operators.py 19 ${SETUP}
gen-swizzles.py 115 ${SETUP}
136 ${SETUP}
gen-qualification_order.py 66 ${SETUP}
  /external/deqp/modules/gles3/scripts/
gen-keywords.py 21 ${SETUP}
gen-swizzles.py 117 ${SETUP}
140 ${SETUP}
gen-invalid-texture-funcs.py 21 ${SETUP}
  /external/libpcap/
atmuni31.h 49 #define SETUP 0x05 /* setup */
  /external/tcpdump/
atmuni31.h 49 #define SETUP 0x05 /* setup */
  /external/llvm/lib/Support/
regexec.c 69 #define SETUP(v) ((v) = 0)
95 #undef SETUP
118 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 67 #define SETUP(v) ((v) = 0)
93 #undef SETUP
116 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
  /external/oprofile/libop/
op_xml_out.h 21 SETUP,
  /external/chromium_org/chrome/tools/build/win/
resedit.py 170 res_name: the name of the resource, e.g. "SETUP.EXE".
186 res_name: the name of the resource, e.g. "SETUP.EXE".
209 res_name: the name of the resource, e.g. "SETUP.EXE".
250 # name "SETUP.EXE". Add the resource type "B7", langid 1033 and name
251 # "SETUP.EXE.packed.7z" from the file setup.packed.7z.
254 --remove BL 1033 SETUP.EXE \\
255 --update B7 1033 SETUP.EXE.packed.7z setup.packed.7z \\
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regexec.c 120 #define SETUP(v) ((v) = 0)
146 #undef SETUP
172 #define SETUP(v) ((v) = &m->space[(size_t)(m->vn++ * m->g->nstates)])
  /external/vixl/test/
test-disasm-a64.cc 46 #define SETUP() SETUP_CLASS(Assembler)
80 SETUP();
133 SETUP();
224 SETUP();
253 SETUP();
280 SETUP();
306 SETUP();
336 SETUP();
362 SETUP();
388 SETUP();
    [all...]
test-assembler-a64.cc 50 // SETUP();
97 #define SETUP() SETUP_SIZE(BUF_SIZE)
159 CPU::SetUp()
208 SETUP();
257 SETUP();
302 SETUP();
329 SETUP();
396 SETUP();
480 SETUP();
516 SETUP();
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
InteractiveVerifierActivity.java 53 protected static final int SETUP = 0;
109 /** Set status to {@link #READY} to proceed, or {@link #SETUP} to try again. */
110 void setUp() { status = READY; next(); };
134 int savedStatus = (savedState == null) ? SETUP : savedState.getInt(STATUS, SETUP);
193 case SETUP:
251 case SETUP:
252 Log.i(TAG, "running setup for: " + mCurrentTest.getClass().getSimpleName());
253 mCurrentTest.setUp();
  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc 53 // SETUP();
108 #define SETUP() SETUP_SIZE(BUF_SIZE)
241 SETUP();
292 SETUP();
338 SETUP();
419 SETUP();
453 SETUP();
520 SETUP();
557 SETUP();
589 SETUP();
    [all...]
  /external/deqp/modules/gles31/scripts/
gen-implicit-conversions.py 28 ${SETUP}
57 ${SETUP}
81 ${SETUP}
106 ${SETUP}
137 ${SETUP}
159 ${SETUP}
181 ${SETUP}

Completed in 1181 milliseconds

1 2