| /external/ImageMagick/www/api/ |
| magick-wand.php | 438 <dd> This integer returns the number of image formats in the list. </dd>
|
| /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
| Antlr.Runtime.Tree.pas | 198 function GetUniqueID(const Node: IANTLRInterface): Integer; 217 function CreateNode(const TokenType: Integer; const FromToken: IToken): IANTLRInterface; overload; 225 function CreateNode(const TokenType: Integer; const FromToken: IToken; 234 function CreateNode(const TokenType: Integer; const Text: String): IANTLRInterface; overload; 239 function GetNodeType(const T: IANTLRInterface): Integer; 242 procedure SetNodeType(const T: IANTLRInterface; const NodeType: Integer); 278 function GetTokenStartIndex(const T: IANTLRInterface): Integer; 283 function GetTokenStopIndex(const T: IANTLRInterface): Integer; 288 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; 291 procedure SetChild(const T: IANTLRInterface; const I: Integer; const Child: IANTLRInterface) [all...] |
| /external/libjpeg-turbo/simd/ |
| jidctint-mmx.asm | 2 ; jidctint.asm - accurate integer IDCT (MMX) 17 ; This file contains a slow-but-accurate integer implementation of the [all...] |
| jidctint-sse2-64.asm | 2 ; jidctint.asm - accurate integer IDCT (64-bit SSE2) 18 ; This file contains a slow-but-accurate integer implementation of the [all...] |
| jidctint-sse2.asm | 2 ; jidctint.asm - accurate integer IDCT (SSE2) 17 ; This file contains a slow-but-accurate integer implementation of the [all...] |
| /external/libvorbis/doc/ |
| 01-introduction.tex | 244 decoding and, optionally, use the entropy-decoded integer value as an 337 stream. The mode is encoded as an integer used as a direct offset into
|
| /external/protobuf/java/src/main/java/com/google/protobuf/ |
| TextFormat.java | 254 String.format((Locale) null, "0x%08x", (Integer) value)); 379 generator.print(((Integer) value).toString()); 402 generator.print(unsignedToString((Integer) value)); 442 for (Map.Entry<Integer, UnknownFieldSet.Field> entry : 487 /** Convert an unsigned 32-bit integer to a string. */ 490 return Integer.toString(value); 496 /** Convert an unsigned 64-bit integer to a string. */ 723 * Returns {@code true} if the next token is an integer, but does 781 * If the next token is a 32-bit signed integer, consume it and return its 795 * If the next token is a 32-bit unsigned integer, consume it and return it [all...] |
| /external/selinux/libsemanage/src/ |
| semanage_store.c | [all...] |
| /frameworks/base/core/java/android/os/ |
| UserManager.java | [all...] |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
| TaskViewHeader.java | 525 int duration = getResources().getInteger(R.integer.recents_task_enter_from_app_duration);
|
| /frameworks/base/services/core/java/com/android/server/fingerprint/ |
| FingerprintService.java | 124 private HashMap<Integer, PerformanceStats> mPerformanceMap 125 = new HashMap<Integer, PerformanceStats>(); 128 private HashMap<Integer, PerformanceStats> mCryptoPerformanceMap 129 = new HashMap<Integer, PerformanceStats>(); 731 com.android.internal.R.integer.config_fingerprintMaxTemplatesPerUser); 795 HashMap<Integer, PerformanceStats> pmap [all...] |
| /frameworks/support/core-ui/java/android/support/v4/widget/ |
| SwipeRefreshLayout.java | 337 android.R.integer.config_mediumAnimTime); [all...] |
| /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
| Avrcp.java | 103 private HashMap<Integer, Integer> mVolumeMapping; 181 mVolumeMapping = new HashMap<Integer, Integer>(); 193 mAbsVolThreshold = resources.getInteger(R.integer.a2dp_absolute_volume_initial_threshold); 315 ArrayList<Integer> attrList = (ArrayList<Integer>) msg.obj; 460 Integer i; [all...] |
| /packages/apps/Camera2/src/com/android/camera/ |
| ButtonManager.java | 110 sGcamIndex = context.getResources().getInteger(R.integer.camera_mode_gcam); 582 int comp = Integer.parseInt((String)(v.getTag())); 640 Integer enabledId = (Integer) button.getTag(R.string.tag_enabled_id); [all...] |
| /packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
| CallButtonFragment.java | 141 mButtonMaxVisible = getResources().getInteger(R.integer.call_card_max_buttons); [all...] |
| VideoCallPresenter.java | 214 R.integer.video_call_auto_fullscreen_timeout); [all...] |
| /packages/apps/Settings/src/com/android/settings/accessibility/ |
| AccessibilitySettings.java | 259 Settings.Secure.LONG_PRESS_TIMEOUT, Integer.parseInt(stringValue)); 403 mLongPressTimeoutDefault = Integer.parseInt(timeoutValues[0]); 436 com.android.internal.R.integer.config_longPressOnPowerBehavior);
|
| /packages/apps/Settings/src/com/android/settings/fingerprint/ |
| FingerprintSettings.java | 376 com.android.internal.R.integer.config_fingerprintMaxTemplatesPerUser); [all...] |
| /packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
| NotificationActionUtils.java | 683 context.getResources().getInteger(R.integer.undo_notification_timeout); [all...] |
| Utils.java | 277 sMaxUnreadCount = r.getInteger(R.integer.maxUnreadCount); [all...] |
| /toolchain/binutils/binutils-2.25/libiberty/ |
| regex.c | 306 /* Integer type for pointers. */ 1443 long int integer; local 1470 int integer; local [all...] |
| /external/selinux/libsepol/cil/src/ |
| cil_build_ast.c | [all...] |
| /external/libvncserver/webclients/novnc/include/ |
| keyboard.js | 153 // May be a string or an integer depending on the available properties
|
| /external/v8/src/js/ |
| string.js | 467 // convert to integer and handle negative case.
|
| /external/v8/test/mjsunit/ |
| smi-ops-inlined.js | 630 // Test non-integer shift value
|