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

<<11121314151617181920>>

  /external/libweave/src/
access_api_handler_unittest.cc 127 "type": "integer"
166 "type": "integer",
170 "type": "integer",
component_manager_unittest.cc 112 "parameters": {"height": {"type": "integer"}}
137 "parameters": {"height": {"type": "integer"}}
157 "parameters": {"height": {"type": "integer"}}
177 "parameters": {"height": {"type": "integer"}}
204 "parameters": {"height": {"type": "integer"}}
311 "parameters": {"height": {"type": "integer"}}
333 "parameters": {"height": {"type": "integer"}}
360 "parameters": {"height": {"type": "integer"}}
382 "parameters": {"height": {"type": "integer"}}
1053 "prop2": { "type": "integer" }
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 81 com.android.internal.R.integer.config_criticalBatteryWarningLevel);
85 com.android.internal.R.integer.config_lowBatteryWarningLevel);
99 com.android.internal.R.integer.config_lowBatteryCloseWarningBump);
218 pw.println(Integer.toString(mBatteryLevel));
220 pw.println(Integer.toString(mBatteryStatus));
222 pw.println(Integer.toString(mPlugType));
224 pw.println(Integer.toString(mInvalidCharger));
237 pw.println(Integer.toString(findBatteryLevelBucket(mBatteryLevel)));
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
LeaveBehindItem.java 84 sShrinkAnimationDuration = res.getInteger(R.integer.shrink_animation_duration);
85 sFadeInAnimationDuration = res.getInteger(R.integer.fade_in_animation_duration);
86 sScrollSlop = res.getInteger(R.integer.leaveBehindSwipeScrollSlop);
SwipeHelper.java 93 SWIPE_ESCAPE_VELOCITY = res.getInteger(R.integer.swipe_escape_velocity);
94 DEFAULT_ESCAPE_ANIMATION_DURATION = res.getInteger(R.integer.escape_animation_duration);
95 MAX_ESCAPE_ANIMATION_DURATION = res.getInteger(R.integer.max_escape_animation_duration);
96 MAX_DISMISS_VELOCITY = res.getInteger(R.integer.max_dismiss_velocity);
97 SNAP_ANIM_LEN = res.getInteger(R.integer.snap_animation_duration);
ActionableToastBar.java 111 mAnimationDuration = getResources().getInteger(R.integer.toast_bar_animation_duration_ms);
112 mMinToastDuration = getResources().getInteger(R.integer.toast_bar_min_duration_ms);
113 mMaxToastDuration = getResources().getInteger(R.integer.toast_bar_max_duration_ms);
  /external/llvm/test/MC/AArch64/
arm64-diags.s 36 ; CHECK-ERRORS: error: index must be an integer in range [-256, 255].
39 ; CHECK-ERRORS: error: index must be an integer in range [-256, 255].
42 ; CHECK-ERRORS: error: index must be an integer in range [-256, 255].
48 ; CHECK-ERRORS: error: index must be an integer in range [-256, 255].
72 ; CHECK-ERRORS: error: index must be an integer in range [-256, 255].
124 ; CHECK-ERRORS: error: index must be an integer in range [-256, 255].
134 ; CHECK-ERRORS: error: immediate must be an integer in range [1, 8].
137 ; CHECK-ERRORS: error: immediate must be an integer in range [1, 8].
140 ; CHECK-ERRORS: error: immediate must be an integer in range [1, 16].
143 ; CHECK-ERRORS: error: immediate must be an integer in range [1, 32]
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 134 mDropPeriod = mResources.getInteger(R.integer.table_drop_period);
135 mFastDropPeriod = mResources.getInteger(R.integer.fast_drop);
136 mNowDropDelay = mResources.getInteger(R.integer.now_drop);
137 mImageRatio = mResources.getInteger(R.integer.image_ratio) / 1000000f;
138 mTableRatio = mResources.getInteger(R.integer.table_ratio) / 1000000f;
139 mImageRotationLimit = (float) mResources.getInteger(R.integer.max_image_rotation);
141 mPickUpDuration = mResources.getInteger(R.integer.photo_pickup_duration);
142 mThrowRotation = (float) mResources.getInteger(R.integer.image_throw_rotatioan);
143 mTableCapacity = mResources.getInteger(R.integer.table_capacity);
144 mRedealCount = mResources.getInteger(R.integer.redeal_count)
    [all...]
