Searched refs:beep (Results 1 - 25 of 32) sorted by relevance

12

/external/syslinux/gpxe/src/hci/mucurses/
H A Dalert.c15 int beep ( void ) { function
H A Dkb.c67 beep();
115 beep();
/external/autotest/server/cros/faft/config/
H A DDEFAULTS.py72 # Delay for waiting beep done
73 beep = 1 variable in class:Values
/external/syslinux/com32/include/
H A Dlibansi.h55 static inline void beep(void) function
/external/syslinux/com32/lib/sys/
H A Dansicon_write.c60 .beep = __ansicon_beep,
201 if (firmware->o_ops->beep)
202 firmware->o_ops->beep();
H A Dansi.h53 void (*beep) (void); member in struct:ansi_ops
H A Dvesacon_write.c61 .beep = __ansicon_beep,
H A Dansi.c86 op->beep();
/external/syslinux/com32/include/syslinux/
H A Dfirmware.h15 void (*beep) (void); member in struct:output_ops
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java203 this.getToolkit().beep();
215 this.getToolkit().beep();
265 getToolkit().beep();
285 this.getToolkit().beep();
292 this.getToolkit().beep();
344 getToolkit().beep(); // LIU: Add audio feedback of NOP
359 getToolkit().beep(); // LIU: Add audio feedback of NOP
/external/jline/src/src/main/java/jline/
H A DCandidateListCompletionHandler.java120 reader.beep();
H A DConsoleReader.java578 beep();
707 beep();
732 beep();
1319 public final void beep() throws IOException { method in class:ConsoleReader
/external/syslinux/com32/cmenu/libmenu/
H A Dtui.c187 beep();
/external/pdfium/fpdfsdk/javascript/
H A Dapp.h81 bool beep(CJS_Runtime* pRuntime,
199 JS_STATIC_METHOD(beep, app);
/external/libedit/src/
H A Dcommon.c643 char beep = 0; local
663 beep = 1;
667 if (beep)
681 el_action_t beep = CC_REFRESH, rval; local
690 beep = CC_REFRESH_BEEP;
694 return beep;
/external/tcpdump/
H A DAndroid.mk31 print-beep.c \
/external/tcpdump/win32/prj/
H A DGNUmakefile55 ../../print-beep.o \
/external/guice/core/test/com/google/inject/
H A DTypeListenerTest.java175 assertEquals("felibeep", c.beep());
690 public String beep() { method in class:TypeListenerTest.C
691 return "beep";
/external/syslinux/bios/com32/cmenu/
H A Dtest.c139 if (strcmp(curr,".beep")==0) {
143 for (;ctr>0; ctr--) beep();
361 strcpy(timeoutcmd,".beep");
437 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
H A Dtest2.c139 if (strcmp(curr,".beep")==0) {
143 for (;ctr>0; ctr--) beep();
354 strcpy(onerrcmd,".beep 2 % % .help hlp00025.txt % .exit");
494 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
/external/syslinux/com32/cmenu/
H A Dcomplex.c59 beep();
/external/syslinux/efi32/com32/cmenu/
H A Dtest.c139 if (strcmp(curr,".beep")==0) {
143 for (;ctr>0; ctr--) beep();
361 strcpy(timeoutcmd,".beep");
437 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
H A Dtest2.c139 if (strcmp(curr,".beep")==0) {
143 for (;ctr>0; ctr--) beep();
354 strcpy(onerrcmd,".beep 2 % % .help hlp00025.txt % .exit");
494 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
/external/syslinux/efi64/com32/cmenu/
H A Dtest.c139 if (strcmp(curr,".beep")==0) {
143 for (;ctr>0; ctr--) beep();
361 strcpy(timeoutcmd,".beep");
437 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
H A Dtest2.c139 if (strcmp(curr,".beep")==0) {
143 for (;ctr>0; ctr--) beep();
354 strcpy(onerrcmd,".beep 2 % % .help hlp00025.txt % .exit");
494 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit

Completed in 1059 milliseconds

12