HomeSort by relevance Sort by last modified time
    Searched refs:serial (Results 126 - 150 of 1003) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libmojo/third_party/catapult/devil/devil/utils/
battor_device_mapping.py 12 "Phone serial number" - Serial number of the phone. This can be
18 "BattOr serial number" - Serial number of the BattOr. This can be
36 mapping between phone serial numbers and BattOr serial numbers, and
37 (2) getting the BattOr path corresponding to a given BattOr serial
42 [{'phone': <phone serial 1>, 'battor': <battor serial 1>},
43 {'phone': <phone serial 2>, 'battor': <battor serial 2>}, ...
    [all...]
  /system/core/adb/
transport.h 140 char* serial = nullptr; member in class:atransport
155 const std::string serial_name() const { return serial ? serial : "<unknown>"; }
176 // * <serial>
182 // If this is a local transport, serial will also match [tcp:|udp:]<hostname>[:port] targets.
183 // For example, serial "100.100.100.100:5555" would match any of:
212 * If serial is non-null then only the device with that serial will be chosen.
218 atransport* acquire_one_transport(TransportType type, const char* serial, TransportId transport_id,
231 atransport* find_transport(const char* serial);
    [all...]
transport_local.cpp 76 std::string serial; local
79 if (!android::base::ParseNetAddress(address, &host, &port, &serial, response)) {
87 serial.c_str(), error.c_str());
91 D("client: connected %s remote on fd %d", serial.c_str(), fd);
100 int ret = register_socket_transport(fd, serial.c_str(), port, 0);
103 *response = android::base::StringPrintf("already connected to %s", serial.c_str());
105 *response = android::base::StringPrintf("connected to %s", serial.c_str());
132 std::string serial = getEmulatorSerialString(console_port); local
133 if (register_socket_transport(fd, serial.c_str(), adb_port, 1) == 0) {
236 std::string serial = android::base::StringPrintf("host-%d", fd) local
335 std::string serial = android::base::StringPrintf("host-%d", fd); local
    [all...]
  /test/vti/test_serving/gae/webapp/src/endpoint/
job_queue.py 59 job_message.serial = [""]
80 job_message.serial = job.serial
103 model.DeviceModel.serial.IN(job.serial))
125 # minify jobs by query and confirm with serial from fetched jobs
134 x for x in existing_jobs if set(x.serial) == set(request.serial)
146 request.build_target, request.test_name, request.serial))
156 job_message.serial = job.seria
    [all...]
  /system/iot/attestation/at-factory-tool/
atftman.py 137 serial_number: The serial number for the device.
257 The interface to get the USB physical location to serial number map.
269 # The serial numbers for the devices that are at least seen twice.
285 # The map mapping serial number to USB location.
287 # The map mapping rebooting device serial number to their reboot callback
321 Get the serial number of the ATFA device and the target device. If the
322 device does not exist, the returned serial number would be None.
337 device_serials: The device serial numbers.
379 device_serials: The list of serial numbers of the fastboot devices.
385 for serial in device_serials
    [all...]
