HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 626 - 650 of 1201) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/java/util/
AbstractCollection.java 20 import java.lang.reflect.Array;
342 Object[] array = new Object[size]; local
344 array[index++] = it.next();
346 return array;
354 contents = (T[]) Array.newInstance(ct, size);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
AuthorityKeyIdentifier.java 33 import org.apache.harmony.security.utils.Array;
91 buffer.append(Array.toString(keyIdentifier, prefix + " "));
Certificate.java 30 import org.apache.harmony.security.utils.Array;
123 buffer.append(Array.toString(signatureValue, ""));
130 * @return a byte array containing ASN.1 encode form.
CertificateList.java 30 import org.apache.harmony.security.utils.Array;
119 res.append(Array.toString(signatureValue, ""));
125 * @return a byte array containing ASN.1 encode form.
  /dalvik/tests/003-omnibus-opcodes/src/
Main.java 55 Array.run();
  /development/tools/findunused/
find_unused_resources.rb 20 Regexp.new("@array/([_a-zA-Z0-9]*)"),
26 Regexp.new("R.array.([_a-zA-Z0-9]+)"),
36 result = Array.new
76 result = Array.new
169 result = Array.new
218 result = Array.new
  /external/easymock/src/org/easymock/internal/
Invocation.java 22 import java.lang.reflect.Array;
65 private static Object[] createObjectArray(Object array) {
66 if (array instanceof Object[]) {
67 return (Object[]) array;
69 Object[] result = new Object[Array.getLength(array)];
70 for (int i = 0; i < Array.getLength(array); i++) {
71 result[i] = Array.get(array, i);
    [all...]
  /external/skia/src/animator/
SkDisplayTypes.h 97 DECLARE_DISPLAY_MEMBER_INFO(Array);
  /external/v8/test/mjsunit/
array-sort.js 30 // Test array sort.
122 // Test array sorting with holes in the array.
135 // Test array sorting with undefined elemeents in the array.
146 // in the array.
164 Array.prototype.sort.call(obj);
180 var x = new Array(4);
184 Array.prototype.sort.call(x);
203 Array.prototype.sort.call(x)
    [all...]
array-splice.js 28 // Check that splicing array of holes keeps it as array of holes
31 var array = new Array(10);
32 var spliced = array.splice(1, 1, 'one', 'two');
36 assertEquals(11, array.length);
37 assertFalse(0 in array);
38 assertTrue(1 in array);
39 assertTrue(2 in array);
40 assertFalse(3 in array);
    [all...]
  /external/v8/tools/
logreader.js 40 * @param {Array.<Object>} dispatchTable A table used for parsing and processing
46 * @type {Array.<Object>}
76 * @type {Array.<string>}
165 * @param {Array.<string>} stack String representation of a stack.
166 * @return {Array.<number>} Processed stack.
201 * @param {Array.<string>} fields Log record.
301 * @param {Array.<string>} lines Log lines.
329 * @param {Array.<string>} cmd Parsed command.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4-1.js 24 ECMA Section: 15.4 Array Objects
26 Description: Every Array object has a length property whose value
37 var TITLE = "Array Objects";
45 var array = new Array();
48 array[item++] = new TestCase( SECTION,
49 "var myarr = new Array(); myarr[Math.pow(2,32)-2]='hi'; myarr[Math.pow(2,32)-2]",
51 eval("var myarr = new Array(); myarr[Math.pow(2,32)-2]='hi'; myarr[Math.pow(2,32)-2]")
53 array[item++] = new TestCase( SECTION,
54 "var myarr = new Array(); myarr[Math.pow(2,32)-2]='hi'; myarr.length"
    [all...]
15.4-2.js 24 ECMA Section: 15.4 Array Objects
26 Description: Whenever a property is added whose name is an array
28 to be one more than the numeric value of that array
30 every property whose name is an array index whose value
32 deleted. This constraint applies only to the Array
33 object itself, and is unaffected by length or array
44 var TITLE = "Array Objects";
52 var array = new Array();
55 array[item++] = new TestCase( SECTION, "var arr=new Array(); arr[Math.pow(2,16)] = 'hi'; arr.length", (…)
    [all...]
15.4.5.2-1.js 24 ECMA Section: Array.length
27 The length property of this Array object is always numerically greater
28 than the name of every property whose name is an array index.
38 var TITLE = "Array.length";
45 var array = new Array();
48 array[item++] = new TestCase( SECTION,
49 "var A = new Array(); A.length",
51 eval("var A = new Array(); A.length") );
53 array[item++] = new TestCase( SECTION
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.2.2-1.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(1970,0,1,0,0,0)", (new Date()).toString(), Date(1970,0,1,0,0,0) );
55 array[item++] = new TestCase( SECTION, "Date(1969,11,31,15,59,59)", (new Date()).toString(), Date(1969,11,31,15,59,59))
56 array[item++] = new TestCase( SECTION, "Date(1969,11,31,16,0,0)", (new Date()).toString(), Date(1969,11,31,16,0,0))
57 array[item++] = new TestCase( SECTION, "Date(1969,11,31,16,0,1)", (new Date()).toString(), Date(1969,11,31,16,0,1))
60 array[item++] = new TestCase( SECTION, "Date(1999,11,15,59,59)", (new Date()).toString(), Date(1999,11,15,59,59));
61 array[item++] = new TestCase( SECTION, "Date(1999,11,16,0,0,0)", (new Date()).toString(), Date(1999,11,16,0,0,0));
62 array[item++] = new TestCase( SECTION, "Date(1999,11,31,23,59,59)", (new Date()).toString(), Date (…)
    [all...]
15.9.2.2-2.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(1999,11,15,59,59)", (new Date()).toString(), Date(1999,11,15,59,59));
54 array[item++] = new TestCase( SECTION, "Date(1999,11,16,0,0,0)", (new Date()).toString(), Date(1999,11,16,0,0,0));
55 array[item++] = new TestCase( SECTION, "Date(1999,11,31,23,59,59)", (new Date()).toString(), Date(1999,11,31,23,59,59) );
56 array[item++] = new TestCase( SECTION, "Date(2000,0,1,0,0,0)", (new Date()).toString(), Date(2000,0,0,0,0,0) );
57 array[item++] = new TestCase( SECTION, "Date(2000,0,1,0,0,1)", (new Date()).toString(), Date(2000,0,0,0,0,1) );
62 array[item++] = new TestCase( SECTION, "Date(1899,11,31,23,59,59)", (new Date()).toString(), Date(1899,11,31,23,59,59));
63 array[item++] = new TestCase( SECTION, "Date(1900,0,1,0,0,0)", (new Date()).toString(), Date (…)
    [all...]
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...]
15.9.2.2-6.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(2031,11,31,23,59,59)", (new Date()).toString(), Date(2031,11,31,23,59,59));
54 array[item++] = new TestCase( SECTION, "Date(2032,0,1,0,0,0)", (new Date()).toString(), Date(2032,0,1,0,0,0) );
55 array[item++] = new TestCase( SECTION, "Date(2032,0,1,0,0,1)", (new Date()).toString(), Date(2032,0,1,0,0,1) );
56 array[item++] = new TestCase( SECTION, "Date(2031,11,31,16,0,0,0)", (new Date()).toString(), Date(2031,11,31,16,0,0,0));
58 return ( array );
15.9.5.10-1.js 42 var testcases = new Array();
15.9.5.10-10.js 42 var testcases = new Array();
15.9.5.10-11.js 42 var testcases = new Array();
15.9.5.10-12.js 42 var testcases = new Array();
15.9.5.10-13.js 42 var testcases = new Array();
15.9.5.10-2.js 42 var testcases = new Array();

Completed in 998 milliseconds

<<21222324252627282930>>