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

<<414243444546474849

  /build/tools/droiddoc/templates/assets/
android-developer-reference.js 99 node.children = Array();
238 return new Array(i);
243 return (new Array(i).concat(result));
273 me.node.children = new Array();
  /external/v8/src/
handles.h 263 Handle<JSArray> array);
275 v8::Handle<v8::Array> GetKeysForNamedInterceptor(Handle<JSObject> receiver,
277 v8::Handle<v8::Array> GetKeysForIndexedInterceptor(Handle<JSObject> receiver,
handles.cc 126 Handle<JSArray> array) {
127 CALL_HEAP_FUNCTION(content->AddKeysFromJSArray(*array), FixedArray);
326 // in the descriptor array matches the hidden symbol. Since the
445 // Init line_ends array with code positions of line ends inside script
474 Handle<FixedArray> array = Factory::NewFixedArray(line_count); local
481 array->set(array_index++,
486 script->set_line_ends(*array);
523 v8::Handle<v8::Array> GetKeysForNamedInterceptor(Handle<JSObject> receiver,
528 v8::Handle<v8::Array> result;
544 v8::Handle<v8::Array> GetKeysForIndexedInterceptor(Handle<JSObject> receiver
    [all...]
mirror-debugger.js 315 * Check whether the mirror reflects an array.
316 * @returns {boolean} True if the mirror reflects an array
616 * @return {Array} Property names for this object
619 // Find kind and limit and allocate array for the result
661 var names = new Array(limit);
683 * Return the properties for this object as an array of PropertyMirror objects.
688 * @return {Array} Property mirrors for this object
692 var properties = new Array(names.length);
743 * @return {Array} The objects which has direct references to this object.
877 * @return {Array or undefined} The objects constructed by this function
    [all...]
regexp.js 29 // Expect $Array = global.Array;
166 // matchIndices is either null or the lastMatchInfo array.
175 var result = new $Array(numResults);
223 // matchIndices is either null or the lastMatchInfo array.
254 // on the captures array of the last successful match and the subject string
268 // last pair (after the first pair) of elements of the capture array even if
312 // array of the last successful regexp match (an array of start/end index
314 // that there are at least two capture indeces. The array also contain
    [all...]
  /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));
mirror-object.js 168 testObjectMirror([], 'Array', 'Array');
169 testObjectMirror([1,2], 'Array', 'Array');
this-in-callbacks.js 33 // test Array.sort
array-reduce.js 34 if (v instanceof Array) {
35 // Shallow-copy an array.
36 var newArray = new Array(v.length);
48 // records all calls in an array on the function (as arrays of arguments
78 array,
85 result = array[type](rec, init);
87 result = array[type](rec);
389 // Ignore non-array properties:
477 // Array changing length
arguments-apply.js 133 var array = new Array(2048);
134 assertEquals(2048, Global.apply(this, array).length);
debug-multiple-breakpoints.js 93 bps = new Array(test_count);
debug-stepin-builtin.js 69 var s = Array.prototype.slice.call(a, 2,3);
  /external/v8/test/mjsunit/regress/
regress-326.js 29 // Should sort non-array into equivalent of [37,42,undefined,,0]
32 Array.prototype.sort.call(nonArray);
regress-r3391.js 29 // calling Array.prototype.toLocaleString. The standard is somewhat
  /external/webkit/JavaScriptCore/tests/mozilla/js1_4/
shell.js 67 testcases = new Array();
  /libcore/luni/src/main/java/java/sql/
CallableStatement.java 60 * Gets the value of a specified JDBC {@code ARRAY} parameter as a
61 * {@code java.sql.Array}.
66 * @return a {@code java.sql.Array} containing the parameter value.
70 public Array getArray(int parameterIndex) throws SQLException;
73 * Gets the value of a specified JDBC {@code ARRAY} parameter as a {@code
74 * java.sql.Array}.
78 * @return a {@code java.sql.Array} containing the parameter's value.
82 public Array getArray(String parameterName) throws SQLException;
218 * Returns a byte array representation of the indexed JDBC {@code BINARY} or
224 * @return an array of bytes giving the value of the parameter. {@code null
    [all...]
  /libcore/luni/src/main/java/javax/sql/
RowSet.java 24 import java.sql.Array;
261 * Sets the specified {@code ARRAY} parameter in the {@code RowSet} command
262 * with the supplied {@code java.sql.Array} value.
268 * the {@code Array} data value to which the parameter is set.
272 public void setArray(int parameterIndex, Array theArray)
600 * to the supplied byte array value.
606 * the {@code Array} of {@code bytes} to which the parameter is set.
615 * supplied byte array value.
620 * the array of bytes to set into the parameter.
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Extension.java 34 import org.apache.harmony.security.utils.Array;
222 * @return a byte array containing ASN.1 encode form.
390 buffer.append(Array.toString(extnValue, prefix));
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 24 import java.sql.Array;
105 public void setArray(int parameterIndex, Array theArray)
281 public Array getArray(int columnIndex) throws SQLException {
285 public Array getArray(String colName) throws SQLException {
609 public void updateArray(int columnIndex, Array x) throws SQLException {
612 public void updateArray(String columnName, Array x) throws SQLException {
  /external/v8/test/cctest/
test-api.cc 90 v8::Handle<v8::Array> result = v8::Array::New(args.Length());
99 v8::Handle<v8::Array> result = v8::Array::New(args.Length());
1647 Local<v8::Array> array = v8::Array::New(); local
8925 i::Handle<ExternalArrayClass> array = local
    [all...]
test-accessors.cc 145 v8::Handle<v8::Array> array = v8::Handle<v8::Array>::Cast(CompileRun( local
153 CHECK_EQ(10, array->Length());
155 v8::Handle<Value> entry = array->Get(v8::Integer::New(i));
374 return v8::Array::New(1000);
  /dalvik/docs/
prettify.js 61 * @param {Array.<string>} out output buffer that receives chunks of HTML.
183 /** Splice one array into another.
187 * @param {Array} inserted
188 * @param {Array} container modified in place
535 * @param {Array} shortcutStylePatterns patterns that always start with
537 * @param {Array} fallthroughStylePatterns patterns that will be tried in
540 * @return {function (string, number?) : Array.<number|string>} a
694 * @return {function (string) : Array.<string|number>} a
751 * @return {Array.<number|string>} a decoration list.
    [all...]
  /external/chromium/third_party/libevent/
event_rpcgen.py 53 """Takes an array, add indentation to each entry and prints it."""
77 if entry.Array():
112 if entry.Array():
152 if entry.Array():
220 if not entry.Array():
329 def Array(self):
419 if self.Array():
427 if self.Array() and not self._can_be_array:
429 'Entry "%s" cannot be created as an array '
439 'optional and array around line %d' ) %
    [all...]
  /external/webkit/WebCore/inspector/front-end/
utilities.js 57 var args = Array.prototype.slice.call(arguments, 1);
58 return function() { return func.apply(thisObject, args.concat(Array.prototype.slice.call(arguments, 0))) };
624 Array.prototype.remove = function(value, onlyFirst)
640 Array.prototype.keySet = function()
685 return String.vsprintf(format, Array.prototype.slice.call(arguments, 1));
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 32 $language_data = array (
34 'COMMENT_SINGLE' => array(1 => "#"),
35 'COMMENT_MULTI' => array("=begin" => "=end"),
37 'QUOTEMARKS' => array('"', '`','\''),
39 'KEYWORDS' => array(
40 1 => array(
48 2 => array(
52 3 => array(
53 'Array', 'Float', 'Integer', 'String', 'at_exit',
63 4 => array(
    [all...]

Completed in 1285 milliseconds

<<414243444546474849