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

1 2 3 4 5 67 8 91011>>

  /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...]
NFAToDFAConverter.java 417 Integer tI = Utils.integer(targetState.stateNumber);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
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);
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 154 com.android.internal.R.integer.config_criticalBatteryWarningLevel);
156 com.android.internal.R.integer.config_lowBatteryWarningLevel);
158 com.android.internal.R.integer.config_lowBatteryCloseWarningBump);
160 com.android.internal.R.integer.config_shutdownBatteryTemperature);
209 com.android.internal.R.integer.config_lowBatteryWarningLevel);
219 com.android.internal.R.integer.config_lowBatteryCloseWarningBump);
575 int dischargeThreshold = Integer.parseInt(dischargeThresholdString);
638 mBatteryProps.chargerAcOnline = Integer.parseInt(value) != 0;
640 mBatteryProps.chargerUsbOnline = Integer.parseInt(value) != 0;
642 mBatteryProps.chargerWirelessOnline = Integer.parseInt(value) != 0
    [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...]
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 59 (** [as_int32 gv] unboxes the integer-valued generic value [gv] as an [int32].
64 (** [as_int gv] unboxes the integer-valued generic value [gv] as an [int].
70 (** [as_natint gv] unboxes the integer-valued generic value [gv] as a
75 (** [as_int64 gv] returns the integer-valued generic value [gv] as an [int64].
141 [args], and [envp] as specified by the array [env]. Returns the integer
  /frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll 205 str.substr(0, yyleng - 1).getAsInteger(0, yylval->integer);
206 yylval->integer *= 1024;
210 str.substr(0, yyleng - 1).getAsInteger(0, yylval->integer);
211 yylval->integer *= 1024 * 1024;
214 str.getAsInteger(0, yylval->integer);
217 return token::INTEGER;
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 122 "_id INTEGER PRIMARY KEY AUTOINCREMENT," +
131 "_id INTEGER PRIMARY KEY AUTOINCREMENT," +
141 "_id INTEGER PRIMARY KEY AUTOINCREMENT," +
155 "_id INTEGER PRIMARY KEY," +
158 "channel INTEGER," +
159 "type INTEGER" +
163 "_id INTEGER PRIMARY KEY," +
167 "shortcut INTEGER," +
168 "ordering INTEGER" +
232 db.execSQL("ALTER TABLE favorites ADD spanX INTEGER");
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DialogActionAdapter.java 206 title.setMaxLines(res.getInteger(R.integer.lb_dialog_action_title_max_lines));
210 title.setMaxLines(res.getInteger(R.integer.lb_dialog_action_title_min_lines));
212 res.getInteger(R.integer.lb_dialog_action_description_min_lines));
266 android.R.integer.config_mediumAnimTime));
277 final int titleMaxLines = res.getInteger(R.integer.lb_dialog_action_title_max_lines);
345 mAnimationDuration = res.getInteger(R.integer.lb_dialog_animation_duration);
SettingsLayoutAdapter.java 280 mTitle.setMaxLines(res.getInteger(R.integer.lb_dialog_action_title_max_lines));
286 mTitle.setMaxLines(res.getInteger(R.integer.lb_dialog_action_title_min_lines));
289 res.getInteger(R.integer.lb_dialog_action_description_min_lines));
319 android.R.integer.config_mediumAnimTime));
331 final int titleMaxLines = res.getInteger(R.integer.lb_dialog_action_title_max_lines);
404 mAnimationDuration = res.getInteger(R.integer.lb_dialog_animation_duration);
  /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);
  /system/keymaster/
authorization_set.cpp 155 return comparator(lhs->integer, rhs->integer);
255 buf = append_uint32_to_buf(buf, end, param.integer);
291 return copy_uint32_from_buf(buf_ptr, end, &param->integer);
475 *val = elems_[pos].integer;
490 *val = elems_[pos].integer;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 85 com.android.internal.R.integer.config_criticalBatteryWarningLevel);
89 com.android.internal.R.integer.config_lowBatteryWarningLevel);
103 com.android.internal.R.integer.config_lowBatteryCloseWarningBump);
226 pw.println(Integer.toString(mBatteryLevel));
228 pw.println(Integer.toString(mBatteryStatus));
230 pw.println(Integer.toString(mPlugType));
232 pw.println(Integer.toString(mInvalidCharger));
245 pw.println(Integer.toString(findBatteryLevelBucket(mBatteryLevel)));
  /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...]
  /external/bison/src/
parse-gram.h 183 int integer; member in union:GRAM_STYPE
  /external/chromium_org/chrome/browser/resources/chromeos/network/
network_config.js 44 * @return {integer} The id of the callback.
58 * @param {integer} id The id of the callback.
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBAny.h 120 int64_t integer() const;
  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 227 return parm.integer;
232 return (UBool)(p1.integer != p2.integer);
264 codepoint = element->key.integer;
  /external/chromium_org/third_party/icu/source/tools/tzcode/
private.h 143 Please use a compiler that supports a 64-bit integer type (or wider);
217 ** add one for integer division truncation;
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
pk7_attr.c 96 /* Basic smime-capabilities OID and optional integer arg */
121 alg->parameter->value.integer = nbit;
  /external/chromium_org/tools/json_schema_compiler/test/
objects_unittest.cc 19 info_value->Set("integer", base::Value::CreateIntegerValue(5));
30 EXPECT_EQ(5, params->info.integer);
39 info_value->Set("integer", base::Value::CreateIntegerValue(5));
  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-misprediction.js 34 // A division that is going to be predicted integer on the first compilation. The
38 // integer but that contains a double. The subsequent addition to x, which is

Completed in 1399 milliseconds

1 2 3 4 5 67 8 91011>>