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

1 2 3 4 5 6 7 891011>>

  /libcore/ojluni/src/test/java/time/tck/java/time/serial/
TCKLocalDateSerialization.java 60 package tck.java.time.serial;
TCKLocalDateTimeSerialization.java 60 package tck.java.time.serial;
TCKMonthDaySerialization.java 60 package tck.java.time.serial;
TCKYearMonthSerialization.java 60 package tck.java.time.serial;
TCKYearSerialization.java 60 package tck.java.time.serial;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XShm.h 40 unsigned long serial; /* # of last request processed by server */ member in struct:__anon61849
Xdbe.h 77 unsigned long serial; /* serial number of failed request */ member in struct:__anon61855
shape.h 38 unsigned long serial; /* # of last request processed by server */ member in struct:__anon61952
sync.h 194 unsigned long serial; /* # of last request processed by server */ member in struct:__anon61961
207 unsigned long serial; /* # of last request processed by server */ member in struct:__anon61962
225 unsigned long serial; /* serial number of failed request */ member in struct:__anon61963
235 unsigned long serial; /* serial number of failed request */ member in struct:__anon61964
  /prebuilts/gradle-plugin/com/android/tools/internal/build/test/devicepool/0.1/
devicepool-0.1.jar 
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
IInvocationResult.java 59 * Adds the given device serial to the result.
61 void addDeviceSerial(String serial);
  /test/vti/test_serving/gae/webapp/src/dashboard/
job_list.py 60 serials = self.request.get("serial", default_value="").split(",")
62 # TODO: check serial >= shards and select only required ones
63 device_query = model.DeviceModel.query(model.DeviceModel.serial.IN(
72 error_devices.append(device.serial)
91 new_job.serial.extend(serials)
99 "shards", default_value=str(len(new_job.serial))))
  /tools/test/connectivity/acts/framework/acts/libs/ota/
ota_updater.py 39 raise KeyError('Android Device with serial "%s" has not been '
41 'ota_updater.initialize()?' % android_device.serial)
  /tools/tradefederation/core/python-lib/helloWorld/
test_hello_world.py 44 """If a serial was provided this test will check that we can query the
45 device. It will throw if the serial is invalid.
47 if self.serial is not None:
  /external/walt/pywalt/pywalt/
walt.py 23 Serial device : /dev/ttyACM1
48 import serial
101 self.ser = serial.Serial(serial_dev, baudrate=115200, timeout=timeout)
144 Measure the USB serial round trip time.
285 serial = '/dev/ttyACM0'
287 # Try to autodetect the WALT serial port
290 serial = ls_ttyACM[0]
299 parser.add_argument('-s', '--serial', default=serial,
    [all...]
  /cts/common/device-side/test-app/
run_tests.sh 25 # Take the last serial in the list of devices
26 SERIAL=`adb devices | egrep -o "^\w+" | tail -n1`
27 if [ -z ${SERIAL} ]; then
28 echo "FAILED TO GET ADB DEVICE SERIAL FOR TEST. EXITING"
32 echo "Running device side tests on device: ${SERIAL}"
40 adb -s ${SERIAL} install -r -g ${APK}
42 java $RDBG_FLAG -cp ${JAR_PATH} ${TF_CONSOLE} run singleCommand instrument --serial ${SERIAL} --package ${COMMON_PACKAGE} --runner ${RUNNER}
43 adb -s ${SERIAL} uninstall ${COMMON_PACKAGE}
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/scripts/
ca.conf 14 serial = $dir/serial
43 serial = $dir/serial
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test___future__.py 38 (major, minor, micro, level, serial) = t
46 a(isinstance(serial, int), "%s serial isn't int" % name)
  /external/lisa/experiments/power/profile/
run_camera_avg.py 46 parser.add_argument('--serial', dest='serial', action='store',
47 help='Serial number of device to test')
114 if args.serial:
115 my_conf["device"] = args.serial
run_camera_flashlight.py 47 parser.add_argument('--serial', dest='serial', action='store',
48 help='Serial number of device to test')
115 if args.serial:
116 my_conf["device"] = args.serial
run_gps_on.py 46 parser.add_argument('--serial', dest='serial', action='store',
47 help='Serial number of device to test')
108 if args.serial:
109 my_conf["device"] = args.serial
  /external/lisa/experiments/
run_camera.py 49 parser.add_argument('--serial', dest='serial', action='store',
50 help='Serial number of device to test')
125 if args.serial:
126 my_conf["device"] = args.serial
run_display_image.py 58 parser.add_argument('--serial', dest='serial', action='store',
59 help='Serial number of device to test')
120 if args.serial:
121 my_conf["device"] = args.serial
run_uibench_cgroup.py 56 parser.add_argument('--serial', dest='serial', action='store',
57 help='Serial number of device to test')
122 if args.serial:
123 my_conf["device"] = args.serial
  /external/lisa/experiments/scratch/
run_suspend_resume_b63331203.py 55 parser.add_argument('--serial', dest='serial', action='store',
56 help='Serial number of device to test')
121 if args.serial:
122 my_conf["device"] = args.serial

Completed in 503 milliseconds

1 2 3 4 5 6 7 891011>>