HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 701 - 725 of 1581) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/hardware/camera2/utils/
TypeReference.java 19 import java.lang.reflect.Array;
149 * <li>If T is a GenericArrayType, the returned type is the corresponding array class.
174 // Should be at most 1 upper bound, but treat it like an array for simplicity
200 return Array.newInstance(componentType, 0).getClass();
206 * @return component type, or {@code null} if {@code T} is not an array
226 // Should be at most 1 upper bound, but treat it like an array for simplicity
291 // Empty array => class is not generic
347 * However, we use this 'array OR array' approach for readability
417 * Check if any of the elements in this array contained a type variable
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_MapTest.java 20 import java.lang.reflect.Array;
147 // Compare the iterator with the array. The arrays will be checked against each other.
189 return (T[]) Array.newInstance(elementType, size);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions.js 78 * @type {!Array.<Node>}
151 * @param {Array.<MutationRecord>} mutations The mutations.
152 * @param {function(boolean, Array.<cvox.NavDescription>)} handler
155 * assertive, and an array of navdescriptions to speak.
236 * @param {function(boolean, Array.<cvox.NavDescription>)} handler
300 * @param {function(boolean, Array.<cvox.NavDescription>)} handler
322 * @param {function(boolean, Array.<cvox.NavDescription>)} handler
418 * an array of NavDescriptions. Each atomic portion of the region gets a
422 * @return {Array.<cvox.NavDescription>} An array of NavDescription
    [all...]
  /external/chromium_org/extensions/renderer/resources/
