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

1 2 3 4

  /build/soong/scripts/
setup_go_workspace_for_soong.sh 34 function confirm() { function
83 if confirm; then
  /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
JsDialogHelper.java 47 public static final int CONFIRM = 2;
78 case CONFIRM:
153 mResult.confirm();
155 mResult.confirm(mEdit.getText().toString());
  /external/autotest/contrib/
manage_powerunit_info.py 181 confirm = raw_input("%s (y/N) " % confirm_msg).lower() == 'y' variable
182 if confirm:
  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/
gui.js 249 function confirm(msg, title) { function
267 confirm.docString = "shows a confirmation message box to the user";
276 if (confirm("Do you really want to exit?")) {
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/
gui.js 249 function confirm(msg, title) { function
267 confirm.docString = "shows a confirmation message box to the user";
276 if (confirm("Do you really want to exit?")) {
  /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...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PrivateVolumeFormat.java 60 final Button confirm = (Button) view.findViewById(R.id.confirm); local
64 confirm.setOnClickListener(mConfirmListener);
PrivateVolumeUnmount.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/python/cpython3/Lib/test/
test_pulldom.py 291 def confirm(self, test, testname="Test"): member in class:SAX2DOMTestCase
test_minidom.py 53 def confirm(self, test, testname = "Test"): member in class:MinidomTest
58 self.confirm(t == s, "looking for %r, found %r" % (s, t))
79 self.confirm(isinstance(dom, Document))
85 self.confirm(isinstance(dom, Document))
89 self.confirm(dom.getElementsByTagName("LI") == \
99 self.confirm(len(root.childNodes) == 2
111 self.confirm(len(root.childNodes) == 3
123 self.confirm(len(root.childNodes) == 4
152 self.confirm(tuple(dom.documentElement.childNodes) ==
160 self.confirm(tuple(dom.documentElement.childNodes) =
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
SmsStorageLowWarningFragment.java 67 * Perform confirm action for a specific action
71 private void confirm(final int actionIndex) { method in class:SmsStorageLowWarningFragment
147 ((SmsStorageLowWarningFragment) getTargetFragment()).confirm(position);
158 * The dialog to confirm user's delete action
231 * Get the confirm dialog text for a specific delete action
  /system/bt/service/
gatt_server.cc 175 const uint16_t handle, bool confirm,
179 << " device_address: " << device_address << " confirm: " << confirm; local
205 VLOG(1) << "A" << (confirm ? "n indication" : " notification")
216 conn->conn_id, confirm, value);
  /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...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebChromeClientTest.java 429 result.confirm();
438 result.confirm();
448 result.confirm(mPromptResult);
457 result.confirm();
  /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...]
  /external/iputils/
ping_common.c 33 int confirm = 0; variable
926 confirm = confirm_flag;
  /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/ImageMagick/MagickCore/
widget.c 3233 confirm, local
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 365 tBTA_GATTS_CONF confirm; /* BTA_GATTS_CONF_EVT callback data */ member in union:__anon1516
699 * handle - characteristic handle to confirm.
    [all...]

Completed in 4184 milliseconds

1 2 3 4