/external/syslinux/com32/lib/sys/ |
D | ansicon_write.c | 60 .beep = __ansicon_beep, 201 if (firmware->o_ops->beep) in __ansicon_beep() 202 firmware->o_ops->beep(); in __ansicon_beep()
|
D | ansi.h | 53 void (*beep) (void); member
|
D | vesacon_write.c | 61 .beep = __ansicon_beep,
|
D | ansi.c | 86 op->beep(); in __ansi_putchar()
|
/external/syslinux/gpxe/src/hci/mucurses/ |
D | kb.c | 67 beep(); in wgetch() 115 beep(); in wgetnstr()
|
D | alert.c | 15 int beep ( void ) { in beep() function
|
/external/antlr/antlr-3.4/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/libedit/src/ |
D | common.c | 643 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/ |
D | DEFAULTS.py | 73 beep = 1 variable in Values
|
/external/syslinux/com32/cmenu/ |
D | MENU_FORMAT | 137 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)
|
D | adv_menu.tpl | 159 if (strcmp(curr,".beep")==0) { 163 for (;ctr>0; ctr--) beep(); 424 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
|
D | test2.menu | 17 onerrorcmd=".beep 2 % % .help hlp00025.txt % .exit"
|
/external/syslinux/com32/include/ |
D | libansi.h | 55 static inline void beep(void) in beep() function
|
/external/syslinux/com32/include/syslinux/ |
D | firmware.h | 15 void (*beep) (void); member
|
/external/pdfium/fpdfsdk/javascript/ |
D | app.h | 81 bool beep(CJS_Runtime* pRuntime, 199 JS_STATIC_METHOD(beep, app);
|
/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/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/python/cpython2/Demo/curses/ |
D | tclock.py | 137 curses.beep()
|
/external/syslinux/com32/cmenu/libmenu/ |
D | tui.c | 187 beep(); in getuserinput()
|
/external/tcpdump/win32/prj/ |
D | GNUmakefile | 55 ../../print-beep.o \
|
/external/tcpdump/ |
D | Android.mk | 39 print-beep.c \
|
/external/guice/core/test/com/google/inject/ |
D | TypeListenerTest.java | 175 assertEquals("felibeep", c.beep()); 690 public String beep() {
|