HomeSort by relevance Sort by last modified time
    Searched refs:integer (Results 251 - 275 of 577) sorted by null

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
Settings.java 248 return Integer.parseInt(prefs.getString(PREF_KEY_PREVIEW_POPUP_DISMISS_DELAY,
249 Integer.toString(res.getInteger(
250 R.integer.config_key_preview_linger_timeout))));
295 return res.getInteger(R.integer.config_default_longpress_key_timeout);
305 return Integer.parseInt(
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
StorageManager.java 53 Resources.getSystem().getInteger(R.integer.config_downloadDataDirSize) * 1024 * 1024;
60 R.integer.config_downloadDataDirLowSpaceThreshold)
  /external/valgrind/main/none/tests/ppc32/
jm-int.stdout.exp 1 PPC integer arith insns with two args:
150 PPC integer arith insns with two args with flags update:
299 PPC integer arith insns with two args and carry:
376 PPC integer arith insns with two args and carry with flags update:
453 PPC integer logical insns with two args:
    [all...]
  /bionic/libc/tzcode/
private.h 148 Please use a compiler that supports a 64-bit integer type (or wider);
330 ** add one for integer division truncation;
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 77 mShortAnimationDuration = getResources().getInteger(android.R.integer.config_shortAnimTime);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RandomPhrase.java 69 protected static void randomPhrase(Grammar g, List<Integer> tokenTypes, String startRule) {
126 protected static Integer getTokenType(Label label) {
134 return Utils.integer(label.getAtom());
196 List<Integer> tokenTypes = new ArrayList<Integer>(100);
200 Integer ttypeI = (Integer) tokenTypes.get(i);
204 List<Integer> charsInToken = new ArrayList<Integer>(10);
208 java.lang.Integer cI = (java.lang.Integer) charsInToken.get(j)
    [all...]
  /external/bison/src/
scan-gram.l 239 val->integer = scan_integer (yytext, 10, *loc);
243 val->integer = scan_integer (yytext, 16, *loc);
772 | Scan NUMBER for a base-BASE integer at location LOC. |
783 complain_at (loc, _("integer out of range: %s"), quote (number));
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 108 #error Do not know how to define a 32-bit integer quantity on your system
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 72 float integer = ceilf(microseconds); local
73 float difference = integer - microseconds;
78 integer -= 1.0f;
82 return base::TimeDelta::FromMicroseconds(static_cast<int64>(integer));
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_utils.js 16 * Returns true if |value| is a valid non zero positive integer.
18 * @return {boolean} true if the |value| is valid non zero positive integer.
  /external/chromium_org/third_party/icu/source/common/
uhash.h 86 * integer, we pass it around by value.
90 int32_t integer; member in union:UHashTok
350 * Put a (key=integer, value=pointer) item in a UHashtable.
355 * @param key The integer key to store.
368 * Put a (key=pointer, value=integer) item in a UHashtable. If the
374 * @param value The integer value to store.
386 * Put a (key=integer, value=integer) item in a UHashtable. If the
392 * @param value The integer value to store.
415 * Retrieve a pointer value from a UHashtable using a integer key
    [all...]
  /external/chromium_org/v8/test/mjsunit/
fuzz-natives-part1.js 126 // to unexpected integer values.
175 // Requires integer arguments to be non-negative.
fuzz-natives-part2.js 126 // to unexpected integer values.
175 // Requires integer arguments to be non-negative.
fuzz-natives-part3.js 126 // to unexpected integer values.
175 // Requires integer arguments to be non-negative.
fuzz-natives-part4.js 126 // to unexpected integer values.
175 // Requires integer arguments to be non-negative.
  /external/javassist/src/main/javassist/tools/rmi/
StubGenerator.java 219 ConstParameter.integer(i),
  /external/open-vcdiff/gflags/src/gflags/
gflags.h 112 #error Do not know how to define a 32-bit integer quantity on your system
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 115 @ carry overflow from fraction to integer portion
ARM-E_interpolate_noloop_gnu.s 107 @ carry overflow from fraction to integer portion
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 115 @ carry overflow from fraction to integer portion
ARM-E_interpolate_noloop_gnu.s 107 @ carry overflow from fraction to integer portion
  /external/v8/test/mjsunit/
fuzz-natives.js 126 // to unexpected integer values.
169 // Requires integer arguments to be non-negative.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsActivity.java 192 getResources().getInteger(R.integer.config_recent_item_min_alpha) / 100f);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpNotificationView.java 63 mTouchSensitivityDelay = getResources().getInteger(R.integer.heads_up_sensitivity_delay);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 101 com.android.internal.R.integer.config_valid_wappush_index);
124 * Parse HeaderLen(unsigned integer).
148 * Length = Uintvar-integer
183 wapAppId = Integer.toString((int) pduDecoder.getValue32());

Completed in 2271 milliseconds

<<11121314151617181920>>