/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/ |
IntegerResourceLoaderTest.java | 30 assertThat( resourceLoader.getValue( R.integer.test_integer1 ), equalTo( 2000 ) ); 31 assertThat( resourceLoader.getValue( R.integer.test_integer2 ), equalTo( 9 ) ); 32 assertThat( resourceLoader.getValue( R.integer.test_large_hex), equalTo( 0xFFFF0000 ) );
|
/external/skia/bench/ |
skpbench.json | 5 "type": "INTEGER" 9 "type": "INTEGER" 17 "type": "INTEGER"
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
Child1.java | 19 private Integer code; 21 public Child1(Integer code) { 25 public Integer getCode() {
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue150/ |
Wheel.java | 19 private Integer id; 24 public Integer getId() { 28 public void setId(Integer id) {
|
/external/testng/src/test/java/test/dataprovider/ |
Sample1Test.java | 12 private static final Integer LN2 = 37; 14 private static final Integer LN1 = 36; 25 public void verifyNames(String firstName, Integer age) {
|
/external/testng/src/test/java/test/groupinvocation/ |
DummyTest.java | 15 private static Map<String, Integer> s_externalClassGroups= new HashMap<>();
31 Integer hashCode1= s_externalClassGroups.get("beforeGroups");
33 Integer hashCode2= s_externalClassGroups.get("afterGroups");
|
/frameworks/base/libs/androidfw/tests/data/system/res/values-sv/ |
values.xml | 18 <public type="integer" name="number" id="0x01030000" /> 19 <integer name="number">1</integer>
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/ |
R$integer.class | |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_entropymv.h | 51 MV_CLASS_0 = 0, /* (0, 2] integer pel */ 52 MV_CLASS_1 = 1, /* (2, 4] integer pel */ 53 MV_CLASS_2 = 2, /* (4, 8] integer pel */ 54 MV_CLASS_3 = 3, /* (8, 16] integer pel */ 55 MV_CLASS_4 = 4, /* (16, 32] integer pel */ 56 MV_CLASS_5 = 5, /* (32, 64] integer pel */ 57 MV_CLASS_6 = 6, /* (64, 128] integer pel */ 58 MV_CLASS_7 = 7, /* (128, 256] integer pel */ 59 MV_CLASS_8 = 8, /* (256, 512] integer pel */ 60 MV_CLASS_9 = 9, /* (512, 1024] integer pel * [all...] |
/packages/apps/Calendar/src/com/android/calendar/event/ |
EventColorCache.java | 35 private Map<String, ArrayList<Integer>> mColorPaletteMap; 36 private Map<String, Integer> mColorKeyMap; 39 mColorPaletteMap = new HashMap<String, ArrayList<Integer>>(); 40 mColorKeyMap = new HashMap<String, Integer>(); 50 ArrayList<Integer> colorPalette; 52 colorPalette = new ArrayList<Integer>(); 62 ArrayList<Integer> colors = mColorPaletteMap.get(createKey(accountName, accountType)); 83 public void sortPalettes(Comparator<Integer> comparator) { 85 ArrayList<Integer> palette = mColorPaletteMap.get(key); 86 Integer[] sortedColors = new Integer[palette.size()] [all...] |
/prebuilts/go/darwin-x86/test/ |
shift1.go | 20 u = 1.0 << s // ERROR "invalid operation|shift of non-integer operand" 26 e1 = g(2.0 << s) // ERROR "invalid|shift of non-integer operand" "as type interface" 42 a3 = 1.0<<s + 0 // ERROR "invalid|shift of non-integer operand" 44 b3 = 1<<s + 1 + 1.0 // ERROR "invalid|shift of non-integer operand" 47 d3 int = complex(1<<s, 3) // ERROR "non-integer|cannot use.*as type int" "shift of type float64" 64 u = 1.0 << s // ERROR "non-integer|float64" 65 u1 = 1.0<<s != 0 // ERROR "non-integer|float64" 66 u2 = 1<<s != 1.0 // ERROR "non-integer|float64" 67 v float32 = 1 << s // ERROR "non-integer|float32" 78 _ = 1.<<s == 1. // ERROR "invalid|non-integer|shift of type float64 [all...] |
/prebuilts/go/linux-x86/test/ |
shift1.go | 20 u = 1.0 << s // ERROR "invalid operation|shift of non-integer operand" 26 e1 = g(2.0 << s) // ERROR "invalid|shift of non-integer operand" "as type interface" 42 a3 = 1.0<<s + 0 // ERROR "invalid|shift of non-integer operand" 44 b3 = 1<<s + 1 + 1.0 // ERROR "invalid|shift of non-integer operand" 47 d3 int = complex(1<<s, 3) // ERROR "non-integer|cannot use.*as type int" "shift of type float64" 64 u = 1.0 << s // ERROR "non-integer|float64" 65 u1 = 1.0<<s != 0 // ERROR "non-integer|float64" 66 u2 = 1<<s != 1.0 // ERROR "non-integer|float64" 67 v float32 = 1 << s // ERROR "non-integer|float32" 78 _ = 1.<<s == 1. // ERROR "invalid|non-integer|shift of type float64 [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
Collections2Test.java | 77 List<Integer> list = newArrayList(); 78 Collection<List<Integer>> permutationSet = 84 Iterator<List<Integer>> permutations = permutationSet.iterator(); 86 assertNextPermutation(Lists.<Integer>newArrayList(), permutations); 91 List<Integer> list = newArrayList(1); 92 Iterator<List<Integer>> permutations = 114 List<Integer> list = newArrayList(1, 1, 2, 2); 115 Iterator<List<Integer>> permutations = 128 List<Integer> list = newArrayList(1, 1, 1, 1, 2, 2, 3); 129 Collection<List<Integer>> permutations [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorStatsTest.java | 57 assertEquals(0, (int) (Integer) flattened.get("value0")); 58 assertEquals(1, (int) (Integer) flattened.get("value1")); 59 assertEquals(2, (int) (Integer) flattened.get("stats0__value2")); 60 assertEquals(3, (int) (Integer) flattened.get("stats0__value3")); 61 assertEquals(4, (int) (Integer) flattened.get("stats0__stats1__value4")); 62 assertEquals(5, (int) (Integer) flattened.get("stats0__stats1__value5"));
|
/external/compiler-rt/test/ubsan/TestCases/Integer/ |
incdec-overflow.cpp | 1 // RUN: %clangxx -DOP=n++ -fsanitize=signed-integer-overflow %s -o %t1 && %run %t1 2>&1 | FileCheck %s --check-prefix=PLUS 2 // RUN: %clangxx -DOP=++n -fsanitize=signed-integer-overflow %s -o %t2 && %run %t2 2>&1 | FileCheck %s --check-prefix=PLUS 3 // RUN: %clangxx -DOP=m-- -fsanitize=signed-integer-overflow %s -o %t3 && %run %t3 2>&1 | FileCheck %s --check-prefix=MINUS 4 // RUN: %clangxx -DOP=--m -fsanitize=signed-integer-overflow %s -o %t4 && %run %t4 2>&1 | FileCheck %s --check-prefix=MINUS 14 // PLUS: incdec-overflow.cpp:[[@LINE-1]]:3: runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int' 15 // MINUS: incdec-overflow.cpp:[[@LINE-2]]:3: runtime error: signed integer overflow: -2147483648 - 1 cannot be represented in type 'int'
|
uincdec-overflow.cpp | 1 // RUN: %clangxx -DOP=n++ -fsanitize=unsigned-integer-overflow %s -o %t1 && %run %t1 2>&1 | FileCheck --check-prefix=CHECK-INC %s 2 // RUN: %clangxx -DOP=++n -fsanitize=unsigned-integer-overflow %s -o %t2 && %run %t2 2>&1 | FileCheck --check-prefix=CHECK-INC %s 3 // RUN: %clangxx -DOP=m-- -fsanitize=unsigned-integer-overflow %s -o %t3 && %run %t3 2>&1 | FileCheck --check-prefix=CHECK-DEC %s 4 // RUN: %clangxx -DOP=--m -fsanitize=unsigned-integer-overflow %s -o %t4 && %run %t4 2>&1 | FileCheck --check-prefix=CHECK-DEC %s 13 // CHECK-INC: uincdec-overflow.cpp:15:3: runtime error: unsigned integer overflow: 4294967295 + 1 cannot be represented in type 'unsigned int' 14 // CHECK-DEC: uincdec-overflow.cpp:15:3: runtime error: unsigned integer overflow: 0 - 1 cannot be represented in type 'unsigned int'
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
FunctionsTest.java | 68 Map<String, Integer> map = Maps.newHashMap(); 72 Function<String, Integer> function = Functions.forMap(map); 91 Map<String, Integer> map = Maps.newHashMap(); 95 Function<String, Integer> function = Functions.forMap(map, 42); 111 ImmutableMap<String, Integer> map = ImmutableMap.of("One", 1); 112 Function<String, Integer> function = Functions.forMap(map, null); 114 assertEquals((Integer) 1, function.apply("One")); 125 Map<String, Integer> map = Maps.newHashMap(); 137 Map<String, Integer> mJapaneseToInteger = Maps.newHashMap(); 141 Function<String, Integer> japaneseToInteger [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
NewCustomTableTest.java | 35 @Override protected Table<String, Integer, Character> create( 37 Supplier<TreeMap<Integer, Character>> factory 38 = new Supplier<TreeMap<Integer, Character>>() { 40 public TreeMap<Integer, Character> get() { 44 Map<String, Map<Integer, Character>> backingMap 46 Table<String, Integer, Character> table
|
TreeMultimapExplicitTest.java | 66 * Decreasing integer values. A {@code null} comes before any non-null value. 68 private static final Comparator<Integer> DECREASING_INT_COMPARATOR = 69 Ordering.<Integer>natural().reverse().nullsFirst(); 71 private SetMultimap<String, Integer> create() { 79 private TreeMultimap<String, Integer> createPopulate() { 80 TreeMultimap<String, Integer> multimap = TreeMultimap.create( 96 TreeMultimap<String, Integer> tree = TreeMultimap.create( 105 TreeMultimap<String, Integer> copy = TreeMultimap.create(tree); 115 Multimap<String, Integer> multimap = create(); 126 TreeMultimap<String, Integer> multimap = createPopulate() [all...] |
/external/opencv3/modules/core/misc/java/src/java/ |
core+MatOfInt.java | 63 public void fromList(List<Integer> lb) { 66 Integer ab[] = lb.toArray(new Integer[0]); 73 public List<Integer> toList() { 75 Integer ab[] = new Integer[a.length];
|
core+MatOfInt4.java | 63 public void fromList(List<Integer> lb) { 66 Integer ab[] = lb.toArray(new Integer[0]); 73 public List<Integer> toList() { 75 Integer ab[] = new Integer[a.length];
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.compat | 5 ATTRIBUTE Client-Port-Id 5 integer 6 ATTRIBUTE User-Service-Type 6 integer 11 ATTRIBUTE Login-Port 16 integer 27 ATTRIBUTE NAS-Port 5 integer 42 ATTRIBUTE Session 1034 integer 43 ATTRIBUTE User-Name-Is-Star 1035 integer
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowNotificationManager.java | 17 private Map<Integer, Notification> notifications = new HashMap<Integer, Notification>(); 18 private Map<String, Integer> idForTag = new HashMap<String, Integer>(); 43 Integer tagId = idForTag.remove(tag); 66 Integer id = idForTag.get(tag);
|
/frameworks/base/core/java/android/animation/ |
IntEvaluator.java | 22 public class IntEvaluator implements TypeEvaluator<Integer> { 33 * <code>Integer</code> 34 * @param endValue The end value; should be of type <code>int</code> or <code>Integer</code> 38 public Integer evaluate(float fraction, Integer startValue, Integer endValue) {
|
/frameworks/base/core/res/res/values-mcc310-mnc120/ |
config.xml | 26 <integer name="config_mobile_mtu">1422</integer> 29 <integer name="config_cdma_3waycall_flash_delay">70</integer> 36 <integer-array translatable="false" name="config_cdma_international_roaming_indicators" > 59 </integer-array>
|