HomeSort by relevance Sort by last modified time
    Searched defs:serial (Results 1 - 25 of 388) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/tools/telemetry/third_party/pyserial/serial/urlhandler/
protocol_hwgrep.py 3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
14 import serial namespace
15 import serial.tools.list_ports namespace
17 class Serial(serial.Serial):
18 """Just inherit the native Serial port implementation and patch the open function."""
23 serial.Serial.setPort(self, self.fromURL(value))
25 serial.Serial.setPort(self, value
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
flagcb.h 47 uint32_t serial; /* minted from nextSerial */ member in struct:__anon25775
  /cts/suite/audio_quality/executable/src/
main.cpp 56 fprintf(stderr, "%s [-l log_level][-s serial] test_xml\n", bin);
61 fprintf(stderr, "%s [-l log_level][-s serial] test_xml\n", argv[0]);
65 char* serial = NULL; local
73 serial = optarg;
98 if (serial != NULL) {
99 android::String8 strSerial(serial);
  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.h 29 const char *serial; member in class:AndroidAccessory
59 const char *serial);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
IssuerSerial.java 19 ASN1Integer serial; field in class:IssuerSerial
54 serial = ASN1Integer.getInstance(seq.getObjectAt(1));
64 BigInteger serial)
66 this(new GeneralNames(new GeneralName(issuer)), new ASN1Integer(serial));
71 BigInteger serial)
73 this(issuer, new ASN1Integer(serial));
78 ASN1Integer serial)
81 this.serial = serial;
91 return serial;
    [all...]
  /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/mesa/src/src/gallium/auxiliary/rbug/
rbug_core.h 66 uint32_t serial; member in struct:rbug_proto_ping_reply
72 uint32_t serial; member in struct:rbug_proto_error_reply
87 uint32_t serial,
91 uint32_t serial,
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_akey.c 94 if(akeyid->serial) {
95 tmp = hex_to_string(akeyid->serial->data,
96 akeyid->serial->length);
97 X509V3_add_value("serial", tmp, &extlist);
106 * issuer: use the issuers cert issuer and serial number. The default is
121 ASN1_INTEGER *serial = NULL; local
174 serial = M_ASN1_INTEGER_dup(X509_get_serialNumber(cert));
175 if(!isname || !serial)
198 akeyid->serial = serial;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_core.h 66 uint32_t serial; member in struct:rbug_proto_ping_reply
72 uint32_t serial; member in struct:rbug_proto_error_reply
87 uint32_t serial,
91 uint32_t serial,
  /external/openssl/crypto/x509v3/
v3_akey.c 94 if(akeyid->serial) {
95 tmp = hex_to_string(akeyid->serial->data,
96 akeyid->serial->length);
97 X509V3_add_value("serial", tmp, &extlist);
106 * issuer: use the issuers cert issuer and serial number. The default is
121 ASN1_INTEGER *serial = NULL; local
174 serial = M_ASN1_INTEGER_dup(X509_get_serialNumber(cert));
175 if(!isname || !serial)
198 akeyid->serial = serial;
    [all...]
  /external/qemu/include/sysemu/
blockdev.h 30 char serial[BLOCK_SERIAL_STRLEN + 1]; member in struct:DriveInfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XShm.h 42 unsigned long serial; /* # of last request processed by server */ member in struct:__anon45205
security.h 73 unsigned long serial; /* # of last request processed by server */ member in struct:__anon45297
shape.h 41 unsigned long serial; /* # of last request processed by server */ member in struct:__anon45303
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XShm.h 42 unsigned long serial; /* # of last request processed by server */ member in struct:__anon46941
security.h 73 unsigned long serial; /* # of last request processed by server */ member in struct:__anon47033
shape.h 41 unsigned long serial; /* # of last request processed by server */ member in struct:__anon47039
  /system/core/toolbox/
watchprops.c 60 unsigned *serial; local
63 serial = hashmapGet(watchlist, name);
64 if (!serial) {
69 if (*serial != tmp) {
70 *serial = tmp;
78 unsigned serial; local
86 for(serial = 0;;) {
87 serial = __system_property_wait_any(serial);
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_connection_posix.cc 5 #include "chrome/browser/extensions/api/serial/serial_connection.h"
11 #include <linux/serial.h>
92 struct serial_struct serial; local
93 if (ioctl(file, TIOCGSERIAL, &serial) < 0) {
96 serial.flags = (serial.flags & ~ASYNC_SPD_MASK) | ASYNC_SPD_CUST;
97 serial.custom_divisor = serial.baud_base / bitrate;
98 if (serial.custom_divisor < 1) {
99 serial.custom_divisor = 1
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
IndexDataManager.h 43 unsigned int serial; member in struct:rx::TranslatedIndexData
VertexDataManager.h 42 unsigned int serial; member in struct:rx::TranslatedAttribute
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
VertexDeclarationCache.h 39 unsigned int serial; member in struct:rx::VertexDeclarationCache::VBData
  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp_lib.c 79 ASN1_INTEGER *serial; local
87 serial = X509_get_serialNumber(subject);
92 serial = NULL;
95 return OCSP_cert_id_new(dgst, iname, ikey, serial);
  /external/openssl/crypto/ocsp/
ocsp_lib.c 79 ASN1_INTEGER *serial; local
87 serial = X509_get_serialNumber(subject);
92 serial = NULL;
95 return OCSP_cert_id_new(dgst, iname, ikey, serial);

Completed in 6054 milliseconds

1 2 3 4 5 6 7 8 91011>>