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

  /external/webkit/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)');
  /libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
MockPreferenceChangeListener.java 21 int testNum = 0;
29 testNum = test;
52 switch(testNum) {
MockNodeChangeListener.java 16 private int testNum = 0;
27 testNum = test;
46 switch (testNum) {
76 switch (testNum) {
  /external/chromium/third_party/icu/source/test/cintltst/
spreptst.c 759 int32_t i, testNum = 0;
775 testNum = 0;
780 testNum++;
788 log_err("Error occurred on test[%d] for profile: %s\n", testNum, profileName);
795 log_err("Error expected on test[%d] for profile: %s\n", testNum, profileName);
799 log_err("Results do not match expected on test[%d] for profile: %s\n", testNum, profileName);
  /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...]
  /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);
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
ChannelsTest.java 66 private final int testNum = 10;
127 ByteBuffer byteBuf = ByteBuffer.allocate(this.testNum);
129 int readres = this.testNum;
138 assertEquals(this.testNum, readres);
149 ByteBuffer byteBuf = ByteBuffer.allocate(this.testNum);
150 int readres = this.testNum;
160 assertEquals(this.testNum, readres);
167 assertEquals(this.testNum, readres);
214 int writeres = this.testNum;
240 int writeres = this.testNum;
    [all...]

Completed in 1038 milliseconds