HomeSort by relevance Sort by last modified time
    Searched defs:serial (Results 76 - 100 of 488) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/glx/apple/
appledri.h 78 unsigned long serial; /* # of last request processed by server */ member in struct:__anon30289
  /external/syslinux/com32/gplinclude/dmi/
dmi_base_board.h 46 char serial[BASE_BOARD_SERIAL_SIZE]; member in struct:__anon36965
dmi_battery.h 38 char serial[BATTERY_SERIAL_SIZE]; member in struct:__anon36967
dmi_memory.h 46 char serial[MEMORY_SERIAL_SIZE]; member in struct:__anon36975
dmi_system.h 32 char serial[SYSTEM_SERIAL_SIZE]; member in struct:__anon36980
  /external/syslinux/core/fs/pxe/
tftp.c 13 uint16_t serial; member in struct:tftp_packet
84 uint16_t serial; local
138 serial = ntohs(pkt->serial);
139 if (serial != last_pkt) {
160 ack_packet(inode, serial);
  /external/syslinux/gpxe/src/include/gpxe/
smbios.h 107 /** Serial number string */
108 uint8_t serial; member in struct:smbios_system_information
128 /** Serial number string */
129 uint8_t serial; member in struct:smbios_enclosure_information
  /external/wpa_supplicant_8/hs20/server/www/
est.php 139 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");
  /frameworks/base/core/jni/
android_hardware_UsbDeviceConnection.cpp 277 char* serial = usb_device_get_serial(device, local
279 if (!serial)
281 jstring result = env->NewStringUTF(serial);
282 free(serial);
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/certificate/
CertXml.java 40 private static final String METADATA_SERIAL_NODE_TAG = "serial";
47 private final long serial; field in class:CertXml
53 long serial,
57 this.serial = serial;
63 /** Gets the serial number of the XML file containing public-key certificates. */
65 return serial;
  /libcore/ojluni/src/test/java/time/tck/java/time/serial/
TCKClockSerialization.java 60 package tck.java.time.serial;
TCKZoneIdSerialization.java 60 package tck.java.time.serial;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
Xfixes.h 63 unsigned long serial; member in struct:__anon61856
76 unsigned long serial; member in struct:__anon61857
278 unsigned long serial; member in struct:__anon61860
multibuf.h 50 unsigned long serial; /* # of last request processed by server */ member in struct:__anon61920
59 unsigned long serial; /* # of last request processed by server */ member in struct:__anon61921
  /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...]
  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
ListDevicesOp.java 34 private static final String SERIAL = "serial";
82 final String serial = deviceStateJson.getString(SERIAL); local
91 deviceList.add(new DeviceDescriptor(serial, isStubDevice, DeviceAllocationState
96 serial);
112 deviceStateJson.put(SERIAL, descriptor.getSerial());
  /tools/tradefederation/core/src/com/android/tradefed/device/
RemoteAndroidDevice.java 26 * Assume the device serial will be in the format <hostname>:<portnumber> in adb.
74 * Return the hostname associated with the device. Extracted from the serial.
79 String.format("Serial Format is unexpected: %s "
86 * Return the port number asociated with the device. Extracted from the serial.
91 String.format("Serial Format is unexpected: %s "
98 * Check if the format of the serial is as expected <hostname>:port
102 String[] serial = getSerialNumber().split(":"); local
103 if (serial.length == 2) {
105 Integer.parseInt(serial[1]);
  /art/runtime/
indirect_reference_table.h 85 // serial number in the extra bits, and keep a copy of the serial number in the table. This requires
133 // the table when expanding it (so realloc() is out), and tricks like serial number checking to
155 // since the serial stored in the indirect ref wont match.
359 static constexpr uintptr_t EncodeSerial(uint32_t serial) {
360 DCHECK_LE(MinimumBitsToStore(serial), kSerialBits);
361 return serial << kKindBits;
367 constexpr uintptr_t EncodeIndirectRef(uint32_t table_index, uint32_t serial) const {
369 return EncodeIndex(table_index) | EncodeSerial(serial) | EncodeIndirectRefKind(kind_);
381 uint32_t serial = table_[table_index].GetSerial() local
    [all...]
  /bionic/libc/kernel/uapi/linux/
capi.h 64 __u8 serial[CAPI_SERIAL_LEN]; member in union:capi_ioctl_struct
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
NotificationListenerTest.java 178 String serial = arguments.getString(key); local
179 if (serial == null) {
182 return Integer.parseInt(serial);
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hisi_mcu.c 35 unsigned short serial; member in struct:mcu_image_sec
88 if ((sec->serial >= head->secs_num) ||
109 __func__, sec->serial, sec->dst_offset, sec->size);
  /external/chromium-trace/catapult/devil/devil/utils/
find_usb_devices.py 150 def __init__(self, bus_num=0, device_num=0, serial=None, info=None):
156 serial: [string] Serial number.
162 self._serial = serial
186 def serial(self): member in class:USBDeviceNode
189 @serial.setter
190 def serial(self, serial): member in class:USBDeviceNode
191 self._serial = serial
211 serial: [string] Serial number
    [all...]
  /external/kernel-headers/original/uapi/linux/
capi.h 114 __u8 serial[CAPI_SERIAL_LEN]; member in union:capi_ioctl_struct
  /external/libmojo/third_party/catapult/devil/devil/utils/
find_usb_devices.py 141 def __init__(self, bus_num=0, device_num=0, serial=None, info=None):
147 serial: [string] Serial number.
153 self._serial = serial
177 def serial(self): member in class:USBDeviceNode
180 @serial.setter
181 def serial(self, serial): member in class:USBDeviceNode
182 self._serial = serial
202 serial: [string] Serial number
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_print.cpp 688 PrintPass() : serial(0) { }
695 int serial; member in class:nv50_ir::PrintPass
759 INFO("%3i: ", serial++);

Completed in 561 milliseconds

1 2 34 5 6 7 8 91011>>