HomeSort by relevance Sort by last modified time
    Searched refs:SERIAL (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ArbitraryMeasurementInstrument.java 82 return TrialSchedulingPolicy.SERIAL;
RuntimeInstrument.java 171 return TrialSchedulingPolicy.SERIAL;
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
ExperimentingRunnerModuleTest.java 146 return TrialSchedulingPolicy.SERIAL;
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckTags.java 203 "@param", "@return", "@throws", "@obsolete", "@exception", "@serial", "@provisional"
220 static final int SERIAL = 13;
450 case SERIAL:
GatherAPIDataOld.java 443 case SERIAL:
494 private static final int SERIAL = 13;
499 "@param", "@return", "@throws", "@obsolete", "@exception", "@serial"
GatherAPIData.java 581 case SERIAL:
632 private static final int SERIAL = 13;
637 "@version", "@param", "@return", "@throws", "@obsolete", "@exception", "@serial"
CheckAPI.java     [all...]
  /hardware/interfaces/renderscript/1.0/
types.hal 164 SERIAL = 0,
  /tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
TestInvocationTest.java 110 private static final String SERIAL = "serial";
198 EasyMock.expect(mMockDevice.getSerialNumber()).andStubReturn(SERIAL);
205 mFakeDescriptor = new DeviceDescriptor(SERIAL, false, DeviceAllocationState.Available,
461 DeviceNotAvailableException exception = new DeviceNotAvailableException("ERROR", SERIAL);
520 mMockBuildInfo.setDeviceSerial(SERIAL);
526 EasyMock.expectLastCall().andThrow(new DeviceNotAvailableException("ERROR", SERIAL));
591 mMockBuildInfo.setDeviceSerial(SERIAL);
    [all...]
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
SinkActivity.java 61 private static final String SERIAL = "0000000012345678";
254 sendString(conn, UsbAccessoryConstants.ACCESSORY_STRING_SERIAL, SERIAL);
  /system/tools/hidl/docs/src/lexer/
Token.kt 131 SERIAL("serial", TokenCategory.DocAnnotation),
  /cts/tests/tests/os/src/android/os/cts/
BuildTest.java 216 assertTrue(SERIAL_NUMBER_PATTERN.matcher(Build.SERIAL).matches());
  /external/autotest/server/hosts/
servo_repair.py 110 Verifier for the servo SERIAL configuration.
113 ATTR = 'SERIAL'
117 Test whether the `host` has a `SERIAL` setting configured.
120 job for a valid setting of the `SERIAL` variable. The following
122 * The SERIAL setting doesn't match the DUT's entry in the AFE
128 # Not all servo hosts will have a servo serial so don't verify if it's
138 msg = 'Servo serial is unconfigured; should be %s' % host.servo_serial
268 serial = 'SERIAL=%s' % host.servo_serial if host.servo_serial else ''
271 (host.servo_board, host.servo_port, serial))
    [all...]
  /frameworks/base/core/java/android/os/
Build.java 108 * A hardware serial number, if available. Alphanumeric only, case-insensitive.
118 public static final String SERIAL = getString("no.such.thing");
121 * Gets the hardware serial number, if available.
124 * the hardware serial number. If you change these identifiers, you can use
128 * @return The serial number if specified.
491 * <li><p>{@link android.os.AsyncTask} will use the serial executor
    [all...]
  /tools/tradefederation/core/atest/test_runners/
atest_tf_test_runner.py 131 if constants.SERIAL == arg:
132 args_to_append.append('--serial')
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 82 addResult(SERIAL_NUMBER, Build.SERIAL);
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 115 %token SERIAL
  /frameworks/base/core/java/com/android/internal/usb/
DumpUtils.java 60 dump.write("serial", UsbAccessoryProto.SERIAL, accessory.getSerial());
  /compatibility/cdd/7_hardware-compatibility/
7_7_usb.md 14 device descriptor through `android.os.Build.SERIAL`.
  /test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
VtsMultiDeviceTest.java 79 static final String SERIAL = "serial";
576 deviceItemObject.put(SERIAL, device.getSerialNumber());
672 * fields (e.g., to add build info and device serial IDs), and returns the updated json object.
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
ClientTest.java     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java 492 @Rpc(description = "Get the device serial number.")
494 return Build.SERIAL;
    [all...]
  /test/framework/harnesses/cts-tradefed/
tradefed-cts-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 708 milliseconds

12 3 4