HomeSort by relevance Sort by last modified time
    Searched full:cancel (Results 226 - 250 of 1366) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/src/android/app/cts/
SearchManagerStubActivity.java 83 assertFalse("cancel called", mCancelCalled);
87 assertTrue("cancel not called", mCancelCalled);
  /dalvik/libcore/nio/src/main/java/java/nio/channels/spi/
AbstractSelector.java 171 * package private method for AbstractSelectionKey.cancel()
173 void cancel(SelectionKey key) { method in class:AbstractSelector
  /external/bluetooth/bluez/test/
test-telephony 21 cancel
120 if sys.argv[1] == "cancel":
  /external/bluetooth/glib/gio/tests/
unix-streams.c 208 * it to cancel the writer thread, which will in turn cancel the
  /external/guava/src/com/google/common/util/concurrent/
SimpleTimeLimiter.java 126 future.cancel(true);
136 future.cancel(true);
  /external/opencore/android/
android_surface_output.cpp 203 //cancel any timer delay so the command response will happen ASAP.
205 Cancel();
474 //it isn't really possible to cancel them.
490 //it isn't really possible to cancel them.
712 //the purpose of this API is to cancel a writeAsync command and report
716 //when received so it isn't really possible to cancel.
725 //the purpose of this API is to cancel all writeAsync commands and report
729 //when received so it isn't really possible to cancel.
    [all...]
  /external/opencore/engines/adapters/player/framemetadatautility/src/
pv_frame_metadata_mio_audio.cpp 154 // Cancel any timer delay so the command response will happen ASAP.
157 Cancel();
404 // Commands are executed immediately upon being received, so it isn't really possible to cancel them.
420 // Commands are executed immediately upon being received, so it isn't really possible to cancel them.
662 // The purpose of this API is to cancel a writeAsync command and report completion ASAP.
665 // really possible to cancel. Just report completion immediately.
687 // The purpose of this API is to cancel all writeAsync commands and report completion ASAP.
690 // really possible to cancel. Just report completion immediately.
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset5.cpp 707 fprintf(iTestMsgOutputFile, "***Cancel did not complete in time...\n");
708 // Cancel did not complete in time
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_dns.h 142 * Cancel GetHostByName
144 * This method will cancel any pending GetHostByName operation
oscl_tcp_socket.cpp 65 //Cancel any outstanding requests.
127 //Cancel any outstanding requests.
  /external/opencore/pvmi/content_policy_manager/plugins/common/include/
pvmf_cpmplugin_metering_interface.h 85 * To interrupt and cancel metering, use the plugin CancelCommand.
114 * To interrupt and cancel metering, use the plugin CancelCommand..
  /external/sonivox/jet_tools/JetCreator/
JetDefs.py 155 BUT_CANCELANDQUEUE = 'Cancel && Queue'
395 ('Cancel', F_CANCEL, BUTROW1+BUTOFF*3, COL3+200, BUTSIZE, 0, 0, wx.ID_CANCEL, [], "", True, ""),
405 ('Cancel', F_CANCEL, BUTROW1+BUTOFF*1, COL3+100, BUTSIZE, 0, 0, wx.ID_CANCEL, [], "", True, ""),
417 ('Cancel', F_CANCEL, BUTROW1+BUTOFF*1, COL3+100, BUTSIZE, 0, 0, wx.ID_CANCEL, [], "", True, ""),
455 ('Cancel', F_CANCEL, BUTROW1+BUTOFF*1, COL3+EVT_OFFSET, BUTSIZE, 0, 0, wx.ID_CANCEL, [], "OnClose", True, ""),
504 ('Cancel', F_CANCEL, BUTROW1+BUTOFF*1, COL3 + COLADD, BIGBUT, 0, 0, wx.ID_CANCEL, [], "OnClose", True, ""),
536 ('Cancel', F_CANCEL, BUTROW1+BUTOFF*1, COL3+150, BUTSIZE, 0, 0, wx.ID_CANCEL, [], "", True, ""),
551 ('Cancel', F_CANCEL, BUTROW1+BUTOFF*1, COL3+150, BUTSIZE, 0, 0, wx.ID_CANCEL, [], "", True, ""),
  /external/speex/include/speex/
speex_echo.h 74 * @param filter_length Number of samples of echo to cancel (should generally correspond to 100-500 ms)
81 * @param filter_length Number of samples of echo to cancel (should generally correspond to 100-500 ms)
  /external/tcpdump/
smb.h 45 #define SMBcancelf 0xD3 /* cancel forward */
97 #define SMBntcancel 0xA4 /* NT cancel */
  /external/webkit/WebCore/bindings/js/
JSDOMWindowBase.cpp 126 // hung the UI, with no way to ask the client whether to cancel execution.
127 // For now, our solution is just to cancel execution no matter what,
  /external/webkit/WebCore/dom/
Event.h 144 void setCancelBubble(bool cancel) { m_cancelBubble = cancel; }
  /external/webkit/WebCore/loader/
ResourceLoader.h 54 void cancel();
61 virtual void cancel(const ResourceError&);
WorkerThreadableLoader.h 66 virtual void cancel();
101 void cancel();
  /external/webkit/WebCore/platform/network/android/
ResourceHandleAndroid.cpp 68 void ResourceHandle::cancel() function in class:WebCore::ResourceHandle
71 d->m_loader->cancel();
  /external/webkit/WebCore/platform/network/qt/
ResourceHandleQt.cpp 116 cancel();
145 void ResourceHandle::cancel() function in class:WebCore::ResourceHandle
  /external/webkit/WebKit/mac/Panels/
WebPanelAuthenticationHandler.m 116 // cancel authentication instead, since this case is fairly
141 [panel cancel:self];
  /frameworks/base/core/java/android/content/
AbstractThreadedSyncAdapter.java 133 * the provider for this sync before calling onPerformSync and releases it afterwards. Cancel
134 * this thread in order to cancel the sync.
  /frameworks/base/core/java/android/webkit/
SslErrorHandler.java 230 * Cancel this request and all pending requests for the WebView that had
233 public void cancel() { method in class:SslErrorHandler
  /frameworks/base/core/res/res/layout/
twelve_key_entry.xml 168 <Button android:id="@+id/cancel"
176 android:text="@android:string/cancel"
  /frameworks/base/core/tests/coretests/res/values/
strings.xml 60 <string name="cancel">cancel</string>

Completed in 333 milliseconds

1 2 3 4 5 6 7 8 91011>>