HomeSort by relevance Sort by last modified time
    Searched refs:serial (Results 76 - 100 of 310) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/device/serial/
serial_device_enumerator_linux.cc 5 #include "device/serial/serial_device_enumerator_linux.h"
47 mojo::Array<serial::DeviceInfoPtr> SerialDeviceEnumeratorLinux::GetDevices() {
48 mojo::Array<serial::DeviceInfoPtr> devices(0);
51 LOG(ERROR) << "Serial device enumeration failed.";
55 LOG(ERROR) << "Serial device enumeration failed.";
59 LOG(ERROR) << "Serial device enumeration failed.";
67 // TODO(rockot): There may be a better way to filter serial devices here,
76 serial::DeviceInfoPtr info(serial::DeviceInfo::New());
data_source_sender.h 10 #include "device/serial/buffer.h"
11 #include "device/serial/data_stream.mojom.h"
20 public mojo::InterfaceImpl<serial::DataSource> {
43 // mojo::InterfaceImpl<serial::DataSourceSender> overrides.
  /external/chromium_org/rlz/mac/lib/
machine_id_mac.cc 134 // SHA1 of this harder, also append the system's serial number.
135 CFStringRef serial = CopySerialNumber(); local
136 if (serial) {
139 *data += base::UTF8ToUTF16("serial:") + base::SysCFStringRefToUTF16(serial);
140 CFRelease(serial);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
VertexDeclarationCache.h 40 unsigned int serial; member in struct:rx::VertexDeclarationCache::VBData
  /external/chromium_org/third_party/icu/source/samples/ucnv/
flagcb.h 47 uint32_t serial; /* minted from nextSerial */ member in struct:__anon16793
  /external/icu/icu4c/source/samples/ucnv/
flagcb.h 47 uint32_t serial; /* minted from nextSerial */ member in struct:__anon1525
  /external/junit/src/org/junit/runner/
Computer.java 14 * 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/
adb_client_socket.cc 46 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.empty())
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
rfc2217.py 3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
7 # 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
    [all...]
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceConnector.java 36 * @param deviceSerial the device serial to connect to. If <code>null</code> connect to first
74 public NewDeviceListener(String serial) {
75 mSerial = serial;
  /external/chromium_org/chrome/browser/devtools/device/
android_device_manager.h 101 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
  /external/chromium_org/chrome/browser/devtools/device/usb/
usb_device_provider.cc 98 void UsbDeviceProvider::QueryDeviceInfo(const std::string& serial,
100 UsbDeviceMap::iterator it = device_map_.find(serial);
109 void UsbDeviceProvider::OpenSocket(const std::string& serial,
112 UsbDeviceMap::iterator it = device_map_.find(serial);
131 void UsbDeviceProvider::ReleaseDevice(const std::string& serial) {
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/
list_ports.py 3 # 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/chromium-trace/
systrace.py 38 parser.add_option('-e', '--serial', dest='device_serial', type='string')
54 def add_adb_serial(command, serial):
55 if serial is not None:
56 command.insert(1, serial)
91 parser.add_option('-e', '--serial', dest='device_serial', type='string',
92 help='adb device serial number')
  /external/chromium_org/net/data/ssl/scripts/
crlsetutil.py 15 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
generate-redundant-test-chains.sh 30 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/net/tools/testserver/
minica.py 172 issuer_cn, subject_cn, serial, pubkey, privkey, ocsp_url = None):
221 serial,
249 def MakeOCSPResponse(issuer_cn, issuer_key, serial, ocsp_state):
279 serial,
327 serial = 0):
334 if serial == 0:
335 serial = RandomNumber(16)
336 cert_der = MakeCertificate(ISSUER_CN, bytes(subject), serial, KEY, KEY,
347 ocsp_der = MakeOCSPResponse(ISSUER_CN, KEY, serial, ocsp_state)
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x509_set.c 75 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial)
81 if (in != serial)
83 in=M_ASN1_INTEGER_dup(serial);
x509cset.c 119 /* sort the data so it will be written in serial
149 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial)
155 if (in != serial)
157 in=M_ASN1_INTEGER_dup(serial);
  /external/openssl/crypto/x509/
x509_set.c 77 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial)
83 if (in != serial)
85 in=M_ASN1_INTEGER_dup(serial);
x509cset.c 124 /* sort the data so it will be written in serial
154 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial)
160 if (in != serial)
162 in=M_ASN1_INTEGER_dup(serial);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
IndexDataManager.h 47 unsigned int serial; member in struct:rx::TranslatedIndexData
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_context.h 104 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/mesa3d/src/gallium/auxiliary/rbug/
rbug_context.h 104 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/
CAss.cnf 43 serial = $dir/serial # The current serial number

Completed in 3723 milliseconds

1 2 34 5 6 7 8 91011>>