/external/webkit/WebKit/android/jni/ |
WebCoreResourceLoader.cpp | 89 void WebCoreResourceLoader::cancel() function in class:android::WebCoreResourceLoader 331 env->GetMethodID(resourceLoader, "cancel", "()V"); 333 "Could not find method cancel on LoadListener");
|
/external/webkit/WebKit/chromium/public/ |
WebViewClient.h | 179 // description and OK/Cancel choices. Returns true if the user selects 185 // and OK/Cancel choices. The input field is pre-filled with 194 // description and OK/Cancel choices, where 'OK' means that it is okay
|
/external/webkit/WebKit/wx/ |
WebView.h | 271 void Cancel(bool cancel = true) { m_cancelled = cancel; }
|
/external/wpa_supplicant/ |
eloop.h | 171 * @event: Event to cancel (eloop implementation specific) 196 * eloop_cancel_timeout - Cancel timeouts 202 * Cancel matching <handler,eloop_data,user_data> timeouts registered with
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
eloop.h | 171 * @event: Event to cancel (eloop implementation specific) 196 * eloop_cancel_timeout - Cancel timeouts 202 * Cancel matching <handler,eloop_data,user_data> timeouts registered with
|
/frameworks/base/core/java/android/content/ |
ContentService.java | 210 * Clear all scheduled sync operations that match the uri and cancel the active sync 212 * @param account filter the pending and active syncs to cancel using this account 213 * @param authority filter the pending and active syncs to cancel using this authority
|
/frameworks/base/core/java/android/net/http/ |
Connection.java | 147 void cancel() { method in class:Connection 151 "Connection.cancel(): connection closed " + mHost); 173 /* If a request was cancelled, give other cancel requests
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserDownloadPage.java | 209 .setNegativeButton(R.string.cancel, null) 426 .setNegativeButton(R.string.cancel, null) 431 * Cancel all downloads. As canceled downloads are not
|
Tab.java | 474 // want to cancel the current touch icon loader. But, we do want to 517 // cancel the load early. 615 }).setNegativeButton(R.string.cancel, 679 handler.cancel(); 738 }).setNegativeButton(R.string.cancel, 742 handler.cancel(); 748 handler.cancel(); 1440 final ImageButton cancel = (ImageButton) mSubViewContainer local [all...] |
/packages/apps/Settings/src/com/android/settings/ |
SecuritySettings.java | 550 .setNegativeButton(android.R.string.cancel, this) 572 .setNegativeButton(android.R.string.cancel, this) 586 .setNegativeButton(getString(android.R.string.cancel), this)
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinKeyboardView.java | 241 MotionEvent cancel = MotionEvent.obtain(me.getDownTime(), me.getEventTime(), local 243 super.onTouchEvent(cancel); 244 cancel.recycle();
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
EventValueSelector.java | 326 // add a composite to hold the ok/cancel button, no matter what the columns size are. 358 cancelButton.setText("Cancel"); 366 // cancel the edit
|
/external/guava/javadoc/com/google/common/util/concurrent/ |
AbstractListenableFuture.html | 184 <TD><CODE><A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#cancel()">cancel</A>, <A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#cancel(boolean)">cancel</A>, <A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#get()">get</A>, <A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#get(long, java.util.concurrent.TimeUnit)">get</A>, <A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#isCancelled()">isCancelled</A>, <A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#isDone()">isDone</A>, <A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#set(V)">set</A>, <A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#setException(java.lang.Throwable)">setException</A></CODE></TD> 202 <TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#cancel(boolean)" title="class or interface in java.util.concurrent">cancel</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#get()" title="class or interface in java.util.concurrent">get</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#get(long, java.util.concurrent.TimeUnit)" title="class or interface in java.util.concurrent">get</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#isCancelled()" title="class or interface in java.util.concurrent">isCancelled</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#isDone()" title="class or interface in java.util.concurrent">isDone</A></CODE></TD>
|
/external/jdiff/src/jdiff/ |
DiffMyers.java | 602 /* Cancel provisional discards not in middle of run of discards. */ 622 /* Cancel provisional discards at end, and shrink the run. */ 632 cancel discarding of all provisional lines in the run. */ 653 /* Cancel any subrun of MINIMUM or more provisionals 659 /* Back up to start of subrun, to cancel it all. */ 667 Until that point, cancel any provisionals. */
|
/external/opencore/doc/oscl_html/ |
classOsclActiveObject.html | 57 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void </td><td valign=bottom><a class="el" href="classOsclActiveObject.html#a9">Cancel</a> ()</td></tr> 211 <a name="a9" doxytag="OsclActiveObject::Cancel"></a><p> 217 <td class="md" nowrap valign="top"> OSCL_IMPORT_REF void OsclActiveObject::Cancel </td> 236 Cancel any pending request. If the request is readied, this will call the DoCancel routine, wait for the request to cancel, then set the request idle. The AO will not run. If the request is not readied, it does nothing. Request must be canceled from the same thread in which it is scheduled. 266 Cancel request handler. This gets called by scheduler when the request is cancelled. The default routine will complete the request. If any additional action is needed, the derived class may override this. If the derived class does override DoCancel, it must complete the request.
|
classOsclUDPSocket.html | 178 Cancel Bind 180 This method will cancel any pending BindAsync operation on the current socket, causing the BindAsync to complete with error EPVSocketCancel. If there is no pending BindAsync operation, this method will have no effect. </td> 208 Cancel RecvFrom 210 This method will cancel any pending RecvFrom operation on the current socket, causing the RecvFrom to complete with error EPVSocketCancel. If there is no pending RecvFrom operation, this method will have no effect. </td> 238 Cancel SendTo 240 This method will cancel any pending SendTo operation on the current socket, causing the SendTo to complete with error EPVSocketCancel. If there is no pending SendTo operation, this method will have no effect. </td>
|
classOsclDNS.html | 91 Cancel GetHostByName 93 This method will cancel any pending GetHostByName operation on the current object, causing the GetHostByName to complete with error EPVDNSCancel. If there is no pending GetHostByName operation, this method will have no effect. </td>
|
oscl__scheduler__ao_8h-source.html | 59 00143 OSCL_IMPORT_REF <span class="keywordtype">void</span> <a class="code" href="classOsclActiveObject.html#a9">Cancel</a>(); 97 00267 OSCL_IMPORT_REF <span class="keywordtype">void</span> <a class="code" href="classOsclTimerObject.html#a8">Cancel</a>();
|
/frameworks/base/services/java/com/android/server/ |
NotificationManagerService.java | 248 // cancel whatever's going on 259 mVibrator.cancel(); 293 mVibrator.cancel(); [all...] |
ThrottleService.java | 506 mAlarmManager.cancel(mPendingPollIntent); 551 mNotificationManager.cancel(R.drawable.stat_sys_throttled); 586 mNotificationManager.cancel(R.drawable.stat_sys_throttled); 594 mNotificationManager.cancel(R.drawable.stat_sys_throttled); 641 mNotificationManager.cancel(R.drawable.stat_sys_throttled); 705 mAlarmManager.cancel(mPendingResetIntent); [all...] |
/cts/tests/res/values/ |
strings.xml | 80 <string name="id_cancel">Cancel</string> 140 <string name="dialogpref_cancel">Cancel</string>
|
/development/apps/GestureBuilder/src/com/android/gesture/builder/ |
GestureBuilderActivity.java | 136 mTask.cancel(true); 146 mTask.cancel(true);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ServiceStartArguments.java | 193 // We use a string id because it is a unique number. We use it later to cancel. 198 mNM.cancel(R.string.service_created);
|
/external/opencore/engines/player/test/src/ |
test_pv_player_engine_testset10.cpp | [all...] |
test_pv_player_engine_testset11.cpp | [all...] |