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

<<11121314151617181920>>

  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset9.cpp     [all...]
test_pv_player_engine_testset13.cpp     [all...]
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.cpp 148 Cancel();
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_ce.cpp 69 // Cancel timers for TCS receive
70 iTimer->Cancel(PV_TSC_TCS_RECEIVE_TIMER_ID);
  /external/opencore/pvmi/recognizer/include/
pvmf_recognizer_registry.h 176 * Unique identifier for the asynchronous request to cancel.
184 * @returns A PVMF command ID for the cancel request
  /external/webkit/WebCore/platform/network/win/
ResourceHandleWin.cpp 432 void ResourceHandle::cancel() function in class:WebCore::ResourceHandle
443 // FIXME: need real cancel error
  /external/webkit/WebKit/mac/Panels/English.lproj/WebAuthenticationPanel.nib/
keyedobjects.nib 78 ??o?t?5?H?f?@???+??N?W?b?>??????????????????????????????????????????????????????????????????????????????????_Text Field Cell-1_Text Field Cell (Password:)_?Static Text (Google Account (https://www.google.com/)'' Certified by: VeriSign Inc. Get more information by clicking ''Certificate)ZText Field_Static Text (Name:)_Button Cell (Cancel)\Content View_Button Cell (Log In)_Text Field Cell (Name:)_TText Field Cell (To view this page, you must log in to this area on www.server.com:)_3Button Cell (Remember this password in my keychain)_5Static Text (Your password will be sent unencrypted.)_Push Button (Log In)\File's Owner_Text Field Cell_Static Text (Password:)_PStatic Text (To view this page, you must log in to this area on www.server.com:)_?Text Field Cell (Google Account (https://www.google.com/)'' Certified by: VeriSign Inc. Get more information by clicking ''Certificate)UPanel_Push Button (Cancel)[Application_1Check Box (Remember this password in my keychain)_Secure Text FieldZImage ViewZImage Cell_9Text Field Cell (Your password will be sent unencrypted.)?>???????>??????>????-?:Kg?RVUkYUZJnW)+P?aNX$Qm?MNI??LH???OS?T? ?v???F?m?e???p?B? ???????4????r?7?-?]?`?
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 105 { VK_ESCAPE, 0, "Cancel" },
107 { VK_OEM_PERIOD, CtrlKey, "Cancel" },
  /frameworks/base/core/java/android/net/http/
RequestHandle.java 97 public void cancel() { method in class:RequestHandle
99 mRequest.cancel();
  /frameworks/base/core/java/com/android/internal/app/
RingtonePickerActivity.java 158 p.mNegativeButtonText = getString(com.android.internal.R.string.cancel);
223 * On click of Ok/Cancel buttons
  /frameworks/base/docs/html/guide/topics/media/jet/
jetcreator_manual.jd 413 <p> <b>Cancel</b> will cancel the dialog and exit the application.</p>
566 <li>Cancel -
567 Selecting Cancel cancels any changes and closes the segment window</li>
647 <p>Cancel -
648 Selecting Cancel cancels any changes and closes the event window</p>
831 <p>Cancel and Queue -
835 <p>Cancel Current -
    [all...]
  /frameworks/base/docs/html/resources/articles/
painless-threading.jd 134 <li>You can call <a href="http://developer.android.com/reference/android/os/AsyncTask.html#publishProgress%28Progress...%29">publishProgress()</a> at anytime in <a href="http://developer.android.com/reference/android/os/AsyncTask.html#doInBackground%28Params...%29">doInBackground()</a> to execute <a href="http://developer.android.com/reference/android/os/AsyncTask.html#onProgressUpdate%28Progress...%29">onProgressUpdate()</a> on the UI thread</li><li>You can cancel the task at any time, from any thread</li>
137 <p>In addition to the official documentation, you can read several complex examples in the source code of Shelves (<a href="http://code.google.com/p/shelves/source/browse/trunk/Shelves/src/org/curiouscreature/android/shelves/activity/ShelvesActivity.java">ShelvesActivity.java</a> and <a href="http://code.google.com/p/shelves/source/browse/trunk/Shelves/src/org/curiouscreature/android/shelves/activity/AddBookActivity.java">AddBookActivity.java</a>) and Photostream (<a href="http://code.google.com/p/apps-for-android/source/browse/trunk/Photostream/src/com/google/android/photostream/LoginActivity.java">LoginActivity.java</a>, <a href="http://code.google.com/p/apps-for-android/source/browse/trunk/Photostream/src/com/google/android/photostream/PhotostreamActivity.java">PhotostreamActivity.java</a> and <a href="http://code.google.com/p/apps-for-android/source/browse/trunk/Photostream/src/com/google/android/photostream/ViewPhotoActivity.java">ViewPhotoActivity.java</a>). We highly recommend reading the source code of <a href="http://code.google.com/p/shelves/">Shelves</a> to see how to persist tasks across configuration changes and how to cancel them properly when the activity is destroyed.</p>
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 328 //cancel notification since memory has been freed
329 mNotificationMgr.cancel(LOW_MEMORY_NOTIFICATION_ID);
EventLogTags.logtags 54 # when someone tries to cancel a notification, the notification manager sometimes
57 # when someone tries to cancel all of the notifications for a particular package
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmClock.java 175 .setNegativeButton(android.R.string.cancel, null)
354 // chance to cancel alarm creation.
SetAlarm.java 110 // We have to do this to get the save/cancel buttons to highlight on
127 // Have the ListView expand to fill the screen minus the save/cancel
  /packages/apps/Calendar/src/com/android/calendar/
AlertActivity.java 270 nm.cancel(NOTIFICATION_ID);
302 nm.cancel(NOTIFICATION_ID);
AlertService.java 134 nm.cancel(0);
288 nm.cancel(0);
  /packages/apps/Camera/src/com/android/camera/ui/
GLView.java 258 MotionEvent cancel = MotionEvent.obtain(event); local
259 cancel.setAction(MotionEvent.ACTION_CANCEL);
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstaller.java 312 .setNegativeButton(android.R.string.cancel, this)
359 .setNegativeButton(android.R.string.cancel, this)
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 230 /* cancel the edit */
279 * Process the cancel action
  /sdk/ddms/app/src/com/android/ddms/
DeviceCommandDialog.java 175 // "cancel/done" button
177 mCancelDone.setText("Cancel");
StaticPortConfigDialog.java 220 // bottom part with the ok/cancel
237 cancelButton.setText("Cancel");
StaticPortEditDialog.java 215 // bottom part with the ok/cancel
234 cancelButton.setText("Cancel");
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
EditFilterDialog.java 269 // bottom part with the ok/cancel
288 cancelButton.setText("Cancel");

Completed in 833 milliseconds

<<11121314151617181920>>