HomeSort by relevance Sort by last modified time
    Searched defs:SETUP (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
synthetic_tap_gesture.h 27 SETUP,
synthetic_pinch_gesture.h 29 SETUP,
synthetic_smooth_scroll_gesture.h 39 SETUP,
  /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-simulator-a64.cc 56 #define SETUP() \
106 #define SETUP() \
109 CPU::SetUp()
179 SETUP();
280 SETUP();
397 SETUP();
529 SETUP();
655 SETUP();
769 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...]
  /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/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/libpcap/
atmuni31.h 49 #define SETUP 0x05 /* setup */
  /external/tcpdump/
atmuni31.h 49 #define SETUP 0x05 /* setup */
  /external/oprofile/libop/
op_xml_out.h 21 SETUP,
  /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...]

Completed in 630 milliseconds