HomeSort by relevance Sort by last modified time
    Searched defs:bell (Results 1 - 15 of 15) sorted by null

  /packages/apps/Terminal/src/com/android/terminal/
TerminalCallbacks.java 49 public int bell() { method in class:TerminalCallbacks
  /external/python/cpython2/Lib/idlelib/idle_test/
test_idlehistory.py 61 def bell(self): member in class:TextWrapper
86 def fetch_test(self, reverse, line, prefix, index, bell=False):
95 Equal(self.text._bell, bell)
96 if bell:
107 test(True, prefix, None, None, bell=True)
114 test(False, prefix, None, None, bell=True)
121 self.fetch_test(True, prefix, None, None, bell=True)
127 self.fetch_test(False, prefix, None, None, bell=True)
135 test(True, line1, prefix, 0, bell=True)
141 test(False, prefix, None, None, bell=True
    [all...]
  /external/python/cpython3/Lib/idlelib/idle_test/
test_history.py 61 def bell(self): member in class:TextWrapper
86 def fetch_test(self, reverse, line, prefix, index, *, bell=False):
95 Equal(self.text._bell, bell)
96 if bell:
107 test(True, prefix, None, None, bell=True)
114 test(False, prefix, None, None, bell=True)
121 self.fetch_test(True, prefix, None, None, bell=True)
127 self.fetch_test(False, prefix, None, None, bell=True)
135 test(True, line1, prefix, 0, bell=True)
141 test(False, prefix, None, None, bell=True
    [all...]
  /external/libvterm/src/
screen.c 470 static int bell(void *user) function
474 if(screen->callbacks && screen->callbacks->bell)
475 return (*screen->callbacks->bell)(screen->cbdata);
619 .bell = &bell,
  /external/libvterm/include/
vterm.h 195 int (*bell)(void *user); member in struct:__anon26319
242 int (*bell)(void *user); member in struct:__anon26322
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XKBlib.h 198 Atom name; /* "name" of requested bell */
264 XkbBellNotifyEvent bell; member in union:_XkbEvent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 1268 xkbBellNotify bell; member in union:_xkbEvent::__anon61846
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py 622 def bell(self, displayof=0): member in class:Misc
623 """Ring a display's bell."""
624 self.tk.call(('bell',) + self._displayof(displayof))
    [all...]
  /external/python/cpython3/Lib/tkinter/
__init__.py 775 def bell(self, displayof=0): member in class:Misc
776 """Ring a display's bell."""
777 self.tk.call(('bell',) + self._displayof(displayof))
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 1082 "\007": "#\\bell",
1124 "bell": "\007",
1123 "null": "\\000", property in class:sc_Char.readable2char
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 227 #define bell CUR Strings[1] macro
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 560 def bell(self, displayof=0): member in class:Misc
561 """Ring a display's bell."""
562 self.tk.call(('bell',) + self._displayof(displayof))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 560 def bell(self, displayof=0): member in class:Misc
561 """Ring a display's bell."""
562 self.tk.call(('bell',) + self._displayof(displayof))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 560 def bell(self, displayof=0): member in class:Misc
561 """Ring a display's bell."""
562 self.tk.call(('bell',) + self._displayof(displayof))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 560 def bell(self, displayof=0): member in class:Misc
561 """Ring a display's bell."""
562 self.tk.call(('bell',) + self._displayof(displayof))
    [all...]

Completed in 430 milliseconds