Searched refs:beep (Results 1 – 25 of 70) sorted by relevance
123
/external/u-boot/doc/device-tree-bindings/sound/ |
D | intel-hda.txt | 11 - beep-verbs: list of verbs to send for a beep 14 - intel,beep-nid: Node ID to use for beep (will be detected if not provided)
|
/external/pdfium/testing/resources/javascript/xfa_specific/ |
D | xfa_host_pseudomodel_expected.txt | 24 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
|
D | xfa_host_pseudomodel.in | 40 expectError("xfa.host.beep(1, 1)"); 41 expect("xfa.host.beep(42)"); 42 expect("xfa.host.beep()");
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | rhino-python.input | 77 def beep(self): 78 self.textpane.toolkit.beep() 120 self.beep() 133 self.beep()
|
D | rhino-python.output | 7 found method def beep
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | DumbTextComponent.java | 203 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/pdfium/fxjs/xfa/ |
D | cjx_hostpseudomodel.h | 25 JSE_METHOD(beep);
|
/external/python/cpython2/Doc/library/ |
D | winsound.rst | 23 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/python/cpython3/Doc/library/ |
D | winsound.rst | 22 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/pdfium/fxjs/ |
D | cjs_app.h | 47 JS_STATIC_METHOD(beep, CJS_App) 114 CJS_Result beep(CJS_Runtime* pRuntime,
|
/external/u-boot/drivers/sound/ |
D | Kconfig | 7 beep at a chosen frequency for a selected length of time. However 49 the length of the beeps, by turning a beep on, waiting for a period
|
/external/jline/src/src/main/java/jline/ |
D | CandidateListCompletionHandler.java | 120 reader.beep(); in printCandidates()
|
D | ConsoleReader.java | 578 beep(); in readLine() 707 beep(); in readLine() 732 beep(); in readLine() 1319 public final void beep() throws IOException { in beep() method in ConsoleReader
|
/external/pdfium/testing/resources/javascript/ |
D | app_methods.in | 52 expect("app.beep(1)", undefined);
|
D | app_methods_expected.txt | 27 Alert: PASS: app.beep(1) = undefined
|
/external/python/cpython2/Demo/curses/ |
D | tclock.py | 137 curses.beep()
|
/external/tcpdump/win32/prj/ |
D | GNUmakefile | 55 ../../print-beep.o \
|
/external/u-boot/arch/x86/dts/ |
D | chromebook_link.dts | 382 beep-verbs = < 389 0x0143b013>; /* beep volume */
|
/external/guice/core/test/com/google/inject/ |
D | TypeListenerTest.java | 200 assertEquals("felibeep", c.beep()); 805 public String beep() {
|
/external/u-boot/arch/arm/dts/ |
D | imx6dl-brppt2.dts | 106 beeper: pwm-beep {
|
D | am335x-brppt1-mmc.dts | 107 beeper: pwm-beep {
|
D | am335x-brppt1-spi.dts | 108 beeper: pwm-beep {
|
/external/tcpdump/ |
D | Android.bp | 65 "print-beep.c",
|
/external/python/mock/mock/tests/ |
D | testhelpers.py | 241 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/python/cpython3/Lib/unittest/test/testmock/ |
D | testhelpers.py | 229 repr(call()().bar().baz.beep(1)), 270 mock.foo(1).bar()().baz.beep(a=6) 272 last_call = call.foo(1).bar()().baz.beep(a=6)
|
123