/external/valgrind/main/docs/internals/ |
module-structure.txt | 6 clarity about which modules may depend on which others. The ongoing 17 This process is ongoing. Consequently some of the code in coregrind/
|
/external/chromium_org/third_party/skia/experimental/SimpleiOSApp/iPhone/ |
AppDelegate_iPhone.m | 32 Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
|
/external/skia/experimental/SimpleiOSApp/iPhone/ |
AppDelegate_iPhone.m | 32 Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
|
/frameworks/base/core/java/android/app/backup/ |
IFullBackupRestoreObserver.aidl | 21 * information about an ongoing full backup or restore action.
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ICallServiceAdapter.aidl | 42 * Sets a call's state to active (e.g., an ongoing call where two parties can actively
|
/packages/services/Telephony/src/com/android/phone/ |
INetworkQueryService.aidl | 48 * Will not attempt to stop an ongoing network query.
|
/external/chromium_org/chrome/installer/tools/ |
setup_timer.py | 50 print 'Starting in already ongoing stage %u' % current_stage 53 print 'No ongoing stage, waiting for next install/update cycle...' 81 # Log this timing, but mark that it was already ongoing when this script
|
/libcore/luni/src/main/java/java/nio/charset/ |
CharsetEncoder.java | 80 private static final String ONGOING = "ONGOING"; 163 * it should not be called when another encoding process is ongoing, 166 * @throws IllegalStateException if another encode process is ongoing. 177 * it should not be called when another encode process is ongoing, otherwise 180 * @throws IllegalStateException if another encode process is ongoing. 227 * This method should not be invoked if another encode operation is ongoing. 235 * if another encoding operation is ongoing. 359 if (state != RESET && state != ONGOING && !(endOfInput && state == END_OF_INPUT)) { 363 state = endOfInput ? END_OF_INPUT : ONGOING; [all...] |
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 637 /* sent encode cmd to OMX, queue job into ongoing queue */ 696 /* check ongoing q size */ 782 /* init ongoing job queue */ 813 /* deinit ongoing job queue */ 919 /* abort job if in ongoing queue */ 922 /* find job that is OMX ongoing, ask OMX to abort the job */ [all...] |
/external/chromium_org/components/metrics/ |
metrics_log_manager_unittest.cc | 143 // Verify that the remaining log (which is the original ongoing log) still 205 // Handle the first ongoing log. 274 // Only the ongoing log should be written out, due to the threshold.
|
/external/libnfc-nxp/src/ |
phHal4Nfc_Internal.h | 72 eHal4StateConfiguring , /**<configuration ongoing,transient state*/ 77 eHal4StateTransaction,/**<configuration ongoing,transient state*/ 95 /**Flag to check if a P2P Send is ongoing when target release is issued by
|
phHciNfc_Sequence.h | 82 * the next operation ongoing. 115 * ongoing or complete . 132 * The phHciNfc_FSM_Complete function completes the ongoing state transition 154 * and abort the ongoing state transition.
|
/frameworks/base/docs/html/training/notify-user/ |
display-progress.jd | 44 of an ongoing operation. If you can estimate how long the operation takes and how much of it 141 that has the same style as a progress bar, except that its animation is ongoing. 181 <p class="img-caption"><strong>Figure 2.</strong> An ongoing activity indicator.</p>
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
DragAndDropDemo.java | 54 // is properly notified about the ongoing drag, and lights up
|
/development/samples/KeyChainDemo/src/com/example/android/keychain/ |
SecureWebServerService.java | 71 Log.d(TAG, "Create an ongoing notification");
|
/external/chromium_org/chrome/browser/extensions/ |
extension_garbage_collector.h | 67 // The number of currently ongoing CRX installations. This is used to prevent
|
/external/chromium_org/chrome/browser/media/ |
webrtc_rtp_dump_handler.cc | 20 // The browser process wide total number of ongoing (i.e. started and not 229 // No ongoing dumps, return directly. 249 // Either incoming or outgoing dump must be ongoing. 262 DVLOG(2) << "Stopping ongoing dumps: type = " << type;
|
/external/chromium_org/chrome/browser/resources/app_list/ |
speech_recognition_manager.js | 82 * Stops the ongoing speech recognition.
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
syncable_file_operation_runner.h | 66 // If there're ongoing sync tasks on the target_paths this method
|
/external/chromium_org/content/browser/speech/endpointer/ |
energy_endpointer_params.h | 111 float speech_on_window_; // Inverval scanned for ongoing speech
|
/external/mockito/src/org/mockito/internal/configuration/injection/ |
MockInjection.java | 52 * Ongoing configuration of the mock injector.
|
/frameworks/base/core/java/com/android/internal/net/ |
LegacyVpnInfo.java | 26 * A simple container used to carry information of the ongoing legacy VPN.
|
/frameworks/base/docs/html/design/get-started/ |
creative-vision.jd | 32 first use, though. Android apps remove ongoing chores like file management and syncing. Simple tasks
|
/frameworks/base/docs/html/distribute/googleplay/ |
guide.jd | 42 ongoing, growing revenue streams.
|
/frameworks/base/media/java/android/media/session/ |
MediaSessionManager.java | 42 * that applications have published to express their ongoing media playback 93 * Get a list of controllers for all ongoing sessions. The controllers will 105 * @return A list of controllers for ongoing sessions. 122 * @return A list of controllers for ongoing sessions.
|