OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testNum
(Results
1 - 11
of
11
) sorted by null
/frameworks/native/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);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
kenny.c
133
WebRtc_Word16
testNum
, testCE;
242
testNum
= 0;
299
testNum
= atoi(argv[i + 1]);
300
printf("\nFault test: %d\n",
testNum
);
301
if (
testNum
< 1 ||
testNum
> 10) {
303
" Valid Fault Scenarios are numbered 1-10.\n",
testNum
);
446
if (
testNum
== 10) {
463
if (
testNum
!= 8)
497
if (
testNum
!= 1)
[
all
...]
/libcore/support/src/test/java/tests/support/
Support_TestWebServer.java
325
private int
testNum
;
614
testNum
= -1;
627
if ((
testNum
< -1) || (
testNum
> Support_TestWebData.tests.length - 1)) {
638
if ((
testNum
> 0) || (
testNum
< Support_TestWebData.tests.length - 1)) {
713
testNum
= Integer.valueOf(testID.substring(4))-1;
716
if ((
testNum
< -1) || (
testNum
> Support_TestWebData.tests.length - 1)) {
731
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 1909 milliseconds