Searched refs:cooked (Results 1 - 16 of 16) sorted by relevance

/external/toybox/scripts/
H A Dminicom.sh18 stty cooked echo # Put stdin back.
/external/python/cpython2/Lib/
H A 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/v8/src/js/
H A Dstring.js264 var cooked = TO_OBJECT(callSite);
265 var raw = TO_OBJECT(cooked.raw);
/external/libpcap/
H A Dpcap-rpcap.h297 int cooked; /* using SOCK_DGRAM rather than SOCK_RAW */ member in struct:pcap_md
H A Dpcap-linux.c311 int cooked; /* using SOCK_DGRAM rather than SOCK_RAW */ member in struct:pcap_linux
1711 * If this is a cooked device, leave extra room for a
1714 if (handlep->cooked)
1721 * support cooked devices.
1839 * If this is a cooked device, fill in the fake packet header.
1841 if (handlep->cooked) {
2055 if (handlep->cooked) {
2059 * XXX - how do you send on a bound cooked-mode
2064 "Sending packets isn't supported in cooked mode",
2636 * mode, and so that, if we're in cooked mod
[all...]
/external/v8/src/parsing/
H A Dparser.h574 const ZoneList<Expression*>* cooked() const { return &cooked_; } function in class:v8::internal::Parser::TemplateLiteral
579 void AddTemplateSpan(Literal* cooked, Literal* raw, int end, Zone* zone) { argument
580 DCHECK_NOT_NULL(cooked);
582 cooked_.Add(cooked, zone);
601 // "should_cook" means that the span can be "cooked": in tagged template
602 // literals, both the raw and "cooked" representations are available to user
603 // code ("cooked" meaning that escape sequences are converted to their
605 // escape sequences cause the cooked span to be represented by undefined,
H A Dparser.cc3519 Literal* cooked = factory()->NewStringLiteral(tv, pos); local
3520 (*state)->AddTemplateSpan(cooked, raw, end, zone());
3537 const ZoneList<Expression*>* cooked_strings = lit->cooked();
/external/syslinux/dosutil/
H A Deltorito.asm269 ;Supports only cooked reading
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 331 milliseconds