PhotoCarousel.java 99 mDropPeriod = resources.getInteger(R.integer.carousel_drop_period);
100 mBitmapQueueLimit = resources.getInteger(R.integer.num_images_to_preload);
101 mFlipDuration = resources.getInteger(R.integer.flip_duration);
192 destination.setTag(R.id.photo_orientation, Integer.valueOf(orientation));
193 destination.setTag(R.id.photo_width, Integer.valueOf(width));
194 destination.setTag(R.id.photo_height, Integer.valueOf(height));
208 int orientation = ((Integer) photo.getTag(R.id.photo_orientation)).intValue();
209 int width = ((Integer) photo.getTag(R.id.photo_width)).intValue();
210 int height = ((Integer) photo.getTag(R.id.photo_height)).intValue();
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java 133 public int minAltInConfigurations=Integer.MAX_VALUE;
487 disabled.add(Utils.integer(configuration.alt));
511 * context conflicting ctx predicts alts i and j. Return an Integer set
525 protected Set<Integer> getConflictingAlts() {
528 Set<Integer> nondeterministicAlts = new HashSet<Integer>();
541 MultiMap<Integer, NFAConfiguration> stateToConfigListMap =
542 new MultiMap<Integer, NFAConfiguration>();
545 Integer stateI = Utils.integer(configuration.state)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
WorkspaceStateTransitionAnimation.java 213 mAllAppsTransitionTime = res.getInteger(R.integer.config_allAppsTransitionTime);
214 mOverviewTransitionTime = res.getInteger(R.integer.config_overviewTransitionTime);
215 mOverlayTransitionTime = res.getInteger(R.integer.config_overlayTransitionTime);
219 res.getInteger(R.integer.config_workspaceOverviewShrinkPercentage) / 100f;
220 mWorkspaceScrimAlpha = res.getInteger(R.integer.config_workspaceScrimAlpha) / 100f;
229 boolean animated, HashMap<View, Integer> layerViews) {
265 final int duration, final HashMap<View, Integer> layerViews,
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 159 com.android.internal.R.integer.config_criticalBatteryWarningLevel);
161 com.android.internal.R.integer.config_lowBatteryWarningLevel);
163 com.android.internal.R.integer.config_lowBatteryCloseWarningBump);
165 com.android.internal.R.integer.config_shutdownBatteryTemperature);
226 com.android.internal.R.integer.config_lowBatteryWarningLevel);
236 com.android.internal.R.integer.config_lowBatteryCloseWarningBump);
608 int dischargeThreshold = Integer.parseInt(dischargeThresholdString);
    [all...]
  /external/libvorbis/doc/
08-residue.tex 43 important to note that the integer division truncates. In the below
52 is also partitioned into chunks. The integer elements of each scalar
115 must be an integer multiple of the codebook dimension, although
159 1) [residue_begin] = read 24 bits as unsigned integer
160 2) [residue_end] = read 24 bits as unsigned integer
161 3) [residue_partition_size] = read 24 bits as unsigned integer and add one
162 4) [residue_classifications] = read 6 bits as unsigned integer and add one
163 5) [residue_classbook] = read 8 bits as unsigned integer
197 3) [low_bits] = read 3 bits as unsigned integer
199 5) if ( [bitflag] is set ) then [high_bits] = read five bits as unsigned integer
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
DisplayPowerController.java 274 com.android.internal.R.integer.config_screenBrightnessSettingMinimum));
277 com.android.internal.R.integer.config_screenBrightnessDoze));
280 com.android.internal.R.integer.config_screenBrightnessDim));
283 com.android.internal.R.integer.config_screenBrightnessDark));
309 com.android.internal.R.integer.config_brightness_ramp_rate_fast);
312 com.android.internal.R.integer.config_autoBrightnessLightSensorRate);
314 com.android.internal.R.integer.config_autoBrightnessBrighteningLightDebounce);
316 com.android.internal.R.integer.config_autoBrightnessDarkeningLightDebounce);
320 com.android.internal.R.integer.config_autoBrightnessAmbientLightHorizon);
331 com.android.internal.R.integer.config_lightSensorWarmupTime)
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll 212 str.substr(0, yyleng - 1).getAsInteger(0, yylval->integer);
213 yylval->integer *= 1024;
217 str.substr(0, yyleng - 1).getAsInteger(0, yylval->integer);
218 yylval->integer *= 1024 * 1024;
221 str.getAsInteger(0, yylval->integer);
224 return token::INTEGER;
  /external/eigen/blas/f2c/
