/tools/apksig/src/main/java/com/android/apksig/internal/oid/ |
D | OidConstants.java | 62 InclusiveIntRange.from(0)); in addSupportedSigAlg() 65 InclusiveIntRange.fromTo(0, 8), InclusiveIntRange.from(21)); in addSupportedSigAlg() 84 InclusiveIntRange.from(0)); in addSupportedSigAlg() 90 InclusiveIntRange.from(0)); in addSupportedSigAlg() 106 InclusiveIntRange.fromTo(0, 8), InclusiveIntRange.from(21)); in addSupportedSigAlg() 115 InclusiveIntRange.fromTo(0, 8), InclusiveIntRange.from(21)); in addSupportedSigAlg() 128 InclusiveIntRange.fromTo(0, 8), InclusiveIntRange.from(18)); in addSupportedSigAlg() 140 InclusiveIntRange.fromTo(0, 8), InclusiveIntRange.from(18)); in addSupportedSigAlg() 150 InclusiveIntRange.from(18)); in addSupportedSigAlg() 165 InclusiveIntRange.from(21)); in addSupportedSigAlg() [all …]
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | HOGP_PTS_INSTRUCTIONS | 22 [PTS Interaction] Enter PIN from phone to PTS 30 [PTS Interaction] Enter PIN from phone to PTS 38 [PTS Interaction] Enter PIN from phone to PTS 46 [PTS Interaction] Enter PIN from phone to PTS 55 [PTS Interaction] Enter PIN from phone to PTS 64 [PTS Interaction] Enter PIN from phone to PTS 77 [PTS Interaction] Enter PIN from phone to PTS 86 [PTS Interaction] Enter PIN from phone to PTS 99 [PTS Interaction] Enter PIN from phone to PTS 108 [PTS Interaction] Enter PIN from phone to PTS [all …]
|
D | GATT_PTS_INSTRUCTIONS | 230 [PTS Interaction] Enter Pin from console into PTS 240 [PTS Interaction] Enter Pin from console into PTS 316 [PTS Interaction] Enter PIN from prompt to PTS 351 [PTS Interaction] Enter Pin from prompt 361 [PTS Interaction] Enter Pin from prompt 409 [PTS Interaction] Enter Pin from prompt 419 [PTS Interaction] Enter Pin from prompt 476 [PTS Interation] Enter Pin from prompt 512 [Enter Pin from DUT into PTS] 522 [Enter Pin from DUT into PTS] [all …]
|
D | SM_PTS_INSTRUCTIONS | 48 [Enter Pin from console to PTS] 59 [Enter Pin from console to PTS] 66 [Enter Pin from console to PTS] 73 [Enter Pin from console to PTS] 91 [Enter Pin from console to PTS] 98 [Enter Pin from console to PTS] 105 [Enter Pin from console to PTS] 112 [Enter Pin from console to PTS]
|
D | GAP_PTS_INSTRUCTIONS | 199 Enter pin from phone to PTS 203 Enter pin from phone to PTS 216 Enter pin from phone to PTS 220 Enter pin from phone to PTS 229 Enter pin from PTS to phone 242 [PTS Interaction] Enter PIN from PTS to phone (hit ok on phone before PTSbt ) 276 [PTS Interaction] Enter Pin from PTS to phone 282 [PTS Interaction] Enter PIN from Phone to PTS 292 [PTS interaction] Enter pin from PTS to phone 312 Enter Pin from PTS to Phone [all …]
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | ComparisonVisitor.kt | 58 open fun removed(old: Item, from: Item?) {} in <lambda>() 76 open fun removed(old: PackageItem, from: Item?) {} in <lambda>() 77 open fun removed(old: ClassItem, from: Item?) {} in <lambda>() 78 open fun removed(old: ConstructorItem, from: ClassItem?) {} in <lambda>() 79 open fun removed(old: MethodItem, from: ClassItem?) {} in <lambda>() 80 open fun removed(old: FieldItem, from: ClassItem?) {} in <lambda>() 81 open fun removed(old: PropertyItem, from: ClassItem?) {} in <lambda>() 82 open fun removed(old: ParameterItem, from: MethodItem?) {} in <lambda>() 328 private fun visitRemoved(visitor: ComparisonVisitor, item: Item, from: Item?) { in visitRemoved() 329 visitor.removed(item, from) in visitRemoved() [all …]
|
D | DocAnalyzer.kt | 362 val from: String? = annotation.findAttribute("from")?.value?.toSource() in <lambda>() constant 365 if (from != null || to != null) { in <lambda>() 367 if (from != null) args["from"] = from in <lambda>() 368 if (from != null) args["from"] = from in <lambda>() 370 val doc = if (from != null && to != null) { in <lambda>() 371 "Value is between $from and $to inclusive" in <lambda>() 372 } else if (from != null) { in <lambda>() 373 "Value is $from or greater" in <lambda>()
|
D | CompatibilityCheck.kt | 838 override fun removed(old: PackageItem, from: Item?) { in removed() 842 override fun removed(old: ClassItem, from: Item?) { in removed() 852 override fun removed(old: MethodItem, from: ClassItem?) { in removed() 858 from?.findMethod( in removed() 861 includeInterfaces = from.isInterface() in removed() 870 override fun removed(old: FieldItem, from: ClassItem?) { in removed() 871 val inherited = from?.findField( in removed() 874 includeInterfaces = from.isInterface() in removed()
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | ApiFileTest.kt | 1534 fun `Do not include inherited public methods from private parents in compat mode`() { in Do not include inherited public methods from private parents in compat mode() 1567 fun `Include inherited public methods from private parents`() { in Include inherited public methods from private parents() 1603 fun `Skip inherited package private methods from private parents`() { in Skip inherited package private methods from private parents() 2043 fun `Package with only hidden classes should be removed from signature files`() { in Package with only hidden classes should be removed from signature files() 2430 fun `Inheriting from package private classes, package private class should be included`() { in Inheriting from package private classes, package private class should be included() 2470 fun `Inheriting generic method from package private class`() { in Inheriting generic method from package private class() 3109 fun `Indirect Field Includes from Interfaces`() { in Indirect Field Includes from Interfaces() 3165 fun `Skip interfaces from packages explicitly hidden via arguments`() { in Skip interfaces from packages explicitly hidden via arguments() 3216 fun `Extend from multiple interfaces`() { in Extend from multiple interfaces() 4122 fun `Test tracking of @Composable annotation from classpath`() { in Test tracking of @Composable annotation from classpath() [all …]
|
D | AnnotationsMergerTest.kt | 182 fun `Merge qualifier annotations from Java stub files`() { in Merge qualifier annotations from Java stub files() 224 …fun `Merge qualifier annotations from Java stub files onto stubs that are not in the API signature… in Merge qualifier annotations from Java stub files onto stubs that are not in the API signature file() 300 fun `Merge type use qualifier annotations from Java stub files`() { in Merge type use qualifier annotations from Java stub files() 339 …fun `Merge qualifier annotations from Java stub files making sure they apply to public members of … in Merge qualifier annotations from Java stub files making sure they apply to public members of hidden superclasses() 387 fun `Merge inclusion annotations from Java stub files`() { in Merge inclusion annotations from Java stub files() 446 fun `Merge inclusion annotations from Java stub files using --show-single-annotation`() { in Merge inclusion annotations from Java stub files using --show-single-annotation()
|
D | CompatibilityCheckTest.kt | 320 fun `Add flag new methods but not overrides from platform`() { in Add flag new methods but not overrides from platform() 534 fun `Implicit modifiers from inherited super classes`() { in Implicit modifiers from inherited super classes() 1540 fun `Test type variables from text signature files`() { in Test type variables from text signature files() 2292 fun `Test check a class moving from the released api to the base api`() { in Test check a class moving from the released api to the base api() 2522 fun `Compare signatures with Kotlin nullability from signature`() { in Compare signatures with Kotlin nullability from signature() 2557 fun `Compare signatures with Kotlin nullability from source`() { in Compare signatures with Kotlin nullability from source() 2913 fun `Move class from SystemApi to public and then remove a method`() { in Move class from SystemApi to public and then remove a method() 2971 fun `Moving a field from SystemApi to public`() { in Moving a field from SystemApi to public() 3768 fun `Remove fun modifier from interface`() { in Remove fun modifier from interface() 3797 fun `Remove fun modifier from interface signature files`() { in Remove fun modifier from interface signature files()
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_lineage.txt | 14 specified; the lineage will then be read from the signed data in the APK. 48 --ks Load private key and certificate chain from the Java 49 KeyStore initialized from the specified file. NONE means 70 providing multiple passwords, the passwords are read from 93 providing multiple passwords, the passwords are read from 117 --ks-provider-name Name of the JCA Provider from which to request the 122 --ks-provider-class Fully-qualified class name of the JCA Provider from which 131 --key Load private key from the specified file. If the key is 136 --cert Load certificate chain from the specified file. The file 143 permit the app data from the old signing certificate to [all …]
|
D | help_rotate.txt | 14 specified; the lineage will then be read from the signed data in the APK. 27 --old-signer The signing information for the signer from which to be rotated. This will 51 --ks Load private key and certificate chain from the Java 52 KeyStore initialized from the specified file. NONE means 73 providing multiple passwords, the passwords are read from 96 providing multiple passwords, the passwords are read from 120 --ks-provider-name Name of the JCA Provider from which to request the 125 --ks-provider-class Fully-qualified class name of the JCA Provider from which 134 --key Load private key from the specified file. If the key is 139 --cert Load certificate chain from the specified file. The file [all …]
|
D | help_sign.txt | 57 verified. By default, the value from AndroidManifest.xml 90 can also be specified; the lineage will then be read from 127 --ks Load private key and certificate chain from the Java 128 KeyStore initialized from the specified file. NONE means 149 providing multiple passwords, the passwords are read from 172 providing multiple passwords, the passwords are read from 196 --ks-provider-name Name of the JCA Provider from which to request the 201 --ks-provider-class Fully-qualified class name of the JCA Provider from which 210 --key Load private key from the specified file. If the key is 215 --cert Load certificate chain from the specified file. The file
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 76 changes from IPv4 to IPv6 fall primarily into the following 81 IPv6 increases the IP address size from 32 bits to 128 bits, to 180 arriving from some set (fewer than all) of its interfaces, and to 181 discard non-self-destined packets arriving from its other interfaces. 183 receiving packets from, and interacting with neighbors over, the 185 requirements for hosts when receiving packets from, and interacting 365 integer multiple of n octets from the start of the header, for n = 1, 533 appear at an integer multiple of x octets from the start of the 536 2n means any 2-octet offset from the start of the header. 537 8n+2 means any 8-octet offset from the start of the header, [all …]
|
/tools/acloud/ |
D | README.md | 17 * Source envsetup.sh from the root of the android source checkout 30 You should now be able to call acloud from anywhere. 52 a locally built image or an image from the Android Build servers. 86 target set from above. 180 * Pull logs from a sole instance or prompt user to choose one to pull if where 185 * Pull logs from the specific instance. 189 * Pull a specific log file from a specific instance 199 is a standalone command if the user wants to do setup separate from the create
|
/tools/apksig/ |
D | android_plugin_for_gradle.gradle | 3 apply from: "$rootDir/buildSrc/base/baseJava.gradle" 16 apply from: "$rootDir/buildSrc/base/publish.gradle" 17 apply from: "$rootDir/buildSrc/base/bintray.gradle" 18 apply from: "$rootDir/buildSrc/base/javadoc.gradle"
|
/tools/metalava/ |
D | FORMAT.md | 11 due to bugs getting fixed, such as type parameters missing from classes 30 Why did we change from the historical doclava signature format (v1) 40 changes. (For example, you can change the return value of a final method from 157 With these changes, these lines from v1 signature files: 181 in the above it was missing from super interface Collection: 266 into getters and setters which you can call from Java. But you cannot calls 267 these getters and setters from Kotlin; you **must** use the property 284 The last two elements are "redundant"; they could be computed from the property 286 the getters and setters away from the defaults), but it's helpful to be explicit 307 from Java, but Kotlin client code can now reference the parameter. [all …]
|
D | README.md | 43 metalava extracts metadata from source code to generate artifacts such as the 77 * Ability to read in an existing android.jar file instead of from source, which 82 * Ability to merge in data (annotations etc) from external sources, such as 123 and reinsert during import. Specifically, drop "java.lang." from package 147 in from external sources, but also inferring whether nullness annotations have 159 as well and metalava will parse and extract API information from them just as 165 (e.g. you can change a parameter from non null to nullable for final classes, 175 StringBuilder.setLength(int) was missing from the API signatures since it is a 176 public method inherited from a package protected super class, which the API 299 from the support library, where you can express the intended visibility if the [all …]
|
/tools/test/openhst/ |
D | stress_test.proto | 24 // The process name that this event can be found on, or LOGCAT to come from 40 // MONOTONIC sources are from the device's boot time. 58 // The information needed to extract timestamps from the config. 73 // The information needed to extract timestamps from the config. 98 // A list of tags that should be squelched from the logcat - useful for super 145 // an email, remove the device from the test or stops stress testing
|
/tools/external/fat32lib/ |
D | NOTICE | 29 …y restrict the users of a free program by obtaining a restrictive license from a patent holder. Th… 31 … License, applies to certain designated libraries, and is quite different from the ordinary Genera… 43 …ary" and a "work that uses the library". The former contains code derived from the library, wherea… 55 … act of running a program using the Library is not restricted, and output from such a program is c… 69 …ed work as a whole. If identifiable sections of that work are not derived from the Library, and ca… 77 …U General Public License applies to all subsequent copies and derivative works made from that copy. 83 …s made by offering access to copy from a designated place, then offering equivalent access to copy… 89 When a "work that uses the Library" uses material from a header file that is part of the Library, t… 102 …ade by offering access to copy from a designated place, offer equivalent access to copy the above … 104 …clude any data and utility programs needed for reproducing the executable from it. However, as a s… [all …]
|
/tools/treble/split/ |
D | README.md | 13 manifest from a full manifest using dependency information from the source tree 23 The `treble_manifest_split` tool needs the ninja build graph and deps log from a 37 # target that should be buildable from your split manifest. 105 be fixed by removing the timestamp from the build rule.
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/pts/ |
D | GATT_PTS_INSTRUCTIONS | 74 [PTS Interaction] Enter pin from bt-pairing-tool to PTS 97 [PTS Interaction] Enter pin from bt-pairing-tool to PTS 120 [PTS Interaction] Enter pin from bt-pairing-tool to PTS 163 [PTS Interaction] Enter pin from bt-pairing-tool to PTS 195 [PTS Interaction] Enter pin from bt-pairing-tool to PTS
|
/tools/metalava/src/test/java/com/android/tools/metalava/stub/ |
D | StubsTest.kt | 828 fun `Check inheriting from package private class`() { in <lambda>() 1756 fun `Check generating required stubs from hidden super classes and interfaces`() { in <lambda>() 2285 fun `Rewriting type parameters in interfaces from hidden super classes and in throws lists`() { in <lambda>() 3716 fun `Generate stubs with --exclude-documentation-from-stubs`() { in <lambda>() 3763 fun `Generate documentation stubs with --exclude-documentation-from-stubs`() { in <lambda>() 3967 fun `Include package private classes referenced from public API`() { in <lambda>() 4078 fun `Include hidden inner classes referenced from public API`() { in <lambda>()
|
/tools/carrier_settings/ |
D | README | 1 This tool converts carrier config and APNs from XML format to protobuf format. 13 The commands above build the tool from source code and run them. 21 carriersettingstool.no_apn_for_mvno_bool will also be removed from final config by the tool.
|