HomeSort by relevance Sort by last modified time
    Searched full:duplex (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/chromium_org/printing/backend/
cups_helper_unittest.cc 23 "*OpenUI *Duplex/2-Sided Printing: PickOne\n"
25 "*Duplex None/Off: \"<</Duplex false>>"
27 "*Duplex DuplexNoTumble/LongEdge: \""
28 "<</Duplex true/Tumble false>>setpagedevice\"\n"
29 "*Duplex DuplexTumble/ShortEdge: \""
30 "<</Duplex true/Tumble true>>setpagedevice\"\n"
31 "*CloseUI: *Duplex\n\n"
42 // Test duplex detection code, which regressed in http://crbug.com/103999.
48 "*OpenUI *Duplex/Double-Sided Printing: PickOne\n
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
duplex.js 9 * Duplex ticket item whose value is a {@code boolean} that indicates whether
10 * the document should be duplex printed.
18 function Duplex(appState, destinationStore) {
26 Duplex.prototype = {
65 * @return {Object} Duplex capability of the selected destination.
73 dest.capabilities.printer.duplex) ||
80 Duplex: Duplex
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mii.h 41 #define BMCR_FULLDPLX 0x0100 /* Full duplex */
61 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
62 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */
63 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
64 #define BMSR_100FULL 0x4000 /* Can do 100mbps, full-duplex */
70 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */
71 #define ADVERTISE_1000XFULL 0x0020 /* Try for 1000BASE-X full-duplex */
72 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */
73 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */
74 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mii.h 41 #define BMCR_FULLDPLX 0x0100 /* Full duplex */
61 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
62 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */
63 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
64 #define BMSR_100FULL 0x4000 /* Can do 100mbps, full-duplex */
70 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */
71 #define ADVERTISE_1000XFULL 0x0020 /* Try for 1000BASE-X full-duplex */
72 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */
73 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */
74 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mii.h 41 #define BMCR_FULLDPLX 0x0100 /* Full duplex */
61 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
62 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */
63 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
64 #define BMSR_100FULL 0x4000 /* Can do 100mbps, full-duplex */
70 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */
71 #define ADVERTISE_1000XFULL 0x0020 /* Try for 1000BASE-X full-duplex */
72 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */
73 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */
74 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
other_options_settings.js 10 * @param {!print_preview.ticket_items.Duplex} duplex Duplex ticket item.
23 duplex, fitToPage, cssBackground, selectionOnly, headerFooter) {
27 * Duplex ticket item, used to read/write the duplex selection.
28 * @type {!print_preview.ticket_items.Duplex}
31 this.duplexTicketItem_ = duplex;
90 * Duplex container element.
97 * Duplex checkbox
    [all...]
other_options_settings.html 17 <div class="duplex-container checkbox">
19 <input class="duplex-checkbox" type="checkbox">
  /external/grub/netboot/
sis900.c 83 static void sis900_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex);
84 static void amd79c901_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex);
85 static void ics1893_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex);
86 static void rtl8201_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex);
92 void (*read_mode) (struct nic *nic, int phy_addr, int *speed, int *duplex);
692 int speed, duplex;
695 mii.chip_info->read_mode(nic, cur_phy, &speed, &duplex);
709 if (duplex == FDX_CAPABLE_FULL_SELECTED) {
722 * Description: retrieves and displays speed and duplex
731 sis900_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex)
679 int speed, duplex; local
    [all...]
tulip.txt 27 10/100 half/full duplex. It seems like a pretty good value compared to
34 device. On other cards, it chooses 10mbit half-duplex.
  /external/chromium_org/printing/
printing_context_mac.h 81 // Sets duplex mode in PMPrintSettings.
82 // Returns true if duplex mode is set.
print_job_constants.cc 45 // Print job duplex mode.
46 const char kSettingDuplexMode[] = "duplex";
  /external/chromium/net/socket_stream/
socket_stream_job.h 19 // SocketStreamJob represents full-duplex communication over SocketStream.
  /external/chromium_org/chrome/browser/resources/print_preview/data/
local_parsers.js 65 cdd.printer.duplex = {
print_ticket_store.js 10 // destination changes, the new destination might not support duplex anymore,
89 * Duplex ticket item.
90 * @type {!print_preview.ticket_items.Duplex}
93 this.duplex_ = new print_preview.ticket_items.Duplex(
221 get duplex() {
  /external/chromium_org/net/socket_stream/
socket_stream_job.h 22 // SocketStreamJob represents full-duplex communication over SocketStream.
  /external/zlib/src/contrib/ada/
zlib-streams.adb 23 if Stream.Mode = Out_Stream or Stream.Mode = Duplex then
31 if Stream.Mode = In_Stream or Stream.Mode = Duplex then
81 if Mode = Out_Stream or Mode = Duplex then
88 if Mode = In_Stream or Mode = Duplex then
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 183 def Pipe(duplex=True):
187 if duplex:
205 def Pipe(duplex=True):
210 if duplex:
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
239 c2 = _multiprocessing.PipeConnection(h2, readable=duplex)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 183 def Pipe(duplex=True):
187 if duplex:
205 def Pipe(duplex=True):
210 if duplex:
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
239 c2 = _multiprocessing.PipeConnection(h2, readable=duplex)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 63 def Pipe(duplex=True):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 63 def Pipe(duplex=True):
  /external/chromium_org/chrome/browser/resources/print_preview/
print_header.js 116 this.printTicketStore_.duplex,
159 if (!saveToPdf && this.printTicketStore_.duplex.getValue()) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/spi/
spidev.h 70 * Each transfer may be half duplex (either direction) or full duplex.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/spi/
spidev.h 70 * Each transfer may be half duplex (either direction) or full duplex.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/spi/
spidev.h 70 * Each transfer may be half duplex (either direction) or full duplex.
  /external/chromium/net/socket/
tcp_client_socket_win.h 58 // Full duplex mode (reading and writing at the same time) is supported

Completed in 854 milliseconds

1 2 3 4 5 6