Home
last modified time | relevance | path

Searched refs:beep (Results 1 – 25 of 66) sorted by relevance

123

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_host_pseudomodel_expected.txt24 Alert: PASS: xfa.host.beep(1, 1) threw XFAObject.beep: Incorrect number of parameters passed to fun…
26 Alert: PASS: xfa.host.beep(42) = undefined
28 Alert: PASS: xfa.host.beep() = undefined
Dxfa_host_pseudomodel.in40 expectError("xfa.host.beep(1, 1)");
41 expect("xfa.host.beep(42)");
42 expect("xfa.host.beep()");
/external/antlr/runtime/JavaScript/tests/functional/
Drhino-python.input77 def beep(self):
78 self.textpane.toolkit.beep()
120 self.beep()
133 self.beep()
Drhino-python.output7 found method def beep
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java203 this.getToolkit().beep(); in keyPressed()
215 this.getToolkit().beep(); in keyPressed()
265 getToolkit().beep(); in keyPressed()
285 this.getToolkit().beep(); in paste()
292 this.getToolkit().beep(); in paste()
344 getToolkit().beep(); // LIU: Add audio feedback of NOP in keyTyped()
359 getToolkit().beep(); // LIU: Add audio feedback of NOP in keyTyped()
/external/libcups/examples/
Didentify-printer.test1 # Make the printer beep
Didentify-printer-multiple.test1 # Make the printer display a message and beep
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.h25 JSE_METHOD(beep);
/external/python/cpython2/Doc/library/
Dwinsound.rst23 system is not able to beep the speaker, :exc:`RuntimeError` is raised.
44 described below. The value ``-1`` produces a "simple beep"; this is the final
/external/pdfium/fxjs/
Dcjs_app.h47 JS_STATIC_METHOD(beep, CJS_App)
114 CJS_Result beep(CJS_Runtime* pRuntime,
/external/python/cpython3/Doc/library/
Dwinsound.rst22 system is not able to beep the speaker, :exc:`RuntimeError` is raised.
42 described below. The value ``-1`` produces a "simple beep"; this is the final
/external/jline/src/src/main/java/jline/
DCandidateListCompletionHandler.java120 reader.beep(); in printCandidates()
DConsoleReader.java578 beep(); in readLine()
707 beep(); in readLine()
732 beep(); in readLine()
1319 public final void beep() throws IOException { in beep() method in ConsoleReader
/external/python/cpython2/Demo/curses/
Dtclock.py137 curses.beep()
/external/pdfium/testing/resources/javascript/
Dapp_methods.in52 expect("app.beep(1)", undefined);
Dapp_methods_expected.txt27 Alert: PASS: app.beep(1) = undefined
/external/tcpdump/win32/prj/
DGNUmakefile55 ../../print-beep.o \
/external/guice/core/test/com/google/inject/
DTypeListenerTest.java200 assertEquals("felibeep", c.beep());
805 public String beep() {
/external/tcpdump/
DAndroid.bp69 "print-beep.c",
DMakefile.in105 print-beep.c \
/external/python/cpython3/Lib/unittest/test/testmock/
Dtesthelpers.py250 repr(call()().bar().baz.beep(1)),
291 mock.foo(1).bar()().baz.beep(a=6)
293 last_call = call.foo(1).bar()().baz.beep(a=6)
/external/python/mock/mock/tests/
Dtesthelpers.py241 repr(call()().bar().baz.beep(1)),
282 mock.foo(1).bar()().baz.beep(a=6)
284 last_call = call.foo(1).bar()().baz.beep(a=6)
/external/oboe/apps/OboeTester/docs/
DUsage.md36 and the resulting beep, and then measure the time between them.
/external/python/cpython2/Lib/test/
Dtest_curses.py216 for func in [curses.baudrate, curses.beep, curses.can_change_color,
/external/tcpdump/tests/
DTESTLIST440 beep-oobr beep-oobr.pcap beep-oobr.out

123