Home
last modified time | relevance | path

Searched refs:BEL (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/executor/
H A DxeXMLWriter.cpp53 case 7: return "<BEL>"; in getEscapeEntity()
/third_party/python/Lib/curses/
H A Dascii.py10 BEL = 0x07 # ^G variable
41 "NUL", "SOH", "STX", "ETX", "EOT", "ENQ", "ACK", "BEL",
H A Dtextpad.py130 elif ch == curses.ascii.BEL: # ^g
/third_party/vk-gl-cts/framework/qphelper/
H A DqpXmlWriter.c73 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 DLanguageTag.java41 BEL("Belarussian", "bel"), enum constant
/third_party/libuv/test/
H A Dtest-tty-escape-sequence-processing.c36 #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