HomeSort by relevance Sort by last modified time
    Searched refs:confirm (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/core/java/android/webkit/
JsPromptResult.java 27 * confirm() with the user's input to confirm the dialog.
36 public void confirm(String result) { method in class:JsPromptResult
38 confirm(); method
JsResult.java 38 // This is a basic result of a confirm or prompt dialog.
52 public final void confirm() { method in class:JsResult
  /build/soong/scripts/
setup_go_workspace_for_soong.sh 20 function confirm() { function
61 if confirm; then
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_minidom.py 49 def confirm(self, test, testname = "Test"): member in class:MinidomTest
54 self.confirm(t == s, "looking for %s, found %s" % (repr(s), repr(t)))
59 self.confirm(isinstance(dom,Document))
63 self.confirm(dom.getElementsByTagName("LI") == \
73 self.confirm(len(root.childNodes) == 2
85 self.confirm(len(root.childNodes) == 3
97 self.confirm(len(root.childNodes) == 4
126 self.confirm(tuple(dom.documentElement.childNodes) ==
134 self.confirm(tuple(dom.documentElement.childNodes) ==
143 self.confirm(dom.documentElement.childNodes[-1].nodeName == "#comment")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_minidom.py 49 def confirm(self, test, testname = "Test"): member in class:MinidomTest
54 self.confirm(t == s, "looking for %s, found %s" % (repr(s), repr(t)))
59 self.confirm(isinstance(dom,Document))
63 self.confirm(dom.getElementsByTagName("LI") == \
73 self.confirm(len(root.childNodes) == 2
85 self.confirm(len(root.childNodes) == 3
97 self.confirm(len(root.childNodes) == 4
126 self.confirm(tuple(dom.documentElement.childNodes) ==
134 self.confirm(tuple(dom.documentElement.childNodes) ==
143 self.confirm(dom.documentElement.childNodes[-1].nodeName == "#comment"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_minidom.py 49 def confirm(self, test, testname = "Test"): member in class:MinidomTest
54 self.confirm(t == s, "looking for %s, found %s" % (repr(s), repr(t)))
59 self.confirm(isinstance(dom,Document))
63 self.confirm(dom.getElementsByTagName("LI") == \
73 self.confirm(len(root.childNodes) == 2
85 self.confirm(len(root.childNodes) == 3
97 self.confirm(len(root.childNodes) == 4
126 self.confirm(tuple(dom.documentElement.childNodes) ==
134 self.confirm(tuple(dom.documentElement.childNodes) ==
143 self.confirm(dom.documentElement.childNodes[-1].nodeName == "#comment"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 49 def confirm(self, test, testname = "Test"): member in class:MinidomTest
54 self.confirm(t == s, "looking for %s, found %s" % (repr(s), repr(t)))
59 self.confirm(isinstance(dom,Document))
63 self.confirm(dom.getElementsByTagName("LI") == \
73 self.confirm(len(root.childNodes) == 2
85 self.confirm(len(root.childNodes) == 3
97 self.confirm(len(root.childNodes) == 4
126 self.confirm(tuple(dom.documentElement.childNodes) ==
134 self.confirm(tuple(dom.documentElement.childNodes) ==
143 self.confirm(dom.documentElement.childNodes[-1].nodeName == "#comment"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 49 def confirm(self, test, testname = "Test"): member in class:MinidomTest
54 self.confirm(t == s, "looking for %s, found %s" % (repr(s), repr(t)))
59 self.confirm(isinstance(dom,Document))
63 self.confirm(dom.getElementsByTagName("LI") == \
73 self.confirm(len(root.childNodes) == 2
85 self.confirm(len(root.childNodes) == 3
97 self.confirm(len(root.childNodes) == 4
126 self.confirm(tuple(dom.documentElement.childNodes) ==
134 self.confirm(tuple(dom.documentElement.childNodes) ==
143 self.confirm(dom.documentElement.childNodes[-1].nodeName == "#comment"
    [all...]
  /external/python/cpython2/Lib/test/
test_minidom.py 56 def confirm(self, test, testname = "Test"): member in class:MinidomTest
61 self.confirm(t == s, "looking for %s, found %s" % (repr(s), repr(t)))
66 self.confirm(isinstance(dom,Document))
70 self.confirm(dom.getElementsByTagName("LI") == \
80 self.confirm(len(root.childNodes) == 2
92 self.confirm(len(root.childNodes) == 3
104 self.confirm(len(root.childNodes) == 4
133 self.confirm(tuple(dom.documentElement.childNodes) ==
141 self.confirm(tuple(dom.documentElement.childNodes) ==
150 self.confirm(dom.documentElement.childNodes[-1].nodeName == "#comment"
    [all...]
  /frameworks/base/core/java/android/os/
IPowerManager.aidl 54 void reboot(boolean confirm, String reason, boolean wait);
55 void rebootSafeMode(boolean confirm, boolean wait);
56 void shutdown(boolean confirm, String reason, boolean wait);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatResponseMessage.java 56 public void setConfirmation(boolean confirm) {
57 mUsersConfirm = confirm;
  /system/bt/service/doc/
IBluetoothGattServer.txt 65 * given address for the characteristic with the given handle. |confirm|
74 in boolean confirm, in byte[] value);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
add.s 13 # addu is handled the same way add is; just confirm that it isn't
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PrivateVolumeUnmount.java 55 final Button confirm = (Button) view.findViewById(R.id.confirm); local
59 confirm.setOnClickListener(mConfirmListener);
PrivateVolumeFormat.java 55 final Button confirm = (Button) view.findViewById(R.id.confirm); local
59 confirm.setOnClickListener(mConfirmListener);
PrivateVolumeForget.java 70 final Button confirm = (Button) view.findViewById(R.id.confirm); local
74 confirm.setOnClickListener(mConfirmListener);
  /external/autotest/utils/
check_patch.py 187 def __init__(self, path, confirm=False):
192 @param confirm: Whether to answer yes to all questions asked without
196 self.confirm = confirm
297 auto=self.confirm)
305 def __init__(self, patch=None, patchwork_id=None, confirm=False):
306 self.confirm = confirm
323 answer = utils.ask("Would you like to revert them?", auto=self.confirm)
403 parser.add_option('-y', '--yes', dest="confirm",
412 confirm = options.confirm variable
    [all...]
  /build/make/tools/fs_config/
fs_config_test.cpp 47 static void confirm(std::string&& data, const fs_path_config* config, function
79 confirm(popenToString(
85 confirm(popenToString(
111 confirm(popenToString(android::base::StringPrintf(
126 confirm(popenToString(android::base::StringPrintf(
141 confirm(popenToString(android::base::StringPrintf(
156 confirm(popenToString(android::base::StringPrintf(
175 confirm(popenToString(android::base::StringPrintf(
190 confirm(popenToString(android::base::StringPrintf(
205 confirm(popenToString(android::base::StringPrintf
    [all...]
  /external/openssh/
authfd.h 34 const char *comment, u_int life, u_int confirm);
37 const char *pin, u_int life, u_int confirm);
ssh-add.c 93 /* User has to confirm key use */
94 static int confirm = 0; variable
238 filename, confirm ? " (will confirm each use)" : "");
258 confirm ? " (will confirm each use)" : "");
266 lifetime, confirm)) == 0) {
272 if (confirm != 0)
274 "The user must confirm each use of the key\n");
314 lifetime, confirm)) != 0)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 72 int direction, String destination, int visibility, int confirm, int status,
82 mConfirm = confirm;
  /system/bt/service/common/android/bluetooth/
IBluetoothGattServer.aidl 42 boolean confirm,
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgePowerManager.java 90 public void reboot(boolean confirm, String reason, boolean wait) {
95 public void rebootSafeMode(boolean confirm, boolean wait) {
100 public void shutdown(boolean confirm, String reason, boolean wait) {
  /frameworks/native/services/powermanager/
IPowerManager.cpp 109 virtual status_t reboot(bool confirm, const String16& reason, bool wait)
113 data.writeInt32(confirm);
119 virtual status_t shutdown(bool confirm, const String16& reason, bool wait)
123 data.writeInt32(confirm);
  /frameworks/native/include/powermanager/
IPowerManager.h 69 virtual status_t reboot(bool confirm, const String16& reason, bool wait) = 0;
70 virtual status_t shutdown(bool confirm, const String16& reason, bool wait) = 0;

Completed in 1023 milliseconds

1 2 3 4 5 6 7