Searched refs:arrays (Results 1 – 10 of 10) sorted by relevance
38 static String[] buildArray(String[]... arrays) { in buildArray() argument40 for (String[] array : arrays) { in buildArray()45 for (String[] array : arrays) { in buildArray()
82 public static <T> T[] concatElements(Class<T> kind, @Nullable T[]... arrays) { in concatElements() argument83 if (arrays == null || arrays.length == 0) { in concatElements()88 for (T[] item : arrays) { in concatElements()103 for (T[] item : arrays) { in concatElements()
472 int[] arrays = null; in create() local474 if (mArray[ct] != 0 && arrays == null) { in create()475 arrays = new int[ct]; in create()477 if ((mArray[ct] == 0) && (arrays != null)) { in create()492 t.mArrays = arrays; in create()
362 public static @NonNull <T> T[] concat(Class<T> kind, @Nullable T[]... arrays) { in concat() argument363 if (arrays == null || arrays.length == 0) { in concat()368 for (T[] item : arrays) { in concat()383 for (T[] item : arrays) { in concat()406 public static @NonNull byte[] concat(@Nullable byte[]... arrays) { in concat() argument407 if (arrays == null) { in concat()411 for (byte[] a : arrays) { in concat()418 for (byte[] a : arrays) { in concat()
797 int[] arrays, in glDeleteVertexArrays() argument805 java.nio.IntBuffer arrays in glDeleteVertexArrays() argument812 int[] arrays, in glGenVertexArrays() argument820 java.nio.IntBuffer arrays in glGenVertexArrays() argument
30 "-modernize-avoid-c-arrays",39 "-modernize-avoid-c-arrays",
1557 public static byte[] concatArrays(byte[]... arrays) { in concatArrays() argument1559 for (byte[] a : arrays) { in concatArrays()1565 for (byte[] a : arrays) { in concatArrays()
35 3. Add the enum value to the `SHORTCUT_LIST_DEFAULT` & `LARGE_SHORTCUT_LIST_DEFAULT` arrays
1798 GLuint *arrays = (GLuint *) 0; in android_glDeleteVertexArrays__I_3II() local1815 arrays = arrays_base + offset; in android_glDeleteVertexArrays__I_3II()1819 (GLuint *)arrays in android_glDeleteVertexArrays__I_3II()1842 GLuint *arrays = (GLuint *) 0; in android_glDeleteVertexArrays__ILjava_nio_IntBuffer_2() local1851 if (arrays == NULL) { in android_glDeleteVertexArrays__ILjava_nio_IntBuffer_2()1857 (GLuint *)arrays in android_glDeleteVertexArrays__ILjava_nio_IntBuffer_2()1878 GLuint *arrays = (GLuint *) 0; in android_glGenVertexArrays__I_3II() local1895 arrays = arrays_base + offset; in android_glGenVertexArrays__I_3II()1899 (GLuint *)arrays in android_glGenVertexArrays__I_3II()1931 if (arrays == NULL) { in android_glGenVertexArrays__ILjava_nio_IntBuffer_2()[all …]
33 //"modernize-avoid-c-arrays", // std::array<> can be verbose