OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cancel
(Results
151 - 175
of
2626
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleCurl.cpp
95
cancel
();
112
void ResourceHandle::
cancel
()
function in class:WebCore::ResourceHandle
114
ResourceHandleManager::sharedInstance()->
cancel
(this);
170
// Restarting the handle has failed so just
cancel
it.
171
cancel
();
/frameworks/base/tests/BiDiTests/res/layout/
relative_layout_2_locale.xml
54
android:text="
Cancel
"/>
85
android:text="
Cancel
"/>
116
android:text="
Cancel
"/>
147
android:text="
Cancel
"/>
178
android:text="
Cancel
"/>
relative_layout_2_ltr.xml
54
android:text="
Cancel
"/>
85
android:text="
Cancel
"/>
116
android:text="
Cancel
"/>
147
android:text="
Cancel
"/>
178
android:text="
Cancel
"/>
relative_layout_2_rtl.xml
54
android:text="
Cancel
"/>
85
android:text="
Cancel
"/>
116
android:text="
Cancel
"/>
147
android:text="
Cancel
"/>
178
android:text="
Cancel
"/>
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CorpusSelectionDialog.java
128
//
Cancel
dialog on any touch down event which is not handled by the corpus grid
129
cancel
();
method
144
cancel
();
method
151
cancel
();
method
163
cancel
();
method
/external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java
52
* that create responses and generate
cancel
requests from incoming orignial requests without the
55
* Bystrom. Szabo Barna noticed a contact in a
cancel
request - this is a pointless header for
56
*
cancel
. Antonis Kyardis contributed bug fixes. Jeroen van Bemmel noted that method names are
90
// given
cancel
request
118
putName(Request.
CANCEL
);
744
* Creates a default SIPResquest message that would
cancel
this request. Note that tag
748
* @return A
CANCEL
SIPRequest constructed according to RFC3261 section 9.1
757
// A
CANCEL
request SHOULD NOT be sent to
cancel
a request other than
761
throw new SipException("Attempt to create
CANCEL
for " + this.getMethod())
774
SIPRequest
cancel
= new SIPRequest();
local
[
all
...]
/cts/tests/tests/webkit/src/android/webkit/cts/
HttpAuthHandlerTest.java
118
method = "
cancel
",
163
handler.
cancel
();
171
handler.
cancel
();
/development/samples/ApiDemos/res/layout/
animator_events.xml
36
android:text="
Cancel
"
77
android:text="
Cancel
"
112
android:text="
Cancel
"
/development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java
61
//
Cancel
the notification -- we use the same ID that we had used to start it
62
mNM.
cancel
(R.string.alarm_service_started);
115
// We use a layout id because it is a unique number. We use it later to
cancel
.
LocalService.java
49
// We use it on Notification start, and to
cancel
it.
81
//
Cancel
the persistent notification.
82
mNM.
cancel
(NOTIFICATION);
/external/bluetooth/glib/gio/fam/
gfamdirectorymonitor.c
113
file_monitor_class->
cancel
= g_fam_directory_monitor_cancel;
138
if (G_FILE_MONITOR_CLASS (g_fam_directory_monitor_parent_class)->
cancel
)
139
(*G_FILE_MONITOR_CLASS (g_fam_directory_monitor_parent_class)->
cancel
) (monitor);
gfamfilemonitor.c
113
file_monitor_class->
cancel
= g_fam_file_monitor_cancel;
136
if (G_FILE_MONITOR_CLASS (g_fam_file_monitor_parent_class)->
cancel
)
137
(*G_FILE_MONITOR_CLASS (g_fam_file_monitor_parent_class)->
cancel
) (monitor);
/external/bluetooth/glib/gio/fen/
gfendirectorymonitor.c
123
directory_monitor_class->
cancel
= g_fen_directory_monitor_cancel;
145
if (G_FILE_MONITOR_CLASS (g_fen_directory_monitor_parent_class)->
cancel
)
146
(*G_FILE_MONITOR_CLASS (g_fen_directory_monitor_parent_class)->
cancel
) (monitor);
gfenfilemonitor.c
123
file_monitor_class->
cancel
= g_fen_file_monitor_cancel;
144
if (G_FILE_MONITOR_CLASS (g_fen_file_monitor_parent_class)->
cancel
)
145
(*G_FILE_MONITOR_CLASS (g_fen_file_monitor_parent_class)->
cancel
) (monitor);
/external/bluetooth/glib/gio/inotify/
ginotifydirectorymonitor.c
121
directory_monitor_class->
cancel
= g_inotify_directory_monitor_cancel;
145
if (G_FILE_MONITOR_CLASS (g_inotify_directory_monitor_parent_class)->
cancel
)
146
(*G_FILE_MONITOR_CLASS (g_inotify_directory_monitor_parent_class)->
cancel
) (monitor);
ginotifyfilemonitor.c
140
file_monitor_class->
cancel
= g_inotify_file_monitor_cancel;
163
if (G_FILE_MONITOR_CLASS (g_inotify_file_monitor_parent_class)->
cancel
)
164
(*G_FILE_MONITOR_CLASS (g_inotify_file_monitor_parent_class)->
cancel
) (monitor);
/external/chromium/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc
44
CANCEL
62
user_response_ =
CANCEL
;
133
EXPECT_EQ(
CANCEL
, user_response());
/external/chromium/chrome/browser/printing/
printer_query.cc
29
// Be sure to
cancel
it.
30
callback_->
Cancel
();
118
callback->
Cancel
();
/packages/apps/Email/src/com/android/email/
Throttle.java
109
mRunningTimerTask.
cancel
();
156
public boolean
cancel
() {
method in class:Throttle.MyTimerTask
158
return super.
cancel
();
/packages/apps/Email/src/com/android/email/widget/
WidgetConfiguration.java
65
// Set handler for the "
cancel
" button
67
findViewById(R.id.
cancel
).setOnClickListener(this);
80
case R.id.
cancel
:
/packages/apps/Launcher2/src/com/android/launcher2/
InterruptibleInOutAnimator.java
68
cancel
();
method
83
public void
cancel
() {
method in class:InterruptibleInOutAnimator
84
mAnimator.
cancel
();
/packages/apps/PackageInstaller/res/layout/
uninstall_confirm.xml
20
application is about to be uninstalled. Includes ok and
cancel
buttons
66
<!-- OK confirm and
cancel
buttons. -->
94
android:text="@string/
cancel
"
/external/chromium/net/proxy/
proxy_script_fetcher_impl.cc
90
// The URLRequest's destructor will
cancel
the outstanding request, and
168
void ProxyScriptFetcherImpl::
Cancel
() {
194
request->
Cancel
();
213
request->
Cancel
();
267
request->
Cancel
();
313
cur_request_->
Cancel
();
/libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java
12
* implementation of {@link Future}, with methods to start and
cancel
74
public boolean
cancel
(boolean mayInterruptIfRunning) {
method in class:FutureTask
180
* The thread running task. When nulled after set/
cancel
, this
244
// in case we are racing with a
cancel
request
265
// in case we are racing with a
cancel
request
312
releaseShared(0); //
cancel
/cts/tests/tests/holo/src/android/holo/cts/modifiers/
AlertDialogBuilder.java
58
.setNegativeButton("
Cancel
", null);
64
.setNegativeButton("
Cancel
", null);
Completed in 1554 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>