HomeSort by relevance Sort by last modified time
    Searched refs:arrays (Results 126 - 150 of 711) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 32 field; unrepresentable fields are replaced with opaque byte arrays. A
34 perhaps additional padding. C arrays become Go arrays. C pointers
84 translation above except that arrays passed as parameters translate
85 explicitly in Go to pointers to arrays, as they do (implicitly) in C.
  /prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go 32 field; unrepresentable fields are replaced with opaque byte arrays. A
34 perhaps additional padding. C arrays become Go arrays. C pointers
84 translation above except that arrays passed as parameters translate
85 explicitly in Go to pointers to arrays, as they do (implicitly) in C.
  /external/mesa3d/src/mesa/vbo/
vbo_exec_api.c 160 * ctx->Current.Attrib and ctx->Light.Material.Attrib arrays.
1220 struct gl_client_array *arrays = exec->vtx.arrays; local
    [all...]
  /external/opencv3/modules/core/src/
mathfuncs.cpp 182 const Mat* arrays[] = {&X, &Y, &Mag, 0}; local
184 NAryMatIterator it(arrays, ptrs);
217 const Mat* arrays[] = {&X, &Y, &Angle, 0}; local
219 NAryMatIterator it(arrays, ptrs);
352 const Mat* arrays[] = {&X, &Y, &Mag, &Angle, 0}; local
354 NAryMatIterator it(arrays, ptrs);
659 const Mat* arrays[] = {&Mag, &Angle, &X, &Y, 0}; local
661 NAryMatIterator it(arrays, ptrs);
799 const Mat* arrays[] = {&src, &dst, 0}; local
801 NAryMatIterator it(arrays, ptrs)
866 const Mat* arrays[] = {&src, &dst, 0}; local
    [all...]
  /external/guava/guava/src/com/google/common/primitives/
Doubles.java 33 import java.util.Arrays;
45 * already found in either {@link Double} or {@link Arrays}.
159 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly
253 * @param arrays zero or more {@code double} arrays
254 * @return a single array containing all the values from the source arrays, in
257 public static double[] concat(double[]... arrays) {
259 for (double[] array : arrays) {
264 for (double[] array : arrays) {
332 // Arrays.copyOf() requires Java
    [all...]
Ints.java 31 import java.util.Arrays;
42 * already found in either {@link Integer} or {@link Arrays}.
177 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly
269 * @param arrays zero or more {@code int} arrays
270 * @return a single array containing all the values from the source arrays, in
273 public static int[] concat(int[]... arrays) {
275 for (int[] array : arrays) {
280 for (int[] array : arrays) {
399 // Arrays.copyOf() requires Java
    [all...]
Longs.java 30 import java.util.Arrays;
39 * already found in either {@link Long} or {@link Arrays}.
144 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly
236 * @param arrays zero or more {@code long} arrays
237 * @return a single array containing all the values from the source arrays, in
240 public static long[] concat(long[]... arrays) {
242 for (long[] array : arrays) {
247 for (long[] array : arrays) {
431 // Arrays.copyOf() requires Java
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Ints.java 30 import java.util.Arrays;
41 * already found in either {@link Integer} or {@link Arrays}.
176 * java.util.Arrays.copyOfRange(array, i, i + target.length)} contains exactly
268 * @param arrays zero or more {@code int} arrays
269 * @return a single array containing all the values from the source arrays, in
272 public static int[] concat(int[]... arrays) {
274 for (int[] array : arrays) {
279 for (int[] array : arrays) {
347 // Arrays.copyOf() requires Java
    [all...]
  /build/core/clang/
config.mk 73 -fprefetch-loop-arrays \
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.h 106 bool convertAllObjects( btBulletSerializedArrays* arrays);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL30.java 631 // C function void glDeleteVertexArrays ( GLsizei n, const GLuint *arrays )
633 public void glDeleteVertexArrays (int n, int[] arrays, int offset);
635 // C function void glDeleteVertexArrays ( GLsizei n, const GLuint *arrays )
637 public void glDeleteVertexArrays (int n, java.nio.IntBuffer arrays);
639 // C function void glGenVertexArrays ( GLsizei n, GLuint *arrays )
641 public void glGenVertexArrays (int n, int[] arrays, int offset);
643 // C function void glGenVertexArrays ( GLsizei n, GLuint *arrays )
645 public void glGenVertexArrays (int n, java.nio.IntBuffer arrays);
    [all...]
  /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/intl/
assert.js 53 * It checks internals of arrays and objects.
95 // TODO(cira): Replace String with PrettyPrint for objects and arrays.
  /external/v8/test/mjsunit/
array-pop.js 88 // arrays with array prototype.
113 // arrays with array prototype.
elements-transition.js 43 // We apply the same operations to two identical arrays. The first array
108 // Check COW arrays
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.
transition-elements-kind.js 30 // Allocation site for empty double 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.
  /external/v8/test/mjsunit/es7/
typed-array-includes.js 31 // arrays
175 // typed arrays
  /external/vboot_reference/scripts/
genpadding.sh 7 # Script to generate padding.c containing PKCS 1.5 padding byte arrays for
45 * arrays corresponding to various combinations of algorithms for RSA signatures.
81 # Generate padding arrays.
116 # Generate DigestInfo arrays.
  /external/pdfium/core/
pdfiumfxge.mk 10 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays -fexceptions
  /external/v8/test/mjsunit/harmony/
proxies-ownkeys.js 54 // The spec wants to allow lengths up to 2^53, but we can't allocate arrays
  /external/v8/test/mjsunit/regress/
regress-685.js 31 // for the length field of arrays.
  /external/v8/test/webkit/fast/js/
array-bad-time.js 25 "Tests that defining a setter on the Array prototype works even if it is done after arrays are allocated."

Completed in 1784 milliseconds

1 2 3 4 56 7 8 91011>>