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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/004-annotations/src/android/test/anno/
IntToString.java 1 /* part of test for array problem */
  /dalvik/tests/049-show-object/src/
Main.java 27 Object[] array = new Object[5]; local
28 showObject(array);
31 array = niftyStrings;
32 showObject(array);
  /dalvik/vm/mterp/armv5te/
OP_FILL_ARRAY_DATA.S 2 /* fill-array-data vAA, +BBBBBBBB */
7 GET_VREG(r0, r3) @ r0<- vAA (array object)
8 add r1, rPC, r1, lsl #1 @ r1<- PC + BBBBbbbb*2 (array data off.)
10 bl dvmInterpHandleFillArrayData@ fill the array with predefined data
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.4.3-1.js 47 var array = new Array();
50 array[item++] = new TestCase( SECTION, "new Boolean(1)", true, (new Boolean(1)).valueOf() );
52 array[item++] = new TestCase( SECTION, "new Boolean(0)", false, (new Boolean(0)).valueOf() );
53 array[item++] = new TestCase( SECTION, "new Boolean(-1)", true, (new Boolean(-1)).valueOf() );
54 array[item++] = new TestCase( SECTION, "new Boolean('1')", true, (new Boolean("1")).valueOf() );
55 array[item++] = new TestCase( SECTION, "new Boolean('0')", true, (new Boolean("0")).valueOf() );
56 array[item++] = new TestCase( SECTION, "new Boolean(true)", true, (new Boolean(true)).valueOf() );
57 array[item++] = new TestCase( SECTION, "new Boolean(false)", false, (new Boolean(false)).valueOf() );
58 array[item++] = new TestCase( SECTION, "new Boolean('true')", true, (new Boolean("true")).valueOf() (…)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.12.js 51 var array = new Array();
54 array[item++] = new TestCase( SECTION, "Math.min.length", 2, Math.min.length );
56 array[item++] = new TestCase( SECTION, "Math.min()", Infinity, Math.min() );
57 array[item++] = new TestCase( SECTION, "Math.min(void 0, 1)", Number.NaN, Math.min( void 0, 1 ) );
58 array[item++] = new TestCase( SECTION, "Math.min(void 0, void 0)", Number.NaN, Math.min( void 0, void 0 ) );
59 array[item++] = new TestCase( SECTION, "Math.min(null, 1)", 0, Math.min( null, 1 ) );
60 array[item++] = new TestCase( SECTION, "Math.min(-1, null)", -1, Math.min( -1, null ) );
61 array[item++] = new TestCase( SECTION, "Math.min(true, false)", 0, Math.min(true,false) );
63 array[item++] = new TestCase( SECTION, "Math.min('-99','99')", -99, Math.min( "-99" (…)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/NativeObjects/
15-1.js 50 var array = new Array();
53 array[item++] = new TestCase( SECTION, "Function.prototype.__proto__", Object.prototype, Function.prototype.__proto__ );
54 array[item++] = new TestCase( SECTION, "Array.prototype.__proto__", Object.prototype, Array.prototype.__proto__ );
55 array[item++] = new TestCase( SECTION, "String.prototype.__proto__", Object.prototype, String.prototype.__proto__ );
56 array[item++] = new TestCase( SECTION, "Boolean.prototype.__proto__", Object.prototype, Boolean.prototype.__proto__ );
57 array[item++] = new TestCase( SECTION, "Number.prototype.__proto__", Object.prototype, Number.prototype.__proto__ );
58 // array[item++] = new TestCase( SECTION, "Math.prototype.__proto__", Object.prototype, Math.prototy (…)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.3-1.js 75 var array = new Array();
79 array[item++] = new TestCase( SECTION, "Number(new Number())", 0, Number(new Number()) );
80 array[item++] = new TestCase( SECTION, "Number(new Number(Number.NaN))",Number.NaN, Number(new Number(Number.NaN)) );
81 array[item++] = new TestCase( SECTION, "Number(new Number(0))", 0, Number(new Number(0)) );
82 array[item++] = new TestCase( SECTION, "Number(new Number(null))", 0, Number(new Number(null)) );
83 // array[item++] = new TestCase( SECTION, "Number(new Number(void 0))", Number.NaN, Number(new Number(void 0)) );
84 array[item++] = new TestCase( SECTION, "Number(new Number(true))", 1, Number(new Number(true)) );
85 array[item++] = new TestCase( SECTION, "Number(new Number(false))", 0, Number(new Number(false)) );
89 array[item++] = new TestCase( SECTION, "Number(new Boolean(true))", 1, Number(new Boolean(true)) (…)
    [all...]
  /external/webkit/LayoutTests/storage/domstorage/localstorage/resources/
clearLocalStorage.js 3 var keys = new Array();
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/resources/
clearSessionStorage.js 3 var keys = new Array();
  /frameworks/base/awt/java/awt/image/
ShortLookupTable.java 28 * operations, and is defined by an input short array for bands or components of
31 * represented as an unsigned short array.
44 * the specified short array which represents lookup table for all bands.
49 * the data array.
54 // The data array stored as a reference
60 * the specified short array of arrays which represents lookup table for
66 * the data array of arrays for each band.
72 // The data array for each band stored as a reference
79 * ShortLookupTable object has one short array for all bands, the returned
80 * array length is one
    [all...]
  /frameworks/base/core/res/res/values-en-rGB/
arrays.xml 23 <integer-array name="maps_starting_lat_lng">
26 </integer-array>
28 <integer-array name="maps_starting_zoom">
30 </integer-array>
  /frameworks/base/core/res/res/values-en-rIE/
arrays.xml 23 <integer-array name="maps_starting_lat_lng">
26 </integer-array>
28 <integer-array name="maps_starting_zoom">
30 </integer-array>
  /frameworks/base/core/res/res/values-mcc204/
arrays.xml 23 <integer-array name="maps_starting_lat_lng">
26 </integer-array>
28 <integer-array name="maps_starting_zoom">
30 </integer-array>
  /frameworks/base/core/res/res/values-mcc230/
arrays.xml 23 <integer-array name="maps_starting_lat_lng">
26 </integer-array>
28 <integer-array name="maps_starting_zoom">
30 </integer-array>
  /frameworks/base/core/res/res/values-mcc232/
arrays.xml 23 <integer-array name="maps_starting_lat_lng">
26 </integer-array>
28 <integer-array name="maps_starting_zoom">
30 </integer-array>
  /frameworks/base/core/res/res/values-mcc260/
arrays.xml 23 <integer-array name="maps_starting_lat_lng">
26 </integer-array>
28 <integer-array name="maps_starting_zoom">
30 </integer-array>
  /frameworks/base/core/res/res/values-mcc262/
arrays.xml 23 <integer-array name="maps_starting_lat_lng">
26 </integer-array>
28 <integer-array name="maps_starting_zoom">
30 </integer-array>
  /system/core/libacc/tests/data/
b2071670.c 6 // The following line used to incorrectly error: "Incompatible pointer or array types"
  /external/icu4c/common/
schriter.cpp 34 // we had set the input parameter's array, now we need to set our copy's array
43 // we had set the input parameter's array, now we need to set our copy's array
54 // we had set the input parameter's array, now we need to set our copy's array
62 // we had set the input parameter's array, now we need to set our copy's array
73 // we had set the input parameter's array, now we need to set our copy's array
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.3-1.js 48 var array = new Array();
51 array[item++] = new TestCase( SECTION, "String.prototype.valueOf.length", 0, String.prototype.valueOf.length );
53 array[item++] = new TestCase( SECTION, "String.prototype.valueOf()", "", String.prototype.valueOf() );
54 array[item++] = new TestCase( SECTION, "(new String()).valueOf()", "", (new String()).valueOf() );
55 array[item++] = new TestCase( SECTION, "(new String(\"\")).valueOf()", "", (new String("")).valueOf() );
56 array[item++] = new TestCase( SECTION, "(new String( String() )).valueOf()","", (new String(String())).valueOf() );
57 array[item++] = new TestCase( SECTION, "(new String( \"h e l l o\" )).valueOf()", "h e l l o", (new String("h e l l o")).valueOf() );
58 array[item++] = new TestCase( SECTION, "(new String( 0 )).valueOf()", "0", (new String(0)).valueOf() );
59 return ( array );
    [all...]
15.5.4.js 42 var array = new Array();
45 array[item++] = new TestCase( SECTION,
50 array[item++] = new TestCase( SECTION, "typeof String.prototype", "object", typeof String.prototype );
51 array[item++] = new TestCase( SECTION, "String.prototype.valueOf()", "", String.prototype.valueOf() );
52 array[item++] = new TestCase( SECTION, "String.prototype +''", "", String.prototype + '' );
53 array[item++] = new TestCase( SECTION, "String.prototype.length", 0, String.prototype.length );
54 // array[item++] = new TestCase( SECTION, "String.prototype.__proto__", Object.prototype, String.prototype.__proto__ );
57 return ( array );
59 function test( array ) {
    [all...]
  /external/dbus/test/data/invalid-messages/
array-of-nil.message 1 # Message with an array of NIL (not allowed)
19 TYPE ARRAY
  /external/guava/src/com/google/common/primitives/
UnsignedBytes.java 86 * Returns the least value present in {@code array}.
88 * @param array a <i>nonempty</i> array of {@code byte} values
89 * @return the value present in {@code array} that is less than or equal to
90 * every other value in the array
91 * @throws IllegalArgumentException if {@code array} is empty
93 public static byte min(byte... array) {
94 checkArgument(array.length > 0);
95 int min = array[0] & 0xFF;
96 for (int i = 1; i < array.length; i++)
    [all...]
  /external/stlport/test/unit/
ptr2_test.cpp 71 int array [3] = { 1, 2, 3 }; local
73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even));
74 CPPUNIT_ASSERT(p != array+3);
79 int array [3] = { 1, 2, 3 }; local
81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even));
82 CPPUNIT_ASSERT(p != array+3);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.3.2.js 24 ECMA Section: 15.4.3.2 Array.length
34 var TITLE = "Array.length";
42 var array = new Array();
44 array[item++] = new TestCase( SECTION, "Array.length", 1, Array.length );
45 return ( array );

Completed in 223 milliseconds

1 2 3 4 5 6 7 8 91011>>