HomeSort by relevance Sort by last modified time
    Searched refs:testNum (Results 1 - 23 of 23) sorted by null

  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 310 private int testNum;
607 testNum = -1;
629 if ((testNum < -1) || (testNum > Support_TestWebData.tests.length - 1)) {
640 if ((testNum > 0) || (testNum < Support_TestWebData.tests.length - 1)) {
715 testNum = Integer.valueOf(testID.substring(4))-1;
718 if ((testNum < -1) || (testNum > Support_TestWebData.tests.length - 1)) {
733 if ((testNum < -1) || (testNum > Support_TestWebData.tests.length - 1))
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 71 short FL, testNum;
184 testNum = 0;
275 testNum = atoi(argv[i + 1]);
276 printf("Fault test: %d\n", testNum);
277 if (testNum < 1 || testNum > 10) {
279 "Scenarios are numbered 1-10.\n", testNum);
442 if (testNum != 8) {
495 if (testNum != 1) {
502 if (testNum != 2
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 57 private final int testNum = 10;
112 ByteBuffer byteBuf = ByteBuffer.allocate(this.testNum);
114 int readres = this.testNum;
122 assertEquals(this.testNum, readres);
127 ByteBuffer byteBuf = ByteBuffer.allocate(this.testNum);
128 int readres = this.testNum;
138 assertEquals(this.testNum, readres);
145 assertEquals(this.testNum, readres);
184 int writeres = this.testNum;
204 int writeres = this.testNum;
    [all...]
DatagramChannelTest.java 135 final int testNum = 0;
163 assertEquals(testNum, readres);
165 assertEquals(testNum, readres);
    [all...]
  /frameworks/native/opengl/tests/gl_perfapp/jni/
gl_code.cpp 45 uint32_t testNum = stateClock >> 2;
48 if (testNum >= gFragmentTestCount) {
61 doSingleTest(testNum, texSize);
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 341 private int testNum;
685 testNum = -1;
698 if ((testNum < 0) || (testNum > TestWebData.tests.length - 1)) {
709 if ((testNum > 0) || (testNum < TestWebData.tests.length - 1)) {
784 testNum = Integer.parseInt(testID.substring(4))-1;
787 if ((testNum < 0) || (testNum > TestWebData.tests.length - 1)) {
812 if (!TestWebData.testParams[testNum].testDir)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
kenny.cc 134 int16_t testNum, testCE;
236 testNum = 0;
293 testNum = atoi(argv[i + 1]);
294 printf("\nFault test: %d\n", testNum);
295 if (testNum < 1 || testNum > 10) {
297 " Valid Fault Scenarios are numbered 1-10.\n", testNum);
441 if (testNum == 10) {
458 if (testNum != 8)
492 if (testNum != 1)
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httptrace/
trace_test.go 41 var testNum int
46 t.Errorf(`%d. args for %q case = %q, %q; want addr of "addr"`, testNum, b, network, addr)
76 testNum = i
  /prebuilts/go/linux-x86/src/net/http/httptrace/
trace_test.go 41 var testNum int
46 t.Errorf(`%d. args for %q case = %q, %q; want addr of "addr"`, testNum, b, network, addr)
76 testNum = i
  /external/icu/icu4c/source/test/cintltst/
spreptst.c 761 int32_t i, testNum = 0;
777 testNum = 0;
782 testNum++;
790 log_err("Error occurred on test[%d] for profile: %s\n", testNum, profileName);
797 log_err("Error expected on test[%d] for profile: %s\n", testNum, profileName);
801 log_err("Results do not match expected on test[%d] for profile: %s\n", testNum, profileName);
  /external/icu/icu4c/source/test/intltest/
tztest.cpp     [all...]
itspoof.cpp 561 for (int32_t testNum=0; testNum < UPRV_LENGTHOF(tests); testNum++) {
563 const Test &test = tests[testNum];
580 sprintf(msgBuffer, "testNum = %d, levelIndex = %d, expected = %#x, actual = %#x",
581 testNum, levelIndex, expectedValue, actualValue);
622 for (int32_t testNum=0; testNum < UPRV_LENGTHOF(tests); testNum++) {
624 sprintf(msgBuf, "testNum = %d ", testNum)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneTest.java     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationTest.java 60 String testNum = name.substring(1,3); // 01
61 List<Method> mlist = curT.get(testNum);
64 curT.put(testNum, mlist);
  /external/webrtc/webrtc/modules/audio_coding/test/
APITest.cc 417 int testNum;
422 testNum = _testNumA;
435 testNum = _testNumB;
447 //fprintf(stderr, "%c: %d \n", thread, testNum);
450 switch (testNum) {
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart_test.go 227 for testNum, expectedBody := range tests {
239 t.Errorf("Expected a body part on text %d", testNum)
243 t.Errorf("Unexpected error on text %d: %v", testNum, err)
247 expectEq(t, expectedBody, buf.String(), fmt.Sprintf("test %d", testNum))
254 t.Errorf("Unexpected part in test %d", testNum)
257 t.Errorf("On test %d expected io.EOF; got %v", testNum, err)
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart_test.go 227 for testNum, expectedBody := range tests {
239 t.Errorf("Expected a body part on text %d", testNum)
243 t.Errorf("Unexpected error on text %d: %v", testNum, err)
247 expectEq(t, expectedBody, buf.String(), fmt.Sprintf("test %d", testNum))
254 t.Errorf("Unexpected part in test %d", testNum)
257 t.Errorf("On test %d expected io.EOF; got %v", testNum, err)
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_client_test.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_client_test.go     [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java     [all...]

Completed in 800 milliseconds