| /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/ |
| id3_parser.js | 26 * Reads synchsafe integer. 52 * Reads 3bytes integer.
|
| /external/chromium_org/v8/src/ |
| serialize.h | 378 void PutInt(uintptr_t integer, const char* description);
|
| /external/libunwind/doc/ |
| libunwind-ia64.tex | 107 \item[\Const{UNW\_IA64\_GR}:] The base-index for general (integer) 121 general (integer) registers. A non-zero value in these registers
|
| /external/speex/libspeex/ |
| preprocess.c | 358 float integer, frac; local 365 integer = floor(2*x); 366 ind = (int)integer; 371 frac = 2*x-integer; [all...] |
| /frameworks/base/core/java/android/os/ |
| UserManager.java | [all...] |
| /frameworks/base/services/core/java/com/android/server/power/ |
| ShutdownThread.java | 125 com.android.internal.R.integer.config_longPressOnPowerBehavior);
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| WapPushOverSms.java | 129 com.android.internal.R.integer.config_valid_wappush_index); 152 * Parse HeaderLen(unsigned integer). 176 * Length = Uintvar-integer 221 wapAppId = Integer.toString((int) pduDecoder.getValue32()); 417 Integer.toString(PduHeaders.MESSAGE_TYPE_SEND_REQ) 450 Integer.toString(PduHeaders.MESSAGE_TYPE_NOTIFICATION_IND),
|
| /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
| RowsFragment.java | 282 R.integer.lb_browse_rows_anim_duration);
|
| /packages/apps/Browser/src/com/android/browser/view/ |
| BookmarkExpandableView.java | 82 .getInteger(R.integer.max_bookmark_columns); 186 Integer groupPosition = (Integer) originalView.getTag(R.id.group_position); 187 Integer childPosition = (Integer) originalView.getTag(R.id.child_position); 228 int groupPosition = (Integer) v.getTag(R.id.group_position); 229 int childPosition = (Integer) v.getTag(R.id.child_position); 246 int groupPosition = (Integer) v.getTag(R.id.group_position); 274 HashMap<Integer, BreadCrumbView> mBreadcrumbs = 275 new HashMap<Integer, BreadCrumbView>() [all...] |
| /packages/apps/Camera2/src/com/android/camera/settings/ |
| AppUpgrader.java | 151 // Strict upgrade version: Integer -> String, from default. 185 // Startup module index: Integer -> String, from default. 193 // Last camera used module index: Integer -> String, from default. 337 } else if (value instanceof Integer) { 338 String intValue = SettingsManager.convert((Integer) value); 345 if (longValue <= Integer.MAX_VALUE && longValue >= Integer.MIN_VALUE) { 387 String moduleId = Integer.toString(moduleIds[i]); 407 * The R.integer.camera_mode_* indices were cleaned up, resulting in 414 int gcamIndex = context.getResources().getInteger(R.integer.camera_mode_gcam) [all...] |
| SettingsUtil.java | 49 duration = context.getResources().getInteger(R.integer.max_video_recording_length); 379 int closestMatchPixelCountDiff = Integer.MAX_VALUE; 399 return ((Integer) size.width()).toString() + "x" + ((Integer) size.height()).toString(); 411 return new Size(Integer.valueOf(parts[0]), Integer.valueOf(parts[1]));
|
| /packages/apps/Contacts/src/com/android/contacts/group/ |
| GroupDetailFragment.java | 137 int columnCount = res.getInteger(R.integer.contact_tile_column_count);
|
| /packages/apps/Dialer/src/com/android/dialer/list/ |
| SpeedDialFragment.java | 155 private final HashMap<Long, Integer> mItemIdTopMap = new HashMap<Long, Integer>(); 156 private final HashMap<Long, Integer> mItemIdLeftMap = new HashMap<Long, Integer>(); 187 mAnimationDuration = getResources().getInteger(R.integer.fade_duration); 361 Integer startTop = mItemIdTopMap.get(itemId); 362 Integer startLeft = mItemIdLeftMap.get(itemId);
|
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| AppsCustomizeTabHost.java | 207 final int duration = res.getInteger(R.integer.config_tabTransitionDuration);
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
| BaseContentFragment.java | 411 android.R.integer.config_mediumAnimTime));
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/ |
| Picker.java | 180 R.integer.dialog_animation_duration); 211 columnView.setTag(Integer.valueOf(colIndex)); 484 view.setTag(Integer.valueOf(mColIndex)); 526 int colIndex = (Integer) parent.getTag();
|
| /packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
| MailPrefs.java | 166 mSnapHeaderDefault = c.getResources().getInteger(R.integer.prefDefault_snapHeader);
|
| /packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
| DownloadService.java | 116 com.android.internal.R.integer.config_MaxConcurrentDownloadsAllowed);
|
| /frameworks/base/policy/src/com/android/internal/policy/impl/ |
| PhoneWindowManager.java | [all...] |
| /external/chromium_org/third_party/WebKit/PerformanceTests/resources/ |
| runner.js | 29 // Robert Jenkins' 32 bit integer hash function.
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
| brw_draw_upload.c | 219 GLenum format, bool normalized, bool integer ) 225 if (integer) { 677 input->glarray->Integer); 687 * integer ubyte. Just rewrite that to convert to a float. 707 case 3: comp3 = input->glarray->Integer ? BRW_VE1_COMPONENT_STORE_1_INT 742 gen6_edgeflag_input->glarray->Integer);
|
| /external/chromium_org/v8/test/mjsunit/ |
| math-pow.js | 144 // Test detecting and converting integer value as double.
|
| /external/llvm/test/MC/PowerPC/ |
| ppc64-encoding-vmx.s | 156 # Vector integer arithmetic instructions 346 # Vector integer compare instructions 403 # Vector integer logical instructions 421 # Vector integer rotate and shift instructions
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| brw_draw_upload.c | 219 GLenum format, bool normalized, bool integer ) 225 if (integer) { 677 input->glarray->Integer); 687 * integer ubyte. Just rewrite that to convert to a float. 707 case 3: comp3 = input->glarray->Integer ? BRW_VE1_COMPONENT_STORE_1_INT 742 gen6_edgeflag_input->glarray->Integer);
|
| /external/proguard/src/proguard/ |
| ConfigurationParser.java | 372 // Read the obligatory integer. 373 readNextWord("integer"); 375 int integer = Integer.parseInt(nextWord); local 379 return integer; 383 throw new ParseException("Expecting integer argument instead of '" + nextWord + [all...] |