HomeSort by relevance Sort by last modified time
    Searched refs:integer (Results 176 - 200 of 370) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 129 public static MultiMap<Integer,Integer> validDelegations =
130 new MultiMap<Integer,Integer>() {
469 public Set<Integer> setOfNondeterministicDecisionNumbers = new HashSet<Integer>();
470 public Set<Integer> setOfNondeterministicDecisionNumbersResolvedWithPredicates =
471 new HashSet<Integer>();
766 List<Integer> validDelegators = validDelegations.get(delegate.type);
    [all...]
  /external/v8/test/mjsunit/
elements-transition.js 63 // Set the element to an integer but leave a hole at length-7.
int32-ops.js 30 // signed 32-bit integer values as smis.
object-prevent-extensions.js 125 // test same behavior as above, but for integer properties
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 91 getInteger(R.integer.max_suggest_lines_portrait);
93 getInteger(R.integer.max_suggest_lines_landscape);
457 Integer.toString(Math.max(mLinesLandscape, mLinesPortrait)));
TitleBar.java 176 int duration = res.getInteger(R.integer.titlebar_animation_duration);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PicasaSource.java 84 mMaxPostAblums = mResources.getInteger(R.integer.max_post_albums);
88 mMaxRecycleSize = mResources.getInteger(R.integer.recycle_image_pool_size);
  /external/chromium/third_party/libevent/
event.h 347 @param cb a function taking two arguments: an integer severity between
    [all...]
  /external/javassist/src/main/javassist/tools/reflect/
Reflection.java 329 body, ConstParameter.integer(identifier),
  /external/open-vcdiff/gflags/src/windows/gflags/
gflags.h 121 #error Do not know how to define a 32-bit integer quantity on your system
  /frameworks/base/core/java/android/database/
CursorWindow.java 49 com.android.internal.R.integer.config_cursorWindowSize) * 1024;
415 * is a string representation of the integer in decimal, obtained by formatting the
453 * is set to a string representation of the integer in decimal, obtained by formatting the
524 * is the integer value converted to a <code>double</code>.</li>
628 * Puts a long integer into the field at the specified row and column index.
774 return getName() + " {" + Integer.toHexString(mWindowPtr) + "}";
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 227 vibrator.vibrate(res.getInteger(R.integer.config_search_panel_view_vibration_duration));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 204 + ": " + Integer.toHexString(icon.iconId));
250 android.R.integer.status_bar_notification_info_maxnum);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetCarousel.java 51 mAdjacentPagesAngle = context.getResources().getInteger(R.integer.kg_carousel_angle);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SettingsValues.java 89 mDelayUpdateOldSuggestions = res.getInteger(R.integer.config_delay_update_old_suggestions);
272 final int arrayIndex = Integer.valueOf(currentAutoCorrectionSetting);
  /external/skia/legacy/src/animator/
SkScriptTokenizer.cpp 164 void SkScriptEngine2::addTokenInt(int integer) {
165 fActiveStream->write(&integer, sizeof(integer));
    [all...]
  /external/skia/src/animator/
SkScriptTokenizer.cpp 164 void SkScriptEngine2::addTokenInt(int integer) {
165 fActiveStream->write(&integer, sizeof(integer));
    [all...]
  /frameworks/base/services/java/com/android/server/power/
DisplayPowerController.java 365 com.android.internal.R.integer.config_screenBrightnessDim));
368 com.android.internal.R.integer.config_screenBrightnessSettingMinimum),
395 com.android.internal.R.integer.config_lightSensorWarmupTime);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 575 final float maxDist = (float) res.getInteger(R.integer.config_dropAnimMaxDist);
579 duration = res.getInteger(R.integer.config_dropAnimMaxDuration);
583 duration = Math.max(duration, res.getInteger(R.integer.config_dropAnimMinDuration));
Launcher.java 293 private final ArrayList<Integer> mSynchronouslyBoundPages = new ArrayList<Integer>();
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/valgrind/main/VEX/switchback/
test_ppc_jm1.c 4487 int integer = 0, floats = 0, p405 = 0, altivec = 0, faltivec = 0; local
    [all...]
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c 7342 int integer, floats, p405, altivec, faltivec; member in struct:insn_sel_flags_t_struct
    [all...]
  /external/dropbear/libtomcrypt/testprof/
der_tests.c 114 INTEGER 12345678
266 /* INTEGER */
457 unsigned long integer, oidbuf[10], outlen, inlen, x, y; local
466 integer = 1;
477 LTC_SET_ASN1(types, 4, LTC_ASN1_SHORT_INTEGER, &integer, 1);
559 if (y != x) { fprintf(stderr, "DER INTEGER size mismatch\n"); return 1; }
570 /* test short integer */
587 fprintf(stderr, "DER INTEGER short encoding failed, %lu, %lu\n", x, y);
598 fprintf(stderr, "DER INTEGER short decoding failed, %lu, %lu\n", x, mp_get_int(a));
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 114 HashMap<Integer, Utils.DNAStrand> mDna = null;
351 TEXT_SIZE_EVENT_TITLE = resources.getInteger(R.integer.text_size_event_title);
352 TEXT_SIZE_MONTH_NUMBER = resources.getInteger(R.integer.text_size_month_number);
353 SIDE_PADDING_MONTH_NUMBER = resources.getInteger(R.integer.month_day_number_margin);
490 public void setWeekParams(HashMap<String, Integer> params, String tz) {
    [all...]

Completed in 1284 milliseconds

1 2 3 4 5 6 78 91011>>