HomeSort by relevance Sort by last modified time
    Searched full:confirm (Results 26 - 50 of 1317) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLParametersTest.java 62 // confirm clone on input
69 // confirm clone on output
77 // confirm clone on input
84 // confirm clone on output
93 // confirm turning one on by itself
98 // confirm turning setting on toggles the other
103 // confirm toggling back
  /external/chromium_org/chrome/browser/resources/extensions/chromeos/
kiosk_app_disable_bailout_confirm.js 20 var overlay = $('kiosk-disable-bailout-confirm-overlay');
28 $('kiosk-disable-bailout-confirm-button').onclick = function(e) {
56 'kiosk-disable-bailout-confirm-overlay'));
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
ConfirmInfoBar.java 31 private final InfoBarListeners.Confirm mConfirmListener;
33 public ConfirmInfoBar(InfoBarListeners.Confirm confirmListener, int backgroundType,
40 public ConfirmInfoBar(InfoBarListeners.Confirm confirmListener, int backgroundType,
47 public ConfirmInfoBar(long nativeInfoBar, InfoBarListeners.Confirm confirmListener,
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_enable_kiosk.js 88 * @param {boolean} confirm True if the screen should confirm auto-launch.
90 enableKioskForTesting: function(confirm) {
91 var button = confirm ? $('kiosk-enable-button') :
  /external/chromium_org/chrome/browser/resources/options/chromeos/
preferred_networks.html 12 <button id="preferred-networks-confirm" class="default-button"
  /external/chromium_org/chrome/browser/resources/options/
media_galleries_manager_overlay.html 14 <button id="manage-media-confirm" class="default-button"
startup_overlay.html 19 <button id="startup-overlay-confirm" class="default-button"
  /external/chromium_org/net/websockets/
websocket_errors_test.cc 13 // Confirm that the principle classes of errors are converted correctly. We
  /packages/apps/Bluetooth/res/values/
test_strings.xml 6 <string name="update_record">Confirm record</string>
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
TagTester.java 21 /** Tag tester that writes data to the tag and returns a way to confirm a successful write. */
27 /** Writes some data to the tag and returns a {@link TagVerifier} to confirm it. */
  /development/tutorials/NotepadCodeLab/Notepadv2/res/layout/
note_edit.xml 28 <Button android:id="@+id/confirm"
29 android:text="@string/confirm"
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/res/layout/
note_edit.xml 28 <Button android:id="@+id/confirm"
29 android:text="@string/confirm"
  /development/tutorials/NotepadCodeLab/Notepadv3/res/layout/
note_edit.xml 28 <Button android:id="@+id/confirm"
29 android:text="@string/confirm"
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/
note_edit.xml 28 <Button android:id="@+id/confirm"
29 android:text="@string/confirm"
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatResponseMessage.java 48 public void setConfirmation(boolean confirm) {
49 mUsersConfirm = confirm;
  /external/chromium_org/chrome/browser/chromeos/accessibility/
magnification_manager_unittest.cc 106 // Set full screen magnifier, and confirm the observer is called.
115 // Set full screen magnifier again, and confirm the observer is not called.
123 // Set full screen magnifier, and confirm the status is set successfully.
129 // Set partial screen magnifier, and confirm the change is ignored.
134 // Disables magnifier, and confirm the status is set successfully.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
conflict_dialog.js 8 * Dialog to confirm the operation for conflicted file operations.
33 this.applyAllCheckbox_.id = 'conflict-confirm-dialog-apply-all-checkbox';
71 this.frame_.id = 'conflict-confirm-dialog';
75 * Result of conflict confirm dialogs.
90 * Shows the conflict confirm dialog.
  /external/wpa_supplicant_8/src/eap_peer/
eap_vendor_test.c 29 enum { INIT, CONFIRM, SUCCESS } state;
86 if (data->state == CONFIRM && *pos != 3) {
88 "%d in CONFIRM state", *pos);
100 if (data->state == CONFIRM) {
126 data->state = CONFIRM;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_vendor_test.c 20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state;
29 case CONFIRM:
30 return "CONFIRM";
120 eap_vendor_test_state(data, CONFIRM);
123 } else if (data->state == CONFIRM) {
  /packages/apps/Settings/src/com/android/settings/
ChooseLockSettingsHelper.java 52 * @return true if one exists and we launched an activity to confirm it
73 * Launch screen to confirm the existing lock pattern.
77 * @return true if we launched an activity to confirm pattern
97 * Launch screen to confirm the existing lock password.
99 * @return true if we launched an activity to confirm password
  /external/bluetooth/bluedroid/stack/smp/
smp_keys.c 439 ** Description Generate Confirm/Compare Step1:
455 SMP_TRACE_ERROR0("can not generate confirm for unknown device");
492 ** Description Generate Confirm/Compare Step2:
506 SMP_TRACE_ERROR0("can not generate confirm p2 for unknown device");
537 ** Description This function is called to calculate Confirm value.
573 ** proceed to send the Confirm request/response to peer device.
586 SMP_TRACE_DEBUG0("Confirm step 1 p1' = e(k, r XOR p1) Generated");
596 /* calculate: Confirm = E(k, p1' XOR p2) */
641 ** generating Compare number for confirm value check.
660 ** proceed to send the Confirm request/response to peer device
    [all...]
  /external/chromium/chrome/browser/ui/views/
instant_confirm_view.h 16 // The view shown in the instant confirm dialog.
  /external/chromium_org/chrome/browser/ui/app_list/
extension_uninstaller.h 14 // extension uninstall dialog and wait for user to confirm or cancel the
  /external/chromium_org/chrome/browser/ui/
tab_modal_confirm_dialog.h 14 // Base class for the tab modal confirm dialog.
  /external/chromium_org/content/ppapi_plugin/
ppapi.sb 7 ; TODO(viettrungluu): Confirm that the exceptions below are needed.

Completed in 969 milliseconds

12 3 4 5 6 7 8 91011>>