/packages/apps/Settings/res/values-cs/ |
arrays.xml | 23 <string-array name="timezone_filters"> 31 </string-array> 32 <string-array name="animations_entries"> 36 </string-array> 37 <string-array name="animations_summaries"> 41 </string-array> 42 <string-array name="screen_timeout_entries"> 49 </string-array> 50 <string-array name="tts_rate_entries"> 56 </string-array> [all...] |
/packages/apps/Settings/res/values-da/ |
arrays.xml | 23 <string-array name="timezone_filters"> 31 </string-array> 32 <string-array name="animations_entries"> 36 </string-array> 37 <string-array name="animations_summaries"> 41 </string-array> 42 <string-array name="screen_timeout_entries"> 49 </string-array> 50 <string-array name="tts_rate_entries"> 56 </string-array> [all...] |
/packages/apps/Settings/res/values-de/ |
arrays.xml | 23 <string-array name="timezone_filters"> 31 </string-array> 32 <string-array name="animations_entries"> 36 </string-array> 37 <string-array name="animations_summaries"> 41 </string-array> 42 <string-array name="screen_timeout_entries"> 49 </string-array> 50 <string-array name="tts_rate_entries"> 56 </string-array> [all...] |
/packages/apps/Settings/res/values-es/ |
arrays.xml | 23 <string-array name="timezone_filters"> 31 </string-array> 32 <string-array name="animations_entries"> 36 </string-array> 37 <string-array name="animations_summaries"> 41 </string-array> 42 <string-array name="screen_timeout_entries"> 49 </string-array> 50 <string-array name="tts_rate_entries"> 56 </string-array> [all...] |
/packages/apps/Settings/res/values-es-rUS/ |
arrays.xml | 23 <string-array name="timezone_filters"> 31 </string-array> 32 <string-array name="animations_entries"> 36 </string-array> 37 <string-array name="animations_summaries"> 41 </string-array> 42 <string-array name="screen_timeout_entries"> 49 </string-array> 50 <string-array name="tts_rate_entries"> 56 </string-array> [all...] |
/packages/apps/Settings/res/values-fr/ |
arrays.xml | 23 <string-array name="timezone_filters"> 31 </string-array> 32 <string-array name="animations_entries"> 36 </string-array> 37 <string-array name="animations_summaries"> 41 </string-array> 42 <string-array name="screen_timeout_entries"> 49 </string-array> 50 <string-array name="tts_rate_entries"> 56 </string-array> [all...] |
/packages/apps/Settings/res/values-it/ |
arrays.xml | 23 <string-array name="timezone_filters"> 31 </string-array> 32 <string-array name="animations_entries"> 36 </string-array> 37 <string-array name="animations_summaries"> 41 </string-array> 42 <string-array name="screen_timeout_entries"> 49 </string-array> 50 <string-array name="tts_rate_entries"> 56 </string-array> [all...] |
/packages/apps/Settings/res/values-nb/ |
arrays.xml | 23 <string-array name="timezone_filters"> 31 </string-array> 32 <string-array name="animations_entries"> 36 </string-array> 37 <string-array name="animations_summaries"> 41 </string-array> 42 <string-array name="screen_timeout_entries"> 49 </string-array> 50 <string-array name="tts_rate_entries"> 56 </string-array> [all...] |
/packages/apps/Settings/res/values-nl/ |
arrays.xml | 23 <string-array name="timezone_filters"> 31 </string-array> 32 <string-array name="animations_entries"> 36 </string-array> 37 <string-array name="animations_summaries"> 41 </string-array> 42 <string-array name="screen_timeout_entries"> 49 </string-array> 50 <string-array name="tts_rate_entries"> 56 </string-array> [all...] |
/packages/apps/Settings/res/values-pl/ |
arrays.xml | 23 <string-array name="timezone_filters"> 31 </string-array> 32 <string-array name="animations_entries"> 36 </string-array> 37 <string-array name="animations_summaries"> 41 </string-array> 42 <string-array name="screen_timeout_entries"> 49 </string-array> 50 <string-array name="tts_rate_entries"> 56 </string-array> [all...] |
/packages/apps/Settings/res/values-pt/ |
arrays.xml | 23 <string-array name="timezone_filters"> 31 </string-array> 32 <string-array name="animations_entries"> 36 </string-array> 37 <string-array name="animations_summaries"> 41 </string-array> 42 <string-array name="screen_timeout_entries"> 49 </string-array> 50 <string-array name="tts_rate_entries"> 56 </string-array> [all...] |
/packages/apps/Settings/res/values-pt-rPT/ |
arrays.xml | 23 <string-array name="timezone_filters"> 31 </string-array> 32 <string-array name="animations_entries"> 36 </string-array> 37 <string-array name="animations_summaries"> 41 </string-array> 42 <string-array name="screen_timeout_entries"> 49 </string-array> 50 <string-array name="tts_rate_entries"> 56 </string-array> [all...] |
/packages/apps/Settings/res/values-sv/ |
arrays.xml | 23 <string-array name="timezone_filters"> 31 </string-array> 32 <string-array name="animations_entries"> 36 </string-array> 37 <string-array name="animations_summaries"> 41 </string-array> 42 <string-array name="screen_timeout_entries"> 49 </string-array> 50 <string-array name="tts_rate_entries"> 56 </string-array> [all...] |
/packages/apps/Settings/res/values-tr/ |
arrays.xml | 23 <string-array name="timezone_filters"> 31 </string-array> 32 <string-array name="animations_entries"> 36 </string-array> 37 <string-array name="animations_summaries"> 41 </string-array> 42 <string-array name="screen_timeout_entries"> 49 </string-array> 50 <string-array name="tts_rate_entries"> 56 </string-array> [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/ |
9.5-2.js | 91 var array = new Array(); 94 array[item++] = new TestCase( SECTION, "0 << 0", 0, 0 << 0 ); 95 array[item++] = new TestCase( SECTION, "-0 << 0", 0, -0 << 0 ); 96 array[item++] = new TestCase( SECTION, "Infinity << 0", 0, "Infinity" << 0 ); 97 array[item++] = new TestCase( SECTION, "-Infinity << 0", 0, "-Infinity" << 0 ); 98 array[item++] = new TestCase( SECTION, "Number.POSITIVE_INFINITY << 0", 0, Number.POSITIVE_INFINITY << 0 ); 99 array[item++] = new TestCase( SECTION, "Number.NEGATIVE_INFINITY << 0", 0, Number.NEGATIVE_INFINITY << 0 ); 100 array[item++] = new TestCase( SECTION, "Number.NaN << 0", 0, Number.NaN << 0 ); 102 array[item++] = new TestCase( SECTION, "Number.MIN_VALUE << 0", 0, Number.MIN_VAL (…) [all...] |
/packages/apps/Calendar/res/values/ |
arrays.xml | 19 These must be kept in sync with the reminder_minutes_values array. 21 <string-array name="reminder_minutes_labels"> 37 </string-array> 39 <string-array name="reminder_minutes_values" translatable="false"> 55 </string-array> 57 <string-array name="preferences_default_reminder_labels"> 74 </string-array> 76 <string-array name="preferences_default_reminder_values" translatable="false"> 93 </string-array> 95 <string-array name="preferences_alert_type_labels" [all...] |
/external/apache-http/src/org/apache/commons/codec/binary/ |
Hex.java | 42 * Converts an array of characters representing hexidecimal values into an 43 * array of bytes of those same values. The returned array will be half the 44 * length of the passed array, as it takes two characters to represent any 45 * given byte. An exception is thrown if the passed char array has an odd 48 * @param data An array of characters containing hexidecimal digits 49 * @return A byte array containing binary data decoded from 50 * the supplied char array. 93 * Converts an array of bytes into an array of characters representing the hexidecimal values of each byte in order [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.8.3.js | 52 var array = new Array(); 55 array[item++] = new TestCase( SECTION, "true <= false", false, true <= false ); 56 array[item++] = new TestCase( SECTION, "false <= true", true, false <= true ); 57 array[item++] = new TestCase( SECTION, "false <= false", true, false <= false ); 58 array[item++] = new TestCase( SECTION, "true <= true", true, true <= true ); 60 array[item++] = new TestCase( SECTION, "new Boolean(true) <= new Boolean(true)", true, new Boolean(true) <= new Boolean(true) ); 61 array[item++] = new TestCase( SECTION, "new Boolean(true) <= new Boolean(false)", false, new Boolean(true) <= new Boolean(false) ); 62 array[item++] = new TestCase( SECTION, "new Boolean(false) <= new Boolean(true)", true, new Boolean(false) <= new Boolean(true) ); 63 array[item++] = new TestCase( SECTION, "new Boolean(false) <= new Boolean(false)", true, new Boolean( (…) [all...] |
11.8.4.js | 53 var array = new Array(); 56 array[item++] = new TestCase( SECTION, "true >= false", true, true >= false ); 57 array[item++] = new TestCase( SECTION, "false >= true", false, false >= true ); 58 array[item++] = new TestCase( SECTION, "false >= false", true, false >= false ); 59 array[item++] = new TestCase( SECTION, "true >= true", true, true >= true ); 61 array[item++] = new TestCase( SECTION, "new Boolean(true) >= new Boolean(true)", true, new Boolean(true) >= new Boolean(true) ); 62 array[item++] = new TestCase( SECTION, "new Boolean(true) >= new Boolean(false)", true, new Boolean(true) >= new Boolean(false) ); 63 array[item++] = new TestCase( SECTION, "new Boolean(false) >= new Boolean(true)", false, new Boolean(false) >= new Boolean(true) ); 64 array[item++] = new TestCase( SECTION, "new Boolean(false) >= new Boolean(false)", true, new Boolean( (…) [all...] |
/dalvik/vm/mterp/c/ |
OP_ARRAY_LENGTH.c | 8 ILOGV("|array-length v%d,v%d (%p)", vdst, vsrc1, arrayObj); 11 /* verifier guarantees this is an array reference */
|
/external/dbus/test/data/invalid-messages/ |
bad-boolean-array.message | 1 ## a message with an invalid boolean array 20 TYPE ARRAY
|
/external/dbus/test/data/valid-messages/ |
no-padding.message | 8 ## this byte array is filled with zeros to the natural length 11 TYPE ARRAY
|
/external/guava/src/com/google/common/primitives/ |
Ints.java | 111 * {@code array}. 113 * @param array an array of {@code int} values, possibly empty 115 * @return {@code true} if {@code array[i] == target} for some value of {@code 118 public static boolean contains(int[] array, int target) { 119 for (int value : array) { 129 * {@code array}. 131 * @param array an array of {@code int} values, possibly empty 133 * @return the least index {@code i} for which {@code array[i] == target}, o 423 int[] array = new int[len]; local 454 final int[] array; field in class:Ints.IntArrayAsList [all...] |
Longs.java | 79 * {@code array}. 81 * @param array an array of {@code long} values, possibly empty 83 * @return {@code true} if {@code array[i] == target} for some value of {@code 86 public static boolean contains(long[] array, long target) { 87 for (long value : array) { 97 * {@code array}. 99 * @param array an array of {@code long} values, possibly empty 101 * @return the least index {@code i} for which {@code array[i] == target}, o 401 long[] array = new long[len]; local 432 final long[] array; field in class:Longs.LongArrayAsList [all...] |
Shorts.java | 111 * {@code array}. 113 * @param array an array of {@code short} values, possibly empty 115 * @return {@code true} if {@code array[i] == target} for some value of {@code 118 public static boolean contains(short[] array, short target) { 119 for (short value : array) { 129 * {@code array}. 131 * @param array an array of {@code short} values, possibly empty 133 * @return the least index {@code i} for which {@code array[i] == target}, o 415 short[] array = new short[len]; local 446 final short[] array; field in class:Shorts.ShortArrayAsList [all...] |