HomeSort by relevance Sort by last modified time
    Searched full:confirmed (Results 1 - 25 of 240) sorted by null

1 2 3 4 5 6 7 8 910

  /external/nist-sip/java/javax/sip/
TransactionState.java 8 CONFIRMED,
DialogState.java 5 CONFIRMED,
9 public static final int _CONFIRMED = CONFIRMED.ordinal();
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane_disable.h 8 // pref-pane is launched manually, or when the user has just confirmed their
  /external/chromium_org/chrome/browser/chromeos/login/screens/
kiosk_autolaunch_screen.cc 36 void KioskAutolaunchScreen::OnExit(bool confirmed) {
38 confirmed ? ScreenObserver::KIOSK_AUTOLAUNCH_CONFIRMED :
kiosk_autolaunch_screen.h 33 virtual void OnExit(bool confirmed) OVERRIDE;
kiosk_autolaunch_screen_actor.h 22 virtual void OnExit(bool confirmed) = 0;
  /external/chromium_org/ui/views/controls/textfield/
textfield_views_model.h 58 // Called when the current composition text is confirmed or cleared.
72 // current composition text will be confirmed first. Setting
104 // The current composition text will be confirmed.
125 // The current composition text will be confirmed.
131 // If there is composition text, it will be confirmed, which will update the
144 // The current composition text will be confirmed. The selection starts with
149 // The current composition text will be confirmed.
156 // The current composition text will be confirmed.
162 // The current composition text will be confirmed.
166 // The current composition text will be confirmed
    [all...]
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 90 // A confirmed single-tap event has occurred. Only called when the detector has
92 Log.i(TAG, "Single tap confirmed");
  /external/chromium/chrome/browser/
enumerate_modules_model_unittest_win.cc 129 }, { // Matches: Name, location, (description not given) => Confirmed match.
134 }, { // Matches: Name, location, (signature not given) => Confirmed match.
144 }, { // Matches: Name, location, signature => Confirmed match.
154 }, { // Matches: Name, location, description => Confirmed match.
164 }, { // Matches: Name, location, signature, version => Confirmed match.
169 }, { // Matches: Name, location, signature, version (lower) => Confirmed.
174 }, { // Matches: Name, location, signature, version (upper) => Confirmed.
179 }, { // Matches: Name, Location, Version lower is inclusive => Confirmed.
  /external/chromium_org/chrome/browser/
enumerate_modules_model_unittest_win.cc 132 }, { // Matches: Name, location, (description not given) => Confirmed match.
137 }, { // Matches: Name, location, (signature not given) => Confirmed match.
147 }, { // Matches: Name, location, signature => Confirmed match.
157 }, { // Matches: Name, location, description => Confirmed match.
167 }, { // Matches: Name, location, signature, version => Confirmed match.
172 }, { // Matches: Name, location, signature, version (lower) => Confirmed.
177 }, { // Matches: Name, location, signature, version (upper) => Confirmed.
182 }, { // Matches: Name, Location, Version lower is inclusive => Confirmed.
  /external/iputils/
tftpd.c 333 int confirmed; variable
339 confirmed = 0;
356 confirmed = 0;
372 if (send(peer, dp, size + 4, confirmed) != size + 4) {
376 confirmed = 0;
394 confirmed = MSG_CONFIRM;
426 confirmed = 0;
437 if (send(peer, ackbuf, 4, confirmed) != 4) {
441 confirmed = 0;
457 confirmed = MSG_CONFIRM
    [all...]
  /external/chromium_org/chrome/browser/ui/extensions/
app_metro_infobar_delegate_win.h 17 // in Desktop mode if confirmed.
  /external/chromium_org/net/quic/
quic_crypto_stream.cc 32 // Do not process handshake messages after the handshake is confirmed.
  /external/chromium_org/third_party/WebKit/ManualTests/
drag-color-to-contenteditable.html 19 If the color change does not apply to the text, and the drag appears to bounce back, then the bug is probably occurring. The bug can be confirmed by looking for evidence of an uncaught exception in the system console log.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
verification.html 20 whether the regressions are confirmed or not.
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
OfferConfirmationListener.java 25 * The implementing class instance will be notified via this when the AgentSession has confirmed
  /frameworks/base/packages/BackupRestoreConfirmation/res/values/
strings.xml 17 <!-- Title of the activity when a full backup has been requested and must be confirmed -->
19 <!-- Title of the activity when a full restore has been requested and must be confirmed -->
22 <!-- Text for message to user that a full backup has been requested, and must be confirmed. -->
29 <!-- Text for message to user that a full restore has been requested, and must be confirmed. -->
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
WakeLockHoldingProgressListener.java 60 public void onConfirmDialogDismissed(boolean confirmed) {
  /external/chromium_org/chrome/browser/resources/options/
confirm_dialog.js 22 * confirmed the dialog before. This ensures that the user is presented
84 * been confirmed to avoid bringing it up in the future.
  /external/chromium_org/sync/syncable/
syncable_delete_journal.h 25 // it's safe to drop them after the deletion is confirmed with native models.
61 // confirmed in native model. Can be called on any thread.
  /external/chromium/chrome/browser/autofill/
autofill_dialog.h 28 // The user has confirmed changes by clicking "Apply" or "OK". Any of the
  /external/chromium_org/content/browser/geolocation/
mock_location_provider.h 62 // a permission request has been confirmed.
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 378 // In case a launch browser command was just confirmed, launch that url.
506 boolean confirmed = false;
544 confirmed = args.getBoolean(CONFIRMATION);
547 resMsg.setResultCode(confirmed ? ResultCode.OK
551 resMsg.setResultCode(confirmed ? ResultCode.OK
553 if (confirmed) {
560 resMsg.setConfirmation(confirmed);
561 if (confirmed) {
598 confirmed = true;
607 resMsg.setConfirmation(confirmed);
    [all...]
  /external/chromium_org/net/socket/
tcp_client_socket_libevent.h 100 // (FAST_OPEN_FAST_CONNECT_RETURN) and we later confirmed that the server
105 // (FAST_OPEN_FAST_CONNECT_RETURN) and we later confirmed that the server
115 // and we later confirmed that the server had acked initial data. This
  /development/host/windows/usb/api/
adb_winusb_api.h 42 instantiate AdbInterfaceObject instance on condition that it is confirmed

Completed in 627 milliseconds

1 2 3 4 5 6 7 8 910