HomeSort by relevance Sort by last modified time
    Searched full:array (Results 326 - 350 of 7457) sorted by null

<<11121314151617181920>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.2.2-3.js 45 // all tests must call a function that returns an array of TestCase objects.
49 var array = new Array();
54 array[item++] = new TestCase( SECTION, "Date(1899,11,31,23,59,59)", (new Date()).toString(), Date(1899,11,31,23,59,59));
55 array[item++] = new TestCase( SECTION, "Date(1900,0,1,0,0,0)", (new Date()).toString(), Date(1900,0,1,0,0,0) );
56 array[item++] = new TestCase( SECTION, "Date(1900,0,1,0,0,1)", (new Date()).toString(), Date(1900,0,1,0,0,1) );
57 array[item++] = new TestCase( SECTION, "Date(1899,11,31,16,0,0,0)", (new Date()).toString(), Date(1899,11,31,16,0,0,0));
62 array[item++] = new TestCase( SECTION, "Date( 2000,1,29,0,0,0)", (new Date()).toString(), Date(2000,1,29,0,0,0));
63 array[item++] = new TestCase( SECTION, "Date( 2000,1,28,23,59,59)", (new Date()).toString(), Date( 2000,1,28,23,59,59));
64 array[item++] = new TestCase( SECTION, "Date( 2000,1,27,16,0,0)", (new Date()).toString(), Date (…)
    [all...]
15.9.2.2-5.js 45 // all tests must call a function that returns an array of TestCase objects.
49 var array = new Array();
53 array[item++] = new TestCase( SECTION, "Date(2004,11,31,23,59,59)", (new Date()).toString(), Date(2004,11,31,23,59,59));
54 array[item++] = new TestCase( SECTION, "Date(2005,0,1,0,0,0)", (new Date()).toString(), Date(2005,0,1,0,0,0) );
55 array[item++] = new TestCase( SECTION, "Date(2005,0,1,0,0,1)", (new Date()).toString(), Date(2005,0,1,0,0,1) );
56 array[item++] = new TestCase( SECTION, "Date(2004,11,31,16,0,0,0)", (new Date()).toString(), Date(2004,11,31,16,0,0,0));
59 array[item++] = new TestCase( SECTION, "Date(2031,11,31,23,59,59)", (new Date()).toString(), Date(2031,11,31,23,59,59));
60 array[item++] = new TestCase( SECTION, "Date(2032,0,1,0,0,0)", (new Date()).toString(), Date(2032,0,1,0,0,0) );
61 array[item++] = new TestCase( SECTION, "Date(2032,0,1,0,0,1)", (new Date()).toString(), Date (…)
    [all...]
  /build/libs/host/
list.java 25 byte[] array = stream.toByteArray();
28 for (int i=0; i<array.length; i++) {
29 int b = array[i];
  /cts/tools/signature-tools/src/signature/model/
IArrayType.java 20 * {@code IArrayType} models an array type.
25 * Returns the component type of this array type.
27 * @return component type of this array type
  /dalvik/libcore/sql/src/test/java/tests/sql/
ArrayTest.java 25 import java.sql.Array;
32 @TestTargetClass(Array.class)
36 * Test method for {@link java.sql.Array#getArray()}.
49 * Test method for {@link java.sql.Array#getArray(long, int)}.
62 * Test method for {@link java.sql.Array#getArray(long, int, java.util.Map)}.
75 * Test method for {@link java.sql.Array#getArray(java.util.Map)}.
88 * Test method for {@link java.sql.Array#getBaseType()}.
101 * Test method for {@link java.sql.Array#getBaseTypeName()}.
114 * Test method for {@link java.sql.Array#getResultSet()}.
127 * Test method for {@link java.sql.Array#getResultSet(long, int)}
    [all...]
  /dalvik/tests/019-wrong-array-type/src/
Main.java 18 * Stuff the wrong type object into an array.
28 System.out.println("Array store succeeded?!");
30 System.out.println("Got correct array store exception");
  /dalvik/vm/mterp/armv5te/
OP_FILLED_NEW_ARRAY.S 3 %verify "unimplemented array type"
5 * Create a new array with elements filled from registers.
7 * for: filled-new-array, filled-new-array/range
30 * r0 holds array class
42 cmp r3, #'I' @ array of ints?
43 cmpne r3, #'L' @ array of objects?
44 cmpne r3, #'[' @ array of arrays?
52 str r0, [rGLUE, #offGlue_retval] @ retval.l <- new array
58 @ copy values from registers into the array
    [all...]
  /dalvik/vm/mterp/x86/
OP_AGET.S 4 * Array get, 32 bits or less. vAA <- vBB[vCC].
12 GET_VREG(%eax,%eax) # eax<- vBB (array object)
14 testl %eax,%eax # null array object?
OP_AGET_WIDE.S 3 * Array get, 64 bits. vAA <- vBB[vCC].
10 GET_VREG(%eax,%eax) # eax<- vBB (array object)
12 testl %eax,%eax # null array object?
OP_APUT.S 4 * Array put, 32 bits or less. vBB[vCC] <- vAA
12 GET_VREG(%eax,%eax) # eax<- vBB (array object)
14 testl %eax,%eax # null array object?
OP_APUT_WIDE.S 3 * Array put, 64 bits. vBB[vCC]<-vAA.
10 GET_VREG(%eax,%eax) # eax<- vBB (array object)
12 testl %eax,%eax # null array object?
  /development/samples/CubeLiveWallpaper/res/values/
shapes.xml 22 <string-array name="cube2_shapenames">
25 </string-array>
27 <string-array name="cube2_shapeprefix">
30 </string-array>
34 <string-array name="cubepoints">
43 </string-array>
46 <string-array name="cubelines">
64 </string-array>
66 <string-array name="dodecahedronpoints">
87 </string-array>
    [all...]
  /external/icu4c/layout/
OpenTypeUtilities.cpp 112 le_int32 OpenTypeUtilities::search(le_uint32 value, const le_uint32 array[], le_int32 count)
119 if (value >= array[extra]) {
126 if (value >= array[index + probe]) {
134 le_int32 OpenTypeUtilities::search(le_uint16 value, const le_uint16 array[], le_int32 count)
141 if (value >= array[extra]) {
148 if (value >= array[index + probe]) {
159 void OpenTypeUtilities::sort(le_uint16 *array, le_int32 count)
163 le_uint16 v = array[j];
166 if (v >= array[i]) {
170 array[i + 1] = array[i]
    [all...]
  /external/oprofile/libop/
op_parse_event.h 29 * @param parsed_events array of events to fill in
31 * @param events null terminated array of events string on the form
34 * parse events given by the nil terminated array events and fill in
  /external/skia/tests/
UtilsTest.cpp 10 int i, array[kSEARCH_COUNT]; local
14 array[i] = rand.nextS();
17 SkTHeapSort<int>(array, kSEARCH_COUNT);
20 REPORTER_ASSERT(reporter, array[i-1] <= array[i]);
25 int index = SkTSearch<int>(array, kSEARCH_COUNT, array[i], sizeof(int));
33 int index = SkTSearch<int>(array, kSEARCH_COUNT, value, sizeof(int));
37 index < kSEARCH_COUNT && array[index] == value);
42 REPORTER_ASSERT(reporter, value < array[index])
    [all...]
  /external/stlport/test/unit/
ostmit_test.cpp 34 int array [] = { 1, 5, 2, 4 }; local
47 copy(array, array + 4, iter2);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.13.2-1.js 55 var array = new Array();
60 array[item++] = new TestCase( SECTION, "VAR1 = NaN; VAR2=1; VAR1 *= VAR2", Number.NaN, eval("VAR1 = Number.NaN; VAR2=1; VAR1 *= VAR2") );
61 array[item++] = new TestCase( SECTION, "VAR1 = NaN; VAR2=1; VAR1 *= VAR2; VAR1", Number.NaN, eval("VAR1 = Number.NaN; VAR2=1; VAR1 *= VAR2; VAR1") );
64 array[item++] = new TestCase( SECTION, "VAR1 = 0; VAR2=1; VAR1 *= VAR2", 0, eval("VAR1 = 0; VAR2=1; VAR1 *= VAR2") );
65 array[item++] = new TestCase( SECTION, "VAR1 = 0; VAR2=1; VAR1 *= VAR2;VAR1", 0, eval("VAR1 = 0; VAR2=1; VAR1 *= VAR2;VAR1") );
67 array[item++] = new TestCase( SECTION, "VAR1 = 0xFF; VAR2 = 0xA, VAR1 *= VAR2", 2550, eval("VAR1 = 0XFF; VAR2 = 0XA, VAR1 *= VAR2") );
71 array[item++] = new TestCase( SECTION, "VAR1 = 0; VAR2= Infinity; VAR1 *= VAR2", Number.NaN, eval("VAR1 = 0; VAR2 = Number.POSITIVE_INFINITY; VAR1 *= VAR2; VAR1") );
72 array[item++] = new TestCase( SECTION, "VAR1 = -0; VAR2= Infinity; VAR1 *= VAR2", Number.NaN, eval("VAR1 = -0; VAR2 = Number.POSITIVE_INFINITY; VAR1 *= VAR2; VAR1") );
73 array[item++] = new TestCase( SECTION, "VAR1 = -0; VAR2= -Infinity; VAR1 *= VAR2", Number.NaN, (…)
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
BlockCipher.java 36 * Process one block of input from the array in and write it to
37 * the out array.
39 * @param in the array containing the input data.
40 * @param inOff offset into the in array the data starts at.
41 * @param out the array the output data will be copied into.
42 * @param outOff the offset into the out array the output will start at.
  /dalvik/vm/mterp/x86-atom/
OP_AGET_WIDE.S 19 * Code: 64-bit array get operation.
23 * Description: Perform an array get operation at the identified index
24 * of a given array; load the array value into the destination
36 cmp $$0, %ecx # check for null array object
37 je common_errNullObject # handle null array object
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.1.2.js 44 var array = new Array();
47 array[item++] = new TestCase( SECTION, "Infinity", Number.POSITIVE_INFINITY, Infinity );
48 array[item++] = new TestCase( SECTION, "this.Infinity", Number.POSITIVE_INFINITY, this.Infinity );
49 array[item++] = new TestCase( SECTION, "typeof Infinity", "number", typeof Infinity );
51 return ( array );
  /frameworks/base/tools/localize/testdata/
merge_en_current.xml 25 <array name="growing_array">
31 </array>
32 <array name="shrinking_array">
37 </array>
38 <array name="new_array">
43 </array>
merge_en_old.xml 25 <array name="growing_array">
30 </array>
31 <array name="shrinking_array">
37 </array>
38 <array name="deleted_array">
43 </array>
  /frameworks/base/tools/localize/testdata/res/values/
strings.xml 25 <array name="growing_array">
31 </array>
32 <array name="shrinking_array">
37 </array>
38 <array name="new_array">
43 </array>
  /dalvik/docs/opcodes/
opcode-23-new-array.html 6 <title>new-array</title>
12 <h1>new-array</h1>
17 Construct a new array of the indicated type and size. The type must be an array
34 <td>new-array vA, vB, type@CCCC</td>
58 Type constant pool entry C must contain a valid array type descriptor.
79 All elements of the new array are initialized to null (for object arrays) or
83 A reference to the new array is moved to register vA, that is, vA' = I.
opcode-4b-aput.html 43 <code>B:</code> array register (8 bits)<br/>
60 Register vB must contain an array reference. The component type of the array
73 array element at the given index, that is, array[index]'=vA.
76 For the -wide variant, the registers vA and v(A+1) are moved into the array
80 array[index]' = vA &lt;&lt; 0x20 | v(A+1)
93 ArrayIndexOutOfBoundsException if vC &lt; 0 or vC &gt;= array.length.

Completed in 88 milliseconds

<<11121314151617181920>>