Searched defs:arrays (Results 1 - 16 of 16) sorted by relevance

/external/skia/include/utils/
H A DSkJSON.h244 Array* const* arrays() const { function in class:SkJSON::Array
/external/clang/test/Sema/
H A Dcompare.c208 int arrays(char (*a)[5], char(*b)[10], char(*c)[5]) { function
/external/guava/guava/src/com/google/common/primitives/
H A DBooleans.java182 * @param arrays zero or more {@code boolean} arrays
183 * @return a single array containing all the values from the source arrays, in
186 public static boolean[] concat(boolean[]... arrays) { argument
188 for (boolean[] array : arrays) {
193 for (boolean[] array : arrays) {
257 * Returns a comparator that compares two {@code boolean} arrays
265 * Object#equals(Object)} (since arrays support only identity equality), but
H A DBytes.java162 * @param arrays zero or more {@code byte} arrays
163 * @return a single array containing all the values from the source arrays, in
166 public static byte[] concat(byte[]... arrays) { argument
168 for (byte[] array : arrays) {
173 for (byte[] array : arrays) {
H A DChars.java251 * @param arrays zero or more {@code char} arrays
252 * @return a single array containing all the values from the source arrays, in
255 public static char[] concat(char[]... arrays) { argument
257 for (char[] array : arrays) {
262 for (char[] array : arrays) {
376 * Returns a comparator that compares two {@code char} arrays
384 * Object#equals(Object)} (since arrays support only identity equality), but
H A DDoubles.java239 * @param arrays zero or more {@code double} arrays
240 * @return a single array containing all the values from the source arrays, in
243 public static double[] concat(double[]... arrays) { argument
245 for (double[] array : arrays) {
250 for (double[] array : arrays) {
319 * Returns a comparator that compares two {@code double} arrays
327 * Object#equals(Object)} (since arrays support only identity equality), but
H A DFloats.java236 * @param arrays zero or more {@code float} arrays
237 * @return a single array containing all the values from the source arrays, in
240 public static float[] concat(float[]... arrays) { argument
242 for (float[] array : arrays) {
247 for (float[] array : arrays) {
316 * Returns a comparator that compares two {@code float} arrays
324 * Object#equals(Object)} (since arrays support only identity equality), but
H A DShorts.java256 * @param arrays zero or more {@code short} arrays
257 * @return a single array containing all the values from the source arrays, in
260 public static short[] concat(short[]... arrays) { argument
262 for (short[] array : arrays) {
267 for (short[] array : arrays) {
381 * Returns a comparator that compares two {@code short} arrays
389 * Object#equals(Object)} (since arrays support only identity equality), but
H A DInts.java258 * @param arrays zero or more {@code int} arrays
259 * @return a single array containing all the values from the source arrays, in
262 public static int[] concat(int[]... arrays) { argument
264 for (int[] array : arrays) {
269 for (int[] array : arrays) {
384 * Returns a comparator that compares two {@code int} arrays
391 * Object#equals(Object)} (since arrays support only identity equality), but
H A DLongs.java228 * @param arrays zero or more {@code long} arrays
229 * @return a single array containing all the values from the source arrays, in
232 public static long[] concat(long[]... arrays) { argument
234 for (long[] array : arrays) {
239 for (long[] array : arrays) {
368 * Returns a comparator that compares two {@code long} arrays
376 * Object#equals(Object)} (since arrays support only identity equality), but
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
H A DChars.java249 * @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) { argument
255 for (char[] array : arrays) {
260 for (char[] array : arrays) {
325 * Returns a comparator that compares two {@code char} arrays
333 * Object#equals(Object)} (since arrays support only identity equality), but
H A DInts.java253 * @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) { argument
259 for (int[] array : arrays) {
264 for (int[] array : arrays) {
328 * Returns a comparator that compares two {@code int} arrays
335 * Object#equals(Object)} (since arrays support only identity equality), but
H A DLongs.java226 * @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) { argument
232 for (long[] array : arrays) {
237 for (long[] array : arrays) {
301 * Returns a comparator that compares two {@code long} arrays
309 * Object#equals(Object)} (since arrays support only identity equality), but
H A DShorts.java254 * @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) { argument
260 for (short[] array : arrays) {
265 for (short[] array : arrays) {
329 * Returns a comparator that compares two {@code short} arrays
337 * Object#equals(Object)} (since arrays support only identity equality), but
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php1844 //For this to work, we need to reorganize the data arrays.
3548 * Merges arrays recursively, overwriting values of the first array with values of later arrays
3554 $arrays = func_get_args(); variable
3555 $narrays = count($arrays);
3560 if (!is_array($arrays[$i])) {
3568 $ret = $arrays[0];
3570 // merege $ret with the remaining arrays
3572 foreach ($arrays[$i] as $key => $value) {
3574 // if $ret[$key] is not an array you try to merge an scalar value with an array - the result is not defined (incompatible arrays)
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1650 milliseconds