/tools/apksig/src/test/java/com/android/apksig/internal/asn1/ |
D | Asn1BerParserTest.java | 274 @Asn1Class(type = Asn1Type.SEQUENCE) 277 @Asn1Class(type = Asn1Type.SEQUENCE) 279 @Asn1Field(index = 1, type = Asn1Type.INTEGER) 282 @Asn1Field(index = 2, type = Asn1Type.INTEGER) 285 @Asn1Field(index = 3, type = Asn1Type.INTEGER) 288 @Asn1Field(index = 4, type = Asn1Type.INTEGER) 291 @Asn1Field(index = 5, type = Asn1Type.INTEGER) 295 @Asn1Class(type = Asn1Type.SEQUENCE) 297 @Asn1Field(index = 0, type = Asn1Type.OBJECT_IDENTIFIER) 301 @Asn1Class(type = Asn1Type.SEQUENCE) [all …]
|
D | Asn1DerEncoderTest.java | 150 @Asn1Class(type = Asn1Type.SEQUENCE) 153 @Asn1Field(index = 1, type = Asn1Type.INTEGER) 161 @Asn1Class(type = Asn1Type.SEQUENCE) 164 @Asn1Field(index = 1, type = Asn1Type.OBJECT_IDENTIFIER) 172 @Asn1Class(type = Asn1Type.SEQUENCE) 175 @Asn1Field(index = 1, type = Asn1Type.OCTET_STRING) 183 @Asn1Class(type = Asn1Type.CHOICE) 186 @Asn1Field(type = Asn1Type.INTEGER) 189 @Asn1Field(type = Asn1Type.OBJECT_IDENTIFIER, tagging = Asn1Tagging.IMPLICIT, tagNumber = 0) 206 @Asn1Class(type = Asn1Type.SEQUENCE) [all …]
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_proto_utils_test_data.txt | 6 type: AAA 10 type: BBB 14 type: AAA 23 type: BBB 27 type: AAA 31 type: BBB
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | TypeItem.kt | 153 fun shortenTypes(type: String): String { in <lambda>() 155 var cleaned = type in <lambda>() 166 return type in <lambda>() 181 fun stripJavaLangPrefix(type: String): String { in <lambda>() 182 if (type.startsWith(JAVA_LANG_PREFIX)) { in <lambda>() 186 val end = type.length in <lambda>() 188 if (type[index] == '<') { in <lambda>() 189 return type.substring(start) in <lambda>() 190 } else if (type[index] == '.') { in <lambda>() 191 return type in <lambda>() [all …]
|
D | ParameterItem.kt | 27 fun type(): TypeItem in name() method 87 val type = type() in acceptTypes() constant 88 visitor.visitType(type, this) in acceptTypes() 89 visitor.afterVisitType(type, this) in acceptTypes() 93 return !type().primitive in requiresNullnessInfo()
|
/tools/apksig/src/main/java/com/android/apksig/internal/pkcs7/ |
D | SignerInfo.java | 30 @Asn1Class(type = Asn1Type.SEQUENCE) 33 @Asn1Field(index = 0, type = Asn1Type.INTEGER) 36 @Asn1Field(index = 1, type = Asn1Type.CHOICE) 39 @Asn1Field(index = 2, type = Asn1Type.SEQUENCE) 44 type = Asn1Type.SET_OF, 49 @Asn1Field(index = 4, type = Asn1Type.SEQUENCE) 52 @Asn1Field(index = 5, type = Asn1Type.OCTET_STRING) 57 type = Asn1Type.SET_OF,
|
D | SignedData.java | 30 @Asn1Class(type = Asn1Type.SEQUENCE) 33 @Asn1Field(index = 0, type = Asn1Type.INTEGER) 36 @Asn1Field(index = 1, type = Asn1Type.SET_OF) 39 @Asn1Field(index = 2, type = Asn1Type.SEQUENCE) 44 type = Asn1Type.SET_OF, 51 type = Asn1Type.SET_OF, 56 @Asn1Field(index = 5, type = Asn1Type.SET_OF)
|
D | Attribute.java | 28 @Asn1Class(type = Asn1Type.SEQUENCE) 31 @Asn1Field(index = 0, type = Asn1Type.OBJECT_IDENTIFIER) 34 @Asn1Field(index = 1, type = Asn1Type.SET_OF)
|
D | SignerIdentifier.java | 28 @Asn1Class(type = Asn1Type.CHOICE) 31 @Asn1Field(type = Asn1Type.SEQUENCE) 34 @Asn1Field(type = Asn1Type.OCTET_STRING, tagging = Asn1Tagging.IMPLICIT, tagNumber = 0)
|
D | AlgorithmIdentifier.java | 27 @Asn1Class(type = Asn1Type.SEQUENCE) 30 @Asn1Field(index = 0, type = Asn1Type.OBJECT_IDENTIFIER) 33 @Asn1Field(index = 1, type = Asn1Type.ANY, optional = true)
|
D | ContentInfo.java | 28 @Asn1Class(type = Asn1Type.SEQUENCE) 31 @Asn1Field(index = 1, type = Asn1Type.OBJECT_IDENTIFIER) 34 @Asn1Field(index = 2, type = Asn1Type.ANY, tagging = Asn1Tagging.EXPLICIT, tagNumber = 0)
|
D | EncapsulatedContentInfo.java | 28 @Asn1Class(type = Asn1Type.SEQUENCE) 31 @Asn1Field(index = 0, type = Asn1Type.OBJECT_IDENTIFIER) 36 type = Asn1Type.OCTET_STRING,
|
D | IssuerAndSerialNumber.java | 28 @Asn1Class(type = Asn1Type.SEQUENCE) 31 @Asn1Field(index = 0, type = Asn1Type.ANY) 34 @Asn1Field(index = 1, type = Asn1Type.INTEGER)
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | LogFile.java | 40 public LogFile(String path, String url, LogDataType type) { in LogFile() argument 43 mIsCompressed = type.isCompressed(); in LogFile() 44 mIsText = type.isText(); in LogFile() 45 mType = type; in LogFile() 61 public LogFile(String path, String url, boolean isCompressed, LogDataType type, long size) { in LogFile() argument 65 mIsText = type.isText(); in LogFile() 66 mType = type; in LogFile()
|
/tools/test/connectivity/acts/framework/acts/bin/ |
D | monsoon.py | 65 parser.add_argument("-avg", "--avg", type=int, default=0, 67 parser.add_argument("-v", "--voltage", type=float, 69 parser.add_argument("-c", "--current", type=float, 71 parser.add_argument("-sc", "--startcurrent", type=float, 75 parser.add_argument("-sp", "--samples", type=int, 77 parser.add_argument("-hz", "--hz", type=int, 80 parser.add_argument("-sn", "--serialno", type=int, nargs=1, required=True, 82 parser.add_argument("--offset", type=int, nargs='?', default=0,
|
D | act.py | 157 type=str, 164 type=str, 179 type=int, 187 type=str, 193 type=str, 200 type=str, 209 type=str, 216 type=str, 230 type=int,
|
/tools/acloud/internal/proto/ |
D | user_config_pb2.py | 37 number=1, type=9, cpp_type=9, label=1, 44 number=2, type=9, cpp_type=9, label=1, 74 number=1, type=9, cpp_type=9, label=1, 81 number=2, type=9, cpp_type=9, label=1, 88 number=3, type=9, cpp_type=9, label=1, 95 number=4, type=9, cpp_type=9, label=1, 102 number=5, type=9, cpp_type=9, label=1, 109 number=6, type=9, cpp_type=9, label=1, 116 number=7, type=9, cpp_type=9, label=1, 123 number=8, type=9, cpp_type=9, label=1, [all …]
|
D | internal_config_pb2.py | 37 number=1, type=9, cpp_type=9, label=1, 44 number=2, type=9, cpp_type=9, label=1, 74 number=1, type=9, cpp_type=9, label=1, 81 number=2, type=9, cpp_type=9, label=1, 88 number=3, type=5, cpp_type=1, label=1, 95 number=4, type=11, cpp_type=10, label=3, 126 number=1, type=9, cpp_type=9, label=1, 133 number=2, type=9, cpp_type=9, label=1, 163 number=1, type=9, cpp_type=9, label=1, 170 number=2, type=9, cpp_type=9, label=1, [all …]
|
/tools/acloud/public/ |
D | acloud_common.py | 29 type=str, 34 type=str, 40 type=str, 47 type=str,
|
D | acloud_main.py | 110 type=str, 116 type=str, 121 type=str, 126 type=str, 132 type=int, 139 type=str, 144 type=str, 158 type=str, 165 type=str, 192 type=int, [all …]
|
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/ |
D | ota_runner_factory.py | 81 if type(command) is list: 93 if type(ota_sl4a) != type(ota_package): 152 if type(ota_package) != type(ota_sl4a): 158 if type(ota_package) is str: 161 elif type(ota_package) is list:
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiParameterItem.kt | 35 private val type: PsiTypeItem constant 129 override fun type(): TypeItem = type in type() method 158 val type = codebase.getType(psiParameter.type) in create() constant 166 type = type in create() 183 type = PsiTypeItem.create(codebase, original.type) in create()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextParameterItem.kt | 34 private var type: TextTypeItem, variable 50 return type.toString().contains("...") in isVarArgs() 54 override fun type(): TextTypeItem = type in type() method
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SimplePerfUtil.java | 41 private SimplePerfUtil(ITestDevice device, SimplePerfType type) { in SimplePerfUtil() argument 43 mType = type; in SimplePerfUtil() 56 public static SimplePerfUtil newInstance(ITestDevice device, SimplePerfType type) in newInstance() argument 58 if (device == null || type == null) { in newInstance() 61 return new SimplePerfUtil(device, type); in newInstance()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | ITestDevice.java | 56 public String type; field in ITestDevice.MountPointInfo 65 public MountPointInfo(String filesystem, String mountpoint, String type, in MountPointInfo() argument 69 this.type = type; in MountPointInfo() 73 public MountPointInfo(String filesystem, String mountpoint, String type, String optString) { in MountPointInfo() argument 74 this(filesystem, mountpoint, type, splitMountOptions(optString)); in MountPointInfo() 84 return String.format("%s %s %s %s", this.filesystem, this.mountpoint, this.type, in toString()
|