HomeSort by relevance Sort by last modified time
    Searched refs:testcase (Results 26 - 50 of 160) sorted by null

12 3 4 5 6 7

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoNegReqPbcTestCase.java 17 package com.android.cts.verifier.p2p.testcase;
GoNegReqPinTestCase.java 17 package com.android.cts.verifier.p2p.testcase;
ReqTestCase.java 16 package com.android.cts.verifier.p2p.testcase;
23 public abstract class ReqTestCase extends TestCase {
Timeout.java 17 package com.android.cts.verifier.p2p.testcase;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
unittestresults_unittest.py 34 class UnitTestResultsTest(unittest.TestCase):
46 <testcase name="CanSetColumn" status="run" time="0.168" classname="RenderTableCellDeathTest" />
47 <testcase name="CrashIfSettingUnsetColumnIndex" status="run" time="0.129" classname="RenderTableCellDeathTest" />
48 <testcase name="CrashIfSettingUnsetRowIndex" status="run" time="0.123" classname="RenderTableCellDeathTest" />
57 <testcase name="CanSetColumn" status="run" time="0.168" classname="RenderTableCellDeathTest" />
58 <testcase name="CrashIfSettingUnsetColumnIndex" status="run" time="0.129" classname="RenderTableCellDeathTest" />
59 <testcase name="CrashIfSettingUnsetRowIndex" status="run" time="0.123" classname="RenderTableCellDeathTest" />
60 <testcase name="FAILS_DivAutoZoomParamsTest" status="run" time="0.02" classname="WebFrameTest">
65 </testcase>
75 <testcase name="TestOne" status="run" time="0.5" classname="ClassOne"
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
tokenize.c 115 testcase( z[0]==' ' );
116 testcase( z[0]=='\t' );
117 testcase( z[0]=='\n' );
118 testcase( z[0]=='\f' );
119 testcase( z[0]=='\r' );
234 testcase( delim=='`' );
235 testcase( delim=='\'' );
236 testcase( delim=='"' );
270 testcase( z[0]=='0' ); testcase( z[0]=='1' ); testcase( z[0]=='2' )
    [all...]
expr.c 564 testcase( i==0 );
565 testcase( i==1 );
566 testcase( i==db->aLimit[SQLITE_LIMIT_VARIABLE_NUMBER]-1 );
567 testcase( i==db->aLimit[SQLITE_LIMIT_VARIABLE_NUMBER] );
    [all...]
mem1.c 46 testcase( sqlite3GlobalConfig.xLog!=0 );
99 testcase( sqlite3GlobalConfig.xLog!=0 );
vdbetrace.c 107 testcase( zRawSql[0]==':' );
108 testcase( zRawSql[0]=='$' );
109 testcase( zRawSql[0]=='@' );
  /external/chromium_org/v8/test/message/
testcfg.py 34 from testrunner.objects import testcase namespace
55 test = testcase.TestCase(self, testname)
59 def GetFlagsForTestCase(self, testcase, context):
60 source = self.GetSourceForTest(testcase)
67 result.append(os.path.join(self.root, testcase.path + ".js"))
68 return testcase.flags + result
70 def GetSourceForTest(self, testcase):
71 filename = os.path.join(self.root, testcase.path + self.suffix())
109 def StripOutputForTransmit(self, testcase)
    [all...]
  /external/chromium_org/v8/test/mozilla/
testcfg.py 35 from testrunner.objects import testcase namespace
86 case = testcase.TestCase(self, testname)
90 def GetFlagsForTestCase(self, testcase, context):
95 testfilename = testcase.path + ".js"
104 return testcase.flags + result
106 def GetSourceForTest(self, testcase):
107 filename = os.path.join(self.testroot, testcase.path + ".js")
111 def IsNegativeTest(self, testcase):
112 return testcase.path.endswith("-n"
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
OidTest.java 26 import junit.framework.TestCase;
35 public class OidTest extends TestCase {
41 Object[][] testcase = new Object[][] { local
73 for (int i = 0; i < testcase.length; i++) {
75 String strOid = (String) testcase[i][0];
76 byte[] enc = (byte[]) testcase[i][1];
99 fail("Testcase: " + i + "\nUnexpected exception: " + e);
148 String[] testcase = new String[] { "", // empty string local
168 for (int i = 0; i < testcase.length; i++) {
170 new Oid(testcase[i])
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
GoNegRequesterTestListActivity.java 24 import com.android.cts.verifier.p2p.testcase.GoNegReqTestSuite;
25 import com.android.cts.verifier.p2p.testcase.ReqTestCase;
GoNegResponderTestActivity.java 22 import com.android.cts.verifier.p2p.testcase.GoNegRespTestCase;
23 import com.android.cts.verifier.p2p.testcase.TestCase;
38 protected TestCase getTestCase(Context context) {
GoTestActivity.java 22 import com.android.cts.verifier.p2p.testcase.GoTestCase;
23 import com.android.cts.verifier.p2p.testcase.TestCase;
38 protected TestCase getTestCase(Context context) {
P2pClientTestListActivity.java 24 import com.android.cts.verifier.p2p.testcase.P2pClientTestSuite;
25 import com.android.cts.verifier.p2p.testcase.ReqTestCase;
ServiceRequesterTestListActivity.java 24 import com.android.cts.verifier.p2p.testcase.ReqTestCase;
25 import com.android.cts.verifier.p2p.testcase.ServReqTestSuite;
ServiceResponderTestActivity.java 22 import com.android.cts.verifier.p2p.testcase.ServRespTestCase;
23 import com.android.cts.verifier.p2p.testcase.TestCase;
38 protected TestCase getTestCase(Context context) {
  /external/valgrind/main/none/tests/
tls.c 46 struct testcase { struct
53 struct testcase *test = (struct testcase *)p;
74 static const struct testcase tests[] = {
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifest_test.cc 200 ExtensionManifestTest::Testcase::Testcase(
210 ExtensionManifestTest::Testcase::Testcase(std::string manifest_filename,
218 ExtensionManifestTest::Testcase::Testcase(std::string manifest_filename)
223 ExtensionManifestTest::Testcase::Testcase(
231 void ExtensionManifestTest::RunTestcases(const Testcase* testcases,
238 void ExtensionManifestTest::RunTestcase(const Testcase& testcase
    [all...]
  /external/chromium_org/v8/test/webkit/
testcfg.py 33 from testrunner.objects import testcase namespace
59 test = testcase.TestCase(self, testname)
63 def GetFlagsForTestCase(self, testcase, context):
64 source = self.GetSourceForTest(testcase)
81 testfilename = os.path.join(self.root, testcase.path + self.suffix())
94 return testcase.flags + flags
96 def GetSourceForTest(self, testcase):
97 filename = os.path.join(self.root, testcase.path + self.suffix())
  /external/libexif/test/nls/
test-nls.c 15 typedef struct _testcase testcase; typedef in typeref:struct:_testcase
18 static testcase testcases[] = {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
outputcapture.py 88 def assert_outputs(self, testcase, function, args=[], kwargs={}, expected_stdout="", expected_stderr="", expected_exception=None, expected_logs=None):
92 return_value = testcase.assertRaises(expected_exception, function, *args, **kwargs)
98 if hasattr(testcase, 'assertMultiLineEqual'):
99 testassert = testcase.assertMultiLineEqual
101 testassert = testcase.assertEqual
111 class OutputCaptureTestCaseBase(unittest.TestCase):
115 unittest.TestCase.setUp(self)
123 unittest.TestCase.tearDown(self)
  /external/chromium_org/third_party/icu/source/test/iotest/
stream.cpp 327 char testcase[10]; local
328 testString(UStr, u_austrcpy(testcase, testCase1), expectedResultA, IOSTREAM_EOF|IOSTREAM_FAIL);
329 testString(UStr, u_austrcpy(testcase, testCase2), expectedResultB, IOSTREAM_EOF);
331 testString(UStr, u_austrcpy(testcase, testCase3), expectedResultC, IOSTREAM_EOF|IOSTREAM_FAIL);
332 testString(UStr, u_austrcpy(testcase, testCase4), expectedResultD, IOSTREAM_EOF);
333 testString(UStr, u_austrcpy(testcase, testCase5), expectedResultD, IOSTREAM_GOOD);
334 testString(UStr, u_austrcpy(testcase, testCase6), expectedResultD, IOSTREAM_GOOD);
  /external/icu4c/test/iotest/
stream.cpp 307 char testcase[10]; local
308 testString(UStr, u_austrcpy(testcase, testCase1), expectedResultA, IOSTREAM_EOF|IOSTREAM_FAIL);
309 testString(UStr, u_austrcpy(testcase, testCase2), expectedResultB, IOSTREAM_EOF);
311 testString(UStr, u_austrcpy(testcase, testCase3), expectedResultC, IOSTREAM_EOF|IOSTREAM_FAIL);
312 testString(UStr, u_austrcpy(testcase, testCase4), expectedResultD, IOSTREAM_EOF);
313 testString(UStr, u_austrcpy(testcase, testCase5), expectedResultD, IOSTREAM_GOOD);
314 testString(UStr, u_austrcpy(testcase, testCase6), expectedResultD, IOSTREAM_GOOD);

Completed in 242 milliseconds

12 3 4 5 6 7