serialmapperwin.py 15 """This module provides the USB device serial number to USB location map on Win.
57 """Maps serial number to its USB physical location.
127 # device instance id contains a serial number in the format of
128 # [XXX]\[SERIAL]
132 serial = instance_parts.pop().lower()
133 serial_map[serial] = location
141 def get_location(self, serial):
142 """Get the USB location according to the serial number.
145 serial: The serial number for the device
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
flagcb.c 151 q,q->serial, q->magic);
154 q, q->serial, name, q->magic);
163 newCtx->serial = debugCB_nextSerial();
170 printf("debugCB_clone: %p:%d -> new context %p:%d\n", ctx, ctx->serial, newCtx, newCtx->serial);
188 printf("debugCB_fromU: Context %p:%d called, reason %d on cnv %p [err=%s]\n", ctx, ctx->serial, reason, fromUArgs->converter, u_errorName(*err));
192 fprintf(stderr, "debugCB_fromU: Context %p:%d magic is 0x%x should be 0xC0FFEE.\n", ctx,ctx->serial, ctx->magic);
262 printf("debugCB_fromU: Context %p:%d closing\n", ctx, ctx->serial);
280 ctx->serial = debugCB_nextSerial();
285 fprintf(stderr, "debugCB:openContext opened[%p] = serial #%d\n", ctx, ctx->serial)
    [all...]
flagcb.h 50 uint32_t serial; /* minted from nextSerial */ member in struct:__anon21519
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
X509v3CertificateBuilder.java 32 * @param serial the certificate serial number
38 public X509v3CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter, X500Name subject, SubjectPublicKeyInfo publicKeyInfo)
40 this(issuer, serial, new Time(notBefore), new Time(notAfter), subject, publicKeyInfo);
48 * @param serial the certificate serial number
55 public X509v3CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter, Locale dateLocale, X500Name subject, SubjectPublicKeyInfo publicKeyInfo)
57 this(issuer, serial, new Time(notBefore, dateLocale), new Time(notAfter, dateLocale), subject, publicKeyInfo);
64 * @param serial the certificate serial numbe
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_texture.h 87 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/drivers/rbug/
rbug_core.c 177 rbug_texture_list(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial)
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)
225 rbug_send_texture_info_reply(tr_rbug->con, serial,
244 rbug_texture_read(struct rbug_rbug *tr_rbug, struct rbug_header *header, uint32_t serial)
277 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)
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)
348 rbug_send_context_info_reply(tr_rbug->con, serial,
783 uint32_t serial; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
sp_dec.cpp 513 serial = pointer to the serial bit stream buffer (unsigned char)
535 parameters are parsed from the buffer pointed to by serial according to
561 Word16 *serial, // i : serial bit stream
578 // Serial to parameters
582 Bits2prm (MRDTX, serial, parm);
584 Bits2prm (mode, serial, parm);
636 Word16 *serial, /* i : serial bit stream *
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
sp_enc.cpp 602 serial = pointer to the serial bit stream of type Word16
606 serial -> encoded serial bit stream
627 generated parameters are then converted to serial bits.
648 Word16 *serial, // o : serial bit stream
662 // initialize the serial output frame to zero
665 serial[i] = 0;
683 // Parameters to serial bit
    [all...]
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/
SerialNumberPreferenceControllerTest.java 79 final String serial = "123"; local
81 mController = new TestPreferenceController(mContext, serial);
85 assertThat(mPreference.getSummary()).isEqualTo(serial);
  /tools/test/connectivity/acts/framework/tests/libs/ota/ota_tools/
update_device_ota_tool_test.py 24 def get_mock_android_device(serial='', ssh_connection=None):
31 serial=serial, ssh_connection=ssh_connection))
  /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);
  /external/autotest/server/hosts/
testbed.py 34 # branch/target/build_id[:serial][#count],
35 # where serial and count are optional. Count is the number of devices to
162 for serial, exc_type, exc_value, exc_traceback in failures:
163 serials.append(serial)
166 logging.error('Failed to repair device with serial %s, '
167 'error:\n%s', serial, details)
189 Provision dut with serial ZX1G2 to build `branch1/shamu-userdebug/111`,
197 is in the format of branch/target/build_id[:serial]. Serial is
201 @returns: A list of tuples of (build, serial). serial could be None i
    [all...]
  /external/junit/src/main/java/org/junit/runner/
Computer.java 16 * Returns a new default computer, which runs tests in serial order
18 public static Computer serial() { method in class:Computer
  /external/syslinux/com32/gplinclude/dmi/
dmi_base_board.h 46 char serial[BASE_BOARD_SERIAL_SIZE]; member in struct:__anon36965
dmi_chassis.h 33 char serial[CHASSIS_SERIAL_SIZE]; member in struct:__anon36973
dmi_system.h 32 char serial[SYSTEM_SERIAL_SIZE]; member in struct:__anon36980
  /libcore/ojluni/src/test/java/time/tck/java/time/temporal/serial/
TCKJulianFieldsSerialization.java 60 package tck.java.time.temporal.serial;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
security.h 71 unsigned long serial; /* # of last request processed by server */ member in struct:__anon61946
  /system/core/liblog/
properties.c 51 uint32_t serial; member in struct:cache
60 return cache->pinfo && __system_property_serial(cache->pinfo) != cache->serial;
75 cache->cache.serial = __system_property_serial(cache->cache.pinfo);
128 * check all known serial numbers to changes.
281 static uint32_t serial; local
295 if (current_serial != serial) {
300 serial = current_serial;
317 uint32_t serial; member in struct:cache2_char
338 if (current_serial != self->serial) {
344 self->serial = current_serial
526 uint32_t serial; member in struct:cache2_property_size
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
arduino_wifi_dongle.py 20 import serial
64 configs: A list of dicts or a list of serial numbers, each representing
98 s = c.pop("serial")
101 "'serial' is missing for ArduinoWifiDongle config %s." % c)
111 serial: Short serial number of the wifi dongle in string.
123 def __init__(self, serial=''):
125 self.serial = serial
128 "ArduinoWifiDongle|%s" % self.serial)
    [all...]

Completed in 1038 milliseconds

1 2 3 4 56 7 8 91011>>