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

<<11121314151617181920>>

  /external/guava/src/com/google/common/collect/
RegularImmutableList.java 38 private final transient Object[] array; field in class:RegularImmutableList
40 RegularImmutableList(Object[] array, int offset, int size) {
43 this.array = array;
46 RegularImmutableList(Object[] array) {
47 this(array, 0, array.length);
65 return (UnmodifiableIterator<E>) Iterators.forArray(array, offset, size);
70 Platform.unsafeArrayCopy(array, offset, newArray, 0, size);
80 Platform.unsafeArrayCopy(array, offset, other, 0, size)
232 Object[] array() { method
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.3.js 48 var array = new Array();
51 array[item++] = new TestCase( SECTION, "Math.asin()", Number.NaN, Math.asin() );
52 array[item++] = new TestCase( SECTION, "Math.asin(void 0)", Number.NaN, Math.asin(void 0) );
53 array[item++] = new TestCase( SECTION, "Math.asin(null)", 0, Math.asin(null) );
54 array[item++] = new TestCase( SECTION, "Math.asin(NaN)", Number.NaN, Math.asin(Number.NaN) );
56 array[item++] = new TestCase( SECTION, "Math.asin('string')", Number.NaN, Math.asin("string") );
57 array[item++] = new TestCase( SECTION, "Math.asin('0')", 0, Math.asin("0") );
58 array[item++] = new TestCase( SECTION, "Math.asin('1')", Math.PI/2, Math.asin("1") );
59 array[item++] = new TestCase( SECTION, "Math.asin('-1')", -Math.PI/2, Math.asin("-1") )
    [all...]
15.8.2.18.js 48 var array = new Array();
51 array[item++] = new TestCase( SECTION, "Math.tan.length", 1, Math.tan.length );
53 array[item++] = new TestCase( SECTION, "Math.tan()", Number.NaN, Math.tan() );
54 array[item++] = new TestCase( SECTION, "Math.tan(void 0)", Number.NaN, Math.tan(void 0));
55 array[item++] = new TestCase( SECTION, "Math.tan(null)", 0, Math.tan(null) );
56 array[item++] = new TestCase( SECTION, "Math.tan(false)", 0, Math.tan(false) );
58 array[item++] = new TestCase( SECTION, "Math.tan(NaN)", Number.NaN, Math.tan(Number.NaN) );
59 array[item++] = new TestCase( SECTION, "Math.tan(0)", 0, Math.tan(0));
60 array[item++] = new TestCase( SECTION, "Math.tan(-0)", -0, Math.tan(-0))
    [all...]
15.8.2.2.js 46 var array = new Array();
49 array[item++] = new TestCase( SECTION, "Math.acos.length", 1, Math.acos.length );
51 array[item++] = new TestCase( SECTION, "Math.acos(void 0)", Number.NaN, Math.acos(void 0) );
52 array[item++] = new TestCase( SECTION, "Math.acos()", Number.NaN, Math.acos() );
53 array[item++] = new TestCase( SECTION, "Math.acos(null)", Math.PI/2, Math.acos(null) );
54 array[item++] = new TestCase( SECTION, "Math.acos(NaN)", Number.NaN, Math.acos(Number.NaN) );
56 array[item++] = new TestCase( SECTION, "Math.acos(a string)", Number.NaN, Math.acos("a string") );
57 array[item++] = new TestCase( SECTION, "Math.acos('0')", Math.PI/2, Math.acos('0') );
58 array[item++] = new TestCase( SECTION, "Math.acos('1')", 0, Math.acos('1') )
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/
15.2.4.2.js 49 var array = new Array();
52 array[item++] = new TestCase( SECTION, "(new Object()).toString()", "[object Object]", (new Object()).toString() );
54 array[item++] = new TestCase( SECTION, "myvar = this; myvar.toString = Object.prototype.toString; myvar.toString()",
58 array[item++] = new TestCase( SECTION, "myvar = MyObject; myvar.toString = Object.prototype.toString; myvar.toString()",
62 array[item++] = new TestCase( SECTION, "myvar = new MyObject( true ); myvar.toString = Object.prototype.toString; myvar.toString()",
66 array[item++] = new TestCase( SECTION, "myvar = new Number(0); myvar.toString = Object.prototype.toString; myvar.toString()",
70 array[item++] = new TestCase( SECTION, "myvar = new String(''); myvar.toString = Object.prototype.toString; myvar.toString()",
74 array[item++] = new TestCase( SECTION, "myvar = Math; myvar.toString = Object.prototype.toString; myvar.toString()",
78 array[item++] = new TestCase( SECTION, "myvar = new Function(); myvar.toString = Object.prototype.toStr (…)
    [all...]
  /packages/apps/Calendar/res/values-cs/
arrays.xml 19 <string-array name="reminder_minutes_labels">
35 </string-array>
36 <string-array name="preferences_default_reminder_labels">
53 </string-array>
54 <string-array name="preferences_alert_type_labels">
58 </string-array>
59 <string-array name="availability">
62 </string-array>
63 <string-array name="visibility">
67 </string-array>
    [all...]
  /packages/apps/Calendar/res/values-es/
arrays.xml 19 <string-array name="reminder_minutes_labels">
35 </string-array>
36 <string-array name="preferences_default_reminder_labels">
53 </string-array>
54 <string-array name="preferences_alert_type_labels">
58 </string-array>
59 <string-array name="availability">
62 </string-array>
63 <string-array name="visibility">
67 </string-array>
    [all...]
  /packages/apps/Calendar/res/values-es-rUS/
arrays.xml 19 <string-array name="reminder_minutes_labels">
35 </string-array>
36 <string-array name="preferences_default_reminder_labels">
53 </string-array>
54 <string-array name="preferences_alert_type_labels">
58 </string-array>
59 <string-array name="availability">
62 </string-array>
63 <string-array name="visibility">
67 </string-array>
    [all...]
  /packages/apps/Calendar/res/values-fr/
arrays.xml 19 <string-array name="reminder_minutes_labels">
35 </string-array>
36 <string-array name="preferences_default_reminder_labels">
53 </string-array>
54 <string-array name="preferences_alert_type_labels">
58 </string-array>
59 <string-array name="availability">
62 </string-array>
63 <string-array name="visibility">
67 </string-array>
    [all...]
  /packages/apps/Calendar/res/values-pl/
arrays.xml 19 <string-array name="reminder_minutes_labels">
35 </string-array>
36 <string-array name="preferences_default_reminder_labels">
53 </string-array>
54 <string-array name="preferences_alert_type_labels">
58 </string-array>
59 <string-array name="availability">
62 </string-array>
63 <string-array name="visibility">
67 </string-array>
    [all...]
  /packages/apps/Calendar/res/values-pt/
arrays.xml 19 <string-array name="reminder_minutes_labels">
35 </string-array>
36 <string-array name="preferences_default_reminder_labels">
53 </string-array>
54 <string-array name="preferences_alert_type_labels">
58 </string-array>
59 <string-array name="availability">
62 </string-array>
63 <string-array name="visibility">
67 </string-array>
    [all...]
  /packages/apps/Calendar/res/values-pt-rPT/
arrays.xml 19 <string-array name="reminder_minutes_labels">
35 </string-array>
36 <string-array name="preferences_default_reminder_labels">
53 </string-array>
54 <string-array name="preferences_alert_type_labels">
58 </string-array>
59 <string-array name="availability">
62 </string-array>
63 <string-array name="visibility">
67 </string-array>
    [all...]
  /packages/apps/Calendar/res/values-sv/
arrays.xml 19 <string-array name="reminder_minutes_labels">
35 </string-array>
36 <string-array name="preferences_default_reminder_labels">
53 </string-array>
54 <string-array name="preferences_alert_type_labels">
58 </string-array>
59 <string-array name="availability">
62 </string-array>
63 <string-array name="visibility">
67 </string-array>
    [all...]
  /packages/apps/Calendar/res/values-tr/
arrays.xml 19 <string-array name="reminder_minutes_labels">
35 </string-array>
36 <string-array name="preferences_default_reminder_labels">
53 </string-array>
54 <string-array name="preferences_alert_type_labels">
58 </string-array>
59 <string-array name="availability">
62 </string-array>
63 <string-array name="visibility">
67 </string-array>
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.2.js 42 var array = new Array();
45 array[item++] = new TestCase( SECTION, "String.prototype.toString.__proto__", Function.prototype, String.prototype.toString.__proto__ );
46 array[item++] = new TestCase( SECTION,
51 array[item++] = new TestCase( SECTION, "String.prototype.toString()", "", String.prototype.toString() );
52 array[item++] = new TestCase( SECTION, "String.prototype.toString.length", 0, String.prototype.toString.length );
55 array[item++] = new TestCase( SECTION,
59 array[item++] = new TestCase( SECTION,
63 array[item++] = new TestCase( SECTION,
67 array[item++] = new TestCase( SECTION
    [all...]
  /dalvik/docs/opcodes/
opcode-21-array-length.html 6 <title>array-length</title>
12 <h1>array-length</h1>
17 Store in the given destination register the length of the indicated array,
34 <td>array-length vA, vB</td>
36 <code>B:</code> array reference-bearing register (4 bits)</td>
48 Register vB must contain a reference to an array.
56 The length of the array referenced by vB is stored in vA, that is
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicIntegerArray.java 12 * An {@code int} array in which elements may be updated atomically.
28 private final int[] array; field in class:AtomicIntegerArray
31 if (i < 0 || i >= array.length)
42 * @param length the length of the array
45 array = new int[length];
48 unsafe.putIntVolatile(array, rawIndex(0), 0);
53 * all elements copied from, the given array.
55 * @param array the array to copy elements from
56 * @throws NullPointerException if array is nul
    [all...]
  /dalvik/vm/oo/
TypeCheck.c 58 * are array classes.
60 * Consider an array class, e.g. Y[][], where Y is a subclass of X.
79 * to pass in a non-array class and pretend that it's an array.
87 /* "If T is an array type TC[]... one of the following must be true:
91 * We need the class objects for the array elements. For speed we
104 * must be an Object or array of Object, or a standard array
105 * interface or array of standard array interfaces (the standar
    [all...]
  /external/quake/tools/
dumpms2.py 22 import array namespace
26 a = array.array('i')
31 a = array.array('f')
43 vertexOrder = array.array('i')
  /external/v8/test/mjsunit/
extra-arguments.js 34 var array = f.arguments;
35 for (var i = 0; i < array.length; i++) {
36 result += array[i];
45 var array = new Array(i);
49 array[j] = j;
51 assertEquals(expected, f.apply(null, array), String(i));
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.2.1.js 46 // all tests must call a function that returns an array of TestCase objects.
50 var array = new Array();
57 array[item++] = new TestCase( SECTION, "Date(1970,0,1,0,0,0,0)", (new Date()).toString(), Date(1970,0,1,0,0,0,0) );
58 array[item++] = new TestCase( SECTION, "Date(1969,11,31,15,59,59,999)", (new Date()).toString(), Date(1969,11,31,15,59,59,999))
59 array[item++] = new TestCase( SECTION, "Date(1969,11,31,16,0,0,0)", (new Date()).toString(), Date(1969,11,31,16,0,0,0))
60 array[item++] = new TestCase( SECTION, "Date(1969,11,31,16,0,0,1)", (new Date()).toString(), Date(1969,11,31,16,0,0,1))
63 array[item++] = new TestCase( SECTION, "Date(1999,11,15,59,59,999)", (new Date()).toString(), Date(1999,11,15,59,59,999));
64 array[item++] = new TestCase( SECTION, "Date(1999,11,16,0,0,0,0)", (new Date()).toString(), Date(1999,11,16,0,0,0,0));
65 array[item++] = new TestCase( SECTION, "Date(1999,11,31,23,59,59,999)", (new Date()).toString(), (…)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.2.5-1.js 79 var array = new Array();
82 array[item++] = new TestCase( SECTION, "unescape.length", 1, unescape.length );
83 array[item++] = new TestCase( SECTION, "unescape.length = null; unescape.length", 1, eval("unescape.length=null; unescape.length") );
84 array[item++] = new TestCase( SECTION, "delete unescape.length", false, delete unescape.length );
85 array[item++] = new TestCase( SECTION, "delete unescape.length; unescape.length", 1, eval("delete unescape.length; unescape.length") );
86 array[item++] = new TestCase( SECTION, "var MYPROPS=''; for ( var p in unescape ) { MYPROPS+= p }; MYPROPS", "", eval("var MYPROPS=''; for ( var p in unescape ) { MYPROPS+= p }; MYPROPS") );
88 array[item++] = new TestCase( SECTION, "unescape()", "undefined", unescape() );
89 array[item++] = new TestCase( SECTION, "unescape('')", "", unescape('') );
90 array[item++] = new TestCase( SECTION, "unescape( null )", "null", unescape(null) )
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.13.2-3.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") );
62 array[item++] = new TestCase( SECTION, "VAR1 = NaN; VAR2=0; VAR1 %= VAR2", Number.NaN, eval("VAR1 = Number.NaN; VAR2=0; VAR1 %= VAR2") );
63 array[item++] = new TestCase( SECTION, "VAR1 = NaN; VAR2=0; VAR1 %= VAR2; VAR1", Number.NaN, eval("VAR1 = Number.NaN; VAR2=0; VAR1 %= VAR2; VAR1") );
64 array[item++] = new TestCase( SECTION, "VAR1 = 0; VAR2=NaN; VAR1 %= VAR2", Number.NaN, eval("VAR1 = 0; VAR2=Number.NaN; VAR1 %= VAR2") );
65 array[item++] = new TestCase( SECTION, "VAR1 = 0; VAR2=NaN; VAR1 %= VAR2; VAR1", Number.NaN, eval("VAR1 = 0; VAR2=Number.NaN; VAR1 %= VAR2; VAR1") );
69 array[item++] = new TestCase( SECTION, "VAR1 = Infinity; VAR2= Infinity; VAR1 %= VAR2; VAR1", Number.NaN, eval("VAR1 = Number.POSITIVE_INFINITY; VAR2 = Number.POSITIVE_INFINITY; VAR1 %= VAR2; VAR1") );
70 array[item++] = new TestCase( SECTION, "VAR1 = Infinity; VAR2= -Infinity; VAR1 %= VAR2; VAR1", Numbe (…)
    [all...]
  /external/icu4c/layout/
loengine.h 82 * @return the number of glyphs in the glyph array
84 * Note: The glyph, character index and position array can be accessed
105 * This function returns the number of glyphs in the glyph array. Note
112 * @return the number of glyphs in the glyph array
121 * This function copies the glyph array into a caller supplied array.
122 * The caller must ensure that the array is large enough to hold all
126 * @param glyphs - the destiniation glyph array
137 * This function copies the character index array into a caller supplied array
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.3.js 44 var array = new Array();
48 array[item++] =
56 array[item++] =
64 array[item++] =
69 array[item++] =
74 array[item++] =
79 array[item++] =
85 array[item++] =
89 array[item++] =
    [all...]

Completed in 138 milliseconds

<<11121314151617181920>>