HomeSort by relevance Sort by last modified time
    Searched refs:arrays (Results 26 - 50 of 131) sorted by null

12 3 4 5 6

  /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}.
157 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly
249 * @param arrays zero or more {@code char} arrays
250 * @return a single array containing all the values from the source arrays, in
253 public static char[] concat(char[]... arrays) {
255 for (char[] array : arrays) {
260 for (char[] array : arrays) {
292 // Arrays.copyOf() requires Java 6
325 * Returns a comparator that compares two {@code char} arrays
    [all...]
Ints.java 36 * already found in either {@link Integer} or {@link Arrays}.
161 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly
253 * @param arrays zero or more {@code int} arrays
254 * @return a single array containing all the values from the source arrays, in
257 public static int[] concat(int[]... arrays) {
259 for (int[] array : arrays) {
264 for (int[] array : arrays) {
296 // Arrays.copyOf() requires Java 6
328 * Returns a comparator that compares two {@code int} arrays
    [all...]
Longs.java 36 * already found in either {@link Long} or {@link Arrays}.
134 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly
226 * @param arrays zero or more {@code long} arrays
227 * @return a single array containing all the values from the source arrays, in
230 public static long[] concat(long[]... arrays) {
232 for (long[] array : arrays) {
237 for (long[] array : arrays) {
269 // Arrays.copyOf() requires Java 6
301 * Returns a comparator that compares two {@code long} arrays
    [all...]
Shorts.java 36 * already found in either {@link Short} or {@link Arrays}.
162 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly
254 * @param arrays zero or more {@code short} arrays
255 * @return a single array containing all the values from the source arrays, in
258 public static short[] concat(short[]... arrays) {
260 for (short[] array : arrays) {
265 for (short[] array : arrays) {
297 // Arrays.copyOf() requires Java 6
329 * Returns a comparator that compares two {@code short} arrays
    [all...]
  /frameworks/native/opengl/libagl/
vertex.cpp 99 c->arrays.cull &= clip;
113 c->arrays.mv_transform(
144 c->arrays.cull = 0;
  /external/skia/include/utils/
SkJSON.h 244 Array* const* arrays() const { function in class:SkJSON::Array
  /external/v8/test/mjsunit/
dont-enum-array-holes.js 28 // Do not enum holes in arrays.
array-pop.js 86 // arrays with array prototype.
111 // arrays with array prototype.
sparse-array-reverse.js 29 * @fileoverview Test reverse on small * and large arrays.
79 // arrays.
cyclic-array-to-string.js 28 // Test printing of cyclic arrays.
elements-kind-depends.js 28 // Flags: --allow-natives-syntax --smi-only-arrays
array-concat.js 29 * @fileoverview Test concat on small and large arrays
92 // When we take moe off the prototype it disappears from all arrays.
164 // When we take moe off the prototype it disappears from all arrays.
array-indexing.js 30 // Sparse arrays with length 42000.
101 // Find in non-arrays.
173 //Find in non-arrays.
elements-transition-hoisting.js 28 // Flags: --allow-natives-syntax --smi-only-arrays --expose-gc
37 print("Tests include smi-only arrays.");
39 print("Tests do NOT include smi-only arrays.");
array-functions-prototype-misc.js 30 * and large arrays. Some of these methods are specified such that they
89 // Don't run largest size on non-arrays or we'll be here for ever.
152 // Concat only applies to real arrays, unlike most of the other methods.
debug-referenced-by.js 44 // Add some more references from simple objects and arrays.
prototype.js 75 // Make sure that arrays and functions in the prototype chain works;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
Properties.java 143 List<Structure> arrays = pointer.fetchData(blenderContext.getInputStream()); local
144 List<Object> result = new ArrayList<Object>(arrays.size());
146 for (Structure array : arrays) {
  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 34 // them into different arrays based on root node name.
47 // Merge the arrays.
  /external/mesa3d/docs/
MESA_texture_array.spec 312 "The contents of the derived arrays are computed by repeated, filtered
343 "In addition to image arrays for one-, two-, and three-dimensional
345 arrays for the cube map texture, partially instantiated image arrays
351 and intensity component resolutions. Proxy image arrays do not include
363 Proxy arrays for one- and two-dimensional textures and one- and
701 array textures in this extension. If compressed one-dimensional arrays
    [all...]
  /external/v8/test/mjsunit/regress/
regress-685.js 31 // for the length field of arrays.
  /external/v8/src/
array.js 34 // Global list of arrays visited during toString, toLocaleString and
40 // arrays. Dupes have not been removed.
89 // Optimized for sparse arrays if separator is ''.
126 // visited arrays.
140 // Fast case for one-element arrays.
217 // special array operations to handle sparse arrays in a sensible fashion.
260 // special array operations to handle sparse arrays in a sensible fashion.
475 var arrays = new InternalArray(1 + arg_count);
476 arrays[0] = this;
478 arrays[i + 1] = %_Arguments(i)
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_16.asm 79 ; point arrays to end
186 ; point arrays to end
301 ; point arrays to end
  /dalvik/vm/mterp/armv5te/
OP_FILLED_NEW_ARRAY.S 44 cmpne rINST, #'[' @ array of arrays?

Completed in 410 milliseconds

12 3 4 5 6