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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoResultImpl.cpp 173 bool CryptoResultImpl::cancelled() const function in class:WebCore::CryptoResultImpl
  /external/chromium_org/third_party/angle/src/compiler/translator/
IntermTraverse.cpp 84 // hasn't been cancelled yet.
  /external/chromium_org/tools/metrics/histograms/
update_histogram_enum.py 164 Log('Cancelled.')
  /external/chromium_org/ui/app_list/views/
contents_view.h 60 // The app list gets closed and drag and drop operations need to be cancelled.
  /external/chromium_org/ui/events/test/
mock_motion_event.cc 186 // Reset the pointer count if the previously released and/or cancelled pointer
  /external/fonttools/MetaTools/
roundTrip.py 83 print("(Cancelled)")
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
ViewTarget.java 25 * resources from previous loads can be cancelled or reused.
  /external/guava/guava/src/com/google/common/util/concurrent/
Service.java 109 * cancelled. If this is {@link State#NEW}, it is {@link State#TERMINATED
  /external/kernel-headers/original/uapi/linux/
taskstats.h 153 __u64 cancelled_write_bytes; /* bytes of cancelled write I/O */
  /external/lldb/source/Host/macosx/launcherXPCService/
main.mm 144 // crashed or cancelled the connection. After receiving this error,
  /external/oprofile/events/i386/p4/
events 11 event:0x06 counters:2,6 um:memory_cancel minimum:3000 name:MEMORY_CANCEL : cancelled requesets in data cache address control unit
  /external/oprofile/gui/
oprof_start_util.cpp 289 * an empty string if the selection was cancelled.
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
IncomingFileTransfer.java 212 setStatus(Status.cancelled);
  /external/valgrind/main/docs/internals/
Darwin-notes.txt 24 is to be cancelled. Then at the next (eg) VG_(printf) call by that
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServerCallback.java 130 * cancelled (false)
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestQueue.java 86 Log.i(TAG, "Repeating capture request cancelled.");
  /frameworks/base/docs/html/training/in-app-billing/
list-iab-products.jd 45 <li>Once you have completed the form, activate the product so that your application can purchase it. <p class="note"><strong>Warning:</strong> It may take up to 2-3 hours after uploading the APK for Google Play to recognize your updated APK version. If you try to test your application before your uploaded APK is recognized by Google Play, your application will receive a ?purchase cancelled? response with an error message ?This version of the application is not enabled for In-app Billing.?</p></li>
test-iab-app.jd 44 <li>Make sure that you have uploaded the signed APK for your application to the Developer Console, and associated one or more in-app products with your application. You don't need to publish the application on Google Play to test it. <p class="note"><strong>Warning:</strong> It may take up to 2-3 hours after uploading the APK for Google Play to recognize your updated APK version. If you try to test your application before your uploaded APK is recognized by Google Play, your application will receive a ?purchase cancelled? response with an error message ?This version of the application is not enabled for In-app Billing.?</p></li>
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 109 // Cancelled before got to doInBackground
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DragDownHelper.java 222 * @return true if the interaction is accepted, false if it should be cancelled
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbPermissionActivity.java 148 Log.w(TAG, "PendingIntent was cancelled");
  /frameworks/base/telecomm/java/android/telecom/
CallState.java 99 * time of writing) but cancelled before it was successfully connected.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 313 setPostDialState(PostDialState.CANCELLED);
603 if (mPostDialState == PostDialState.CANCELLED
653 if (mPostDialState == PostDialState.CANCELLED) {
655 //Rlog.v("CDMA", "##### processNextPostDialChar: postDialState == CANCELLED, bail");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 284 setPostDialState(PostDialState.CANCELLED);
570 if (mPostDialState == PostDialState.CANCELLED
602 if (mPostDialState == PostDialState.CANCELLED) {
603 //Rlog.v("GSM", "##### processNextPostDialChar: postDialState == CANCELLED, bail");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipConnectionBase.java 168 if (mPostDialState == PostDialState.CANCELLED

Completed in 801 milliseconds

<<11121314151617181920>>