messaging.js 128 $Array.push(errorMsg,
132 $Array.push(errorMsg,
136 $Array.push(errorMsg, "(message was sent by extension" + sourceExtensionId);
138 $Array.push(errorMsg, "for extension " + targetExtensionId);
140 $Array.push(errorMsg, "for URL " + sourceUrl);
194 rv && rv.results && $Array.indexOf(rv.results, true) > -1;
359 var args = $Array.slice(arguments, 2);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 56 using WebCore::TypeBuilder::Array;
533 PassRefPtr<TypeBuilder::Array<TypeBuilder::CSS::CSSComputedStyleProperty> > InspectorStyle::buildArrayForComputedStyle() const
535 RefPtr<TypeBuilder::Array<TypeBuilder::CSS::CSSComputedStyleProperty> > result = TypeBuilder::Array<TypeBuilder::CSS::CSSComputedStyleProperty>::create();
664 RefPtr<Array<TypeBuilder::CSS::CSSProperty> > propertiesObject = Array<TypeBuilder::CSS::CSSProperty>::create();
665 RefPtr<Array<TypeBuilder::CSS::ShorthandEntry> > shorthandEntries = Array<TypeBuilder::CSS::ShorthandEntry>::create();
    [all...]
InspectorPageAgent.cpp 506 static PassRefPtr<TypeBuilder::Array<TypeBuilder::Page::Cookie> > buildArrayForCookies(ListHashSet<Cookie>& cookiesList)
508 RefPtr<TypeBuilder::Array<TypeBuilder::Page::Cookie> > cookies = TypeBuilder::Array<TypeBuilder::Page::Cookie>::create();
587 void InspectorPageAgent::getCookies(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Page::Cookie> >& cookies)
645 void InspectorPageAgent::searchInResource(ErrorString*, const String& frameId, const String& url, const String& query, const bool* const optionalCaseSensitive, const bool* const optionalIsRegex, RefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> >& results)
647 results = TypeBuilder::Array<TypeBuilder::Page::SearchMatch>::create();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineModelImpl.js 77 * @return {!Array.<!WebInspector.TimelineModel.Record>}
379 * @return {?Array.<!ConsoleAgent.CallFrame>}
411 * @return {!Array.<!WebInspector.TimelineModel.Record>}
483 * @return {?Array.<!ConsoleAgent.CallFrame>}
545 * @return {?Array.<string>}
595 items = /** @type {!Array.<!TimelineAgent.TimelineEvent>} */ (JSON.parse(json));
697 * @param {!Array.<*>} payloads
TracingTimelineModel.js 128 * @param {!Array.<!WebInspector.TracingModel.EventPayload>} events
194 * @return {!Array.<!WebInspector.TracingModel.Event>}
202 * @return {!Array.<!WebInspector.TracingModel.Event>}
490 * @return {?Array.<!ConsoleAgent.CallFrame>}
524 * @return {!Array.<!WebInspector.TimelineModel.Record>}
607 * @return {?Array.<!ConsoleAgent.CallFrame>}
645 * @return {?Array.<string>}
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 29 #include "mirror/array.h"
206 // Given the context of a calling Method, use its DexCache to resolve a type to an array Class. If
207 // it cannot be resolved, throw an error. If it can, use it to create an array.
212 static inline mirror::Array* AllocArrayFromCode(uint32_t type_idx,
225 return mirror::Array::Alloc<kInstrumented>(self, klass, component_count,
229 return mirror::Array::Alloc<kInstrumented>(self, klass, component_count,
234 static inline mirror::Array* AllocArrayFromCodeResolved(mirror::Class* klass,
253 return mirror::Array::Alloc<kInstrumented>(self, klass, component_count,
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view.js 28 /** @type {Array.<string>} */
126 $Array.forEach(WEB_VIEW_ATTRIBUTES, function(attributeName) {
226 var args = $Array.concat([this.instanceId], $Array.slice(arguments));
293 var args = $Array.concat([this.instanceId, this.src],
294 $Array.slice(arguments));
303 var args = $Array.concat([this.instanceId, this.src],
304 $Array.slice(arguments));
319 $Array.forEach(WEB_VIEW_ATTRIBUTES, function(attributeName) {
411 $Array.forEach(mutations, function(mutation)
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
messageformat.js 82 * @type {!Array.<string>}
89 * @type {!Array.<!Object>}
230 * @param {!Array.<!Object>} parsedPattern Holds parsed tree.
236 * @param {!Array.<!string>} result Each formatting stage appends its product
282 * @param {!Array.<!string>} result Each formatting stage appends its product
309 * @param {!Array.<!string>} result Each formatting stage appends its product
344 * @param {!Array.<!string>} result Each formatting stage appends its product
394 * Parses input pattern into an array, for faster reformatting with
445 * @return {!Array.<Object>} Each item is {type, value}.
564 * @return {!Array.<!Object>} Subblocks marked as strings, select..
    [all...]
  /external/chromium_org/content/renderer/pepper/
v8_var_converter_unittest.cc 111 v8::Handle<v8::Array> v8_array = val.As<v8::Array>();
122 // TODO(raymes): Implement this when we have tests for array buffers.
131 v8::Handle<v8::Array> property_names(v8_object->GetOwnPropertyNames());
261 // Empty array.
262 scoped_refptr<ArrayVar> array(new ArrayVar);
263 ScopedPPVar release_array(ScopedPPVar::PassRef(), array->GetPPVar());
264 EXPECT_TRUE(RoundTripAndCompare(array->GetPPVar()));
268 // Array with primitives.
269 array->Set(index++, PP_MakeUndefined())
367 v8::Handle<v8::Array> array = v8::Array::New(isolate_); local
376 array); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8NPObject.cpp 369 void npObjectPropertyEnumerator(const v8::PropertyCallbackInfo<v8::Array>& info, bool namedProperty)
388 v8::Handle<v8::Array> properties = v8::Array::New(info.GetIsolate(), propertiesCount);
406 void npObjectNamedPropertyEnumerator(const v8::PropertyCallbackInfo<v8::Array>& info)
411 void npObjectIndexedPropertyEnumerator(const v8::PropertyCallbackInfo<v8::Array>& info)
Dictionary.cpp 374 // FIXME: Support array-like objects
380 v8::Local<v8::Array> v8Array = v8::Local<v8::Array>::Cast(v8Value);
597 v8::Local<v8::Array> v8Array = v8::Local<v8::Array>::Cast(v8Value);
637 value = ArrayValue(v8::Local<v8::Array>::Cast(v8Value), m_isolate);
679 v8::Local<v8::Array> properties = options->GetOwnPropertyNames();
706 v8::Local<v8::Array> properties = options->GetOwnPropertyNames();
  /external/chromium_org/chrome/browser/resources/cryptotoken/
usbsignhelper.js 36 /** @private {Array.<SignHelperChallenge>} */
38 /** @private {Array.<usbGnubby>} */
49 * @param {Array.<SignHelperChallenge>} challenges Challenges to sign
77 * @param {Array.<llGnubbyDeviceId>} indexes Indexes of found gnubbies
97 * @param {Array.<llGnubbyDeviceId>} indexes Indexes of found gnubbies
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 40 * buttonUrls: (Array.<string>|undefined)
85 * @typedef {Array.<UncombinedNotification>}
289 * dismissals: Array.<DismissalData>,
295 /** @type {Array.<DismissalData>} */
297 /** @type {Array.<UncombinedNotification>} */
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
profiler.js 40 var eventArguments = Array.prototype.slice.call(arguments, 1);
94 * @return {Array.<Object>} model array of given id.
179 * @param {Array.<number>} localUnits Array of local units.
302 * @return {Array.<Object>} Models of the whole timeline.
  /external/chromium_org/ui/file_manager/file_manager/common/js/
async_util.js 13 * Asynchronous version of Array.forEach.
14 * This executes a provided function callback once per array element, then
19 * @param {Array.<T>} array The array to be iterated.
20 * @param {function(function(), T, number, Array.<T>} callback The iteration
29 array, callback, completionCallback, opt_thisObject) {
34 for (var i = 0; i < array.length; i++) {
36 callback(iterationCompletionCallback, element, index, array);
37 }.bind(null, array[i], i))
    [all...]
  /external/chromium_org/v8/src/
typedarray.js 9 // var $Array = global.Array;
246 var temp = new $Array(rightIndex + 1 - leftIndex);
314 InstallFunctions(global.NAME.prototype, DONT_ENUM, $Array(
445 InstallFunctions($DataView.prototype, DONT_ENUM, $Array(
api.h 48 // array abstraction built on neander-objects.
147 V(Array, JSArray) \
200 static inline Local<Array> ToLocal(
326 Local<v8::Type##Array> Utils::ToLocal##Type##Array( \
328 ASSERT(obj->type() == kExternal##Type##Array); \
329 return Convert<v8::internal::JSTypedArray, v8::Type##Array>(obj); \
340 MAKE_TO_LOCAL(ToLocal, JSArray, Array)
  /external/chromium_org/v8/test/mjsunit/
mjsunit.js 54 // and the properties of non-Array objects).
61 // The found object is an Array with the same length and elements
62 // as the expected object. The expected object doesn't need to be an Array,
63 // as long as it's "array-ish".
146 case "Array":
163 function PrettyPrintArrayElement(value, index, array) {
164 if (value === undefined && !(index in array)) return "";
217 if (objectClass === "Array") {
275 assertEquals(expected.length, found.length, start + "array length");
279 start + "array element at index " + i)
    [all...]
unbox-double-arrays.js 356 testOneArrayType(Array);
358 var large_array = new Array(large_array_size);
362 // Cause the array to grow beyond it's JSArray length. This will double the
363 // size of the capacity and force the array into "slow" dictionary case.
375 var large_array2 = new Array(large_array_size);
379 // Convert back to fast elements and make sure the contents of the array are
393 // Make sure it's possible to change the array's length and that array is still
395 var large_array3 = new Array(large_array_size);
524 large_array4 = new Array(large_array_size)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
power.js 12 * @param {Array.<number>} tData The time (in seconds) in the past when the
14 * @param {Array.<{data: Array.<number>, color: string}>} plots An
15 * array of plots to plot on the canvas. The field 'data' of a plot is an
16 * array of samples to be plotted as a line graph with color speficied by
17 * the field 'color'. The elements in the 'data' array are ordered
19 * number of elements in the 'data' array should be the same as in the time
20 * array 'tData' above.
400 * @param {Array.<string>} headerArray Headers for the different plots to be
446 * @param {Array.<{data: Array.<number>, color: string}>} plots A
    [all...]
  /external/chromium_org/third_party/jstemplate/
jstemplate.js 180 * The array is global since it can be reused - this way there is no need to
181 * construct a new array object for each invocation. (IE6 perf)
182 * @type Array
205 * @type Array.<Array>
309 * We represent the call tree as an array of array of calls, indexed as
324 * ie. a flattened array of methods with 2 arguments, in reverse order
327 * The outer array is a stack of such queues.
329 * @type Array.<Array
    [all...]
  /external/chromium_org/v8/test/mjsunit/es7/
object-observe.js 80 assertTrue(r instanceof Array)
693 __proto__: Array.prototype,
747 __proto__: Array.prototype,
756 Array.prototype.push.apply(self, cut);
760 Array.prototype.push.apply(self, cut);
1337 var array = [1, 2]; variable
1359 var array = [1, 2]; variable
1373 var array = [1, 2]; variable
1388 var array = [1, 2]; variable
1402 var array = [1, 2, 3]; variable
1415 var array = [3, 2, 1]; variable
1516 var array = [1, 2]; variable
1537 var array = [1, 2]; variable
1559 var array = [1, 2]; variable
1586 var array = [1, 2, 3]; variable
1623 var array = [0]; variable
    [all...]

Completed in 877 milliseconds

<<21222324252627282930>>