| /external/v8/src/js/ |
| v8natives.js | 246 // Convert the radix to an integer and check the range.
|
| /external/v8/test/js-perf-test/ |
| base.js | 100 // Robert Jenkins' 32 bit integer hash function.
|
| /external/v8/test/mjsunit/ |
| array-functions-prototype-misc.js | 144 // every integer in the range.
|
| math-floor-of-div-nosudiv.js | 169 // Use (values[key] | 0) to force the integer type.
|
| math-floor-of-div.js | 168 // Use (values[key] | 0) to force the integer type.
|
| unbox-double-arrays.js | 157 // Test double and integer values
|
| array-sort.js | 54 // Tricky case avoiding integer overflow in Runtime_SmiLexicographicCompare.
|
| /external/v8/test/mjsunit/es7/ |
| array-includes.js | 301 // Array.prototype.includes converts its fromIndex parameter to an integer
|
| /external/valgrind/none/tests/ppc32/ |
| test_isa_2_06_part1.stdout.exp | [all...] |
| /frameworks/base/services/core/java/com/android/server/wm/ |
| AccessibilityController.java | 267 com.android.internal.R.integer.config_longAnimTime); [all...] |
| /packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
| CallCardFragment.java | 210 mShrinkAnimationDuration = getResources().getInteger(R.integer.shrink_animation_duration); 211 mVideoAnimationDuration = getResources().getInteger(R.integer.video_animation_duration); [all...] |
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| Workspace.java | 230 private final ArrayList<Integer> mRestoredPages = new ArrayList<Integer>(); 327 res.getInteger(R.integer.config_workspaceSpringLoadShrinkPercentage) / 100.0f; 330 mCameraDistance = res.getInteger(R.integer.config_cameraDistance); 370 size[0] = Integer.MAX_VALUE; 371 size[1] = Integer.MAX_VALUE; [all...] |
| /external/v8/src/compiler/ |
| simplified-lowering.cc | 523 Type* const integer = type_cache_.kInteger; local 524 if (!previous_type->Maybe(integer)) { 527 DCHECK(current_type->Maybe(integer)); 530 Type::Intersect(current_type, integer, graph_zone()); 532 Type::Intersect(previous_type, integer, graph_zone()); [all...] |
| typer.cc | 990 // Right-shifting by a positive value yields a small integer value. 1210 Type* const integer = typer_->cache_.kInteger; local [all...] |
| /frameworks/base/services/core/java/com/android/server/power/ |
| PowerManagerService.java | 154 // provider populates the actual default value (R.integer.def_screen_off_timeout). 396 private int mMaximumScreenOffTimeoutFromDeviceAdmin = Integer.MAX_VALUE; 709 com.android.internal.R.integer.config_dreamsBatteryLevelMinimumWhenPowered); 711 com.android.internal.R.integer.config_dreamsBatteryLevelMinimumWhenNotPowered); 713 com.android.internal.R.integer.config_dreamsBatteryLevelDrainCutoff); 717 com.android.internal.R.integer.config_minimumScreenOffTimeout); 719 com.android.internal.R.integer.config_maximumScreenDimDuration); [all...] |
| /packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
| NotificationUtils.java | 116 private static Map<NotificationKey, Set<Integer>> sConversationNotificationMap = 117 new HashMap<NotificationKey, Set<Integer>>(); 150 private final ConcurrentHashMap<NotificationKey, Pair<Integer, Integer>> mMap = 151 new ConcurrentHashMap<NotificationKey, Pair<Integer, Integer>>(); 173 public Pair<Integer, Integer> remove(NotificationKey key) { 197 public Integer getUnread(NotificationKey key) { 198 final Pair<Integer, Integer> value = mMap.get(key) [all...] |
| /external/guava/guava-tests/test/com/google/common/collect/ |
| IteratorsTest.java | 146 Iterator<Integer> iterator = Collections.singleton(0).iterator(); 151 Iterator<Integer> iterator = asList(1, 2, 3, 4, 5).iterator(); 320 final List<Integer> list = asList(1, 2, 3, 4, 5); 321 final Predicate<Integer> isEven = new Predicate<Integer>() { 323 public boolean apply(Integer integer) { 324 return integer % 2 == 0; 327 new IteratorTester<Integer>(5, UNMODIFIABLE, asList(2, 4), 329 @Override protected Iterator<Integer> newTargetIterator() [all...] |
| /external/v8/benchmarks/spinning-balls/ |
| v.js | 138 // Robert Jenkins' 32 bit integer hash function.
|
| /external/valgrind/ |
| Android.mk | 604 test := integer
|
| /external/valgrind/none/tests/ppc64/ |
| test_isa_2_06_part1.stdout.exp | [all...] |
| jm-int.stdout.exp | 1 PPC integer arith insns with two args: 230 PPC integer arith insns with two args with flags update: [all...] |
| /packages/apps/Calendar/src/com/android/calendar/ |
| Utils.java | 635 startDay = Integer.parseInt(pref); [all...] |
| /packages/apps/Settings/src/com/android/settings/fuelgauge/ |
| BatteryHistoryChart.java | 358 com.android.internal.R.integer.config_lowBatteryWarningLevel); 360 com.android.internal.R.integer.config_criticalBatteryWarningLevel); [all...] |
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
| LatinIME.java | 207 R.integer.config_delay_in_milliseconds_to_update_suggestions); 209 R.integer.config_delay_in_milliseconds_to_update_shift_state); [all...] |
| /pdk/apps/TestingCamera/src/com/android/testingcamera/ |
| TestingCamera.java | 132 private List<Integer> mPreviewFrameRates; 134 private List<Integer> mPreviewFormats; 146 private List<Integer> mVideoFrameRates; [all...] |