HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 851 - 875 of 1473) sorted by null

<<31323334353637383940>>

  /external/chromium_org/v8/src/
mirror-debugger.js 318 * Check whether the mirror reflects an array.
319 * @returns {boolean} True if the mirror reflects an array
628 * @return {Array} Property names for this object
631 // Find kind and limit and allocate array for the result
673 var names = new Array(limit);
695 * Return the properties for this object as an array of PropertyMirror objects.
700 * @return {Array} Property mirrors for this object
704 var properties = new Array(names.length);
714 * Return the internal properties for this object as an array of
716 * @return {Array} Property mirrors for this objec
    [all...]
v8natives.js 34 // var $Array = global.Array;
210 InstallFunctions(global, DONT_ENUM, $Array(
507 SetUpLockedPrototype(PropertyDescriptor, $Array(
520 ), $Array(
586 // Converts an array returned from Runtime_GetOwnProperty to an actual
587 // property descriptor. For a description of the array layout please
663 // GetOwnProperty returns an array indexed by the constants
869 // Note that the length of an array is not actually stored as part of the
882 throw new $RangeError('defineProperty() array length out of range')
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 249 char *Array;
252 ArgvArray() : Array(NULL) {}
255 delete[] Array;
256 Array = NULL;
262 /// Turn a vector of strings into a nice argv style array of pointers to null
272 Array = new char[(InputArgv.size()+1)*PtrSize];
274 DEBUG(dbgs() << "JIT: ARGV = " << (void*)Array << "\n");
286 // Endian safe: Array[i] = (PointerTy)Dest;
287 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize),
293 (GenericValue*)(Array+InputArgv.size()*PtrSize)
    [all...]
  /external/mesa3d/src/mesa/main/
bufferobj.c 79 return &ctx->Array.ArrayBufferObj;
81 return &ctx->Array.ArrayObj->ElementArrayBufferObj;
310 ASSERT(ctx->Array.ArrayBufferObj != bufObj);
311 ASSERT(ctx->Array.ArrayObj->ElementArrayBufferObj != bufObj);
312 ASSERT(ctx->Array.ArrayObj->Vertex.BufferObj != bufObj);
620 _mesa_reference_buffer_object(ctx, &ctx->Array.ArrayBufferObj,
649 _mesa_reference_buffer_object(ctx, &ctx->Array.ArrayBufferObj, NULL);
842 * \param ids Array of \c n buffer object IDs.
862 struct gl_array_object *arrayObj = ctx->Array.ArrayObj;
879 if (ctx->Array.ArrayBufferObj == bufObj)
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
util.js 22 var ary = Array.apply(null, arguments);
38 var ary = Array.apply(null, arguments);
152 * @param {function(Array.<Entry>)} callback List of entries passed to callback.
188 * @param {Array.<string>} paths The list of directories to resolve.
198 // Copy the params array, since we're going to destroy it.
238 * @param {Array.<string>} paths The list of files to resolve.
247 // Copy the params array, since we're going to destroy it.
909 * @param {Object=} opt_options Hash array of options, eg. width, height,
    [all...]
  /external/chromium_org/mojo/public/bindings/generators/
mojom_cpp_generator.py 143 if isinstance(kind, mojom.Array):
153 if isinstance(kind, mojom.Array):
182 if isinstance(kind, mojom.Array):
183 return "mojo::Array<%s >" % cls.GetWrapperType(kind.kind)
196 if isinstance(kind, mojom.Array):
197 return "const mojo::Array<%s >&" % cls.GetWrapperType(kind.kind)
237 elif isinstance(kind, mojom.Array):
  /external/v8/src/
v8natives.js 35 // var $Array = global.Array;
190 InstallFunctions(global, DONT_ENUM, $Array(
499 SetUpLockedPrototype(PropertyDescriptor, $Array(
512 ), $Array(
578 // Converts an array returned from Runtime_GetOwnProperty to an actual
579 // property descriptor. For a description of the array layout please
651 // GetOwnProperty returns an array indexed by the constants
854 // Note that the length of an array is not actually stored as part of the
866 throw new $RangeError('defineProperty() array length out of range')
    [all...]
  /art/runtime/
check_jni.cc 673 * Verify that "array" is non-NULL and points to an Array object.
683 mirror::Array* a = soa_.Decode<mirror::Array*>(java_array);
689 JniAbortF(function_name_, "jarray argument has non-array type: %s", PrettyTypeOf(a).c_str());
749 * Verify that the "mode" argument passed to a primitive array Release
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 37 using Array = System.Array;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 40 using Array = System.Array;
633 Array.Copy(X, 0, trimmed, 0, n);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 38 using Array = System.Array;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 39 using Array = System.Array;
689 Array.Copy(X, 0, trimmed, 0, n);
RemoteDebugEventSocketListener.cs 37 using Array = System.Array;
711 Array.Copy(tokens, elements, Math.Min(tokens.Length, MAX_EVENT_ELEMENTS));
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 253 // If headers are in an object, convert them to an array for better display.
305 if (key == 'headers' && value instanceof Array) {
431 * If entry.param.headers exists and is an object other than an array, converts
432 * it into an array and returns a new entry. Otherwise, just returns the
436 // If there are no headers, or it is not an object other than an array,
440 entry.params.headers instanceof Array) {
449 // Convert headers to an array.
541 // Make sure entry's headers are in an array.
560 if (!(typeof params.line == 'string') || !(params.headers instanceof Array)) {
577 if (!(entry.params.certificates instanceof Array)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RemoteObject.js 166 * @param {function(?Array.<!WebInspector.RemoteObjectProperty>, ?Array.<!WebInspector.RemoteObjectProperty>)} callback
175 * @param {function(?Array.<!WebInspector.RemoteObjectProperty>, ?Array.<!WebInspector.RemoteObjectProperty>)} callback
183 * @param {!Array.<string>} propertyPath
208 * @param {?function(?Array.<!WebInspector.RemoteObjectProperty>, ?Array.<!WebInspector.RemoteObjectProperty>)} callback
219 * @param {!Array.<!RuntimeAgent.PropertyDescriptor>} properties
220 * @param {!Array.<!RuntimeAgent.InternalPropertyDescriptor>=} internalProperties
340 * @param {!Array.<!RuntimeAgent.CallArgument>=} arg
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_split_copy.c 53 const struct gl_client_array **array; member in struct:copy_context
64 const struct gl_client_array *array; member in struct:copy_context::__anon16143
105 static GLuint attr_size( const struct gl_client_array *array )
107 return array->Size * _mesa_sizeof_type(array->Type);
156 printf(" array %d at %p:\n", j, (void*) arrays[j]);
175 const struct gl_client_array **saved_arrays = ctx->Array._DrawArrays;
194 ctx->Array._DrawArrays = copy->dstarray_ptr;
206 ctx->Array._DrawArrays = saved_arrays;
259 const struct gl_client_array *srcarray = copy->varying[i].array;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
genpyx.py 180 elif isinstance(node,Array):
185 class Array(object):
316 #elif self.array:
317 #pointer = self.array
354 if type(child)==Array and not child.has_size():
355 # mutate this mystery array into a pointer XX method: Array.to_pointer()
  /external/libvpx/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...]
  /external/mesa3d/src/mesa/vbo/
vbo_split_copy.c 53 const struct gl_client_array **array; member in struct:copy_context
64 const struct gl_client_array *array; member in struct:copy_context::__anon26610
105 static GLuint attr_size( const struct gl_client_array *array )
107 return array->Size * _mesa_sizeof_type(array->Type);
156 printf(" array %d at %p:\n", j, (void*) arrays[j]);
175 const struct gl_client_array **saved_arrays = ctx->Array._DrawArrays;
194 ctx->Array._DrawArrays = copy->dstarray_ptr;
206 ctx->Array._DrawArrays = saved_arrays;
259 const struct gl_client_array *srcarray = copy->varying[i].array;
    [all...]
  /external/v8/test/cctest/
test-accessors.cc 143 v8::Handle<v8::Array> array = v8::Handle<v8::Array>::Cast(CompileRun( local
151 CHECK_EQ(10, array->Length());
153 v8::Handle<Value> entry = array->Get(v8::Integer::New(i));
372 return v8::Array::New(1000);
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 105 * @type {Array.<picasa.Album>}
142 * @type {Array.<picasa.Album>}
290 * @param {Function(Array.<picasa.Album>)} callback Callback.
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 34 * @type {Object.<string, Array.<NavigationCollector.Request>>}
43 * @type {Object.<string, Array.<NavigationCollector.Request>>}
111 * transitionQualifier: Array.<NavigationCollector.NavigationQualifier>,
135 * Creates an empty entry in the pending array, and prepopulates the
348 // Convert the 'completed_' object to an array.
364 // Sort the array.
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 39 * buttonUrls: (Array.<string>|undefined)
83 * @typedef {Array.<UncombinedNotification>}
273 * dismissals: Array.<DismissalData>,
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.js 30 var tabpanels = Array.prototype.slice.call(tabpanelNodeList, 0);
36 var tabs = Array.prototype.slice.call(tabNodeList, 0);
255 return Array(restWidth + 1).join('0') + numberStr;
  /external/chromium_org/chrome_frame/
CFInstance.js 155 * Determine if the passed item is an array.
162 item instanceof Array || (
172 * @param {*} obj The array-like object to convert to a real array.
174 * @param {Array} opt_startWith An array to extend with elements of obj in
175 * lieu of creating a new array to return.
180 Array.prototype.slice.call(obj, opt_offset || 0 )
185 * A version of toArray that iterates in lieu of using array generics.
186 * @param {*} obj The array-like object to convert to a real array
    [all...]

Completed in 804 milliseconds

<<31323334353637383940>>