HomeSort by relevance Sort by last modified time
    Searched full:testarray (Results 1 - 25 of 47) sorted by null

1 2

  /external/llvm/unittests/ADT/
TinyPtrVectorTest.cpp 54 ArrayRef<PtrT> testArray(size_t N) {
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(4))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegateTest.java 32 String[][] testArray = {
48 assertEqualsArrays(expectedArray, JUnitLaunchConfigDelegate.fixBootpathExt(testArray));
52 String[][] testArray = {
64 assertEqualsArrays(expectedArray, JUnitLaunchConfigDelegate.fixBootpathExt(testArray));
68 String[] testArray = {
77 JUnitLaunchConfigDelegate.fixClasspath(testArray, "test"));
81 String[] testArray = {
91 JUnitLaunchConfigDelegate.fixClasspath(testArray, "test"));
96 String[] testArray = {
104 JUnitLaunchConfigDelegate.fixClasspath(testArray, "test"))
    [all...]
  /frameworks/compile/libbcc/tests/data/src/
addressOf.c 18 void testArray() {
24 printf("testArray: %d %d %d\n", a[0], *p, *p2);
29 testArray();
  /external/e2fsprogs/lib/ext2fs/
tst_bitops.c 44 unsigned char testarray[12]; local
75 memset(testarray, 0, sizeof(testarray));
77 ext2fs_set_bit(bits_list[i], testarray);
79 if (memcmp(testarray, bitarray, sizeof(testarray)) == 0) {
83 for (i=0; i < sizeof(testarray); i++) {
84 printf("%02x ", testarray[i]);
90 ext2fs_clear_bit(bits_list[i], testarray);
92 for (i=0; i < sizeof(testarray); i++)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/Array/
splice1.js 43 function mySplice(testArray, splicedArray, first, len, elements)
49 if (adjustedFirst < 0) adjustedFirst = testArray.length + first;
54 for (i = 0; (i < adjustedFirst)&&(i < testArray.length); ++i)
55 splicedArray.push(testArray[i]);
57 if (adjustedFirst < testArray.length)
59 (i < testArray.length); ++i)
61 removedArray.push(testArray[i]);
66 for (i = adjustedFirst + adjustedLen; i < testArray.length; i++)
67 splicedArray.push(testArray[i]);
72 function exhaustiveSpliceTest(testname, testArray)
    [all...]
splice2.js 43 function mySplice(testArray, splicedArray, first, len, elements)
49 if (adjustedFirst < 0) adjustedFirst = testArray.length + first;
54 for (i = 0; (i < adjustedFirst)&&(i < testArray.length); ++i)
55 splicedArray.push(testArray[i]);
57 if (adjustedFirst < testArray.length)
58 for (i = adjustedFirst; (i < adjustedFirst + adjustedLen) && (i < testArray.length); ++i)
59 removedArray.push(testArray[i]);
63 for (i = adjustedFirst + adjustedLen; i < testArray.length; i++)
64 splicedArray.push(testArray[i]);
69 function exhaustiveSpliceTestWithArgs(testname, testArray)
    [all...]
  /external/clang/test/Analysis/
dtors-in-dtor-cfg-output.cpp 28 class TestArray {
32 ~TestArray();
35 TestArray::~TestArray() {}
  /external/v8/test/mjsunit/
indexed-accessors.js 70 function testArray() {
76 testArray();
77 testArray();
80 testArray();
82 testArray();
  /external/llvm/test/Assembler/
2010-02-05-FunctionLocalMetadataBecomesNull.ll 9 @TestArrayPtr = global %struct.test* getelementptr inbounds ([10 x %struct.test]* @TestArray, i64 0, i64 3) ; <%struct.test**> [#uses=1]
10 @TestArray = common global [10 x %struct.test] zeroinitializer, align 32 ; <[10 x %struct.test]*> [#uses=2]
18 %v3 = sub i64 %v2, ptrtoint ([10 x %struct.test]* @TestArray to i64) ; <i64> [#uses=1]
  /external/icu4c/test/testdata/
ra.txt 60 * Top level comments for Tag name: TestArray
64 TestArray{
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
DirectCharBufferTest.java 38 public void testArray() {
DirectDoubleBufferTest.java 37 public void testArray() {
DirectFloatBufferTest.java 37 public void testArray() {
DirectIntBufferTest.java 37 public void testArray() {
DirectLongBufferTest.java 38 public void testArray() {
DirectShortBufferTest.java 37 public void testArray() {
  /external/clang/test/Index/
index-subscripting-literals.m 25 id testArray() {
45 // CHECK-NEXT: [indexEntityReference]: kind: variable | name: p | USR: c:@p | lang: C | cursor: DeclRefExpr=p:23:4 | loc: 27:16 | <parent>:: kind: function | name: testArray | USR: c:@F@testArray | lang: C | container: [testArray:25:4] | refkind: direct
  /external/clang/test/PCH/
subscripting-literals.m 33 id testArray(int idx, id p) {
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewTest.java 29 public void testArray() throws Exception {
  /external/chromium/chrome/browser/diagnostics/
diagnostics_model.cc 71 typedef std::vector<DiagnosticTest*> TestArray;
72 TestArray tests_;
  /external/chromium/net/base/
mime_sniffer_unittest.cc 20 static void TestArray(SnifferTest* tests, size_t count) {
33 // TODO(evanm): convert other tests to use SniffMimeType instead of TestArray,
87 TestArray(tests, arraysize(tests));
154 TestArray(tests, arraysize(tests));
188 TestArray(tests, arraysize(tests));
251 TestArray(tests, arraysize(tests));
273 TestArray(tests, arraysize(tests));
301 TestArray(tests, arraysize(tests));
  /external/webkit/Tools/DumpRenderTree/mac/
ObjCController.m 79 || aSelector == @selector(testArray)
108 if (aSelector == @selector(testArray))
109 return @"testArray";
256 - (NSArray *)testArray
  /external/icu4c/test/intltest/
canittst.cpp 108 static const char * const testArray[][2] = {
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 + ": ", testStr, collectionToString(set), CharsToUnicodeString(testArray[i][1]));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java     [all...]

Completed in 836 milliseconds

1 2