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

  /frameworks/base/opengl/tests/gl_perfapp/jni/
gl_code.cpp 42 uint32_t testNum = stateClock >> 2;
45 if (testNum >= gFragmentTestCount) {
58 doSingleTest(testNum, texSize);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Number/
15.7.4.5-1.js 41 var testNum = 234.2040506;
45 actual = testNum.toFixed(4);
59 actual = catchError('testNum.toFixed(-4)');
64 actual = catchError('testNum.toFixed(21)');
15.7.4.6-1.js 41 var testNum = 77.1234;
45 actual = testNum.toExponential(4);
59 actual = catchError('testNum.toExponential(-4)');
64 actual = catchError('testNum.toExponential(21)');
15.7.4.7-1.js 41 var testNum = 5.123456;
45 actual = testNum.toPrecision(4);
59 actual = catchError('testNum.toPrecision(0)');
64 actual = catchError('testNum.toPrecision(-4)');
69 actual = catchError('testNum.toPrecision(22)');
  /external/icu4c/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);
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 355 private int testNum;
644 testNum = -1;
657 if ((testNum < -1) || (testNum > Support_TestWebData.tests.length - 1)) {
668 if ((testNum > 0) || (testNum < Support_TestWebData.tests.length - 1)) {
743 testNum = Integer.valueOf(testID.substring(4))-1;
746 if ((testNum < -1) || (testNum > Support_TestWebData.tests.length - 1)) {
761 if ((testNum < -1) || (testNum > Support_TestWebData.tests.length - 1))
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
ChannelsTest.java 61 private final int testNum = 10;
116 ByteBuffer byteBuf = ByteBuffer.allocate(this.testNum);
118 int readres = this.testNum;
126 assertEquals(this.testNum, readres);
131 ByteBuffer byteBuf = ByteBuffer.allocate(this.testNum);
132 int readres = this.testNum;
142 assertEquals(this.testNum, readres);
149 assertEquals(this.testNum, readres);
184 int writeres = this.testNum;
204 int writeres = this.testNum;
    [all...]
DatagramChannelTest.java 153 final int testNum = 0;
154 long readres = testNum;
180 assertEquals(testNum, readres);
182 assertEquals(testNum, readres);
    [all...]
  /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.valueOf(testID.substring(4))-1;
787 if ((testNum < 0) || (testNum > TestWebData.tests.length - 1)) {
812 if (!TestWebData.testParams[testNum].testDir)
    [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);

Completed in 248 milliseconds