/packages/providers/ContactsProvider/tests/assets/upgradeTest/ |
contacts2_1108.sql | 5 INSERT INTO "_sync_state_metadata" VALUES(1); 7 INSERT INTO "properties" VALUES('database_time_created','20243770769'); 8 INSERT INTO "properties" VALUES('icu_version','56.1'); 9 INSERT INTO "properties" VALUES('locale','en-US'); 10 INSERT INTO "properties" VALUES('aggregation_v2','5'); 11 INSERT INTO "properties" VALUES('search_index','1'); 12 INSERT INTO "properties" VALUES('known_accounts','twyen.dev@gmail.comcom.google'); 13 INSERT INTO "properties" VALUES('directoryScanComplete','1'); 23 INSERT INTO "mimetypes" VALUES(1,'vnd.android.cursor.item/email_v2'); 24 INSERT INTO "mimetypes" VALUES(2,'vnd.android.cursor.item/im') [all...] |
/external/guava/guava-tests/test/com/google/common/primitives/ |
UnsignedBytesTest.java | 39 // Only in this class, VALUES must be strictly ascending 40 private static final byte[] VALUES = 53 for (byte value : VALUES) { 64 for (byte value : VALUES) { 87 for (int i = 0; i < VALUES.length; i++) { 88 for (int j = 0; j < VALUES.length; j++) { 89 byte x = VALUES[i]; 90 byte y = VALUES[j]; 177 // Valid radix values are Character.MIN_RADIX to Character.MAX_RADIX,
|
BooleansTest.java | 46 private static final boolean[] VALUES = {false, true}; 54 for (boolean x : VALUES) { 55 for (boolean y : VALUES) { 186 // Only for booleans, we lengthen VALUES 187 boolean[] VALUES = BooleansTest.VALUES; 188 VALUES = Booleans.concat(VALUES, VALUES); 191 for (int i = 0; i < VALUES.length; i++) [all...] |
CharsTest.java | 49 private static final char[] VALUES = 53 for (char value : VALUES) { 59 for (char value : VALUES) { 69 for (char value : VALUES) { 89 for (char x : VALUES) { 90 for (char y : VALUES) { 333 for (int i = 0; i < VALUES.length; i++) { 334 List<Character> list = Chars.asList(VALUES).subList(0, i); 341 assertEquals(VALUES[j], arr[j]);
|
BytesTest.java | 43 private static final byte[] VALUES = 47 for (byte value : VALUES) { 180 for (int i = 0; i < VALUES.length; i++) { 181 List<Byte> list = Bytes.asList(VALUES).subList(0, i); 188 assertEquals(VALUES[j], arr[j]);
|
DoublesTest.java | 61 private static final double[] VALUES 65 for (double value : VALUES) { 77 for (double x : VALUES) { 78 for (double y : VALUES) { 202 assertTrue(Double.isNaN(Doubles.max(VALUES))); 223 assertTrue(Double.isNaN(Doubles.min(VALUES))); 325 for (int i = 0; i < VALUES.length; i++) { 326 List<Double> list = Doubles.asList(VALUES).subList(0, i); 333 assertEquals(VALUES[j], arr[j]);
|
FloatsTest.java | 60 private static final float[] VALUES 64 for (float value : VALUES) { 76 for (float x : VALUES) { 77 for (float y : VALUES) { 200 assertTrue(Float.isNaN(Floats.max(VALUES))); 221 assertTrue(Float.isNaN(Floats.min(VALUES))); 316 for (int i = 0; i < VALUES.length; i++) { 317 List<Float> list = Floats.asList(VALUES).subList(0, i); 324 assertEquals(VALUES[j], arr[j]);
|
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
CharsTest.java | 46 private static final char[] VALUES = 50 for (char value : VALUES) { 56 for (char value : VALUES) { 66 for (char value : VALUES) { 86 for (char x : VALUES) { 87 for (char y : VALUES) { 279 for (int i = 0; i < VALUES.length; i++) { 280 List<Character> list = Chars.asList(VALUES).subList(0, i); 287 assertEquals(VALUES[j], arr[j]);
|
DoublesTest.java | 57 private static final double[] VALUES 61 for (double value : VALUES) { 73 for (double x : VALUES) { 74 for (double y : VALUES) { 198 assertTrue(Double.isNaN(Doubles.max(VALUES))); 219 assertTrue(Double.isNaN(Doubles.min(VALUES))); 301 for (int i = 0; i < VALUES.length; i++) { 302 List<Double> list = Doubles.asList(VALUES).subList(0, i); 309 assertEquals(VALUES[j], arr[j]);
|
FloatsTest.java | 55 private static final float[] VALUES 59 for (float value : VALUES) { 71 for (float x : VALUES) { 72 for (float y : VALUES) { 195 assertTrue(Float.isNaN(Floats.max(VALUES))); 216 assertTrue(Float.isNaN(Floats.min(VALUES))); 291 for (int i = 0; i < VALUES.length; i++) { 292 List<Float> list = Floats.asList(VALUES).subList(0, i); 299 assertEquals(VALUES[j], arr[j]);
|
IntsTest.java | 47 private static final int[] VALUES = 51 for (int value : VALUES) { 57 for (int value : VALUES) { 67 for (int value : VALUES) { 87 for (int x : VALUES) { 88 for (int y : VALUES) { 281 for (int i = 0; i < VALUES.length; i++) { 282 List<Integer> list = Ints.asList(VALUES).subList(0, i); 289 assertEquals(VALUES[j], arr[j]);
|
ShortsTest.java | 47 private static final short[] VALUES = 51 for (short value : VALUES) { 57 for (short value : VALUES) { 67 for (short value : VALUES) { 87 for (short x : VALUES) { 88 for (short y : VALUES) { 289 for (int i = 0; i < VALUES.length; i++) { 290 List<Short> list = Shorts.asList(VALUES).subList(0, i); 297 assertEquals(VALUES[j], arr[j]);
|
BytesTest.java | 41 private static final byte[] VALUES = 45 for (byte value : VALUES) { 178 for (int i = 0; i < VALUES.length; i++) { 179 List<Byte> list = Bytes.asList(VALUES).subList(0, i); 186 assertEquals(VALUES[j], arr[j]);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
DebugUtilities.java | 36 * Count the number of available enum values for an item, from 0 38 * @return the number of available enum values 76 return DebugUtilitiesData.VALUES[type][field];
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
StandardPlural.java | 36 * List version of {@link #values()}. 38 public static final List<StandardPlural> VALUES = 39 Collections.unmodifiableList(Arrays.asList(values())); 44 public static final int COUNT = VALUES.size();
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
StandardPlural.java | 34 * List version of {@link #values()}. 36 public static final List<StandardPlural> VALUES = 37 Collections.unmodifiableList(Arrays.asList(values())); 42 public static final int COUNT = VALUES.size();
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
AtomicIntegerTest.java | 27 final int[] VALUES = { 218 for (int x : VALUES) { 230 for (int x : VALUES) { 242 for (int x : VALUES) { 254 for (int x : VALUES) { 266 for (int x : VALUES) {
|
AtomicLongTest.java | 27 final long[] VALUES = { 221 for (long x : VALUES) { 233 for (long x : VALUES) { 245 for (long x : VALUES) { 257 for (long x : VALUES) { 269 for (long x : VALUES) {
|
/frameworks/support/core-ui/java/android/support/v4/view/animation/ |
FastOutLinearInInterpolator.java | 31 * Lookup table values sampled with x at regular intervals between 0 and 1 for a total of 34 private static final float[] VALUES = new float[] { 67 super(VALUES);
|
FastOutSlowInInterpolator.java | 31 * Lookup table values sampled with x at regular intervals between 0 and 1 for a total of 34 private static final float[] VALUES = new float[] { 67 super(VALUES);
|
LinearOutSlowInInterpolator.java | 31 * Lookup table values sampled with x at regular intervals between 0 and 1 for a total of 34 private static final float[] VALUES = new float[] { 67 super(VALUES);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/ |
ResourceNameValidatorTest.java | 35 ResourceFolderType.VALUES); 61 assertTrue(ResourceNameValidator.create(true, ResourceFolderType.VALUES)
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
PluralRanges.java | 46 * Internal class for mapping from two StandardPluralCategories values to another. 76 + StandardPlural.VALUES.get(old) + ">"); 87 return result < 0 ? null : StandardPlural.VALUES.get(result); 91 * Internal method to see if <*,end> values are all the same. 96 for (StandardPlural start : StandardPlural.VALUES) { 113 * Internal method to see if <start,*> values are all the same. 120 for (StandardPlural end : StandardPlural.VALUES) { 132 // only emit if we didn't cover with the 'end' values 178 for (StandardPlural i : StandardPlural.values()) { 179 for (StandardPlural j : StandardPlural.values()) { [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
PluralRanges.java | 44 * Internal class for mapping from two StandardPluralCategories values to another. 74 + StandardPlural.VALUES.get(old) + ">"); 85 return result < 0 ? null : StandardPlural.VALUES.get(result); 89 * Internal method to see if <*,end> values are all the same. 94 for (StandardPlural start : StandardPlural.VALUES) { 111 * Internal method to see if <start,*> values are all the same. 118 for (StandardPlural end : StandardPlural.VALUES) { 130 // only emit if we didn't cover with the 'end' values 176 for (StandardPlural i : StandardPlural.values()) { 177 for (StandardPlural j : StandardPlural.values()) { [all...] |
/test/vts/web/dashboard/src/main/java/com/android/vts/entity/ |
ProfilingPointRunEntity.java | 41 public static final String VALUES = "values"; 51 public final List<Long> values; field in class:ProfilingPointRunEntity 63 * @param values List of data values. 68 List<String> labels, List<Long> values, String xLabel, String yLabel) { 74 this.values = new ArrayList<>(values); 87 profilingRun.setUnindexedProperty(VALUES, this.values); 114 List<Long> values = (List<Long>) e.getProperty(VALUES); local 150 List<Long> values; local [all...] |