Searched refs:serial (Results 76 - 100 of 298) sorted by relevance

1234567891011>>

/external/junit/src/org/junit/runner/
H A DComputer.java14 * Returns a new default computer, which runs tests in serial order
16 public static Computer serial() { method in class:Computer
/external/chromium_org/chrome/test/chromedriver/net/
H A Dadb_client_socket.cc46 const std::string& serial,
50 serial_(serial),
99 const std::string& serial,
106 Connect(port, serial, socket_name);
110 const std::string& serial,
117 Connect(port, serial, socket_name);
125 const std::string& serial,
128 port, serial, socket_name,
314 const std::string& serial,
318 if (serial
45 AdbTransportSocket(int port, const std::string& serial, const std::string& socket_name, const SocketCallback& callback) argument
98 HttpOverAdbSocket(int port, const std::string& serial, const std::string& socket_name, const std::string& request, const CommandCallback& callback) argument
109 HttpOverAdbSocket(int port, const std::string& serial, const std::string& socket_name, const std::string& request, const SocketCallback& callback) argument
124 Connect(int port, const std::string& serial, const std::string& socket_name) argument
339 HttpQuery(int port, const std::string& serial, const std::string& socket_name, const std::string& request_path, const CommandCallback& callback) argument
349 HttpQuery(int port, const std::string& serial, const std::string& socket_name, const std::string& request_path, const SocketCallback& callback) argument
[all...]
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Drfc2217.py7 # protocol to access serial ports over TCP/IP and allows setting the baud rate,
23 # - http://www.ibiblio.org/pub/Linux/system/serial/ sredird-2.2.2.tar.gz
62 from serial.serialutil import *
363 """Serial port implementation for RFC 2217 remote serial ports."""
570 Read size bytes from the serial port. If a timeout is set it may
587 Output the given string over the serial port. Can block if the
904 This class manages the state of Telnet and RFC 2217. It needs a serial
910 self.serial = serial_port
978 (self.serial.getCTS() and MODEMSTATE_MASK_CTS) |
979 (self.serial
[all...]
/external/chromium_org/chrome/browser/devtools/device/
H A Dandroid_device_manager.h101 std::string serial() { return serial_; } function in class:AndroidDeviceManager::Device
107 const std::string& serial);
132 virtual void QueryDeviceInfo(const std::string& serial,
135 virtual void OpenSocket(const std::string& serial,
139 virtual void SendJsonRequest(const std::string& serial,
144 virtual void HttpUpgrade(const std::string& serial,
149 virtual void ReleaseDevice(const std::string& serial);
170 std::string serial; member in struct:AndroidDeviceManager::DeviceDescriptor
H A Dself_device_provider.cc36 void SelfAsDeviceProvider::QueryDeviceInfo(const std::string& serial, argument
53 void SelfAsDeviceProvider::OpenSocket(const std::string& serial, argument
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dusb_device_provider.cc98 void UsbDeviceProvider::QueryDeviceInfo(const std::string& serial, argument
100 UsbDeviceMap::iterator it = device_map_.find(serial);
109 void UsbDeviceProvider::OpenSocket(const std::string& serial, argument
112 UsbDeviceMap::iterator it = device_map_.find(serial);
131 void UsbDeviceProvider::ReleaseDevice(const std::string& serial) { argument
132 device_map_.erase(serial);
144 result.push_back((*it)->serial());
145 device_map_[(*it)->serial()] = *it;
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports.py3 # portable serial port access with python
27 from serial.tools.list_ports_windows import *
29 from serial.tools.list_ports_posix import *
54 description = "Miniterm - A simple terminal program for the serial port."
/external/tcpdump/
H A Drx.h64 u_int32_t serial; member in struct:rx_header
102 u_int32_t serial; /* # of packet that prompted the ack */ member in struct:rx_ackPacket
/external/chromium_org/net/data/ssl/scripts/
H A Dcrlsetutil.py15 serial numbers. The listed serial numbers will be blocked when issued by
133 iterator.step_over() # over serial
185 for serial in serials:
187 if not serial:
190 while serial:
191 raw_serial.insert(0, chr(serial & 0xff))
192 serial >>= 8
H A Dgenerate-redundant-test-chains.sh30 echo Create the serial number files.
31 serial=1000
34 try /bin/sh -c "echo $serial > out/$i-serial"
35 serial=$(expr $serial + 1)
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dmonsoon.py21 import serial # pylint: disable=F0401 namespace
22 import serial.tools.list_ports # pylint: disable=F0401,E0611 namespace
48 assert float(serial.VERSION) >= 2.7, \
49 'Monsoon requires pyserial v2.7 or later. You have %s' % serial.VERSION
57 self.ser = serial.Serial(device, timeout=1)
61 for (port, desc, _) in serial.tools.list_ports.comports():
75 self.ser = serial.Serial(port, timeout=1)
254 logging.error('timeout reading from serial port')
268 logging.error('invalid checksum from serial port')
279 logging.error('exception from serial por
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_set.c75 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial) argument
81 if (in != serial)
83 in=M_ASN1_INTEGER_dup(serial);
H A Dx509cset.c119 /* sort the data so it will be written in serial
149 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial) argument
155 if (in != serial)
157 in=M_ASN1_INTEGER_dup(serial);
/external/openssl/crypto/x509/
H A Dx509_set.c77 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial) argument
83 if (in != serial)
85 in=M_ASN1_INTEGER_dup(serial);
H A Dx509cset.c124 /* sort the data so it will be written in serial
154 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial) argument
160 if (in != serial)
162 in=M_ASN1_INTEGER_dup(serial);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DIndexDataManager.h47 unsigned int serial; member in struct:rx::TranslatedIndexData
H A DVertexDataManager.h35 serial(0), divisor(0) {};
45 unsigned int serial; member in struct:rx::TranslatedAttribute
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_context.h104 uint32_t serial; member in struct:rbug_proto_context_list_reply
112 uint32_t serial; member in struct:rbug_proto_context_info_reply
167 uint32_t serial,
173 uint32_t serial,
/external/deqp/android/scripts/
H A Dcommon.py78 def __init__(self, serial, product, model, device):
79 self.serial = serial
85 return "%s: {product: %s, model: %s, device: %s}" % (self.serial, self.product, self.model, self.device)
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_context.h104 uint32_t serial; member in struct:rbug_proto_context_list_reply
112 uint32_t serial; member in struct:rbug_proto_context_info_reply
167 uint32_t serial,
173 uint32_t serial,
/external/openssl/android.testssl/
H A DCAss.cnf43 serial = $dir/serial # The current serial number
/external/openssl/crypto/ocsp/
H A Docsp_lib.c79 ASN1_INTEGER *serial; local
87 serial = X509_get_serialNumber(subject);
92 serial = NULL;
95 return OCSP_cert_id_new(dgst, iname, ikey, serial);
/external/chromium_org/build/android/buildbot/
H A Dbb_device_status_check.py38 def DeviceInfo(serial, options):
42 serial: The serial of the attached device to construct info about.
49 device_adb = device_utils.DeviceUtils(serial)
59 logging.error('Unable to obtain battery info for %s, %s', serial, e)
73 report = ['Device %s (%s)' % (serial, device_type),
117 adb_online_devs: A list of serial numbers of the currently visible
343 for serial, dev_errors in zip(devices, errors):
345 err_msg += ['%s errors:' % serial]
365 for serial, batter
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DdevicesView.css39 .device-serial {
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DVertexDeclarationCache.cpp28 mAppliedVBs[i].serial = 0;
140 if (mAppliedVBs[stream].serial != attributes[i].serial ||
145 mAppliedVBs[stream].serial = attributes[i].serial;
230 mAppliedVBs[i].serial = 0;

Completed in 6560 milliseconds

1234567891011>>