| /external/icu/icu4c/source/test/cintltst/ |
| chashtst.c | 76 s.integer = a; 77 t.integer = b;
|
| /external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
| JavaExpression.java | 325 * An integer. 327 public static JavaExpression integer(String value) { 334 * An integer. 336 public static JavaExpression integer(int value) {
|
| /external/libvpx/libvpx/vp9/encoder/x86/ |
| vp9_error_sse2.asm | 34 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit)
|
| /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
| PrintPreviewController.java | 73 R.integer.preview_page_per_row_count); 114 R.integer.print_option_column_count);
|
| /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
| SearchOrbView.java | 128 Integer color = (Integer) animator.getAnimatedValue(); 170 R.integer.lb_search_orb_pulse_duration_ms); 172 R.integer.lb_search_orb_scale_duration_ms);
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
| vp9_error_sse2.asm | 34 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit)
|
| /packages/apps/Calendar/src/com/android/calendar/agenda/ |
| AgendaAdapter.java | 95 COLOR_CHIP_ALL_DAY_HEIGHT = mResources.getInteger(R.integer.color_chip_all_day_height); 96 COLOR_CHIP_HEIGHT = mResources.getInteger(R.integer.color_chip_height);
|
| /packages/apps/Camera2/src/com/android/camera/widget/ |
| IndicatorIconController.java | 175 .getInteger(R.integer.camera_mode_video)) { 180 .getInteger(R.integer.camera_mode_gcam)) {
|
| /packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
| ConversationSyncDisabledTipView.java | 109 sScrollSlop = resources.getInteger(R.integer.swipeScrollSlop); 111 R.integer.shrink_animation_duration);
|
| ConversationsInOutboxTipView.java | 93 sScrollSlop = resources.getInteger(R.integer.swipeScrollSlop); 95 R.integer.shrink_animation_duration);
|
| TwoPaneLayout.java | 80 * The current mode that the tablet layout is in. This is a constant integer that holds values 128 final int convListWeight = res.getInteger(R.integer.conversation_list_weight); 129 final int convViewWeight = res.getInteger(R.integer.conversation_view_weight);
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
| TextDecoratorUi.java | 66 R.integer.text_decorator_hit_area_margin_in_dp); 257 R.integer.text_decorator_add_to_dictionary_indicator_path_size,
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
| DebugSettingsFragment.java | 78 res.getInteger(R.integer.config_key_preview_show_up_duration)); 80 res.getInteger(R.integer.config_key_preview_dismiss_duration));
|
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
| V8Binding.cpp | 164 const int64_t kJSMaxInteger = 0x20000000000000LL - 1; // 2^53 - 1, maximum uniquely representable integer in ECMAScript. 215 // Fast case. The value is already a 32-bit integer in the right range. 253 // Fast case. The value is a 32-bit signed integer - possibly positive? 333 // Fast case. The value is already a 32-bit integer. 367 // Fast case. The value is already a 32-bit unsigned integer. 371 // Fast case. The value is a 32-bit signed integer - possibly positive? 413 // Fast case. The value is a 32-bit integer. 434 unsigned long long integer; local 435 doubleToInteger(x, integer); 436 return integer; 480 unsigned long long integer; local [all...] |
| /external/chromium_org/third_party/libxml/src/ |
| triostr.c | 971 trio_long_double_t integer = 0.0; 985 integer *= base; 986 integer += (isdigit((int)*source) 1029 /* Integer part */ 1032 integer *= base; 1033 integer += (*source - '0'); 1068 value = integer + fraction; 1134 Convert string to signed integer. 1183 Convert string to unsigned integer. [all...] |
| /external/chromium_org/v8/test/mjsunit/compiler/ |
| inline-arguments.js | 297 b + 2.3, // integer in double register 298 c + 321, // integer in general register 299 c - 456, // integer in stack slot
|
| /external/libxml2/ |
| triostr.c | 971 trio_long_double_t integer = 0.0; 985 integer *= base; 986 integer += (isdigit((int)*source) 1029 /* Integer part */ 1032 integer *= base; 1033 integer += (*source - '0'); 1068 value = integer + fraction; 1134 Convert string to signed integer. 1183 Convert string to unsigned integer. [all...] |
| /external/llvm/bindings/ocaml/llvm/ |
| llvm.mli | 66 | Integer 156 (** The predicate for an integer comparison ([icmp]) instruction. 478 (** {7 Operations on integer types} *) 480 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See 484 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See 488 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See 492 (** [i32_type c] returns an integer type of bitwidth 32 in the context [c]. See 496 (** [i64_type c] returns an integer type of bitwidth 64 in the context [c]. See 500 (** [integer_type c n] returns an integer type of bitwidth [n] in the context 504 (** [integer_bitwidth c ty] returns the number of bits in the integer type [ty [all...] |
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
| WifiConfigStore.java | 140 private HashMap<Integer, WifiConfiguration> mConfiguredNetworks = 141 new HashMap<Integer, WifiConfiguration>(); 150 private HashMap<Integer, Integer> mNetworkIds = 151 new HashMap<Integer, Integer>(); 444 R.integer.config_wifi_framework_associated_scan_interval); 450 R.integer.config_wifi_framework_associated_partial_scan_max_num_active_channels); 452 R.integer.config_wifi_framework_associated_partial_scan_max_num_passive_channels); 454 R.integer.config_wifi_framework_associated_full_scan_max_interval) [all...] |
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| DeviceProfile.java | 195 res.getInteger(R.integer.config_dynamic_grid_overview_icon_zone_percentage) / 100f; 197 res.getInteger(R.integer.config_dynamic_grid_overview_scale_percentage) / 100f; 292 float padding = res.getInteger(R.integer.config_allAppsButtonPaddingPercent) / 100f; 412 resources.getInteger(R.integer.config_dynamic_grid_max_long_edge_cell_count); 414 resources.getInteger(R.integer.config_dynamic_grid_max_short_edge_cell_count); 416 resources.getInteger(R.integer.config_dynamic_grid_min_edge_cell_count); 669 Integer.MAX_VALUE, availableHeightPx); 672 availableWidthPx, Integer.MAX_VALUE); [all...] |
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| NameSplitter.java | 160 Integer integer = values.getAsInteger(StructuredName.FULL_NAME_STYLE); local 161 fullNameStyle = integer == null ? FullNameStyle.UNDEFINED : integer; 167 integer = values.getAsInteger(StructuredName.PHONETIC_NAME_STYLE); 168 phoneticNameStyle = integer == null ? PhoneticNameStyle.UNDEFINED : integer; [all...] |
| /packages/apps/Camera2/src/com/android/camera/ |
| CameraActivity.java | 245 private Preloader<Integer, AsyncTask> mPreloader; 765 public void onMetadataUpdated(List<Integer> updatedData) { 771 for (Integer dataId : updatedData) { [all...] |
| /external/chromium_org/v8/src/ |
| serialize.cc | [all...] |
| /frameworks/base/services/core/java/com/android/server/display/ |
| DisplayPowerController.java | 268 com.android.internal.R.integer.config_screenBrightnessSettingMinimum)); 271 com.android.internal.R.integer.config_screenBrightnessDoze)); 274 com.android.internal.R.integer.config_screenBrightnessDim)); 277 com.android.internal.R.integer.config_screenBrightnessDark)); 304 com.android.internal.R.integer.config_lightSensorWarmupTime); [all...] |
| /packages/services/Telephony/src/com/android/phone/ |
| OtaUtils.java | 267 R.integer.OtaShowActivationScreen); [all...] |