/frameworks/base/core/res/res/values-mcc311-mnc870/ |
config.xml | 26 <integer name="config_mobile_mtu">1422</integer> 29 <integer name="config_cdma_3waycall_flash_delay">70</integer> 32 <integer-array translatable="false" name="config_cdma_international_roaming_indicators" > 55 </integer-array>
|
/frameworks/base/core/res/res/values-mcc312-mnc530/ |
config.xml | 26 <integer name="config_mobile_mtu">1422</integer> 29 <integer name="config_cdma_3waycall_flash_delay">70</integer> 32 <integer-array translatable="false" name="config_cdma_international_roaming_indicators" > 55 </integer-array>
|
/frameworks/base/core/res/res/values-sw600dp/ |
config.xml | 27 <integer name="config_longPressOnHomeBehavior">0</integer> 38 <integer name="config_maxResolverActivityColumns">3</integer> 43 <integer name="config_dockedStackDividerSnapMode">1</integer>
|
/frameworks/support/v7/mediarouter/res/values/ |
dimens.xml | 38 <integer name="mr_controller_volume_group_list_animation_duration_ms">400</integer> 40 <integer name="mr_controller_volume_group_list_fade_in_duration_ms">400</integer> 42 <integer name="mr_controller_volume_group_list_fade_out_duration_ms">200</integer>
|
/packages/apps/TvSettings/QuickSettings/res/xml/ |
quick_settings.xml | 32 app:defaultValue="@integer/standard_setting_backlight" 37 app:defaultValue="@integer/standard_setting_contrast" 42 app:defaultValue="@integer/standard_setting_brightness" 47 app:defaultValue="@integer/standard_setting_sharpness" 52 app:defaultValue="@integer/standard_setting_color" 57 app:defaultValue="@integer/standard_setting_tint"
|
/prebuilts/sdk/current/support/v7/mediarouter/res/values/ |
dimens.xml | 38 <integer name="mr_controller_volume_group_list_animation_duration_ms">400</integer> 40 <integer name="mr_controller_volume_group_list_fade_in_duration_ms">400</integer> 42 <integer name="mr_controller_volume_group_list_fade_out_duration_ms">200</integer>
|
/external/pcre/dist/ |
pcregexp.pas | 67 MatchesCount: integer;
71 SourceLen: integer;
75 ErrorPos : integer;
76 RunTimeOptions: Integer; // options which can be set by the caller
77 constructor Init(const ARegExp : shortstring; AOptions : integer; ALocale : Pointer);
81 function MatchSub(ANom: integer; var Pos, Len : longint) : boolean; virtual;
83 function GetSubStr(ANom: integer; AStr: Pchar) : string; virtual;
92 function pcGrepMatch(WildCard, aStr: string; AOptions:integer; ALocale : Pointer): Boolean;
93 function pcGrepSub(WildCard, aStr, aRepl: string; AOptions:integer; ALocale : Pointer): string;
258 // DefaultOptions : integer = 0; [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
TreeSetTest.java | 50 private TreeSet<Integer> populatedSet(int n) { 51 TreeSet<Integer> q = new TreeSet<Integer>(); 54 assertTrue(q.add(new Integer(i))); 56 assertTrue(q.add(new Integer(i))); 99 new TreeSet(Arrays.asList(new Integer[SIZE])); 108 Integer[] ints = new Integer[SIZE]; 110 ints[i] = new Integer(i); 121 Integer[] ints = new Integer[SIZE] [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
TreeMapExtendTest.java | 141 String key = new Integer(100).toString(); 347 String firstKey1 = new Integer(100).toString(); 348 String firstKey2 = new Integer(101).toString(); 447 String lastKey1 = new Integer(108).toString(); 448 String lastKey2 = new Integer(109).toString(); 547 Integer value = new Integer(100); 559 value = new Integer(105); 571 value = new Integer(109); 584 value = new Integer(100) [all...] |
/art/test/572-checker-array-get-regression/src/ |
Main.java | 23 /// CHECK-START: java.lang.Integer Main.test() builder (after) 36 /// CHECK-START: java.lang.Integer Main.test() register (before) 44 public static Integer test() { 45 Integer[] integers = new Integer[1 << 19]; 49 Integer last_integer = integers[integers.length - 1]; 53 public static void initIntegerArray(Integer[] integers) { 55 integers[i] = new Integer(i);
|
/cts/tests/tests/os/src/android/os/health/cts/ |
TimerStatTest.java | 46 TimerStat timer = new TimerStat(Integer.MAX_VALUE, Long.MAX_VALUE); 48 Assert.assertEquals(Integer.MAX_VALUE, timer.getCount()); 61 TimerStat timer = new TimerStat(Integer.MAX_VALUE, Long.MAX_VALUE); 63 Assert.assertEquals(Integer.MAX_VALUE, timer.getCount()); 67 Assert.assertEquals(Integer.MAX_VALUE, timer.getCount()); 76 TimerStat timer = new TimerStat(Integer.MAX_VALUE, Long.MAX_VALUE); 78 Assert.assertEquals(Integer.MAX_VALUE, timer.getCount()); 89 Assert.assertEquals(Integer.MAX_VALUE, readback.getCount());
|
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/res/values-w820dp/ |
dimens.xml | 19 <integer name="list_columns">2</integer>
|
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/res/values-w820dp/ |
dimens.xml | 19 <integer name="list_columns">2</integer>
|
/development/samples/browseable/XYZTouristAttractions/Application/res/values-w820dp/ |
dimens.xml | 19 <integer name="list_columns">2</integer>
|
/development/samples/devbytes/graphics/ImagePixelization/res/values/ |
integers.xml | 17 <integer name="seek_max">1000</integer>
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Collections.Tests.pas | 24 FIHashList: IHashList<Integer, String>; 51 Values: array [0..9] of Integer = (50, 1, 33, 76, -22, 22, 34, 2, 88, 12); 55 I: Integer; 57 FIHashList := THashList<Integer, String>.Create; 69 I: Integer; 70 P: TPair<Integer, String>; 83 I: Integer; 84 P: TPair<Integer, String>;
|
/external/autotest/tko/migrations/ |
008_add_iteration_attributes.py | 13 iteration INTEGER, -- integer
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
rfc3414.py | 12 namedtype.NamedType('msgAuthoritativeEngineBoots', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, 2147483647))), 13 namedtype.NamedType('msgAuthoritativeEngineTime', univ.Integer().subtype(subtypeSpec=constraint.ValueRangeConstraint(0, 2147483647))),
|
/external/clang/test/CodeGenCXX/ |
catch-undef-behavior2.cpp | 1 // RUN: %clang_cc1 -std=c++11 -fsanitize=signed-integer-overflow,integer-divide-by-zero,float-divide-by-zero,shift-base,shift-exponent,unreachable,return,vla-bound,alignment,null,vptr,object-size,float-cast-overflow,bool,enum,array-bounds,function -emit-llvm %s -o - -triple x86_64-linux-gnu | FileCheck %s
|
/external/clang/test/Sema/ |
conversion-64-32.c | 4 return v; // expected-warning {{implicit conversion loses integer precision}} 18 return v / 2; // expected-warning {{implicit conversion loses integer precision: 'long' to 'int'}}
|
typedef-variable-type.c | 4 typedef int (*a)[!.0]; // expected-warning{{size of static array must be an integer constant expression}} 8 typedef int (*a)[!.0]; // expected-warning{{size of static array must be an integer constant expression}}
|
/external/compiler-rt/test/ubsan/TestCases/Integer/ |
mul-overflow.cpp | 1 // RUN: %clangxx -fsanitize=signed-integer-overflow %s -o %t && %run %t 2>&1 | FileCheck %s 12 // CHECK: mul-overflow.cpp:13:27: runtime error: signed integer overflow: 65535 * 32769 cannot be represented in type 'int'
|
/external/curl/lib/ |
curl_endian.c | 30 * This function converts a 16-bit integer from the little endian format, as 38 * Returns the integer. 49 * This function converts a 32-bit integer from the little endian format, as 57 * Returns the integer. 69 * This function converts a 64-bit integer from the little endian format, as 77 * Returns the integer. 106 * This function converts a 16-bit integer from the big endian format, as 114 * Returns the integer. 125 * This function converts a 32-bit integer from the big endian format, as 133 * Returns the integer [all...] |
/external/fec/ |
Android.mk | 7 LOCAL_SANITIZE := integer 19 LOCAL_SANITIZE := integer
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
HashBasedTableTest.java | 29 @Override protected Table<String, Integer, Character> create( 31 Table<String, Integer, Character> table = HashBasedTable.create(); 40 Table<String, Integer, Character> table1 = HashBasedTable.create(100, 20); 44 Table<String, Integer, Character> table2 = HashBasedTable.create(100, 0); 48 Table<String, Integer, Character> table3 = HashBasedTable.create(0, 20); 52 Table<String, Integer, Character> table4 = HashBasedTable.create(0, 0); 70 Table<String, Integer, Character> original 72 Table<String, Integer, Character> copy = HashBasedTable.create(original);
|