/external/pdfium/testing/resources/javascript/ |
D | globals_expected.txt | 1 Alert: ************ Initial State ************ 2 Alert: Enumerable Globals: 3 Alert: setPersistent = function setPersistent() { [native code] }, own property = true 4 Alert: Expected Globals: 5 Alert: true_var = undefined 6 Alert: false_var = undefined 7 Alert: zero_var = undefined 8 Alert: number_var = undefined 9 Alert: string_var = undefined 10 Alert: object_var = undefined [all …]
|
D | document_props_expected.txt | 1 Alert: *** Getting properties *** 2 Alert: this.ADBE is undefined undefined 3 Alert: this.author is string Joe Random Author 4 Alert: this.baseURL is string 5 Alert: this.bookmarkRoot is undefined undefined 6 Alert: this.calculate is boolean true 7 Alert: this.Collab is undefined undefined 8 Alert: this.creationDate is string 9 Alert: this.creator is string Joe Random Creator 10 Alert: this.delay is boolean false [all …]
|
D | consts_expected.txt | 1 Alert: border.s is solid 2 Alert: border.b is beveled 3 Alert: border.d is dashed 4 Alert: border.i is inset 5 Alert: border.u is underline 6 Alert: border.nonesuch is undefined 7 Alert: display.visible is 0 8 Alert: display.hidden is 1 9 Alert: display.noPrint is 2 10 Alert: display.noView is 3 [all …]
|
D | document_methods_expected.txt | 1 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]) = undefined [all …]
|
D | util_printx_expected.txt | 1 Alert: ('', '') => '' 2 Alert: ('', '123') => '' 3 Alert: ('??', '') => '' 4 Alert: ('??', 'f2') => 'f2' 5 Alert: ('??', 'f27') => 'f2' 6 Alert: ('XXX', '') => '' 7 Alert: ('XXX', '1afp3.') => '1af' 8 Alert: ('XXX', '-1Afp3.d33F$') => '1Af' 9 Alert: ('AAA', '') => '' 10 Alert: ('AAA', '-1Afp3.') => 'Afp' [all …]
|
D | app_props_expected.txt | 1 Alert: *** Getting properties *** 2 Alert: app.activeDocs is object [object global] 3 Alert: app.calculate is boolean true 4 Alert: app.formsVersion is number 7 5 Alert: ERROR: app.fs: 6 Alert: ERROR: app.fullscreen: 7 Alert: app.language is string ENU 8 Alert: ERROR: app.media: 9 Alert: app.platform is string WIN 10 Alert: app.runtimeHighlight is boolean false [all …]
|
D | bug_361_expected.txt | 1 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 4 [all …]
|
D | util_printd_expected.txt | 1 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: Sunday [all …]
|
D | app_alert_expected.txt | 1 Alert: This test passes if alert() logs output under the test utility. 5 Alert: undefined 6 Alert: null 7 Alert: true 8 Alert: false 9 Alert: 42 10 Alert: [1, 2, 3] 11 Alert: [1, 2, [object Object]] 13 Alert: Caught expected error app.alert: Incorrect number of parameters passed to function. 14 Alert: Caught expected error app.alert: Incorrect number of parameters passed to function. [all …]
|
D | util_bytetochar_expected.txt | 1 Alert: 0 => 2 Alert: 65 => 65 3 Alert: 127 => 127 4 Alert: 128 => 128 5 Alert: 255 => 255 6 Alert: 256: Caught error: util.byteToChar: Incorrect parameter value. 7 Alert: 40000000: Caught error: util.byteToChar: Incorrect parameter value. 8 Alert: -1: Caught error: util.byteToChar: Incorrect parameter value. 9 Alert: Caught expected error: util.byteToChar: Incorrect number of parameters passed to function.
|
D | field_expected.txt | 1 Alert: field is MyField 2 Alert: sub_a is MyField.Sub_A 3 Alert: nonesuch is undefined 4 Alert: found 4 sub-fields: 5 Alert: MyField.Sub_A 6 Alert: MyField.Sub_B 7 Alert: MyField.Sub_X 8 Alert: MyField.Sub_Z
|
D | apply_expected.txt | 1 Alert: Applying to util itself - should succeed 2 Alert: A 3 Alert: Applying to array - should throw 4 Alert: Caught: TypeError: Illegal invocation 5 Alert: Applying to number - should throw 6 Alert: Caught: TypeError: Illegal invocation 7 Alert: Applying to wrong native obj - should throw 8 Alert: Caught: TypeError: Illegal invocation
|
D | 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.
|
D | bug_679642_expected.txt | 1 Alert: Starting ... 2 Alert: Firing ... 3 Alert: failed: Field.page: Object no longer exists.
|
D | bug_679643_expected.txt | 1 Alert: Starting ... 2 Alert: Firing ... 3 Alert: failed: Annot.name: Object no longer exists.
|
D | bug_494057_expected.txt | 1 Alert: field is MyField 2 Alert: field value is '' 3 Alert: field value is ''
|
D | app_mailmsg_expected.txt | 1 Alert: This test passes if mailMsg() logs output under the test utility. 8 Alert: Caught expected error app.mailMsg: Incorrect number of parameters passed to function. 9 Alert: Caught expected error app.mailMsg: Incorrect number of parameters passed to function. 10 Alert: Caught expected error app.mailMsg: Incorrect number of parameters passed to function.
|
D | bug_492_1_expected.txt | 1 Alert: annot_s_name 2 Alert: annot_s_name
|
D | bug_695826_expected.txt | 1 Alert: Done!
|
/external/pdfium/testing/ |
D | embedder_test_mock_delegate.h | 15 Alert,
|
D | embedder_test_timer_handling_delegate.h | 31 int Alert(FPDF_WIDESTRING message, in Alert() function
|
D | embedder_test.h | 40 virtual int Alert(FPDF_WIDESTRING message, in Alert() function
|
/external/autotest/site_utils/ |
D | cloud_console.proto | 34 message Alert { message
|
/external/autotest/client/profilers/powertop/src/po/ |
D | ja.po | 204 "Disable the SE-Alert software by removing the 'setroubleshoot-server' rpm\n" 205 "SE-Alert alerts you about SELinux policy violations, but also\n" 208 "setroubleshoot-serverをアンインストールし、SE-Alertを無効にしてください。\n" 209 "SELinuxのポリシー違反について警告するSE-Alertは、\n"
|
D | ru.po | 208 "Disable the SE-Alert software by removing the 'setroubleshoot-server' rpm\n" 209 "SE-Alert alerts you about SELinux policy violations, but also\n" 212 "Выключите программу SE-Alert, удалив rpm 'setroubleshoot-server'\n" 213 "SE-Alert предупреждает Вас о нарушениях политики SELinux, но также\n"
|