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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
media.h 35 char serial[40]; member in struct:media_device_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
hdspm.h 183 unsigned int serial; member in struct:hdspm_version
  /system/tools/hidl/
Method.cpp 41 size_t serial,
45 mSerial = serial;
160 void Method::setSerialId(size_t serial) {
162 mSerial = serial;
  /test/vti/test_serving/gae/webapp/src/endpoint/
lab_info.py 70 devices.append("%s=%s" % (device.serial, device.product))
  /test/vts/harnesses/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
CompatibilityTestMultiDeviceTest.java 65 public LinkedList<IModuleDef> getModules(String serial, int shardIndex) {
  /tools/test/connectivity/acts/framework/acts/bin/
monsoon.py 34 mon = Monsoon(serial=int(FLAGS.serialno[0]))
81 help="The serial number of the Monsoon to use.")
  /tools/test/connectivity/acts/tests/google/tel/lab/
TelLabDataRoamingTest.py 137 .format(self.ad.serial, PING_TARGET))
145 .format(self.ad.serial, PING_TARGET))
168 .format(self.ad.serial, PING_TARGET))
176 .format(self.ad.serial, PING_TARGET))
  /tools/tradefederation/core/src/com/android/tradefed/build/
IBuildInfo.java 83 * @return the {@link ITestDevice} serial that this build was executed on. Returns <code>null
111 * Set the {@link ITestDevice} serial associated with this build.
113 * @param serial the serial number of the {@link ITestDevice} that this build was executed with.
115 public void setDeviceSerial(String serial);
  /tools/tradefederation/core/src/com/android/tradefed/invoker/
IInvocationContext.java 95 * Returns the {@link ITestDevice} associated with the serial provided.
98 public ITestDevice getDeviceBySerial(String serial);
174 * Add a serial to be tracked as assigned to one of the shard running some tests.
InvocationContext.java 242 public ITestDevice getDeviceBySerial(String serial) {
244 if (testDevice.getSerialNumber().equals(serial)) {
248 CLog.d("Device with serial '%s', not found in the metadata", serial);
261 "Device with serial '%s' doesn't match a name in the metadata",
324 "Attempting to add serial from shard attribute during a test.");
  /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);
  /cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
SimpleAppWidgetHostService.java 176 int serial = intent.getIntExtra(key, 0); local
177 Log.d(TAG, "userId=" + serial);
178 return um.getUserForSerialNumber(serial);
  /external/syslinux/com32/hdt/
hdt-dump.c 61 dump_options[4].item = hardware->dmi.base_board.serial;
67 dump_options[6].item = hardware->dmi.chassis.serial;
73 dump_options[8].item = hardware->dmi.system.serial;
hdt-dump-dmi.c 165 add_s("dmi.memory.serial", hardware->dmi.memory[bank].serial);
206 add_hs(dmi.processor.serial);
232 add_hs(dmi.battery.serial);
290 add_hs(dmi.chassis.serial);
364 add_hs(dmi.system.serial);
396 add_hs(dmi.base_board.serial);
  /external/wayland-protocols/flinger_headers/
ArcInputBridgeProtocol.h 99 // serial number of this key events in wayland.
100 uint32_t serial; member in struct:arc::KeyArgs
198 uint32_t state, uint32_t serial) {
200 event.key = {keyCode, scanCode, state, serial};
  /packages/services/Car/car-usb-handler/src/android/car/usb/handler/
UsbSettingsStorage.java 37 private static final String COLUMN_SERIAL = "serial";
52 String serial = device.getSerialNumber(); local
57 selectionArgs = new String[] {serial};
58 } else if (serial == null) {
  /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
  /test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/
home_bot_config.py 51 def device(device_type, ip, groups=None, nic=None, serial=None, extra_state=None):
62 if serial:
63 dimensions[u'serial'] = [serial]
  /test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/
home_bot_config.py 51 def device(device_type, ip, groups=None, nic=None, serial=None, extra_state=None):
62 if serial:
63 dimensions[u'serial'] = [serial]
  /tools/tradefederation/core/src/com/android/tradefed/device/
ManagedDeviceList.java 109 * Finds the device with the given serial
123 private boolean isValidDeviceSerial(String serial) {
124 return serial.length() > 1 && !serial.contains("?");
  /tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
sl4a_manager_test.py 36 adb.serial = 'SERIAL'
47 adb.serial = 'SERIAL'
51 adb_same_serial.serial = 'SERIAL'
63 adb_1.serial = 'SERIAL'
67 adb_2.serial = 'DIFFERENT_SERIAL_NUMBER'
  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 32 import serial
46 objs.append(Monsoon(serial=c))
61 """Class that directly talks to monsoon over serial.
88 self.serial = serialno
91 self.ser = serial.Serial(device, timeout=1)
93 # Try all devices connected through USB virtual serial ports until we
117 self.ser = serial.Serial("/dev/%s" % dev, timeout=1)
128 logging.error("Another device serial #%d seen on %s"
    [all...]
  /system/core/fastboot/
fastboot.cpp 78 static const char* serial = nullptr; variable
205 // require matching serial number or device path if requested
213 return match_fastboot_with_serial(info, serial);
218 std::string serial = info->serial_number; local
220 serial = UsbNoPermissionsShortHelpText();
222 if (!serial[0]) {
223 serial = "????????????";
227 printf("%s\tfastboot", serial.c_str());
229 printf("%-22s fastboot", serial.c_str());
238 // Opens a new Transport connected to a device. If |serial| is non-null it will be used to identif
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_context.c 328 uint32_t serial,
339 LEN(4); /* serial */
351 WRITE(4, uint32_t, serial); /* serial */
370 uint32_t serial,
388 LEN(4); /* serial */
406 WRITE(4, uint32_t, serial); /* serial */
682 READ(4, uint32_t, serial); /* serial */
    [all...]
  /external/syslinux/com32/lua/src/
dmi.c 134 LUA_ADD_STR_P(L, system, serial)
175 LUA_ADD_STR_P(L, base_board, serial)
226 LUA_ADD_STR_P(L, chassis, serial)
263 LUA_ADD_STR_P(L, processor, serial)
303 LUA_ADD_STR_P(L, battery, serial)
347 LUA_ADD_STR_S(L, memory[i], serial)

Completed in 1142 milliseconds

<<11121314151617181920>>