Home
last modified time | relevance | path

Searched defs:num (Results 1 – 13 of 13) 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/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DMultiDeviceStubTest.java61 public void setExceptedDevice(int num) { in setExceptedDevice()
/tools/acloud/public/actions/
Dcommon_operations.py96 def CreateDevices(self, num): argument
210 def CreateDevices(command, cfg, device_factory, num, avd_type, argument
Dcreate_goldfish_action.py243 num=1, argument
/tools/acloud/public/
Ddevice_driver.py160 num, argument
341 num=1, argument
/tools/security/fuzzing/orphans/libexif/
Dlibexif_fuzzer.cpp13 int num = exif_mnote_data_count(mn); in mnote_dump() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DNativeBenchmarkTestParser.java90 Number num = format.parse(valueString); in parseDoubleValue() local
/tools/tradefederation/core/util_apps/ContentProvider/main/java/android/tradefed/contentprovider/
DManagedFileContentProvider.java154 int num = recursiveDelete(file); in delete() local
/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py43 def get_mock_ads(num): argument
/tools/acloud/create/
Davd_spec.py945 def num(self): member in AVDSpec
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DDriverTest.kt628 var num = 0 in <lambda>() variable
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java3318 public MicrodroidBuilder numCpus(int num) { in numCpus()