/external/pdfium/testing/resources/javascript/ |
bug_361_expected.txt | 0 Alert: Answer for "" is: string 2 Alert: Answer for "goats" is: string goats 3 Alert: Answer for "b4" is: string b4 4 Alert: Answer for "b4.5" is: string b4.5 5 Alert: Answer for "4x" is: string 4x 6 Alert: Answer for "4.5x" is: string 4.5x 7 Alert: Answer for "4" is: number 4 8 Alert: Answer for "4" is: number 4 9 Alert: Answer for " 4" is: number 4 10 Alert: Answer for "4 " is: number [all...] |
app_alert.in | 37 app.alert("This test passes if alert() logs output under the test utility."); 38 app.alert("message", 1, 2, "title"); 39 app.alert({"cMsg": "message", "cTitle": "title"}); 40 app.alert({"cMsg": "message", "cTitle": "title", "nIcon": 3, "nType": 4}); 41 app.alert(undefined); 42 app.alert(null); 43 app.alert(true); 44 app.alert(false); 45 app.alert(42) [all...] |
document_methods_expected.txt | 0 Alert: *** Testing Unsupported Methods *** 2 Alert: PASS: typeof this.addAnnot = function 3 Alert: PASS: this.addAnnot() = undefined 4 Alert: PASS: this.addAnnot(1, 2, "clams", [1, 2, 3]) = undefined 5 Alert: PASS: typeof this.addField = function 6 Alert: PASS: this.addField() = undefined 7 Alert: PASS: this.addField(1, 2, "clams", [1, 2, 3]) = undefined 8 Alert: PASS: typeof this.addLink = function 9 Alert: PASS: this.addLink() = undefined 10 Alert: PASS: this.addLink(1, 2, "clams", [1, 2, 3]) = undefine [all...] |
app_repsonse_expected.txt | 2 Alert: result: No 4 Alert: result: No 6 Alert: result: No 8 Alert: result: No 9 Alert: Caught expected error app.response: Incorrect number of parameters passed to function. 10 Alert: Caught expected error app.response: Incorrect number of parameters passed to function.
|
util_printd_expected.txt | 0 Alert: mm/dd/yyyy HH:MM:ss: 07/04/2014 15:59:58 2 Alert: 0: D:20140704155958 3 Alert: 1: 2014.07.04 15:59:58 4 Alert: 2: 2014/07/04 15:59:58 5 Alert: 3: Caught error: util.printd: Incorrect parameter value. 6 Alert: mmmm: July 7 Alert: mmm: Jul 8 Alert: mm: 07 9 Alert: m: 7 10 Alert: dddd: Sunda [all...] |
apply.in | 37 app.alert('Applying to util itself - should succeed'); 39 app.alert(util.byteToChar.apply(util, [65])); 42 app.alert('Caught: ' + e); 45 app.alert('Applying to array - should throw'); 47 app.alert(util.byteToChar.apply([], [65])); 50 app.alert('Caught: ' + e); 53 app.alert('Applying to number - should throw'); 55 app.alert(util.byteToChar.apply(7, [65])); 58 app.alert('Caught: ' + e); 61 app.alert('Applying to wrong native obj - should throw') [all...] |
app_repsonse.in | 40 app.alert("result: " + result); 42 app.alert("result: " + result); 44 app.alert("result: " + result); 52 app.alert("result: " + result); 54 app.alert("unexpected error " + e); 58 app.alert("unexpected success"); 60 app.alert("Caught expected error " + e); 64 app.alert("unexpected success"); 66 app.alert("Caught expected error " + e);
|
consts.in | 42 app.alert(expr + " is " + eval(expr)); 45 app.alert("ERROR: " + e.toString()); 52 app.alert(props[i] + " is " + eval(props[i])); 55 app.alert("ERROR: " + e.toString()); 62 app.alert(props[i] + " is\n " + eval(props[i]).join(",\n ")); 65 app.alert("ERROR: " + e.toString()); 70 app.alert("String equality test (==): " + 72 app.alert("String equality test (===): " + 74 app.alert("Array equality test (==): " + 76 app.alert("Array equality test (===): " [all...] |
mouse_events.in | 56 /JS (app.alert\("enter"\);) 62 /JS (app.alert\("exit"\);) 68 /JS (app.alert\("down"\);) 74 /JS (app.alert\("up"\);) 80 /JS (app.alert\("focus"\);) 86 /JS (app.alert\("blur"\);)
|
globals.in | 69 app.alert("For " + prop.name + ": Setup: ERROR: " + e.toString()); 80 app.alert("For " + prop.name + ": Delete: ERROR: " + e.toString()); 91 app.alert("For " + prop.name + 98 app.alert("************ " + msg + " ************"); 99 app.alert("Enumerable Globals:"); 102 app.alert(" " + name + " = " + global[name] + 105 app.alert("For " + name + ": Dump: ERROR: " + e.toString()); 108 app.alert("Expected Globals:"); 113 app.alert(" " + prop.name + " = " + actual); 115 app.alert(" " + actual.colors[0]) [all...] |
/external/adhd/cras/src/tests/ |
alert_unittest.cc | 16 void prepare(struct cras_alert *alert); 31 TEST(Alert, OneCallback) { 32 struct cras_alert *alert = cras_alert_create(NULL, 0); local 33 cras_alert_add_callback(alert, &callback1, NULL); 35 cras_alert_pending(alert); 39 cras_alert_destroy(alert); 42 TEST(Alert, OneCallbackPost2Call1) { 43 struct cras_alert *alert = cras_alert_create(NULL, 0); local 44 cras_alert_add_callback(alert, &callback1, NULL); 46 // Alert twice, callback should only be called once 56 struct cras_alert *alert = cras_alert_create(NULL, 0); local 69 struct cras_alert *alert = cras_alert_create(NULL, 0); local 85 struct cras_alert *alert = cras_alert_create( local 102 struct cras_alert *alert = cras_alert_create(NULL, 0); local 116 struct cras_alert *alert = cras_alert_create(NULL, 0); local 143 struct cras_alert *alert = cras_alert_create(prepare, 0); local [all...] |
/external/markdown/tests/safe_mode/ |
unsafe_urls.txt | 3 [link](javascript:alert%28'Hello%20world!'%29) 5 [link](livescript:alert%28'Hello%20world!'%29) 7 [link](jAvAsCrIpT:alert%28'Hello%20world!'%29) 8 [link](ja vas cr ipt:alert%28'Hello%20world!'%29) 9 [link](ja vas cr ipt:alert%28'Hello%20world!'%29) 10 [link](ja vas cr ipt:alert%28'Hello%20world!'%29) 11 [link](ja%09 %0Avas cr
ipt:alert%28'Hello%20world!'%29) 12 [link](ja%20vas%20cr%20ipt:alert%28'Hello%20world!'%29) 13 [link](live%20script:alert%28'Hello%20world!'%29) 15 ![img](javascript:alert%29'XSS'%29 [all...] |
script_tags.html | 3 alert("Hello world!") 8 alert("Hello world!") 13 alert("Hello world!") 17 alert("Hello world!") 24 alert("Hello world!")
|
/frameworks/base/core/res/res/values-television/ |
themes.xml | 17 <style name="Theme.Dialog.Alert" parent="Theme.Leanback.Light.Dialog.Alert" /> 19 <style name="Theme.Holo.Dialog.Alert" parent="Theme.Leanback.Dialog.Alert" /> 20 <style name="Theme.Holo.Light.Dialog.Alert" parent="Theme.Leanback.Light.Dialog.Alert" /> 21 <style name="Theme.Material.Dialog.Alert" parent="Theme.Leanback.Dialog.Alert" /> 22 <style name="Theme.Material.Light.Dialog.Alert" parent="Theme.Leanback.Light.Dialog.Alert" /> [all...] |
/external/syslinux/gpxe/src/hci/mucurses/ |
alert.c | 6 * MuCurses alert functions
|
/external/adhd/cras/src/server/ |
cras_alert.h | 13 /* The alert facility provides a way to signal the clients when a system state 16 * First the clients registers callbacks to an alert. Each time the system state 17 * changes, we mark the associated alert as "pending". At the end of the event 25 * an alert. It is called before we invoke the callbacks. This gives the owner 26 * of each alert a chance to update the system to a consistent state before 29 * The alert functions should only be used from the main thread. 39 typedef void (*cras_alert_prepare)(struct cras_alert *alert); 51 /* Creates an alert. 58 * A pointer to the alert, NULL if out of memory. 63 /* Adds a callback to the alert [all...] |
/external/chromium-libpac/test/js-unittest/ |
bindings.js | 33 // Call alert with some wonky arguments. 34 alert(); 35 alert(null); 36 alert(undefined); 37 alert({foo:'bar'}); 40 // to alert in the bindings. 42 alert(new MyObject()); 44 alert(e);
|
/external/nist-sip/java/javax/sip/header/ |
ContentDispositionHeader.java | 11 String ALERT = "Alert";
|
AlertInfoHeader.java | 6 String NAME = "Alert-Info";
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/dialog/ |
DurationPickerDialog.java | 41 AlertDialog.Builder alert = new AlertDialog.Builder(activity); local 42 alert.setIcon(R.drawable.ic_dialog_time); 43 alert.setTitle(title); 44 alert.setView(picker); 45 alert.setPositiveButton("Set", new DialogInterface.OnClickListener() { 51 alert.setOnCancelListener(new DialogInterface.OnCancelListener() { 57 alert.show();
|
/frameworks/base/telephony/java/android/telephony/cdma/ |
CdmaSmsCbProgramData.java | 42 /** Alert option: no alert. */ 45 /** Alert option: default alert. */ 48 /** Alert option: vibrate alert once. */ 51 /** Alert option: vibrate alert - repeat. */ 54 /** Alert option: visual alert once. * [all...] |
/packages/apps/CellBroadcastReceiver/res/values-mcc302/ |
strings.xml | 24 <string name="etws_earthquake_warning" translatable="false">EMERGENCY ALERT / ALERTE D?URGENCE</string> 25 <string name="etws_tsunami_warning" translatable="false">EMERGENCY ALERT / ALERTE D?URGENCE</string> 26 <string name="etws_earthquake_and_tsunami_warning" translatable="false">EMERGENCY ALERT / ALERTE D?URGENCE</string> 27 <string name="etws_test_message" translatable="false">EMERGENCY ALERT / ALERTE D?URGENCE</string> 28 <string name="etws_other_emergency_type" translatable="false">EMERGENCY ALERT / ALERTE D?URGENCE</string> 29 <string name="cmas_presidential_level_alert" translatable="false">EMERGENCY ALERT / ALERTE D?URGENCE</string> 30 <string name="cmas_extreme_alert" translatable="false">EMERGENCY ALERT / ALERTE D?URGENCE</string> 31 <string name="cmas_severe_alert" translatable="false">EMERGENCY ALERT / ALERTE D?URGENCE</string> 32 <string name="cmas_amber_alert" translatable="false">EMERGENCY ALERT / ALERTE D?URGENCE</string> 33 <string name="cmas_required_monthly_test" translatable="false">EMERGENCY ALERT / ALERTE D?URGENCE</string [all...] |
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
AlertDialogTest.java | 36 AlertDialog alert = builder.create(); local 37 alert.show(); 39 assertThat(alert.isShowing(), equalTo(true)); 41 ShadowAlertDialog shadowAlertDialog = shadowOf(alert); 46 assertThat(ShadowAlertDialog.getLatestAlertDialog(), sameInstance(alert)); 80 AlertDialog alert = builder.create(); local 82 ShadowAlertDialog shadowAlertDialog = shadowOf(alert); 97 AlertDialog alert = builder.create(); local 98 ShadowAlertDialog shadowAlertDialog = shadowOf(alert); 109 AlertDialog alert = builder.create() local 120 AlertDialog alert = builder.create(); local 216 AlertDialog alert = builder.create(); local 259 AlertDialog alert = builder.create(); local 289 AlertDialog alert = builder.create(); local 308 AlertDialog alert = builder.create(); local 334 AlertDialog alert = builder.create(); local [all...] |
/frameworks/base/cmds/statsd/tests/e2e/ |
ConfigTtl_e2e_test.cpp | 45 auto alert = config.add_alert(); local 46 alert->set_id(StringToId("alert")); 47 alert->set_metric_id(123456); 48 alert->set_num_buckets(num_buckets); 49 alert->set_refractory_period_secs(10); 50 alert->set_trigger_if_sum_gt(threshold); 63 const uint64_t alert_id = config.alert(0).id(); 64 const uint32_t refractory_period_sec = config.alert(0).refractory_period_secs();
|
/cts/tests/tests/webkit/assets/webkit/ |
jsalert.html | 18 <title>javascript alert</title> 22 alert("testOnJsAlert"); 26 javascript alert test
|