HomeSort by relevance Sort by last modified time
    Searched full:cancelled (Results 276 - 300 of 1205) sorted by null

<<11121314151617181920>>

  /external/oprofile/events/i386/p4-ht/
events 11 event:0x06 counters:2 um:memory_cancel minimum:6000 name:MEMORY_CANCEL : cancelled requesets in data cache address control unit
  /frameworks/av/include/media/stagefright/
MediaMuxer.h 39 // If muxing operation need to be cancelled, the app is responsible for
  /frameworks/av/media/libstagefright/include/
TimedEventQueue.h 101 // successfully cancelled. In this case the event will have been
  /frameworks/base/core/java/android/nfc/
ErrorCodes.java 40 case ERROR_CANCELLED: return "CANCELLED";
  /frameworks/base/core/java/android/os/
CountDownTimer.java 59 * boolean representing if the timer was cancelled
  /frameworks/base/core/java/android/print/
PrintDocumentAdapter.java 142 * cancelled in a response to a cancellation request via the passed in
199 * if writing was cancelled in a response to a cancellation request via the passed
288 * Notifies that write was cancelled as a result of a cancellation request.
332 * Notifies that layout was cancelled as a result of a cancellation request.
PrintJobInfo.java 505 * Gets whether this print is being cancelled.
507 * @return True if the print job is being cancelled.
516 * Sets whether this print is being cancelled.
518 * @param cancelling True if the print job is being cancelled.
  /frameworks/base/telephony/java/android/telephony/
PreciseDisconnectCause.java 81 /** MS has been redirected, call is cancelled */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 338 setPostDialState(PostDialState.CANCELLED);
444 if (mPostDialState == PostDialState.CANCELLED
466 if (mPostDialState == PostDialState.CANCELLED) {
467 //Rlog.d(LOG_TAG, "##### processNextPostDialChar: postDialState == CANCELLED, bail");
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompatSideChannelService.java 64 * Handle a side-channelled notification being cancelled.
  /frameworks/volley/tests/src/com/android/volley/
CacheDispatcherTest.java 63 // A cancelled request should not be processed at all.
  /packages/apps/Nfc/res/values-en-rGB/
strings.xml 16 <string name="beam_canceled" msgid="5425192751826544741">"Beam cancelled"</string>
  /packages/apps/Nfc/res/values-en-rIN/
strings.xml 16 <string name="beam_canceled" msgid="5425192751826544741">"Beam cancelled"</string>
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
PhoneTypeChoiceRecognizerEngine.java 95 // bail out if cancelled
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 108 "Ask a question; return true if the answer is yes, None if cancelled."
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 108 "Ask a question; return true if the answer is yes, None if cancelled."
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
SuidFilesActivity.java 104 // If the scanning dialog is cancelled, then stop the task and finish the activity
251 // Task could be cancelled and results could be null but don't bother doing anything.
  /external/chromium_org/chrome/browser/
chrome_quota_permission_context.cc 59 virtual void Cancelled() OVERRIDE;
128 void QuotaPermissionRequest::Cancelled() {
  /external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.cc 31 const char kUserCancelledError[] = "User cancelled install";
287 WebstoreInstaller::FailureReason cancelled) {
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context.cc 49 virtual void Cancelled() OVERRIDE;
106 void GeolocationPermissionRequest::Cancelled() {
  /external/chromium_org/chrome/browser/media/
midi_permission_context.cc 45 virtual void Cancelled() OVERRIDE;
109 void MidiPermissionRequest::Cancelled() {
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sem_timedwait.c 64 * We either timed out or were cancelled.
68 * were cancelled just before we return (after taking the semaphore)
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.h 127 // blank string if the user cancelled (or an error occurred).
131 // blank string if the user cancelled (or an error occurred).
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ExportProcessor.java 106 Log.i(LOG_TAG, "Export request is cancelled before handling the request");
168 Log.i(LOG_TAG, "Export request is cancelled during composing vCard");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 90 * Returns true if this fix can be cancelled once it's invoked. This is the case
96 * @return true if the fix can be cancelled

Completed in 954 milliseconds

<<11121314151617181920>>