HomeSort by relevance Sort by last modified time
    Searched refs:integer (Results 226 - 250 of 657) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/sqlite/src/test/
fts3_common.tcl 194 foreach docid [lsort -integer [array names ret]] {
  /external/chromium_org/ui/webui/resources/js/
load_time_data.js 91 * As above, but also makes sure that the value is an integer.
98 expect(value == Math.floor(value), 'Number isn\'t integer: ' + value);
  /external/chromium_org/v8/test/webkit/
instance-of-immediates.js 38 // Test set 1, test passing the integer 1 as the constructor to be tested for.
50 // Test set 4, test passing Constructor as the constructor to be tested for - with Constructor.prototype set to the integer 1.
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."
  /external/freetype/src/sfnt/
ttbdf.c 225 aprop->u.integer = (FT_Int32)value;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttbdf.c 225 aprop->u.integer = (FT_Int32)value;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
R.java 163 public static final class integer { class in class:R
  /external/webrtc/src/common_audio/signal_processing/
spl_sqrt_floor.s 7 @ Input : r0 32 bit unsigned integer
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 297 animatorSet.setDuration(getResources().getInteger(android.R.integer.config_mediumAnimTime));
350 getResources().getInteger(android.R.integer.config_longAnimTime));
355 getResources().getInteger(android.R.integer.config_mediumAnimTime));
434 animatorSet.setDuration(getResources().getInteger(android.R.integer.config_longAnimTime));
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogFragment.java 213 mFadeInDuration = getResources().getInteger(R.integer.call_log_actions_fade_in_duration);
214 mFadeInStartDelay = getResources().getInteger(R.integer.call_log_actions_fade_start);
215 mFadeOutDuration = getResources().getInteger(R.integer.call_log_actions_fade_out_duration);
217 R.integer.call_log_expand_collapse_duration);
  /packages/apps/Dialer/src/com/android/dialer/list/
TileInteractionTeaserView.java 45 sShrinkAnimationDuration = resources.getInteger(R.integer.escape_animation_duration);
109 mAnimatedHeight = (Integer) animation.getAnimatedValue();
  /packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java 57 mTransitionDuration = r.getInteger(R.integer.config_dropTargetBgTransitionDuration);
Hotseat.java 61 mAllAppsButtonRank = r.getInteger(R.integer.hotseat_all_apps_index);
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 55 mTransitionDuration = r.getInteger(R.integer.config_dropTargetBgTransitionDuration);
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardContainerView.java 40 mNumColumns = res.getInteger(R.integer.dashboard_num_columns);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseScrollAdapterFragment.java 126 .getResources().getInteger(R.integer.dialog_animation_duration);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SpacingAndPunctuations.java 58 mSentenceSeparator = res.getInteger(R.integer.sentence_separator);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetTestsBase.java 58 mScreenMetrics = context.getResources().getInteger(R.integer.config_screen_metrics);
  /external/chromium_org/third_party/icu/source/test/cintltst/
chashtst.c 76 s.integer = a;
77 t.integer = b;
  /external/chromium_org/third_party/libevent/test/
regress.c 1366 uint32_t integer; local
1379 if (evtag_decode_int(&integer, tmp) == -1) {
1383 if (integer != integers[i]) {
1385 integer, integers[i]);
1449 uint32_t integer; local
1462 if (evtag_decode_tag(&integer, tmp) == -1) {
1466 if (integer != integers[i]) {
1468 integer, integers[i]);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_error_sse2.asm 34 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit)
  /external/chromium_org/v8/test/mjsunit/
math-floor-negative.js 31 // Trigger overflow when converting/truncating double to integer.
  /external/chromium_org/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

Completed in 1825 milliseconds

1 2 3 4 5 6 7 8 91011>>