Searched defs:serial (Results 26 - 50 of 135) sorted by relevance

123456

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
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...]
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_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_shader.c209 uint32_t serial,
220 LEN(4); /* serial */
232 WRITE(4, uint32_t, serial); /* serial */
251 uint32_t serial,
265 LEN(4); /* serial */
279 WRITE(4, uint32_t, serial); /* serial */
434 READ(4, uint32_t, serial); /* serial */
208 rbug_send_shader_list_reply(struct rbug_connection *__con, uint32_t serial, rbug_shader_t *shaders, uint32_t shaders_len, uint32_t *__serial) argument
250 rbug_send_shader_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t *original, uint32_t original_len, uint32_t *replaced, uint32_t replaced_len, uint8_t disabled, uint32_t *__serial) argument
[all...]
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,
/external/chromium_org/third_party/mesa/src/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/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dmonsoon.py21 import serial # pylint: disable=F0401 namespace
22 import serial.tools.list_ports # pylint: disable=F0401,E0611 namespace
48 assert float(serial.VERSION) >= 2.7, \
49 'Monsoon requires pyserial v2.7 or later. You have %s' % serial.VERSION
57 self.ser = serial.Serial(device, timeout=1)
61 for (port, desc, _) in serial.tools.list_ports.comports():
75 self.ser = serial.Serial(port, timeout=1)
254 logging.error('timeout reading from serial port')
268 logging.error('invalid checksum from serial port')
279 logging.error('exception from serial por
[all...]
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dsermsdos.py41 import serial.serialutil namespace
145 """Read num bytes from serial port"""
153 """Write string to serial port"""
/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_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...]
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_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_shader.c209 uint32_t serial,
220 LEN(4); /* serial */
232 WRITE(4, uint32_t, serial); /* serial */
251 uint32_t serial,
265 LEN(4); /* serial */
279 WRITE(4, uint32_t, serial); /* serial */
434 READ(4, uint32_t, serial); /* serial */
208 rbug_send_shader_list_reply(struct rbug_connection *__con, uint32_t serial, rbug_shader_t *shaders, uint32_t shaders_len, uint32_t *__serial) argument
250 rbug_send_shader_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t *original, uint32_t original_len, uint32_t *replaced, uint32_t replaced_len, uint8_t disabled, uint32_t *__serial) argument
[all...]
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,
/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/chromium_org/chrome/browser/devtools/device/usb/
H A Dusb_device_provider.cc98 void UsbDeviceProvider::QueryDeviceInfo(const std::string& serial, argument
100 UsbDeviceMap::iterator it = device_map_.find(serial);
109 void UsbDeviceProvider::OpenSocket(const std::string& serial, argument
112 UsbDeviceMap::iterator it = device_map_.find(serial);
131 void UsbDeviceProvider::ReleaseDevice(const std::string& serial) { argument
132 device_map_.erase(serial);
144 result.push_back((*it)->serial());
145 device_map_[(*it)->serial()] = *it;
H A Dandroid_usb_device.h78 const std::string& serial,
95 std::string serial() { return serial_; } function in class:AndroidUsbDevice
/external/chromium_org/components/autofill/core/browser/
H A Dvalidation.cc154 // serial number). The validation we do here is simply checking if the area,
155 // group, and serial numbers are valid.
165 // all areas and groups. Group numbers and serial numbers of zero remain
200 int serial; local
203 &serial)
204 || serial == 0) {
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dappledri.h78 unsigned long serial; /* # of last request processed by server */ member in struct:__anon14282
/external/mesa3d/src/glx/apple/
H A Dappledri.h78 unsigned long serial; /* # of last request processed by server */ member in struct:__anon27693
/external/openssl/crypto/ocsp/
H A Docsp_lib.c79 ASN1_INTEGER *serial; local
87 serial = X509_get_serialNumber(subject);
92 serial = NULL;
95 return OCSP_cert_id_new(dgst, iname, ikey, serial);
/external/smack/src/org/xbill/DNS/
H A DSOARecord.java18 private long serial, refresh, retry, expire, minimum; field in class:SOARecord
31 * @param serial The zone's serial number
32 * @param refresh The amount of time until a secondary checks for a new serial
35 * serial number
41 long serial, long refresh, long retry, long expire, long minimum)
46 this.serial = checkU32("serial", serial);
57 serial
40 SOARecord(Name name, int dclass, long ttl, Name host, Name admin, long serial, long refresh, long retry, long expire, long minimum) argument
[all...]
/external/wpa_supplicant_8/hs20/server/www/
H A Dest.php139 exec("openssl x509 -req -in $req_pem -CAkey $cadir/cakey.pem -out $cert_pem -CA $cadir/cacert.pem -CAserial $cadir/serial -days 365 -text");
146 $handle = popen("openssl x509 -in $cert_pem -serial -noout", "r");
147 $serial = fread($handle, 200); variable
149 $pattern = "/serial=(?P<snhex>[0-9a-fA-F:]*)/m";
150 preg_match($pattern, $serial, $matches);
152 error_log("EST: simpleenroll - Could not get serial number");
153 die("Could not get serial number");
/external/chromium_org/chrome/browser/devtools/device/adb/
H A Dadb_client_socket.cc40 const std::string& serial,
44 serial_(serial),
156 const std::string& serial,
159 new AdbTransportSocket(port, serial, socket_name, callback);
39 AdbTransportSocket(int port, const std::string& serial, const std::string& socket_name, const SocketCallback& callback) argument
/external/chromium_org/chrome/browser/devtools/device/
H A Dandroid_device_manager.h101 std::string serial() { return serial_; } function in class:AndroidDeviceManager::Device
107 const std::string& serial);
132 virtual void QueryDeviceInfo(const std::string& serial,
135 virtual void OpenSocket(const std::string& serial,
139 virtual void SendJsonRequest(const std::string& serial,
144 virtual void HttpUpgrade(const std::string& serial,
149 virtual void ReleaseDevice(const std::string& serial);
170 std::string serial; member in struct:AndroidDeviceManager::DeviceDescriptor

Completed in 405 milliseconds

123456