Home
last modified time | relevance | path

Searched refs:cooked (Results 1 – 25 of 30) sorted by relevance

12

/external/python/cpython2/Lib/
Daudiodev.py83 for (raw, cooked) in self.frameratelist:
85 self.params[1] = cooked
92 for (raw, cooked) in self.sampwidthlist:
94 self.config.setwidth(cooked)
107 for (raw, cooked) in self.nchannelslist:
109 self.config.setchannels(cooked)
/external/python/cpython2/Doc/library/
Dtelnetlib.rst70 string. Raise :exc:`EOFError` if the connection is closed and no cooked data is
81 Read at least one byte of cooked data unless EOF is hit. Return ``''`` if EOF is
89 Raise :exc:`EOFError` if connection closed and no cooked data available. Return
90 ``''`` if no cooked data available otherwise. Do not block unless in the midst
98 Raise :exc:`EOFError` if connection closed and no cooked data available. Return
99 ``''`` if no cooked data available otherwise. Do not block unless in the midst
108 if no cooked data available otherwise. Do not block unless in the midst of an
114 Return any data available in the cooked queue (very lazy).
117 if no cooked data available otherwise. This method never blocks.
Dcurses.rst402 Leave cbreak mode. Return to normal "cooked" mode with line buffering.
430 Leave raw mode. Return to normal "cooked" mode with line buffering.
640 it restores cooked mode, turns on echo, and disables the terminal keypad.
/external/python/cpython3/Doc/library/
Dtelnetlib.rst78 bytes. Raise :exc:`EOFError` if the connection is closed and no cooked data
89 Read at least one byte of cooked data unless EOF is hit. Return ``b''`` if
97 Raise :exc:`EOFError` if connection closed and no cooked data available.
98 Return ``b''`` if no cooked data available otherwise. Do not block unless in
106 Raise :exc:`EOFError` if connection closed and no cooked data available.
107 Return ``b''`` if no cooked data available otherwise. Do not block unless in
116 ``b''`` if no cooked data available otherwise. Do not block unless in the
122 Return any data available in the cooked queue (very lazy).
125 ``b''`` if no cooked data available otherwise. This method never blocks.
Dcurses.rst410 Leave cbreak mode. Return to normal "cooked" mode with line buffering.
438 Leave raw mode. Return to normal "cooked" mode with line buffering.
669 it restores cooked mode, turns on echo, and disables the terminal keypad.
/external/toybox/scripts/
Dminicom.sh18 stty cooked echo # Put stdin back.
/external/v8/src/builtins/
Dbuiltins-string.cc538 Handle<Object> cooked; in BUILTIN() local
539 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, cooked, in BUILTIN()
544 isolate, raw, Object::GetProperty(isolate, cooked, raw_string)); in BUILTIN()
/external/libpcap/
Dpcap-linux.c311 int cooked; /* using SOCK_DGRAM rather than SOCK_RAW */ member
1777 if (handlep->cooked)
1904 if (handlep->cooked) {
2130 if (handlep->cooked) {
3651 handlep->cooked = 0;
3729 handlep->cooked = 1;
3798 handlep->cooked = 1;
3874 if (handlep->cooked) {
4934 if (handlep->cooked) {
4999 if (handlep->cooked) {
[all …]
DCHANGES56 Fix Linux cooked mode userspace filtering (GitHub pull request #429)
94 On Linux, handle all CAN captures with pcap-linux.c, in cooked mode.
173 Handle using cooked mode for DLT_NETLINK in activate_new().
230 Fix addition of VLAN tags for Linux cooked captures
/external/pdfium/third_party/lcms/
D0018-backport-c0a98d86.patch33 if (Icc ->TagSaveAsRaw[n]) goto Error; // We don't support read raw tags as cooked
/external/python/cpython3/Lib/test/
Dtest_clinic.py108 cooked = c.parse(raw).splitlines()
109 end_line = cooked[2].rstrip()
/external/v8/src/parsing/
Dparser.h472 const ZonePtrList<const AstRawString>* cooked() const { return &cooked_; }
477 void AddTemplateSpan(const AstRawString* cooked, const AstRawString* raw,
480 cooked_.Add(cooked, zone);
Dparser.cc3486 const AstRawString* cooked = scanner()->CurrentSymbol(ast_value_factory()); in AddTemplateSpan() local
3487 (*state)->AddTemplateSpan(cooked, raw, end, zone()); in AddTemplateSpan()
3504 const ZonePtrList<const AstRawString>* cooked_strings = lit->cooked(); in CloseTemplateLiteral()
/external/openssh/
DPROTOCOL.mux78 return its local tty to "cooked" mode.
/external/u-boot/board/sandbox/
DREADME.sandbox96 Other options are 'raw' (so Ctrl-C is handled within U-Boot) and 'cooked'
97 (where the terminal is in cooked mode and cursor keys will not work, Ctrl-C
/external/u-boot/drivers/serial/
DKconfig581 before they are processed, including Ctrl-C. In cooked mode, Ctrl-C
587 -t cooked Cooked mode, Ctrl-C terminates
/external/python/cpython3/Tools/clinic/
Dclinic.py1919 cooked = clinic.parse(raw)
1920 if (cooked == raw) and not force:
1926 bytes = cooked.encode(encoding)
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt3088 熟>'[well cooked]';
4255 肴>'[cooked or prepared meat]';
5983 飯>'[cooked rice]';
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt428 䚙 < a\-spoon\-for\-cooked\-rice\-made\-of\-horn\-of\-an\-animal;
1043 㔯 < a\-large\-basket\-for\-holding\-cooked\-rice;
1146 糍 < food\-made\-of\-crushed\-and\-cooked\-rice;
1310 䬥 < cooked\-food\-which\-has\-become\-mouldy;
3560 肴 < cooked\-or\-prepared\-meat;
3734 䬪 < a\-kind\-of\-cooked\-noodle;
3955 紅燒肉 < red\-cooked\-\(pork\)\-meat;
5261 䤁 < cooked\-or\-well\-done;
6102 白飯 < plain\-cooked\-rice;
8917 米飯 < \(cooked\)\-rice;
[all …]
/external/tcpdump/
DCHANGES837 Linux cooked frames with a type value of LINUX_SLL_P_802_3 are IPX.
/external/python/cpython3/Doc/howto/
Dregex.rst475 example because escape sequences in a normal "cooked" string literal that are
/external/python/cpython2/Doc/reference/
Ddatamodel.rst2070 provided, but the :meth:`__\*slice__` methods get a "cooked" form of the index
/external/icu/icu4c/source/test/testdata/
Demoji-test.txt2337 1F35A ; fully-qualified # �� cooked rice
/external/cldr/tools/java/org/unicode/cldr/util/data/emoji/
Demoji-test.txt2499 1F35A ; fully-qualified # �� cooked rice
/external/unicode/
Demoji-test.txt2724 1F35A ; fully-qualified # �� cooked rice

12