Home
last modified time | relevance | path

Searched defs:num (Results 1 – 11 of 11) sorted by relevance

/tools/apksig/src/test/java/com/android/apksig/internal/asn1/
DAsn1DerEncoderTest.java226 public int num; field in Asn1DerEncoderTest.SequenceWithInteger
228 public SequenceWithInteger(int num) { in SequenceWithInteger()
270 public Integer num; field in Asn1DerEncoderTest.Choice
275 public Choice(Integer num, String oid) { in Choice()
280 public static Choice of(int num) { in of()
304 public BigInteger num; field in Asn1DerEncoderTest.Sequence
312 public Sequence(BigInteger num, String oid, byte[] octets) { in Sequence()
DAsn1BerParserTest.java375 public Integer num; field in Asn1BerParserTest.ChoiceWithTwoOptions
/tools/acloud/public/actions/
Dcommon_operations.py121 def CreateDevices(self, num): argument
241 def CreateDevices(command, cfg, device_factory, num, avd_type, argument
Dcreate_cuttlefish_action.py137 num=1, argument
Dcreate_goldfish_action.py196 num=1, argument
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DMultiDeviceStubTest.java75 public void setExceptedDevice(int num) { in setExceptedDevice()
/tools/acloud/public/
Ddevice_driver.py162 num, argument
342 num=1, argument
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNativeBenchmarkTestParser.java93 Number num = format.parse(valueString); in parseDoubleValue() local
/tools/tradefederation/core/util-apps/ContentProvider/main/java/android/tradefed/contentprovider/
DManagedFileContentProvider.java159 int num = recursiveDelete(file); in delete() local
/tools/acloud/create/
Davd_spec.py527 def num(self): member in AVDSpec
/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py43 def get_mock_ads(num): argument