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

1 2 3 4 5 6 7 8 91011>>

  /device/generic/goldfish/qemud/
qemud.c 20 * - qemud communicates with the emulator program through a single serial
28 * emulator <==serial==> qemud <---> /dev/socket/qemud <-+--> client1
299 #define MAX_EVENTS (MAX_CHANNELS+1) /* each channel + the serial fd */
1029 /** SERIAL CONNECTION STATE
1032 ** used on the serial port connection.
1051 /* The Serial object receives data from the serial port,
1056 * the serial port.
1058 typedef struct Serial {
1059 FDHandler* fdhandler; /* used to monitor serial port fd *
1238 Serial serial[1]; member in struct:Multiplexer
    [all...]
  /external/chromium_org/third_party/libXNVCtrl/
NVCtrl.c 1135 re->attribute_changed.serial =
1150 reTarget->attribute_changed.serial =
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c 1341 uint32_t serial; \/* minted from nextSerial, above *\/ member in struct:__anon16819
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 1345 uint32_t serial; \/* minted from nextSerial, above *\/ member in struct:__anon1552
    [all...]
  /development/testrunner/
runtest.py 178 group.add_option("-s", "--serial", dest="serial",
179 help="use specific serial")
198 elif self._options.serial is not None:
199 self._adb.SetTargetSerial(self._options.serial)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CRLObject.java 533 BigInteger serial = ((X509Certificate)cert).getSerialNumber(); local
549 if (entry.getUserCertificate().getValue().equals(serial))
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CRLObject.java 531 BigInteger serial = ((X509Certificate)cert).getSerialNumber(); local
547 if (entry.getUserCertificate().getValue().equals(serial))
  /external/chromium_org/net/cert/
cert_verify_proc_mac.cc 310 base::StringPiece serial(
317 result = crl_set->CheckSerial(serial, issuer_spki_hash);
cert_verify_proc_win.cc 445 // The bytes of the serial number are stored little-endian.
448 base::StringPiece serial(reinterpret_cast<const char*>(serial_bytes.get()),
454 result = crl_set->CheckSerial(serial, issuer_spki_hash);
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x509_lu.c 132 ASN1_INTEGER *serial, X509_OBJECT *ret)
137 return ctx->method->get_by_issuer_serial(ctx,type,name,serial,ret);
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_purp.c 739 /* Check serial number */
740 if(akid->serial &&
741 ASN1_INTEGER_cmp(X509_get_serialNumber(issuer), akid->serial))
  /external/chromium_org/third_party/boringssl/src/include/openssl/
x509_vfy.h 148 ASN1_INTEGER *serial,X509_OBJECT *ret);
488 ASN1_INTEGER *serial, X509_OBJECT *ret);
x509.h 824 X509_REVOKED **ret, ASN1_INTEGER *serial);
866 OPENSSL_EXPORT int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
914 OPENSSL_EXPORT int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial)
1117 ASN1_INTEGER *serial); variable
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialwin32.py 2 # Python Serial Port Extension for Win32, Linux, BSD, Jython
3 # serial driver for win32
12 from serial import win32
14 from serial.serialutil import *
23 """Serial port implementation for Win32 based on ctypes."""
243 """Read size bytes from the serial port. If a timeout is set it may
278 """Output the given string over the serial port."""
432 # assemble Serial class with the platform specific implementation and the base
439 class Serial(Win32Serial, FileLike):
443 class Serial(Win32Serial, io.RawIOBase)
    [all...]
serialcli.py 2 # Python Serial Port Extension for Win32, Linux, BSD, Jython and .NET/Mono
3 # serial driver for .NET/Mono (IronPython), .NET >= 2
12 from serial.serialutil import *
27 """Serial port implementation for .NET/Mono."""
134 # ignore errors. can happen for unplugged USB serial devices
153 """Read size bytes from the serial port. If a timeout is set it may
170 """Output the given string over the serial port."""
241 # assemble Serial class with the platform specific implementation and the base
248 class Serial(IronSerial, FileLike):
252 class Serial(IronSerial, io.RawIOBase)
    [all...]
serialjava.py 3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
4 # module for serial IO for Jython and JavaComm
10 from serial.serialutil import *
53 """Serial port class, implemented with Java Communications API and
68 self.sPort = portId.open("python serial module", 10)
153 """Read size bytes from the serial port. If a timeout is set it may
169 """Output the given string over the serial port."""
228 # assemble Serial class with the platform specific implementation and the base
235 class Serial(JavaSerial, FileLike):
239 class Serial(JavaSerial, io.RawIOBase)
    [all...]
  /external/openssl/crypto/x509/
x509_lu.c 132 ASN1_INTEGER *serial, X509_OBJECT *ret)
137 return ctx->method->get_by_issuer_serial(ctx,type,name,serial,ret);
x509.h 868 X509_REVOKED **ret, ASN1_INTEGER *serial);
910 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
958 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
1154 ASN1_INTEGER *serial); variable
    [all...]
  /external/openssl/crypto/x509v3/
v3_purp.c 736 /* Check serial number */
737 if(akid->serial &&
738 ASN1_INTEGER_cmp(X509_get_serialNumber(issuer), akid->serial))
  /external/chromium_org/chrome/browser/ui/webui/
devtools_ui.cc 321 if (browser->serial() == kLocalSerial)
  /external/chromium_org/device/serial/
data_sink_unittest.cc 9 #include "device/serial/async_waiter.h"
10 #include "device/serial/data_sender.h"
11 #include "device/serial/data_sink_receiver.h"
12 #include "device/serial/data_stream.mojom.h"
40 mojo::InterfacePtr<serial::DataSink> sink_handle;
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_x11.cc 252 xev.xclient.serial = 0;
  /external/openssl/include/openssl/
x509.h 868 X509_REVOKED **ret, ASN1_INTEGER *serial);
910 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
958 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
1154 ASN1_INTEGER *serial); variable
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py 365 _log.warning('Device with serial "%s" skipped because it has less than %d percent battery.'
370 _log.warning('Device with serial "%s" skipped because the screen must be on.' % commands.get_serial())
394 _log.warning('Unable to read the battery level from device with serial "%s".' % commands.get_serial())
449 for serial in prepared_devices:
450 self._devices.set_device_prepared(serial)
531 serial = d._android_commands.get_serial()
540 callback("[%s] %s" % (serial, msg))
550 _log.warning("[%s] failed to prepare_device: %s" % (serial, str(e)))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_wayland.c 39 sync_callback(void *data, struct wl_callback *callback, uint32_t serial)

Completed in 1899 milliseconds

1 2 3 4 5 6 7 8 91011>>