Searched refs:arrays (Results 1 - 20 of 20) sorted by relevance

/external/speex/
H A DAndroid.mk17 LOCAL_CFLAGS+= -O3 -fstrict-aliasing -fprefetch-loop-arrays
/external/clearsilver/cs/
H A Dtest11.cs14 testing brackets for hdf var arrays
/external/jpeg/
H A DAndroid.mk32 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays
/external/guava/src/com/google/common/primitives/
H A DBytes.java159 * @param arrays zero or more {@code byte} arrays
160 * @return a single array containing all the values from the source arrays, in
163 public static byte[] concat(byte[]... arrays) { argument
165 for (byte[] array : arrays) {
170 for (byte[] array : arrays) {
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 DChars.java248 * @param arrays zero or more {@code char} arrays
249 * @return a single array containing all the values from the source arrays, in
252 public static char[] concat(char[]... arrays) { argument
254 for (char[] array : arrays) {
259 for (char[] array : arrays) {
361 * Returns a comparator that compares two {@code char} arrays
369 * Object#equals(Object)} (since arrays support only identity equality), but
H A DDoubles.java218 * @param arrays zero or more {@code double} arrays
219 * @return a single array containing all the values from the source arrays, in
222 public static double[] concat(double[]... arrays) { argument
224 for (double[] array : arrays) {
229 for (double[] array : arrays) {
294 * Returns a comparator that compares two {@code double} arrays
302 * Object#equals(Object)} (since arrays support only identity equality), but
H A DFloats.java215 * @param arrays zero or more {@code float} arrays
216 * @return a single array containing all the values from the source arrays, in
219 public static float[] concat(float[]... arrays) { argument
221 for (float[] array : arrays) {
226 for (float[] array : arrays) {
291 * Returns a comparator that compares two {@code float} arrays
299 * Object#equals(Object)} (since arrays support only identity equality), but
H A DInts.java248 * @param arrays zero or more {@code int} arrays
249 * @return a single array containing all the values from the source arrays, in
252 public static int[] concat(int[]... arrays) { argument
254 for (int[] array : arrays) {
259 for (int[] array : arrays) {
369 * Returns a comparator that compares two {@code int} arrays
376 * Object#equals(Object)} (since arrays support only identity equality), but
H A DLongs.java216 * @param arrays zero or more {@code long} arrays
217 * @return a single array containing all the values from the source arrays, in
220 public static long[] concat(long[]... arrays) { argument
222 for (long[] array : arrays) {
227 for (long[] array : arrays) {
346 * Returns a comparator that compares two {@code long} arrays
354 * Object#equals(Object)} (since arrays support only identity equality), but
H A DShorts.java248 * @param arrays zero or more {@code short} arrays
249 * @return a single array containing all the values from the source arrays, in
252 public static short[] concat(short[]... arrays) { argument
254 for (short[] array : arrays) {
259 for (short[] array : arrays) {
360 * Returns a comparator that compares two {@code short} arrays
368 * Object#equals(Object)} (since arrays support only identity equality), but
H A Dgenerate.sh271 * @param arrays zero or more {@code primtyp} arrays
272 * @return a single array containing all the values from the source arrays, in
275 public static primtyp[] concat(primtyp[]... arrays) {
277 for (primtyp[] array : arrays) {
282 for (primtyp[] array : arrays) {
383 * Returns a comparator that compares two {@code primtyp} arrays
390 * Object#equals(Object)} (since arrays support only identity equality), but
/external/qemu/distrib/sdl-1.2.12/src/hermes/
H A Dx86p_16.asm79 ; point arrays to end
186 ; point arrays to end
301 ; point arrays to end
H A Dx86p_32.asm514 ; point arrays to end
626 ; point arrays to end
740 ; point arrays to end
852 ; point arrays to end
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dgenlingware.pl38 12. sequence of knowledge bases (byte arrays), each 4-byte aligned
/external/v8/src/
H A Darray.js34 // Global list of arrays visited during toString, toLocaleString and
40 // arrays. Dupes have not been removed.
70 // Optimized for sparse arrays if separator is ''.
107 // visited arrays.
117 // Fast case for one-element arrays.
182 // special array operations to handle sparse arrays in a sensible fashion.
225 // special array operations to handle sparse arrays in a sensible fashion.
404 var arrays = new $Array(1 + arg_count);
405 arrays[0] = this;
407 arrays[
[all...]
/external/webkit/WebCore/
H A DAndroid.derived.mk110 make_css_file_arrays := $(LOCAL_PATH)/css/make-css-file-arrays.pl
/external/libpng/
H A DCHANGES526 Removed all global arrays (according to PNG_NO_GLOBAL_ARRAYS macro), to
529 eliminated use of png_sig in pngwutil.c. Moved the various png_CHNK arrays
530 into pngtypes.h. Eliminated use of global png_pass arrays. Declared the
531 png_CHNK and png_pass arrays to be "const". Made the global arrays
539 Eliminated pngtypes.h; use macros instead to declare PNG_CHNK arrays.
659 Changed the allocation of palette, history, and trans arrays back to
723 Added png_pass-* arrays to pnggccrd.c when PNG_USE_LOCAL_ARRAYS is defined.
872 Made global png_libpng_ver[], png_sig[] and png_pass_*[] arrays const.
1046 Always allocate 256-entry internal palette, hist, and trans arrays, t
[all...]
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_opengl.h6216 typedef void (APIENTRYP PFNGLDELETEVERTEXARRAYSAPPLEPROC) (GLsizei n, const GLuint *arrays);
6217 typedef void (APIENTRYP PFNGLGENVERTEXARRAYSAPPLEPROC) (GLsizei n, const GLuint *arrays);
/external/dropbear/libtomcrypt/
H A Dcrypt.tex392 Most functions require inputs that are arrays of the data type \textit{unsigned char}. Whether it is a symmetric key, IV
1901 length. This provides a simple size you can set your automatic arrays to that will not get overrun.
4597 intend to use the ISO C functions for working with wide--char arrays, you should make sure that wchar\_t has been defined previously.

Completed in 289 milliseconds