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

1 2 3 4 5 6 7 891011>>

  /external/openssl/include/openssl/
ts.h 174 ASN1_INTEGER *serial; member in struct:TS_tst_info_st
251 ASN1_INTEGER *serial; member in struct:ESS_issuer_serial
427 int TS_TST_INFO_set_serial(TS_TST_INFO *a, const ASN1_INTEGER *serial);
x509_vfy.h 153 ASN1_INTEGER *serial,X509_OBJECT *ret);
462 ASN1_INTEGER *serial, X509_OBJECT *ret);
  /external/chromium_org/build/android/pylib/device/
device_utils_test.py 53 serial = '123456789abcdef0'
54 a = adb_wrapper.AdbWrapper(serial)
56 self.assertEqual(serial, d.old_interface.GetDevice())
59 serial = '0fedcba987654321'
60 a = android_commands.AndroidCommands(device=serial)
62 self.assertEqual(serial, d.old_interface.GetDevice())
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 174 return early->serial < later->serial;
326 texes[j]->bb == tb && texes[j]->serial < u->insn->serial;
341 texes[j]->bb == ub && texes[j]->serial < u->insn->serial;
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 174 return early->serial < later->serial;
326 texes[j]->bb == tb && texes[j]->serial < u->insn->serial;
341 texes[j]->bb == ub && texes[j]->serial < u->insn->serial;
    [all...]
  /external/openssl/apps/
req.c 182 ASN1_INTEGER *serial = NULL; local
374 serial = s2i_ASN1_INTEGER(NULL, *(++argv));
375 if (!serial) goto bad;
441 BIO_printf(bio_err," -set_serial serial number to use for a certificate generated by -x509.\n");
836 if (serial)
838 if (!X509_set_serialNumber(x509ss, serial)) goto end;
1107 ASN1_INTEGER_free(serial);
    [all...]
apps.h 300 int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai);
  /development/testrunner/
adb_interface.py 50 def SetTargetSerial(self, serial):
51 """Direct all future commands to Android target with the given serial."""
52 self._target_arg = "-s %s" % serial
507 """Returns the serial number of the targeted device."""
  /external/chromium_org/net/cert/
crl_set_storage.cc 54 // byte[serial_length] serial;
90 // // the serial is the same
92 // // serial inserted
94 // byte[serial_length] serial
96 // // serial deleted
107 // except there is no delta update of a serial number: they are either
209 // of serial numbers in a given CRL.
270 const std::string serial(data->data(), serial_length);
273 out_serials->push_back(serial);
515 len += 1 /* serial length */ + j->size()
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x509_cmp.c 268 ASN1_INTEGER *serial)
277 cinf.serialNumber=serial;
  /external/chromium_org/third_party/mesa/src/include/GL/
glx.h 493 unsigned long serial; /* # of last request processed by server */ member in struct:__anon18257
506 unsigned long serial; /* # of last request processed by server */ member in struct:__anon18258
  /external/mesa3d/include/GL/
glx.h 493 unsigned long serial; /* # of last request processed by server */ member in struct:__anon6595
506 unsigned long serial; /* # of last request processed by server */ member in struct:__anon6596
  /external/openssl/crypto/pkcs7/
pk7_smime.c 470 ias->issuer, ias->serial);
474 ias->issuer, ias->serial);
pk7_asn1.c 159 ASN1_SIMPLE(PKCS7_ISSUER_AND_SERIAL, serial, ASN1_INTEGER)
  /external/openssl/crypto/x509/
x509_vfy.h 153 ASN1_INTEGER *serial,X509_OBJECT *ret);
462 ASN1_INTEGER *serial, X509_OBJECT *ret);
  /external/chromium_org/dbus/
bus.h 467 // Requests to send a message to the bus. The message serial number will
468 // be stored in |serial|.
471 virtual void Send(DBusMessage* request, uint32* serial);
message.h 102 void SetSerial(uint32 serial);
115 // Gets the serial and reply serial numbers. Returns 0 if not set.
  /external/chromium_org/device/serial/
data_receiver.cc 5 #include "device/serial/data_receiver.h"
11 #include "device/serial/async_waiter.h"
100 DataReceiver::DataReceiver(mojo::InterfacePtr<serial::DataSource> source,
data_sender.cc 5 #include "device/serial/data_sender.h"
9 #include "device/serial/async_waiter.h"
65 DataSender::DataSender(mojo::InterfacePtr<serial::DataSink> sink,
data_source_unittest.cc 9 #include "device/serial/async_waiter.h"
10 #include "device/serial/buffer.h"
11 #include "device/serial/data_receiver.h"
12 #include "device/serial/data_source_sender.h"
13 #include "device/serial/data_stream.mojom.h"
33 mojo::InterfacePtr<serial::DataSource> source_sender_handle;
  /external/chromium_org/extensions/test/data/
data_sender_unittest.js 5 // Tests launched by extensions/renderer/api/serial/data_sender_unittest.cc
29 requireAsync('device/serial/data_stream.mojom'),
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
IndexDataManager.cpp 203 translated->serial = directStorage ? storage->getSerial() : indexBuffer->getSerial();
  /external/chromium_org/third_party/webrtc/tools/rtcbot/
botmanager.js 149 this.log('Spawning Android device with serial ' + this.serialNumber_);
198 // <serial number> <device/emulator>
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/urlhandler/
protocol_loop.py 3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
18 from serial.serialutil import *
33 """Serial port implementation that simulates a loop back connection in plain software."""
118 """Read size bytes from the serial port. If a timeout is set it may
143 """Output the given string over the serial port. Can block if the
239 # assemble Serial class with the platform specific implementation and the base
246 class Serial(LoopbackSerial, FileLike):
250 class Serial(LoopbackSerial, io.RawIOBase):
257 s = Serial('loop://')
protocol_socket.py 3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
11 # TCP/IP to serial port converters that do not support RFC 2217.
20 from serial.serialutil import *
36 """Serial port implementation for plain sockets."""
135 """Read size bytes from the serial port. If a timeout is set it may
166 """Output the given string over the serial port. Can block if the
248 # assemble Serial class with the platform specific implementation and the base
255 class Serial(SocketSerial, FileLike):
259 class Serial(SocketSerial, io.RawIOBase):
266 s = Serial('socket://localhost:7000'
    [all...]

Completed in 1418 milliseconds

1 2 3 4 5 6 7 891011>>