| /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/ |
| 15.5.4.8-1.js | 27 Returns an Array object into which substrings of the result of converting 30 occurrences are not part of any substring in the returned array, but serve 34 up into individual characters; the length of the result array equals the 37 If the separator is not supplied, then the result array contains just one 60 var array = new Array(); 63 array[item++] = new TestCase( SECTION, "String.prototype.split.length", 2, String.prototype.split.length ); 64 array[item++] = new TestCase( SECTION, "delete String.prototype.split.length", false, delete String.prototype.split.length ); 65 array[item++] = new TestCase( SECTION, "delete String.prototype.split.length; String.prototype.split.length", 2, eval("delete String.prototype.split.length; String.prototype.split.length") ); 71 array[item++] = new TestCase( SECTION [all...] |
| 15.5.4.9-1.js | 63 var array = new Array(); 66 array[item++] = new TestCase( SECTION, "String.prototype.substring.length", 2, String.prototype.substring.length ); 67 array[item++] = new TestCase( SECTION, "delete String.prototype.substring.length", false, delete String.prototype.substring.length ); 68 array[item++] = new TestCase( SECTION, "delete String.prototype.substring.length; String.prototype.substring.length", 2, eval("delete String.prototype.substring.length; String.prototype.substring.length") ); 74 array[item++] = new TestCase( SECTION, 79 array[item++] = new TestCase( SECTION, 85 array[item++] = new TestCase( SECTION, 90 array[item++] = new TestCase( SECTION, 96 array[item++] = new TestCase( SECTION [all...] |
| /external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/ |
| 9.4-1.js | 84 var array = new Array(); 89 array[item++] = new TestCase( SECTION, "td = new Date(Number.NaN); td.valueOf()", Number.NaN, eval("td = new Date(Number.NaN); td.valueOf()") ); 90 array[item++] = new TestCase( SECTION, "td = new Date(Infinity); td.valueOf()", Number.NaN, eval("td = new Date(Number.POSITIVE_INFINITY); td.valueOf()") ); 91 array[item++] = new TestCase( SECTION, "td = new Date(-Infinity); td.valueOf()", Number.NaN, eval("td = new Date(Number.NEGATIVE_INFINITY); td.valueOf()") ); 92 array[item++] = new TestCase( SECTION, "td = new Date(-0); td.valueOf()", -0, eval("td = new Date(-0); td.valueOf()" ) ); 93 array[item++] = new TestCase( SECTION, "td = new Date(0); td.valueOf()", 0, eval("td = new Date(0); td.valueOf()") ); 97 array[item++] = new TestCase( SECTION, "td = new Date(3.14159); td.valueOf()", 3, eval("td = new Date(3.14159); td.valueOf()") ); 98 array[item++] = new TestCase( SECTION, "td = new Date(Math.PI); td.valueOf()", 3, eval("td = new Date(Math.PI); td.valueOf()") ); 99 array[item++] = new TestCase( SECTION, "td = new Date(-Math.PI);td.valueOf()", -3, eval("td (…) [all...] |
| 9.4-2.js | 84 var array = new Array(); 89 array[item++] = new TestCase( SECTION, "td = new Date(Number.NaN); td.valueOf()", Number.NaN, eval("td = new Date(Number.NaN); td.valueOf()") ); 90 array[item++] = new TestCase( SECTION, "td = new Date(Infinity); td.valueOf()", Number.NaN, eval("td = new Date(Number.POSITIVE_INFINITY); td.valueOf()") ); 91 array[item++] = new TestCase( SECTION, "td = new Date(-Infinity); td.valueOf()", Number.NaN, eval("td = new Date(Number.NEGATIVE_INFINITY); td.valueOf()") ); 92 array[item++] = new TestCase( SECTION, "td = new Date(-0); td.valueOf()", -0, eval("td = new Date(-0); td.valueOf()" ) ); 93 array[item++] = new TestCase( SECTION, "td = new Date(0); td.valueOf()", 0, eval("td = new Date(0); td.valueOf()") ); 97 array[item++] = new TestCase( SECTION, "td = new Date(3.14159); td.valueOf()", 3, eval("td = new Date(3.14159); td.valueOf()") ); 98 array[item++] = new TestCase( SECTION, "td = new Date(Math.PI); td.valueOf()", 3, eval("td = new Date(Math.PI); td.valueOf()") ); 99 array[item++] = new TestCase( SECTION, "td = new Date(-Math.PI);td.valueOf()", -3, eval("td (…) [all...] |
| 9.8.1.js | 104 var array = new Array(); 107 array[item++] = new TestCase( SECTION, "Number.NaN", "NaN", Number.NaN + "" ); 108 array[item++] = new TestCase( SECTION, "0", "0", 0 + "" ); 109 array[item++] = new TestCase( SECTION, "-0", "0", -0 + "" ); 110 array[item++] = new TestCase( SECTION, "Number.POSITIVE_INFINITY", "Infinity", Number.POSITIVE_INFINITY + "" ); 111 array[item++] = new TestCase( SECTION, "Number.NEGATIVE_INFINITY", "-Infinity", Number.NEGATIVE_INFINITY + "" ); 112 array[item++] = new TestCase( SECTION, "-1", "-1", -1 + "" ); 116 array[item++] = new TestCase( SECTION, "1", "1", 1 + "" ); 117 array[item++] = new TestCase( SECTION, "10", "10", 10 + "" ) [all...] |
| /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
| while-004.js | 18 var testcases = new Array();
|
| /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Date/ |
| 15.9.5.4.js | 62 var testcases = new Array();
|
| 15.9.5.7.js | 65 var testcases = new Array();
|
| /external/webkit/JavaScriptCore/tests/mozilla/js1_1/ |
| shell.js | 72 testcases = new Array();
|
| /external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/ |
| slice.js | 24 Description: 'This tests out some of the functionality on methods on the Array objects' 39 var testcases = new Array(); 62 // This function tests the slice command on an Array 64 // value from -5 to the length of the array + 4. Every
|
| /external/webkit/JavaScriptCore/tests/mozilla/js1_2/String/ |
| slice.js | 39 var testcases = new Array(); 64 // value from -5 to the length of the array + 4. Every
|
| /external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/ |
| RegExp_dollar_number.js | 40 var testcases = new Array();
|
| alphanumeric.js | 39 var testcases = new Array();
|
| digit.js | 39 var testcases = new Array();
|
| whitespace.js | 39 var testcases = new Array();
|
| word_boundary.js | 39 var testcases = new Array();
|
| /external/webkit/JavaScriptCore/tests/mozilla/js1_2/ |
| shell.js | 76 testcases = new Array();
|
| /external/webkit/JavaScriptCore/tests/mozilla/js1_2/statements/ |
| switch2.js | 42 var testcases = new Array();
|
| /external/webkit/WebCore/bridge/objc/ |
| objc_runtime.h | 76 class ObjcArray : public Array {
|
| /frameworks/base/core/java/android/text/ |
| SpannableStringInternal.java | 21 import java.lang.reflect.Array; 243 ret = (Object[]) Array.newInstance(kind, spanCount - i + 1); 272 ret = (Object[]) Array.newInstance(kind, 1); 280 Object[] nret = (Object[]) Array.newInstance(kind, count);
|
| /frameworks/base/tools/preload/ |
| sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
| /hardware/ril/mock-ril/src/js/ |
| simulated_radio.js | 24 * The rilDispatchTable is an array indexed by RIL_REQUEST_* or REQUEST_UNSOL_*, 115 // Array of "active" calls 116 var calls = Array(maxNumberActiveCalls + 1); 142 * The the array of calls, this is a sparse 143 * array and some elements maybe 'undefined'. 145 * @return Array of RilCall's 195 // Search for an "undefined" element in the array and insert the call 225 calls = new Array(); 248 * @param callArray is an Array of RilCall's 350 rsp.calls = new Array(); [all...] |
| /libcore/luni/src/main/java/java/sql/ |
| Connection.java | 476 * auto-generated keys designated by a supplied array. If {@code sql} is an 575 * auto-generated keys designated by a supplied array. If {@code sql} is an [all...] |
| ResultSet.java | 239 * of this {@code ResultSet} as a {@code java.sql.Array}. 243 * @return a {@code java.sql.Array} with the data from the column. 247 public Array getArray(int columnIndex) throws SQLException; 251 * java.sql.Array}. 255 * @return a {@code java.sql.Array} with the data from the specified column. 259 public Array getArray(String colName) throws SQLException; 455 * Gets the value of a column specified by column index as a byte array. 459 * @return a byte array containing the value of the column. {@code null} if 467 * Gets the value of a column specified by column name as a byte array. 471 * @return a byte array containing the value of the column. {@code null} i [all...] |
| /external/v8/test/message/ |
| overwritten-builtins.js | 29 Array.prototype.join = function() { return []; };
|