HomeSort by relevance Sort by last modified time
    Searched refs:array (Results 901 - 925 of 4096) sorted by null

<<31323334353637383940>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-1708.js 29 // array caused invalid marking bit patterns on lazily swept pages.
34 var head = new Array(1);
40 tail[1] = new Array(1000);
43 array = new Array(100);
46 // At this point "array" should have been promoted to old-space and be
48 // the array to trigger left-trimming operations.
49 assertEquals(100, array.length);
51 array.shift();
53 assertEquals(50, array.length)
    [all...]
  /external/chromium_org/v8/test/webkit/
array-reduce.js 28 function toObject(array) {
30 for (var i in array)
31 o[i] = array[i];
32 o.length = array.length;
33 o.reduce = Array.prototype.reduce;
36 function toUnorderedObject(array) {
39 for (var i in array)
42 o[props[i]] = array[props[i]];
43 o.length = array.length;
44 o.reduce = Array.prototype.reduce
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
p6-0x.cpp 16 int JOIN(array,__LINE__)[is_same<T1, T2>::value? 1 : -1]
  /external/clang/test/Index/
index-templates.cpp 37 struct array { }; struct
39 template<template<typename, unsigned> class DataStructure = array>
54 f<Unsigned, OneDimension, array>(array<Unsigned, OneDimension>());
139 // CHECK-LOAD: index-templates.cpp:37:8: ClassTemplate=array:37:8 (Definition) Extent=[36:1 - 37:17]
147 // CHECK-LOAD: index-templates.cpp:39:61: TemplateRef=array:37:8 Extent=[39:61 - 39:66]
163 // CHECK-LOAD: index-templates.cpp:54:29: TemplateRef=array:37:8 Extent=[54:29 - 54:34]
  /external/clang/test/Preprocessor/
line-directive.c 86 extern int array[__LINE__ == 10 ? 1:-1];
  /external/clang/test/Sema/
compound-literal.c 38 int array[(sizeof(int[3]) == sizeof( (int[]) {0,1,2} )) ? 1 : -1]; variable
  /external/clang/test/SemaCXX/
i-c-e-cxx.cpp 14 int array[value]; local
63 int PR8836test[(__typeof(sizeof(int)))&reinterpret_cast<const volatile char&>((((PR8836*)0)->a))]; // expected-warning {{folded to constant array as an extension}} expected-note {{cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
66 int arr[nonconst]; // expected-warning {{folded to constant array as an extension}} expected-note {{initializer of 'nonconst' is not a constant expression}}
  /external/clang/test/SemaTemplate/
instantiate-decl-init.cpp 45 NonTrivial array[N]; local
overload-candidates.cpp 29 void get_type(T *, int[(int)sizeof(T) - 9] = 0); // expected-note{{candidate template ignored: substitution failure [with T = int]: array size is negative}}
68 class array {}; class in namespace:NS1
73 class array {}; class in namespace:NS2
77 void foo(NS2::array<A>); // expected-note{{candidate template ignored: could not match 'NS2::array' against 'NS1::array'}}
80 foo(NS1::array<int>()); // expected-error{{no matching function for call to 'foo'}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php 73 $esc = array(1, 3, 9);
86 $tags = array();
87 $filetags = array();
124 $tables = array();
  /external/eigen/doc/snippets/
TopicAliasing_cwise.cpp 19 mat = (2 * mat - MatrixXf::Identity(2,2)).array().square();
  /external/guava/guava/src/com/google/common/collect/
ForwardingCollection.java 119 public <T> T[] toArray(T[] array) {
120 return delegate().toArray(array);
262 @Beta protected <T> T[] standardToArray(T[] array) {
263 return ObjectArrays.toArrayImpl(this, array);
  /external/icu4c/common/
uarrsort.h 26 * Function type for comparing two items as part of sorting an array or similar.
44 * Array sorting function.
45 * Uses a UComparator for comparing array items to each other, and simple
48 * @param array The array to be sorted.
49 * @param length The number of items in the array.
50 * @param itemSize The size in bytes of each array item.
59 uprv_sortArray(void *array, int32_t length, int32_t itemSize,
  /external/jmonkeyengine/engine/src/android/jme3test/android/
R.java 11 public static final class array { class in class:R
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
cssgen.php 138 foreach ( array(
144 '_FILES' => 'HTTP_POST_FILES') as $array => $other )
146 if ( !isset($$array) )
148 $$array = $$other;
269 $lang_files = array();
375 $default_selector = str_replace(array('{PART1}', '{PART2}'), array('.de1', '.de2'), $part_selector_2);
410 $comment_selector = str_replace(array('{PART1}', '{PART2}', '{PART3}'), array('.co1', '.co2', '.coMULTI'), $part_selector_3);
cssgen2.php 34 $languages = array();
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 17 | Call of string * expr array
22 type proto = Prototype of string * string array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 17 | Call of string * expr array
22 type proto = Prototype of string * string array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 17 | Call of string * expr array
22 type proto = Prototype of string * string array
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute_internal.h 94 void evergreen_mult_reg_set_(struct evergreen_compute_resource* res, int index, u32* array, int size);
102 #define evergreen_mult_reg_set(res, index, array) evergreen_mult_reg_set_(res, index, array, sizeof(array))
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pm4.c 164 if (idx != ~0 && rctx->emitted.array[idx] == state) {
165 rctx->emitted.array[idx] = NULL;
179 struct si_pm4_state *state = rctx->queued.array[i];
181 if (!state || rctx->emitted.array[i] == state)
194 struct si_pm4_state *state = rctx->queued.array[i];
196 if (!state || rctx->emitted.array[i] == state)
225 struct si_pm4_state *state = rctx->queued.array[i];
227 if (!state || rctx->emitted.array[i] == state)
231 rctx->emitted.array[i] = state;
  /external/mesa3d/src/glsl/
lower_vec_index_to_swizzle.cpp 70 if (deref->array->type->is_matrix() || deref->array->type->is_array())
96 (deref->array->type->vector_elements - 1));
98 return new(ctx) ir_swizzle(deref->array, i, 0, 0, 0, 1);
  /external/v8/test/mjsunit/regress/
regress-1708.js 29 // array caused invalid marking bit patterns on lazily swept pages.
34 var head = new Array(1);
40 tail[1] = new Array(1000);
43 array = new Array(100);
46 // At this point "array" should have been promoted to old-space and be
48 // the array to trigger left-trimming operations.
49 assertEquals(100, array.length);
51 array.shift();
53 assertEquals(50, array.length)
    [all...]
  /external/webrtc/src/system_wrappers/source/
cpu_mac.cc 70 WebRtc_UWord32* array = NULL; local
71 return CpuUsageMultiCore(numCores, array);
76 WebRtc_UWord32*& array)
96 array = _cpuUsage;
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.c 117 * eap_get_names_as_string_array - Get supported EAP methods as string array
118 * @num: Buffer for returning the number of items in array, not including %NULL
120 * Returns: A %NULL-terminated array of strings, or %NULL on error.
123 * array of strings. The caller must free the returned array items and the
124 * array.
130 char **array; local
136 array = os_zalloc(sizeof(char *) * (array_len + 1));
137 if (array == NULL)
141 array[i++] = os_strdup(m->name)
    [all...]

Completed in 861 milliseconds

<<31323334353637383940>>