Searched defs:testArray (Results 1 - 7 of 7) sorted by relevance

/external/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/v8/test/intl/string/
H A Dnormalization.js132 var testArray = function() { function
/external/v8/test/mjsunit/
H A Dindexed-accessors.js70 function testArray() { function
76 testArray();
77 testArray();
80 testArray();
82 testArray();
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DTestCanonicalIterator.java33 static final String testArray[][] = { field in class:TestCanonicalIterator
139 for (int i = 0; i < testArray.length; ++i) {
140 //logln("Results for: " + name.transliterate(testArray[i]));
141 CanonicalIterator it = new CanonicalIterator(testArray[i][0]);
155 expectEqual(i + ": ", testArray[i][0], collectionToString(set), testArray[i][1]);
160 if(!it.getSource().equals(Normalizer.normalize(testArray[i][0],Normalizer.NFD))){
/external/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp54 ArrayRef<PtrT> testArray(size_t N) { function in class:__anon11225::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/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 251 milliseconds