HomeSort by relevance Sort by last modified time
    Searched refs:integer (Results 376 - 400 of 877) sorted by null

<<11121314151617181920>>

  /bionic/libc/tzcode/
private.h 191 Please use a compiler that supports a 64-bit integer type (or wider);
247 Please use a compiler that supports a 64-bit integer type (or wider);
494 /* Max and min values of the integer type T, of which only the bottom
511 ** add one for integer division truncation;
  /external/dbus/dbus/
dbus-internals.h 181 #define _DBUS_INT_TO_POINTER(integer) ((void*)((intptr_t)(integer)))
  /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_highbd_error_sse2.asm 48 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit)
vp9_highbd_error_avx.asm 53 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit).
127 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit).
210 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit)
  /external/v8/test/mjsunit/
math-floor-negative.js 31 // Trigger overflow when converting/truncating double to integer.
  /external/v8/test/mjsunit/regress/
regress-1117.js 31 // constant 0 with a negative integer.
regress-1181.js 28 // The first count times, test is called with an integer argument and
  /external/v8/test/webkit/
dfg-store-unexpected-value-into-argument-and-osr-exit.js 32 x = true; // Force x to not have a hoisted integer speculation.
integer-extremes.js 25 "This test verifies that the bit twiddling done in JavaScriptCore's integer machinery works correctly on the current platform."
  /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/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardIndicationController.java 88 mSlowThreshold = res.getInteger(R.integer.config_chargingSlowlyThreshold);
89 mFastThreshold = res.getInteger(R.integer.config_chargingFastThreshold);
  /frameworks/base/services/core/java/com/android/server/
GestureLauncherService.java 192 com.android.internal.R.integer.config_cameraLaunchGestureSensorType);
238 com.android.internal.R.integer.config_cameraLaunchGestureSensorType) != -1;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SearchOrbView.java 134 Integer color = (Integer) animator.getAnimatedValue();
176 R.integer.lb_search_orb_pulse_duration_ms);
178 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 177 .getInteger(R.integer.camera_mode_video)) {
182 .getInteger(R.integer.camera_mode_gcam)) {
  /external/libxml2/
triostr.c 977 trio_long_double_t integer = 0.0;
991 integer *= base;
992 integer += (isdigit((int)*source)
1035 /* Integer part */
1038 integer *= base;
1039 integer += (*source - '0');
1074 value = integer + fraction;
1140 Convert string to signed integer.
1189 Convert string to unsigned integer.
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 66 | Integer
165 (** The predicate for an integer comparison ([icmp]) instruction.
495 (** {7 Operations on integer types} *)
497 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
501 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See
505 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See
509 (** [i32_type c] returns an integer type of bitwidth 32 in the context [c]. See
513 (** [i64_type c] returns an integer type of bitwidth 64 in the context [c]. See
517 (** [integer_type c n] returns an integer type of bitwidth [n] in the context
521 (** [integer_bitwidth c ty] returns the number of bits in the integer type [ty
    [all...]
  /external/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
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiQualifiedNetworkSelector.java 180 R.integer.config_wifi_framework_RSSI_SCORE_SLOPE);
182 R.integer.config_wifi_framework_RSSI_SCORE_OFFSET);
184 R.integer.config_wifi_framework_SAME_BSSID_AWARD);
186 R.integer.config_wifi_framework_LAST_SELECTION_AWARD);
188 R.integer.config_wifi_framework_PASSPOINT_SECURITY_AWARD);
190 R.integer.config_wifi_framework_SECURITY_AWARD);
427 status.setCandidateScore(Integer.MIN_VALUE);
632 int currentHighestScore = Integer.MIN_VALUE;
    [all...]
WifiConfigManager.java 208 Integer.MAX_VALUE, // threshold for NETWORK_SELECTION_ENABLE
214 Integer.MAX_VALUE, // threshold for DISABLED_TLS_VERSION
215 Integer.MAX_VALUE, // threshold for DISABLED_AUTHENTICATION_NO_CREDENTIALS
216 Integer.MAX_VALUE, // threshold for DISABLED_NO_INTERNET
217 Integer.MAX_VALUE // threshold for DISABLED_BY_WIFI_MANAGER
280 private ConcurrentHashMap<Integer, ScanDetailCache> mScanDetailCaches;
347 R.integer.config_wifi_framework_associated_partial_scan_max_num_active_channels));
351 R.integer.config_wifi_framework_5GHz_preference_boost_factor));
353 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz));
355 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_5GHz))
    [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...]
  /toolchain/binutils/binutils-2.25/ld/
ldlex.l 148 yylval.integer = bfd_scan_vma (yytext + 1, 0, 16);
173 yylval.integer = bfd_scan_vma (yytext, 0,
187 yylval.integer = bfd_scan_vma (s, 0, ibase);
192 yylval.integer *= 1024 * 1024;
197 yylval.integer *= 1024;

Completed in 1527 milliseconds

<<11121314151617181920>>