Searched refs:serial (Results 1 - 25 of 100) sorted by relevance

1234

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DIssuerSerial.java19 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;
62 IssuerSerial( X500Name issuer, BigInteger serial) argument
69 IssuerSerial( GeneralNames issuer, BigInteger serial) argument
76 IssuerSerial( GeneralNames issuer, ASN1Integer serial) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_refcnt.c47 /* TODO: maybe move this serial machinery to a stand-alone module and expose it? */
70 unsigned serial; local
84 serial = (unsigned)(uintptr_t)util_hash_table_get(serials_hash, p);
85 if(!serial)
90 serial = ++serials_last;
91 if(!serial)
97 util_hash_table_set(serials_hash, p, (void*)(uintptr_t)serial);
101 *pserial = serial;
150 unsigned serial; local
151 boolean existing = debug_serial((void*)p, &serial);
[all...]
/external/deqp/android/scripts/
H A Dinstall.py49 print "Installing to %s (%s)...\n" % (device.serial, device.model),
51 print printPrefix + "Installing to %s\n" % device.serial,
53 install(['-s', device.serial], printPrefix)
69 parser.add_argument('-s', '--serial', dest='serial', type=str, nargs='+', help="Install package to device with serial number.")
77 if args.serial == None:
86 print "%3d: %16s %s" % ((i+1), devices[i].serial, devices[i].model)
93 devices = [dev for dev in devices if dev.serial in args.serial]
[all...]
H A Ddebug.py34 def getADBProgramPID (adbCmd, program, serial):
38 + (["-s", serial] if serial != None else [])
76 serial,
88 serialArg = "-s " + serial if serial != None else ""
99 + (["-s", serial] if serial != None else [])
105 gdbPid = getADBProgramPID(adbCmd, "gdbserver", serial)
109 + (["-s", serial] i
[all...]
H A Dcommon.py160 def __init__(self, serial, product, model, device):
161 self.serial = serial
167 return "%s: {product: %s, model: %s, device: %s}" % (self.serial, self.product, self.model, self.device)
/external/libcxx/test/libcxx/android/
H A Dexecutors.py10 def __init__(self, serial=None):
14 self.serial = serial
31 if self.serial:
32 adb_cmd.extend(['-s', self.serial])
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_connection.c64 * Also returns the serial for the message, serial is not touched for replys.
70 rbug_get_message(struct rbug_connection *c, uint32_t *serial) argument
107 else if (serial)
108 *serial = c->recv_serial++;
156 * Ups the send_serial and sets the serial argument if supplied.
158 int rbug_connection_send_finish(struct rbug_connection *c, uint32_t *serial) argument
162 else if (serial)
163 *serial = c->send_serial++;
H A Drbug_connection.h39 struct rbug_header * rbug_get_message(struct rbug_connection *c, uint32_t *serial);
H A Drbug_core.h66 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,
H A Drbug_shader.h77 uint32_t serial; member in struct:rbug_proto_shader_list_reply
85 uint32_t serial; member in struct:rbug_proto_shader_info_reply
116 uint32_t serial,
122 uint32_t serial,
H A Drbug_texture.h87 uint32_t serial; member in struct:rbug_proto_texture_list_reply
95 uint32_t serial; member in struct:rbug_proto_texture_info_reply
115 uint32_t serial; member in struct:rbug_proto_texture_read_reply
158 uint32_t serial,
164 uint32_t serial,
182 uint32_t serial,
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,
H A Drbug_core.c149 uint32_t serial,
158 LEN(4); /* serial */
169 WRITE(4, uint32_t, serial); /* serial */
187 uint32_t serial,
197 LEN(4); /* serial */
209 WRITE(4, uint32_t, serial); /* serial */
314 READ(4, uint32_t, serial); /* serial */
148 rbug_send_ping_reply(struct rbug_connection *__con, uint32_t serial, uint32_t *__serial) argument
186 rbug_send_error_reply(struct rbug_connection *__con, uint32_t serial, uint32_t error, uint32_t *__serial) argument
[all...]
/external/boringssl/src/crypto/x509v3/
H A Dv3_akey.c97 if(akeyid->serial) {
98 tmp = hex_to_string(akeyid->serial->data,
99 akeyid->serial->length);
100 X509V3_add_value("serial", tmp, &extlist);
109 * issuer: use the issuers cert issuer and serial number. The default is
125 ASN1_INTEGER *serial = NULL; local
178 serial = M_ASN1_INTEGER_dup(X509_get_serialNumber(cert));
179 if(!isname || !serial)
202 akeyid->serial = serial;
[all...]
H A Dv3_akeya.c68 ASN1_IMP_OPT(AUTHORITY_KEYID, serial, ASN1_INTEGER, 2)
/external/skia/platform_tools/android/bin/
H A Dadb_list_devices.py25 def GetDeviceInfo(adb, serial, props_to_get):
27 given set of properties for the device with the given serial number.
30 serial: serial number of the target device.
33 device_proc = subprocess.Popen([adb, '-s', serial, 'shell', 'cat',
37 raise Exception('Could not query device with serial number %s.' % serial)
121 the serial number, status, device name, OS version, and build type of each
122 device. If any arguments are supplied on the command line, print the serial
144 serial
[all...]
/external/icu/icu4c/source/samples/ucnv/
H A Dflagcb.c147 q,q->serial, q->magic);
150 q, q->serial, name, q->magic);
159 newCtx->serial = debugCB_nextSerial();
166 printf("debugCB_clone: %p:%d -> new context %p:%d\n", ctx, ctx->serial, newCtx, newCtx->serial);
184 printf("debugCB_fromU: Context %p:%d called, reason %d on cnv %p [err=%s]\n", ctx, ctx->serial, reason, fromUArgs->converter, u_errorName(*err));
188 fprintf(stderr, "debugCB_fromU: Context %p:%d magic is 0x%x should be 0xC0FFEE.\n", ctx,ctx->serial, ctx->magic);
258 printf("debugCB_fromU: Context %p:%d closing\n", ctx, ctx->serial);
276 ctx->serial = debugCB_nextSerial();
281 fprintf(stderr, "debugCB:openContext opened[%p] = serial #
[all...]
H A Dflagcb.h47 uint32_t serial; /* minted from nextSerial */ member in struct:__anon5738
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_core.c177 rbug_texture_list(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) argument
193 rbug_send_texture_list_reply(tr_rbug->con, serial, texs, i, NULL);
200 rbug_texture_info(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) argument
222 rbug_send_texture_info_reply(tr_rbug->con, serial,
241 rbug_texture_read(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) argument
276 rbug_send_texture_read_reply(tr_rbug->con, serial,
296 rbug_context_list(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) argument
312 rbug_send_context_list_reply(tr_rbug->con, serial, ctxs, i, NULL);
319 rbug_context_info(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) argument
348 rbug_send_context_info_reply(tr_rbug->con, serial,
363 rbug_context_draw_block(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) argument
388 rbug_context_draw_step(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) argument
420 rbug_context_draw_unblock(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) argument
453 rbug_context_draw_rule(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) argument
485 rbug_context_flush(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) argument
512 rbug_shader_list(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) argument
548 rbug_shader_info(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) argument
716 rbug_header(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial) argument
783 uint32_t serial; local
[all...]
/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/libvncserver/x11vnc/
H A Dcursor.h67 extern int store_cursor(int serial, unsigned long *data, int w, int h, int cbpp, int xhot, int yhot);
/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/boringssl/src/crypto/x509/
H A Dx509_set.c81 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial) argument
87 if (in != serial)
89 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/libpcap/
H A Dpcap-canusb-linux.c149 unsigned char serial[65]; local
168 n = libusb_get_string_descriptor_ascii(dh,desc.iSerialNumber,serial,64);
169 serial[n] = 0;
171 if ((devserial) && (strcmp((char *)serial,devserial) != 0))
311 cmd[3] = 0; //Not a write to serial number
342 char *serial; local
368 serial = handle->opt.source + strlen(CANUSB_IFACE);
370 canusb->dev = canusb_opendevice(canusb->ctx, serial);

Completed in 626 milliseconds

1234