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

  /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/vixl/test/
test-disasm-a64.cc 46 #define SETUP() SETUP_CLASS(Assembler)
121 SETUP();
176 SETUP();
273 SETUP();
303 SETUP();
330 SETUP();
356 SETUP();
386 SETUP();
412 SETUP();
438 SETUP();
    [all...]
test-simulator-a64.cc 57 #define SETUP() \
99 #define SETUP() \
101 CPU::SetUp()
205 SETUP();
309 SETUP();
429 SETUP();
564 SETUP();
693 SETUP();
811 SETUP();
860 SETUP();
    [all...]
test-assembler-a64.cc 50 // SETUP();
100 #define SETUP() \
164 #define SETUP() \
176 CPU::SetUp()
238 SETUP();
287 SETUP();
332 SETUP();
365 SETUP();
432 SETUP();
517 SETUP();
    [all...]
  /external/libpcap/
atmuni31.h 47 #define SETUP 0x05 /* setup */
  /external/tcpdump/
atmuni31.h 47 #define SETUP 0x05 /* setup */
  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
HttpURLConnection.java 358 SETUP,
360 /* Tunnel has been successfully 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);
168 final int status = mCurrentTest == null ? SETUP : mCurrentTest.status;
195 case SETUP:
253 case SETUP:
254 Log.i(TAG, "running setup for: " + mCurrentTest.getClass().getSimpleName());
255 mCurrentTest.setUp();
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
VrListenerVerifierActivity.java 58 SETUP,
90 test.setStatus((savedState == null) ? Status.SETUP :
171 current.setUp();
252 void setUp() throws Throwable {
294 InteractiveTestCase.this.setStatus(Status.SETUP);
329 case SETUP:
406 void setUp() {
426 void setUp() {
453 void setUp() {
525 void setUp() {
    [all...]
  /external/v8/test/cctest/
test-assembler-arm64.cc 55 // SETUP();
110 #define SETUP() SETUP_SIZE(BUF_SIZE)
246 SETUP();
297 SETUP();
343 SETUP();
424 SETUP();
458 SETUP();
525 SETUP();
562 SETUP();
594 SETUP();
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 

Completed in 5278 milliseconds