/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/ |
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/Source/JavaScriptCore/tests/mozilla/js1_2/ |
shell.js | 76 testcases = new Array();
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/statements/ |
switch2.js | 42 var testcases = new Array();
|
/external/webkit/Source/WebCore/bridge/objc/ |
objc_runtime.h | 77 class ObjcArray : public Array {
|
/external/webkit/Source/WebKit/chromium/src/js/ |
DevTools.js | 87 return String.vsprintf(string, Array.prototype.slice.call(arguments, 1));
|
/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...] |
/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...] |
/libcore/luni/src/main/java/java/util/ |
AbstractCollection.java | 20 import java.lang.reflect.Array;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ActionScript.stg | 84 this.state.ruleMemo = new Array(<numRules>+1);<\n> <! index from 1..n !> 175 public static const tokenNames:Array = [ 203 public override function get tokenNames():Array { return <grammar.composite.rootGrammar.recognizerName>.tokenNames; } 228 this.state.ruleMemo = new Array(<length(grammar.allImportedRules)>+1);<\n> <! index from 1..n !> 395 :{var list_<it.label.text>:Array=null;}; separator="\n" 410 :{var list_<it.label.text>:Array=null;}; separator="\n" 638 if (list_<label>==null) list_<label>=new Array(); 948 private const DFA<dfa.decisionNumber>_eot:Array = 950 private const DFA<dfa.decisionNumber>_eof:Array = 952 private const DFA<dfa.decisionNumber>_min:Array [all...] |
/external/v8/src/ |
liveedit-debugger.js | 51 // The change is in form of list of chunks encoded in a single array as 85 var replace_code_list = new Array(); 86 var link_to_old_script_list = new Array(); 87 var link_to_original_script_list = new Array(); 88 var update_positions_list = new Array(); 141 var replaced_function_infos = new Array(); 181 var link_to_old_script_report = new Array(); 203 var position_patch_report = new Array(); 229 // Fully compiles source string as a script. Returns Array of 231 // Elements of array are ordered by start positions of functions (from to [all...] |
handles.h | 213 Handle<JSArray> array); 221 // For string calculates an array of line end positions. If the string 233 v8::Handle<v8::Array> GetKeysForNamedInterceptor(Handle<JSReceiver> receiver, 235 v8::Handle<v8::Array> GetKeysForIndexedInterceptor(Handle<JSReceiver> receiver,
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
rhino-python.extensions | 73 this.indentStack = new Array(PythonTokenSource.MAX_INDENTS);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jstemplate.js | 132 * An array of logging messages. These are collected during processing
134 * @type Array.<string>
194 * The array is global since it can be reused - this way there is no need to
195 * construct a new array object for each invocation. (IE6 perf)
196 * @type Array
219 * @type Array.<Array>
327 * We represent the call tree as an array of array of calls, indexed as
342 * ie. a flattened array of methods with 2 arguments, in reverse order [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauth.js | 347 var newargs = Array.prototype.slice.call(arguments).slice(2); 349 var combinedargs = newargs.concat(Array.prototype.slice.call(arguments));
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jstemplate.js | 132 * An array of logging messages. These are collected during processing 134 * @type Array.<string> 194 * The array is global since it can be reused - this way there is no need to 195 * construct a new array object for each invocation. (IE6 perf) 196 * @type Array 219 * @type Array.<Array> 327 * We represent the call tree as an array of array of calls, indexed as 342 * ie. a flattened array of methods with 2 arguments, in reverse orde [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauth.js | 347 var newargs = Array.prototype.slice.call(arguments).slice(2); 349 var combinedargs = newargs.concat(Array.prototype.slice.call(arguments));
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
chrome_ex_oauth.js | 347 var newargs = Array.prototype.slice.call(arguments).slice(2); 349 var combinedargs = newargs.concat(Array.prototype.slice.call(arguments));
|
/external/eigen/demos/mandelbrot/ |
mandelbrot.cpp | 34 typedef Eigen::Array<Real, packetSize, 1> Packet; // wrap a Packet as a vector 43 typedef Eigen::Array<Real, 2, 1> Vector2;
|
/external/v8/test/message/ |
overwritten-builtins.js | 29 Array.prototype.join = function() { return []; };
|
/external/v8/test/mjsunit/compiler/ |
regress-gvn.js | 40 var a = new Array();
|