HomeSort by relevance Sort by last modified time
    Searched refs:testcase (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServReqTestSuite.java 17 package com.android.cts.verifier.p2p.testcase;
GoTestCase.java 16 package com.android.cts.verifier.p2p.testcase;
28 public class GoTestCase extends TestCase {
P2pClientPbcTestCase.java 17 package com.android.cts.verifier.p2p.testcase;
P2pClientPinTestCase.java 17 package com.android.cts.verifier.p2p.testcase;
ServReqClearRequestTestCase.java 16 package com.android.cts.verifier.p2p.testcase;
ServRespTestCase.java 16 package com.android.cts.verifier.p2p.testcase;
32 public class ServRespTestCase extends TestCase {
UPnPServiceResponseListenerTest.java 17 package com.android.cts.verifier.p2p.testcase;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1513.js 31 function testcase() { function
44 testcase();
  /external/v8/test/mjsunit/regress/
regress-1513.js 31 function testcase() { function
44 testcase();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 74 if type(o) is type(unittest.TestCase) and issubclass(o, unittest.TestCase):
82 def test_with_refcounts(runner, verbosity, testcase):
83 """Run testcase several times, tracking reference counts."""
98 test = unittest.makeSuite(testcase)
111 print "%s leaks:\n\t" % testcase, refcounts
113 print "%s: ok." % testcase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 74 if type(o) is type(unittest.TestCase) and issubclass(o, unittest.TestCase):
82 def test_with_refcounts(runner, verbosity, testcase):
83 """Run testcase several times, tracking reference counts."""
98 test = unittest.makeSuite(testcase)
111 print "%s leaks:\n\t" % testcase, refcounts
113 print "%s: ok." % testcase
  /external/chromium_org/third_party/sqlite/src/src/
where.c 337 testcase( wtFlags & TERM_VIRTUAL ); /* EV: R-00211-15100 */
    [all...]
wal.c     [all...]
util.c 25 ** Routine needed to support the testcase() macro.
76 testcase( rc );
435 testcase( c==(-1) );
436 testcase( c==0 );
437 testcase( c==(+1) );
490 testcase( i==18 );
491 testcase( i==19 );
492 testcase( i==20 );
549 testcase( i==10 );
553 testcase( v-neg==2147483647 )
    [all...]
resolve.c 263 testcase( iCol==31 );
264 testcase( iCol==32 );
267 testcase( iCol==31 );
268 testcase( iCol==32 );
372 testcase( n==BMS-1 );
419 testcase( iCol==BMS );
420 testcase( iCol==BMS-1 );
525 testcase( pExpr->op==TK_CONST_FUNC );
580 case TK_EXISTS: testcase( pExpr->op==TK_EXISTS );
583 testcase( pExpr->op==TK_IN )
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 57 ** The testcase() macro is only used by the amalgamation. If undefined,
60 #ifndef testcase
61 # define testcase(X) macro
  /system/extras/tests/sdcard/
Android.mk 29 testcase.cpp
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.c 43 #define TESTCASE(x) addTest(root, &x, "tsformat/cnumtst/" #x)
47 TESTCASE(TestNumberFormat);
48 TESTCASE(TestSpelloutNumberParse);
49 TESTCASE(TestSignificantDigits);
50 TESTCASE(TestSigDigRounding);
51 TESTCASE(TestNumberFormatPadding);
52 TESTCASE(TestInt64Format);
53 TESTCASE(TestNonExistentCurrency);
54 TESTCASE(TestCurrencyRegression);
55 TESTCASE(TestTextAttributeCrash)
1711 const char *testcase; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_printf.c 90 const struct printf_test_case *testcase)
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_printf.c 90 const struct printf_test_case *testcase)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestActivity.java 39 import com.android.cts.verifier.p2p.testcase.ReqTestCase;
40 import com.android.cts.verifier.p2p.testcase.TestCase;
41 import com.android.cts.verifier.p2p.testcase.TestCase.TestCaseListener;
116 TestCase.EXTRA_TEST_NAME);
  /build/core/tasks/
cts.mk 63 $(foreach apk,$(CTS_CASE_LIST),$(call copy-testcase-apk,$(apk)))
64 $(foreach testcase,$(CTS_TEST_CASES),$(call copy-testcase,$(testcase)))
207 define copy-testcase-apk
214 define copy-testcase
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 156 ('testcase=', None,
157 "testcase to run [default: run all]"),
169 self.testcase = None
230 # if a single testcase has been selected, filter out all other
232 if (self.testcase is not None
233 and not os.path.basename(testPath)[:-3].startswith(self.testcase)):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 58 def simple_subprocess(testcase):
65 testcase.assertEqual(pid2, pid)
66 testcase.assertEqual(72 << 8, status)
70 class SocketServerTest(unittest.TestCase):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 58 def simple_subprocess(testcase):
65 testcase.assertEqual(pid2, pid)
66 testcase.assertEqual(72 << 8, status)
70 class SocketServerTest(unittest.TestCase):

Completed in 324 milliseconds

1 2 34 5 6 7