Searched refs:testArray (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/v8/test/webkit/
H A Darray-lastIndexOf.js29 var testArray = [2, 5, 9, 2]; variable
32 lastIndex = testArray.lastIndexOf(2,-500);
34 lastIndex = testArray.lastIndexOf(9,500);
36 lastIndex = testArray.lastIndexOf(2);
38 lastIndex = testArray.lastIndexOf(7);
40 lastIndex = testArray.lastIndexOf(2, 3);
42 lastIndex = testArray.lastIndexOf(2, 2);
44 lastIndex = testArray.lastIndexOf(2, -2);
46 lastIndex = testArray.lastIndexOf(2, -1);
49 delete testArray[
[all...]
/external/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp54 ArrayRef<PtrT> testArray(size_t N) { function in class:__anon26463::TinyPtrVectorTest
87 this->expectValues(this->V, this->testArray(0));
92 this->expectValues(this->V, this->testArray(1));
94 this->expectValues(this->V, this->testArray(2));
96 this->expectValues(this->V, this->testArray(3));
98 this->expectValues(this->V, this->testArray(4));
100 this->expectValues(this->V, this->testArray(5));
104 this->expectValues(this->V, this->testArray(4));
106 this->expectValues(this->V, this->testArray(3));
110 this->expectValues(this->V, this->testArray(
[all...]
/external/chromium_org/third_party/skia/tests/
H A DSListTest.cpp68 SListEntry testArray[testArraySize]; local
74 list.push(&testArray[index]);
75 if (!verifyList(reporter, list, "push", &testArray[index], index+1, -1)) {
81 REPORTER_ASSERT(reporter, &testArray[index] == list.pop());
83 !verifyList(reporter, list, "pop", &testArray[index-1], index, -1)) {
90 list.push(&testArray[index]);
92 verifyList(reporter, list, "swap", &testArray[testArraySize-1], testArraySize, -1);
97 verifyList(reporter, other, "swap", &testArray[testArraySize-1], testArraySize, -1);
100 verifyList(reporter, list, "pushAll-empty", &testArray[testArraySize-1], testArraySize, -1);
106 verifyList(reporter, other, "pushAll", &testArray[
[all...]
/external/skia/tests/
H A DSListTest.cpp68 SListEntry testArray[testArraySize]; local
74 list.push(&testArray[index]);
75 if (!verifyList(reporter, list, "push", &testArray[index], index+1, -1)) {
81 REPORTER_ASSERT(reporter, &testArray[index] == list.pop());
83 !verifyList(reporter, list, "pop", &testArray[index-1], index, -1)) {
90 list.push(&testArray[index]);
92 verifyList(reporter, list, "swap", &testArray[testArraySize-1], testArraySize, -1);
97 verifyList(reporter, other, "swap", &testArray[testArraySize-1], testArraySize, -1);
100 verifyList(reporter, list, "pushAll-empty", &testArray[testArraySize-1], testArraySize, -1);
106 verifyList(reporter, other, "pushAll", &testArray[
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dindexed-accessors.js70 function testArray() { function
76 testArray();
77 testArray();
80 testArray();
82 testArray();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcanittst.cpp108 static const char * const testArray[][2] = { local
151 for (i = 0; i < ARRAY_LENGTH(testArray); ++i) {
152 //logln("Results for: " + name.transliterate(testArray[i]));
153 UnicodeString testStr = CharsToUnicodeString(testArray[i][0]);
166 expectEqual(i + UnicodeString(": "), testStr, collectionToString(set), CharsToUnicodeString(testArray[i][1]));
/external/chromium_org/v8/test/intl/string/
H A Dnormalization.js132 var testArray = function() { function
/external/icu/icu4c/source/test/intltest/
H A Dcanittst.cpp108 static const char * const testArray[][2] = { local
151 for (i = 0; i < ARRAY_LENGTH(testArray); ++i) {
152 //logln("Results for: " + name.transliterate(testArray[i]));
153 UnicodeString testStr = CharsToUnicodeString(testArray[i][0]);
166 expectEqual(i + UnicodeString(": "), testStr, collectionToString(set), CharsToUnicodeString(testArray[i][1]));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1764 milliseconds