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

1 2 3 4

  /cts/apps/CtsVerifier/arduino-helper/
pulsedtr.py 15 import serial namespace
23 ser = serial.Serial(sys.argv[1])
  /external/icu4c/samples/ucnv/
flagcb.h 47 uint32_t serial; /* minted from nextSerial */ member in struct:__anon4132
  /external/bluetooth/bluez/test/
test-serial 41 serial = dbus.Interface(bus.get_object("org.bluez", path), variable
42 "org.bluez.Serial")
44 node = serial.Connect(service)
56 serial.Disconnect(node)
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
IssuerSerial.java 16 DERInteger serial; field in class:IssuerSerial
51 serial = DERInteger.getInstance(seq.getObjectAt(1));
61 DERInteger serial)
64 this.serial = serial;
74 return serial;
87 * serial CertificateSerialNumber,
97 v.add(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...]
  /system/core/toolbox/
watchprops.c 20 unsigned serial; member in struct:pwatch
43 unsigned serial = pa->serial; local
51 watchlist[n].serial = watchlist[n].pi->serial;
56 __futex_wait(&pa->serial, serial, 0);
57 } while(pa->serial == serial);
61 watchlist[count].serial = watchlist[n].pi->serial
    [all...]
  /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);
  /bionic/libc/bionic/
system_properties.c 124 unsigned serial, len; local
127 serial = pi->serial;
128 while(SERIAL_DIRTY(serial)) {
129 __futex_wait((volatile void *)&pi->serial, serial, 0);
130 serial = pi->serial;
132 len = SERIAL_VALUE_LEN(serial);
134 if(serial == pi->serial)
    [all...]
  /bionic/libc/include/sys/
_system_properties.h 53 unsigned volatile serial; member in struct:prop_area
60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24)
61 #define SERIAL_DIRTY(serial) ((serial) & 1)
65 unsigned volatile serial; member in struct:prop_info
86 ** 1. serial = pi->serial
87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1
88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1
    [all...]
  /dalvik/vm/
IndirectRefTable.h 79 * A more rigorous approach would be to put a serial number in the extra
80 * bits, and keep a copy of the serial number in a parallel table. This is
106 u4 serial; /* slot serial */ member in struct:IndirectRefSlot
158 * realloc() is out), and tricks like serial number checking to detect
218 u4 serialChunk = pRef->slotData[tableIndex].serial;
  /development/ndk/platforms/android-3/include/sys/
_system_properties.h 53 unsigned volatile serial; member in struct:prop_area
60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24)
61 #define SERIAL_DIRTY(serial) ((serial) & 1)
65 unsigned volatile serial; member in struct:prop_info
86 ** 1. serial = pi->serial
87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1
88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1
    [all...]
  /external/webkit/WebKit/android/wds/client/
AdbConnection.cpp 218 char serial[32]; local
222 while (sscanf(ptr, "%31s\t%31s\n%n", serial, state, &numRead) > 1) {
225 if (strncmp(serial, emulator, sizeof(emulator) - 1) == 0)
227 LOGV("Adding device %s (%s)", serial, state);
228 m_devices.add(new Device(serial, t, this));
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
_system_properties.h 53 unsigned volatile serial; member in struct:prop_area
60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24)
61 #define SERIAL_DIRTY(serial) ((serial) & 1)
65 unsigned volatile serial; member in struct:prop_info
86 ** 1. serial = pi->serial
87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1
88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
_system_properties.h 53 unsigned volatile serial; member in struct:prop_area
60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24)
61 #define SERIAL_DIRTY(serial) ((serial) & 1)
65 unsigned volatile serial; member in struct:prop_info
86 ** 1. serial = pi->serial
87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1
88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
_system_properties.h 53 unsigned volatile serial; member in struct:prop_area
60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24)
61 #define SERIAL_DIRTY(serial) ((serial) & 1)
65 unsigned volatile serial; member in struct:prop_info
86 ** 1. serial = pi->serial
87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1
88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
_system_properties.h 53 unsigned volatile serial; member in struct:prop_area
60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24)
61 #define SERIAL_DIRTY(serial) ((serial) & 1)
65 unsigned volatile serial; member in struct:prop_info
86 ** 1. serial = pi->serial
87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1
88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
_system_properties.h 53 unsigned volatile serial; member in struct:prop_area
60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24)
61 #define SERIAL_DIRTY(serial) ((serial) & 1)
65 unsigned volatile serial; member in struct:prop_info
86 ** 1. serial = pi->serial
87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1
88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
_system_properties.h 53 unsigned volatile serial; member in struct:prop_area
60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24)
61 #define SERIAL_DIRTY(serial) ((serial) & 1)
65 unsigned volatile serial; member in struct:prop_info
86 ** 1. serial = pi->serial
87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1
88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1
    [all...]
  /system/core/adb/
adb_client.c 21 void adb_set_transport(transport_type type, const char* serial)
24 __adb_serial = serial;
34 const char* serial = __adb_serial; local
37 if (serial == NULL) {
55 if (serial != NULL) { /* more than one emulator listed */
59 serial = p;
66 if (serial == NULL)
70 if (memcmp(serial, LOCAL_CLIENT_PREFIX, sizeof(LOCAL_CLIENT_PREFIX)-1) != 0)
74 serial += sizeof(LOCAL_CLIENT_PREFIX)-1;
75 port = strtol(serial, NULL, 10)
    [all...]
services.c 433 char* serial; member in struct:state_info
444 atransport *t = acquire_one_transport(sinfo->state, sinfo->transport, sinfo->serial, &err);
451 if (sinfo->serial)
452 free(sinfo->serial);
460 asocket* host_service_to_socket(const char* name, const char *serial)
467 if (serial)
468 sinfo->serial = strdup(serial);
470 sinfo->serial = NULL;
  /dalvik/vm/hprof/
HprofStack.c 120 int serial; local
125 * serial numbers and place them into object headers before the
149 /* Grab the serial number before unlocking the table. */
150 serial = val->trace.serialNumber;
154 return serial;
180 * u4: serial number for this stack
181 * u4: serial number for the running thread
223 /* Serial number to be filled in later. */
228 * actually emitting thread records and assigning thread serial numbers.
262 /* Store the stack trace serial number in the object header *
    [all...]
  /sdk/screenshot/src/com/android/screenshot/
Screenshot.java 40 String serial = null; local
54 if (emulator || serial != null) {
59 if (device || serial != null) {
66 printAndExit("Missing serial number after -s", false /* terminate */);
73 serial = args[index++];
161 } else if (serial != null) {
163 if (serial.equals(d.getSerialNumber())) {
236 System.out.println("Usage: screenshot2 [-d | -e | -s SERIAL] [-l] OUT_FILE");
240 System.out.println(" -s Targets the device by serial number.");
  /bionic/libc/kernel/common/linux/
capi.h 72 __u8 serial[CAPI_SERIAL_LEN]; member in union:capi_ioctl_struct
  /development/ndk/platforms/android-3/include/linux/
capi.h 72 __u8 serial[CAPI_SERIAL_LEN]; member in union:capi_ioctl_struct
  /external/chromium/net/third_party/nss/ssl/
preenc.h 64 unsigned char serial[8]; member in struct:PEFortezzaHeaderStr

Completed in 386 milliseconds

1 2 3 4