chpmv.c 15 /* Subroutine */ int chpmv_(char *uplo, integer *n, complex *alpha, complex *
16 ap, complex *x, integer *incx, complex *beta, complex *y, integer *
20 integer i__1, i__2, i__3, i__4, i__5;
28 integer i__, j, k, kk, ix, iy, jx, jy, kx, ky, info;
31 extern /* Subroutine */ int xerbla_(char *, integer *, ftnlen);
64 /* N - INTEGER. */
95 /* INCX - INTEGER. */
111 /* INCY - INTEGER. */
zhpmv.c 15 /* Subroutine */ int zhpmv_(char *uplo, integer *n, doublecomplex *alpha,
16 doublecomplex *ap, doublecomplex *x, integer *incx, doublecomplex *
17 beta, doublecomplex *y, integer *incy, ftnlen uplo_len)
20 integer i__1, i__2, i__3, i__4, i__5;
28 integer i__, j, k, kk, ix, iy, jx, jy, kx, ky, info;
31 extern /* Subroutine */ int xerbla_(char *, integer *, ftnlen);
64 /* N - INTEGER. */
95 /* INCX - INTEGER. */
111 /* INCY - INTEGER. */
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 180 "_id INTEGER PRIMARY KEY AUTOINCREMENT," +
189 "_id INTEGER PRIMARY KEY AUTOINCREMENT," +
199 "_id INTEGER PRIMARY KEY AUTOINCREMENT," +
213 "_id INTEGER PRIMARY KEY," +
216 "channel INTEGER," +
217 "type INTEGER" +
221 "_id INTEGER PRIMARY KEY," +
225 "shortcut INTEGER," +
226 "ordering INTEGER" +
290 db.execSQL("ALTER TABLE favorites ADD spanX INTEGER");
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DeepShortcutsContainer.java 217 R.integer.config_deepShortcutOpenDuration);
219 R.integer.config_deepShortcutArrowOpenDuration);
222 R.integer.config_deepShortcutOpenStagger);
542 R.integer.config_deepShortcutCloseDuration);
544 R.integer.config_deepShortcutArrowOpenDuration);
546 R.integer.config_deepShortcutCloseStagger);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
ActionAdapter.java 70 private static Integer sDescriptionMaxHeight = null;
134 mAnimationDuration = res.getInteger(R.integer.dialog_animation_duration);
209 title.setMaxLines(res.getInteger(R.integer.action_title_max_lines));
213 title.setMaxLines(res.getInteger(R.integer.action_title_min_lines));
215 res.getInteger(R.integer.action_description_min_lines));
347 android.R.integer.config_mediumAnimTime));
534 private static Integer getDescriptionMaxHeight(Context context, TextView title,
539 final int titleMaxLines = res.getInteger(R.integer.action_title_max_lines);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
diagnostic.l 62 [^:]*:64: Error: operand 1 should be an integer register -- `adds sp,sp,2134,lsl#12'
100 [^:]*:104: Error: operand 1 should be an integer register -- `ret lr'
101 [^:]*:105: Error: operand 1 should be an integer register -- `ret kk'
105 [^:]*:109: Error: operand 5 should be an integer register -- `sys #0,c0,c0,#0,kk'
  /frameworks/base/core/java/android/os/
PowerManager.java 222 * Mask for the wake lock level component of a combined wake lock level and flags integer.
452 com.android.internal.R.integer.config_screenBrightnessSettingMinimum);
463 com.android.internal.R.integer.config_screenBrightnessSettingMaximum);
472 com.android.internal.R.integer.config_screenBrightnessSettingDefault);
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
NightDisplayController.java 136 R.integer.config_defaultNightDisplayAutoMode);
181 R.integer.config_defaultNightDisplayCustomStartTime);
215 R.integer.config_defaultNightDisplayCustomEndTime);
  /packages/apps/Camera2/src/com/android/camera/ui/
DetailsDialog.java 93 for (Entry<Integer, Object> detail : details) {
126 int integer = (int) time;
127 time -= integer;
128 value = String.valueOf(integer) + "''";
168 value = toLocalNumber(Integer.parseInt((String) detail.getValue()));
262 * Converts the given integer (given as String or Integer object) to a
266 if (valueObj instanceof Integer) {
267 return toLocalNumber((Integer) valueObj);
271 value = toLocalNumber(Integer.parseInt(value))
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DialogDetailsView.java 137 for (Entry<Integer, Object> detail : details) {
176 int integer = (int) time; local
177 time -= integer;
178 value = String.valueOf(integer) + "''";
215 value = toLocalNumber(Integer.parseInt((String) detail.getValue()));
310 * Converts the given integer (given as String or Integer object) to a
314 if (valueObj instanceof Integer) {
315 return toLocalNumber((Integer) valueObj);
319 value = toLocalNumber(Integer.parseInt(value))
    [all...]

Completed in 2697 milliseconds

<<11121314151617181920>>