Home
last modified time | relevance | path

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

123

/external/syslinux/com32/lib/sys/
Dansicon_write.c60 .beep = __ansicon_beep,
201 if (firmware->o_ops->beep) in __ansicon_beep()
202 firmware->o_ops->beep(); in __ansicon_beep()
Dansi.h53 void (*beep) (void); member
Dvesacon_write.c61 .beep = __ansicon_beep,
Dansi.c86 op->beep(); in __ansi_putchar()
/external/syslinux/gpxe/src/hci/mucurses/
Dkb.c67 beep(); in wgetch()
115 beep(); in wgetnstr()
Dalert.c15 int beep ( void ) { in beep() function
/external/antlr/antlr-3.4/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/libedit/src/
Dcommon.c643 char beep = 0; in ed_prev_history() local
663 beep = 1; in ed_prev_history()
667 if (beep) in ed_prev_history()
681 el_action_t beep = CC_REFRESH, rval; in ed_next_history() local
690 beep = CC_REFRESH_BEEP; in ed_next_history()
694 return beep; in ed_next_history()
/external/autotest/server/cros/faft/config/
DDEFAULTS.py73 beep = 1 variable in Values
/external/syslinux/com32/cmenu/
DMENU_FORMAT137 timeoutcmd: (default .beep)
224 [NT] .beep [n]
249 .beep:
250 .beep [n] produces a beep n times. n must be between 0 and 9. If not specified n=1.
251 (hence .beep 0 is equivalent to .nop)
Dadv_menu.tpl159 if (strcmp(curr,".beep")==0) {
163 for (;ctr>0; ctr--) beep();
424 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
Dtest2.menu17 onerrorcmd=".beep 2 % % .help hlp00025.txt % .exit"
/external/syslinux/com32/include/
Dlibansi.h55 static inline void beep(void) in beep() function
/external/syslinux/com32/include/syslinux/
Dfirmware.h15 void (*beep) (void); member
/external/pdfium/fpdfsdk/javascript/
Dapp.h81 bool beep(CJS_Runtime* pRuntime,
199 JS_STATIC_METHOD(beep, app);
/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/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/syslinux/com32/cmenu/libmenu/
Dtui.c187 beep(); in getuserinput()
/external/tcpdump/win32/prj/
DGNUmakefile55 ../../print-beep.o \
/external/tcpdump/
DAndroid.mk39 print-beep.c \
/external/guice/core/test/com/google/inject/
DTypeListenerTest.java175 assertEquals("felibeep", c.beep());
690 public String beep() {

123