| /external/v8/test/mjsunit/ |
| array-functions-prototype.js | 31 // The behavior of SpiderMonkey is slightly different for arrays (see 70 // Note: Spidermonkey is inconsistent here. It treats arrays 71 // differently from non-arrays. It only consults the prototype for 72 // non-arrays. Therefore, array[0] is undefined in Spidermonkey and
|
| array-push8.js | 14 // Test the frzon arrays throw an exception if you try to push to them, both in
|
| array-store-and-grow.js | 79 // Check the handling of COW arrays 120 // Check the handling of mutable arrays. 154 // Check the handling of mutable arrays of doubles
|
| in.js | 51 // Check dense arrays 131 // Check sparse arrays 155 // Check negative indices in arrays.
|
| /external/v8/test/mjsunit/es6/ |
| typedarray-sort.js | 35 // For arrays of floats, certain handling of +-0/NaN
|
| typedarray-every.js | 101 // The method must work for typed arrays created from ArrayBuffer. 125 // transplanted to objects that are not typed arrays. 131 // Method must be useable on instances of other typed arrays.
|
| typedarray-foreach.js | 105 // The method must work for typed arrays created from ArrayBuffer. 128 // transplanted to objects that are not typed arrays. 134 // Method must be useable on instances of other typed arrays.
|
| /external/v8/test/mjsunit/harmony/ |
| array-species.js | 31 // Array methods on non-arrays return arrays 56 // Cross-realm Arrays build same-realm arrays 91 // Previously unexpected errors from setting properties in arrays throw
|
| /frameworks/rs/ |
| rsType.h | 52 uint32_t *arrays; member in struct:android::renderscript::Type::Hal::State 79 return mHal.state.arrays[idx];
|
| rsType.cpp | 62 delete [] mHal.state.arrays; 280 nt->mHal.state.arrays = new uint32_t[nt->mHal.state.arrayCount]; 281 if (params->array0 > 0) nt->mHal.state.arrays[0] = params->array0; 282 if (params->array1 > 1) nt->mHal.state.arrays[1] = params->array1; 283 if (params->array2 > 2) nt->mHal.state.arrays[2] = params->array2; 284 if (params->array3 > 3) nt->mHal.state.arrays[3] = params->array3;
|
| /prebuilts/go/darwin-x86/src/cmd/vet/testdata/ |
| composite.go | 60 // Used to test the check for slices and arrays: If that test is disabled and
|
| /prebuilts/go/linux-x86/src/cmd/vet/testdata/ |
| composite.go | 60 // Used to test the check for slices and arrays: If that test is disabled and
|
| /external/deqp/modules/gles2/stress/ |
| es2sVertexArrayTests.cpp | 104 spec.arrays.push_back(arraySpec); 174 spec.arrays.push_back(arraySpec); 245 spec.arrays.push_back(arraySpec); 313 spec.arrays.push_back(arraySpec);
|
| /external/mesa3d/src/mesa/vbo/ |
| vbo_exec.h | 109 struct gl_client_array arrays[VERT_ATTRIB_MAX]; member in struct:vbo_exec_context::__anon21281 126 /* Arrays and current values manipulated according to program
|
| /external/v8/test/mjsunit/regress/ |
| regress-91013.js | 28 // Test that KeyedStore stub for unboxed double arrays backing store 31 // Flags: --allow-natives-syntax --unbox-double-arrays
|
| /external/guava/guava/src/com/google/common/primitives/ |
| Bytes.java | 28 import java.util.Arrays; 36 * already found in either {@link Byte} or {@link Arrays}, <i>and interpret 112 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly 166 * @param arrays zero or more {@code byte} arrays 167 * @return a single array containing all the values from the source arrays, in 170 public static byte[] concat(byte[]... arrays) { 172 for (byte[] array : arrays) { 177 for (byte[] array : arrays) { 209 // Arrays.copyOf() requires Java [all...] |
| Booleans.java | 29 import java.util.Arrays; 39 * already found in either {@link Boolean} or {@link Arrays}. 136 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly 190 * @param arrays zero or more {@code boolean} arrays 191 * @return a single array containing all the values from the source arrays, in 194 public static boolean[] concat(boolean[]... arrays) { 196 for (boolean[] array : arrays) { 201 for (boolean[] array : arrays) { 233 // Arrays.copyOf() requires Java [all...] |
| Chars.java | 29 import java.util.Arrays; 38 * already found in either {@link Character} or {@link Arrays}. 169 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly 261 * @param arrays zero or more {@code char} arrays 262 * @return a single array containing all the values from the source arrays, in 265 public static char[] concat(char[]... arrays) { 267 for (char[] array : arrays) { 272 for (char[] array : arrays) { 353 // Arrays.copyOf() requires Java [all...] |
| Floats.java | 33 import java.util.Arrays; 44 * already found in either {@link Float} or {@link Arrays}. 155 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly 249 * @param arrays zero or more {@code float} arrays 250 * @return a single array containing all the values from the source arrays, in 253 public static float[] concat(float[]... arrays) { 255 for (float[] array : arrays) { 260 for (float[] array : arrays) { 328 // Arrays.copyOf() requires Java [all...] |
| Shorts.java | 31 import java.util.Arrays; 40 * already found in either {@link Short} or {@link Arrays}. 176 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly 268 * @param arrays zero or more {@code short} arrays 269 * @return a single array containing all the values from the source arrays, in 272 public static short[] concat(short[]... arrays) { 274 for (short[] array : arrays) { 279 for (short[] array : arrays) { 397 // Arrays.copyOf() requires Java [all...] |
| /external/mesa3d/src/mesa/state_tracker/ |
| st_cb_rasterpos.c | 65 const struct gl_client_array *arrays[VERT_ATTRIB_MAX]; member in struct:rastpos_stage 207 rs->arrays[i] = &rs->array[i]; 258 ctx->Array._DrawArrays = rs->arrays;
|
| /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/ |
| Chars.java | 36 * already found in either {@link Character} or {@link Arrays}. 167 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly 259 * @param arrays zero or more {@code char} arrays 260 * @return a single array containing all the values from the source arrays, in 263 public static char[] concat(char[]... arrays) { 265 for (char[] array : arrays) { 270 for (char[] array : arrays) { 302 // Arrays.copyOf() requires Java 6 335 * Returns a comparator that compares two {@code char} arrays [all...] |
| Doubles.java | 40 * already found in either {@link Double} or {@link Arrays}. 154 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly 248 * @param arrays zero or more {@code double} arrays 249 * @return a single array containing all the values from the source arrays, in 252 public static double[] concat(double[]... arrays) { 254 for (double[] array : arrays) { 259 for (double[] array : arrays) { 327 // Arrays.copyOf() requires Java 6 364 * Returns a comparator that compares two {@code double} arrays [all...] |
| Floats.java | 40 * already found in either {@link Float} or {@link Arrays}. 151 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly 245 * @param arrays zero or more {@code float} arrays 246 * @return a single array containing all the values from the source arrays, in 249 public static float[] concat(float[]... arrays) { 251 for (float[] array : arrays) { 256 for (float[] array : arrays) { 324 // Arrays.copyOf() requires Java 6 361 * Returns a comparator that compares two {@code float} arrays [all...] |
| Shorts.java | 38 * already found in either {@link Short} or {@link Arrays}. 174 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly 266 * @param arrays zero or more {@code short} arrays 267 * @return a single array containing all the values from the source arrays, in 270 public static short[] concat(short[]... arrays) { 272 for (short[] array : arrays) { 277 for (short[] array : arrays) { 345 // Arrays.copyOf() requires Java 6 377 * Returns a comparator that compares two {@code short} arrays [all...] |