HomeSort by relevance Sort by last modified time
    Searched defs:testcase (Results 51 - 75 of 94) sorted by null

1 23 4

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoTestCase.java 16 package com.android.cts.verifier.p2p.testcase;
28 public class GoTestCase extends TestCase {
ListenerTest.java 17 package com.android.cts.verifier.p2p.testcase;
P2pBroadcastReceiverTest.java 17 package com.android.cts.verifier.p2p.testcase;
P2pClientPbcTestCase.java 17 package com.android.cts.verifier.p2p.testcase;
P2pClientPinTestCase.java 17 package com.android.cts.verifier.p2p.testcase;
ServReqMultiClientTestCase03.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 {
TestCase.java 16 package com.android.cts.verifier.p2p.testcase;
28 * 1) implement a subclass of TestCase<br>
37 public abstract class TestCase {
43 "com.android.cts.verifier.p2p.testcase.EXTRA_TEST_NAME";
68 public TestCase(Context context) {
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.cpp 99 Command(const UTrie2PerfTest &testcase) : testcase(testcase) {}
108 return testcase.countInputCodePoints;
113 const UTrie2PerfTest &testcase; member in class:Command
119 CheckFCD(const UTrie2PerfTest &testcase) : Command(testcase) {}
121 static UPerfFunction* get(const UTrie2PerfTest &testcase) {
122 return new CheckFCD(testcase);
126 qcResult=unorm_quickCheck(testcase.getBuffer(), testcase.getBufferLen()
    [all...]
  /external/ltp/testcases/kernel/syscalls/getdents/
getdents01.c 61 struct testcase { struct
68 struct testcase testcases[] = {
  /external/ltp/testcases/kernel/syscalls/remap_file_pages/
remap_file_pages02.c 118 } testcase[] = { variable in typeref:struct:test_case_t
154 if (testcase[i].setupfunc
155 && testcase[i].setupfunc(i) == -1) {
164 (testcase[i].start, testcase[i].size,
165 testcase[i].prot, testcase[i].pgoff,
166 testcase[i].flags));
169 if (testcase[i].cleanfunc
170 && testcase[i].cleanfunc(i) == -1)
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3Test.cpp 141 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase)
144 LOGE("TestCase : %d Camera:%d Handle is NULL", testcase, camid);
149 void *obj, int testcase)
165 thread.testcase = testcase;
180 int testcase; local
186 testcase = thread->testcase;
197 obj->captureRequestRepeat(hal3_test_handle, 0, testcase);
    [all...]
  /prebuilts/ndk/r11/sources/android/support/tests/minitest/
minitest.cc 147 void TestCase::Failure() {
154 void TestCase::FatalFailure() {
160 internal::String& TestCase::GetText() {
189 minitest::TestCase testcase; local
192 info->test_function(&testcase);
194 switch (testcase.result()) {
195 case minitest::TestCase::PASS:
198 case minitest::TestCase::FAIL:
199 case minitest::TestCase::FATAL
    [all...]
  /prebuilts/ndk/r13/sources/android/support/tests/minitest/
minitest.cc 147 void TestCase::Failure() {
154 void TestCase::FatalFailure() {
160 internal::String& TestCase::GetText() {
189 minitest::TestCase testcase; local
192 info->test_function(&testcase);
194 switch (testcase.result()) {
195 case minitest::TestCase::PASS:
198 case minitest::TestCase::FAIL:
199 case minitest::TestCase::FATAL
    [all...]
  /frameworks/base/tests/net/java/android/net/ip/
IpManagerTest.java 229 for (IsProvisionedTestCase testcase : testcases) {
230 if (IpManager.isProvisioned(testcase.lp, testcase.config) != testcase.isProvisioned) {
231 fail(testcase.errorMessage());
263 IsProvisionedTestCase testcase = new IsProvisionedTestCase(); local
264 testcase.isProvisioned = isProvisioned;
265 testcase.lp = new LinkProperties();
266 testcase.lp.setLinkAddresses(lpAddrs);
268 testcase.lp.addRoute(route)
354 InitialConfigurationTestCase testcase = new InitialConfigurationTestCase(); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DataPathOutOfBandTestCase.java 17 package com.android.cts.verifier.wifiaware.testcase;
  /external/google-breakpad/src/processor/
static_map_unittest.cc 142 int testcase = 0; local
145 map_data[testcase] =
146 serializer.Serialize(std_map[testcase], &size[testcase]);
147 test_map[testcase] = TestMap(map_data[testcase]);
148 ++testcase;
151 std_map[testcase].insert(std::make_pair(2, 8));
152 map_data[testcase] =
153 serializer.Serialize(std_map[testcase], &size[testcase])
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatRegressionTest.java 324 void checkNBSPPatternRtNum(String testcase, NumberFormat nf, double myNumber) {
332 errln("FAIL: " + testcase +" - failed to parse. " + e.toString());
336 errln("FAIL: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n");
338 logln("PASS: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n");
342 void checkNBSPPatternRT(String testcase, NumberFormat nf) {
343 checkNBSPPatternRtNum(testcase, nf, 12345.);
344 checkNBSPPatternRtNum(testcase, nf, -12345.);
350 String testcase; local
353 testcase="ar_AE UNUM_CURRENCY";
355 checkNBSPPatternRT(testcase, nf)
    [all...]
  /external/icu/icu4c/source/test/intltest/
astrotst.cpp 441 static const double testcase[][10] = {{2012, 5, 20 , 16 , 48, 59}, local
456 for (int32_t i = 0; i < UPRV_LENGTHOF(testcase); i++) {
458 logln((UnicodeString)"CASE["+i+"]: Year "+(int32_t)testcase[i][0]+" Month "+(int32_t)testcase[i][1]+" Day "+
459 (int32_t)testcase[i][2]+" Hour "+(int32_t)testcase[i][3]+" Minutes "+(int32_t)testcase[i][4]+
460 " Seconds "+(int32_t)testcase[i][5]);
461 gc->set((int32_t)testcase[i][0], (int32_t)testcase[i][1]-1, (int32_t)testcase[i][2], (int32_t)testcase[i][3], (int32_t)testcase[i][4], (int32_t)testc (…)
    [all...]
  /external/icu/icu4c/source/test/iotest/
stream.cpp 310 char testcase[10]; local
311 testString(UStr, u_austrcpy(testcase, testCase1), expectedResultA, IOSTREAM_EOF|IOSTREAM_FAIL);
312 testString(UStr, u_austrcpy(testcase, testCase2), expectedResultB, IOSTREAM_EOF);
314 testString(UStr, u_austrcpy(testcase, testCase3), expectedResultC, IOSTREAM_EOF|IOSTREAM_FAIL);
315 testString(UStr, u_austrcpy(testcase, testCase4), expectedResultD, IOSTREAM_EOF);
316 testString(UStr, u_austrcpy(testcase, testCase5), expectedResultD, IOSTREAM_GOOD);
317 testString(UStr, u_austrcpy(testcase, testCase6), expectedResultD, IOSTREAM_GOOD);
  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.cpp 138 Command(const UnicodeSetPerformanceTest &testcase) : testcase(testcase) {}
148 return testcase.countInputCodePoints+testcase.spanCount-1;
152 return testcase.spanCount;
155 const UnicodeSetPerformanceTest &testcase; member in class:Command
160 Contains(const UnicodeSetPerformanceTest &testcase) : Command(testcase) {
166 if(testcase.set.contains(c))
    [all...]
  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 125 Command(const UtfPerformanceTest &testcase)
126 : testcase(testcase),
127 input(testcase.getBuffer()), inputLength(testcase.getBufferLen()),
129 cnv=ucnv_open(testcase.charset, &errorCode);
131 fprintf(stderr, "error opening converter for \"%s\" - %s\n", testcase.charset, u_errorName(errorCode));
146 const UtfPerformanceTest &testcase; member in class:Command
156 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {}
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatRegressionTest.java 323 void checkNBSPPatternRtNum(String testcase, NumberFormat nf, double myNumber) {
331 errln("FAIL: " + testcase +" - failed to parse. " + e.toString());
335 errln("FAIL: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n");
337 logln("PASS: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n");
341 void checkNBSPPatternRT(String testcase, NumberFormat nf) {
342 checkNBSPPatternRtNum(testcase, nf, 12345.);
343 checkNBSPPatternRtNum(testcase, nf, -12345.);
349 String testcase; local
352 testcase="ar_AE UNUM_CURRENCY";
354 checkNBSPPatternRT(testcase, nf)
    [all...]
  /external/libunwind/tests/
test-coredump-unwind.c 275 int testcase = 0; local
307 if (*argv && !strcmp(*argv, "-testcase"))
309 testcase = 1;
337 if (!testcase)
343 if (testcase && test_cur < TEST_FRAMES)
367 if (testcase &&
379 if (testcase &&
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl14.c 82 } testcase; typedef in typeref:struct:__anon26682
84 static testcase testcases[] = {
532 static testcase *thiscase;
897 tst_resm(TFAIL, "testcase:%d FAILED", test + 1);
899 tst_resm(TPASS, "testcase:%d PASSED", test + 1);
952 thiscase = malloc(sizeof(testcase));

Completed in 1732 milliseconds

1 23 4