Searched refs:BEL (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/executor/ |
H A D | xeXMLWriter.cpp | 53 case 7: return "<BEL>"; in getEscapeEntity()
|
/third_party/python/Lib/curses/ |
H A D | ascii.py | 10 BEL = 0x07 # ^G variable 41 "NUL", "SOH", "STX", "ETX", "EOT", "ENQ", "ACK", "BEL",
|
H A D | textpad.py | 130 elif ch == curses.ascii.BEL: # ^g
|
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | qpXmlWriter.c | 73 case 7: repl = "<BEL>"; break; in writeEscaped()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | LanguageTag.java | 41 BEL("Belarussian", "bel"), enum constant
|
/third_party/libuv/test/ |
H A D | test-tty-escape-sequence-processing.c | 36 #define BEL "\x07" macro 1440 /* Nothing is output from ESC + ^, _, P, ] to BEL or ESC \ */ in TEST_IMPL() 1447 snprintf(buffer, sizeof(buffer), "%s]0;%s%s%s", ESC, HELLO, BEL, HELLO); in TEST_IMPL() 1491 BEL, in TEST_IMPL()
|
Completed in 6 milliseconds