/tools/security/remote_provisioning/cert_validator/src/ |
D | deviceinfo.rs | 25 let version = verified_info.map_lookup(String::from("version"))?.as_i64()?; in check() 26 verified_info.check_string_val_if_key_in_map(String::from("os_version"))?; in check() 30 verified_info.check_string_val_if_key_in_map(String::from("brand"))?; in check() 31 verified_info.check_string_val_if_key_in_map(String::from("manufacturer"))?; in check() 32 verified_info.check_string_val_if_key_in_map(String::from("product"))?; in check() 33 verified_info.check_string_val_if_key_in_map(String::from("model"))?; in check() 34 verified_info.check_string_val_if_key_in_map(String::from("board"))?; in check() 35 verified_info.check_string_val_if_key_in_map(String::from("device"))?; in check() 36 verified_info.check_arr_val_if_key_in_map(String::from("vb_state"), &val::VBSTATE)?; in check() 38 String::from("bootloader_state"), in check() [all …]
|
/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 | 57 open fun removed(old: Item, from: Item?) {} in <lambda>() 75 open fun removed(old: PackageItem, from: Item?) {} in <lambda>() 76 open fun removed(old: ClassItem, from: Item?) {} in <lambda>() 77 open fun removed(old: ConstructorItem, from: ClassItem?) {} in <lambda>() 78 open fun removed(old: MethodItem, from: ClassItem?) {} in <lambda>() 79 open fun removed(old: FieldItem, from: ClassItem?) {} in <lambda>() 80 open fun removed(old: PropertyItem, from: ClassItem?) {} in <lambda>() 81 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 | 346 val from: String? = annotation.findAttribute("from")?.value?.toSource() in <lambda>() constant 349 if (from != null || to != null) { in <lambda>() 351 if (from != null) args["from"] = from in <lambda>() 352 if (from != null) args["from"] = from in <lambda>() 354 val doc = if (from != null && to != null) { in <lambda>() 355 "Value is between $from and $to inclusive" in <lambda>() 356 } else if (from != null) { in <lambda>() 357 "Value is $from or greater" in <lambda>()
|
D | CompatibilityCheck.kt | 867 override fun removed(old: PackageItem, from: Item?) { in removed() 871 override fun removed(old: ClassItem, from: Item?) { in removed() 881 override fun removed(old: MethodItem, from: ClassItem?) { in removed() 887 from?.findMethod( in removed() 890 includeInterfaces = from.isInterface() in removed() 899 override fun removed(old: FieldItem, from: ClassItem?) { in removed() 900 val inherited = from?.findField( in removed() 903 includeInterfaces = from.isInterface() in removed()
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | AnnotationsMergerTest.kt | 178 fun `Merge qualifier annotations from Java stub files`() { in Merge qualifier annotations from Java stub files() 219 …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() 293 fun `Merge type use qualifier annotations from Java stub files`() { in Merge type use qualifier annotations from Java stub files() 331 …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() 378 fun `Merge inclusion annotations from Java stub files`() { in Merge inclusion annotations from Java stub files() 435 fun `Merge inclusion annotations from Java stub files using --show-single-annotation`() { in Merge inclusion annotations from Java stub files using --show-single-annotation() 615 fun `Merge Contract and Language annotations from XML files`() { in Merge Contract and Language annotations from XML files() 702 fun `Merge Contract and Language annotations from signature files`() { in Merge Contract and Language annotations from signature files()
|
D | CompatibilityCheckTest.kt | 488 fun `Implicit modifiers from inherited super classes`() { in Implicit modifiers from inherited super classes() 1480 fun `Test type variables from text signature files`() { in Test type variables from text signature files() 2117 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() 2313 fun `Compare signatures with Kotlin nullability from signature`() { in Compare signatures with Kotlin nullability from signature() 2348 fun `Compare signatures with Kotlin nullability from source`() { in Compare signatures with Kotlin nullability from source() 2696 fun `Move class from SystemApi to public and then remove a method`() { in Move class from SystemApi to public and then remove a method() 2752 fun `Moving a field from SystemApi to public`() { in Moving a field from SystemApi to public() 3435 fun `Remove fun modifier from interface`() { in Remove fun modifier from interface() 3464 fun `Remove fun modifier from interface signature files`() { in Remove fun modifier from interface signature files() 3561 fun `Changing visibility from public to private`() { in Changing visibility from public to private() [all …]
|
D | ApiFileTest.kt | 1530 fun `Skip inherited package private methods from private parents`() { in Skip inherited package private methods from private parents() 1876 fun `Package with only hidden classes should be removed from signature files`() { in Package with only hidden classes should be removed from signature files() 2174 fun `Inheriting from package private classes, package private class should be included`() { in Inheriting from package private classes, package private class should be included() 2213 fun `Inheriting generic method from package private class`() { in Inheriting generic method from package private class() 2803 fun `Indirect Field Includes from Interfaces`() { in Indirect Field Includes from Interfaces() 2859 fun `Skip interfaces from packages explicitly hidden via arguments`() { in Skip interfaces from packages explicitly hidden via arguments() 2913 fun `Extend from multiple interfaces`() { in Extend from multiple interfaces() 3819 fun `Test tracking of @Composable annotation from classpath`() { in Test tracking of @Composable annotation from classpath() 3893 fun `Test for experimental annotations from classpath`() { in Test for experimental annotations from classpath() 4297 fun `Test type erasure and dexApi from signature`() { in Test type erasure and dexApi from signature()
|
/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. 52 --ks Load private key and certificate chain from the Java 53 KeyStore initialized from the specified file. NONE means 74 providing multiple passwords, the passwords are read from 97 providing multiple passwords, the passwords are read from 121 --ks-provider-name Name of the JCA Provider from which to request the 126 --ks-provider-class Fully-qualified class name of the JCA Provider from which 135 --key Load private key from the specified file. If the key is 140 --cert Load certificate chain from the specified file. The file 147 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 58 --ks Load private key and certificate chain from the Java 59 KeyStore initialized from the specified file. NONE means 80 providing multiple passwords, the passwords are read from 103 providing multiple passwords, the passwords are read from 127 --ks-provider-name Name of the JCA Provider from which to request the 132 --ks-provider-class Fully-qualified class name of the JCA Provider from which 141 --key Load private key from the specified file. If the key is 146 --cert Load certificate chain from the specified file. The file [all …]
|
D | help_sign.txt | 57 verified. By default, the value from AndroidManifest.xml 79 with API Level X while preventing the rotated key from being 108 can also be specified; the lineage will then be read from 145 --ks Load private key and certificate chain from the Java 146 KeyStore initialized from the specified file. NONE means 167 providing multiple passwords, the passwords are read from 190 providing multiple passwords, the passwords are read from 214 --ks-provider-name Name of the JCA Provider from which to request the 219 --ks-provider-class Fully-qualified class name of the JCA Provider from which 228 --key Load private key from the specified file. If the key is [all …]
|
/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/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/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. 177 * Pull logs from a sole instance or prompt user to choose one to pull if where 182 * Pull logs from the specific instance. 186 * Pull a specific log file from a specific instance 196 is a standalone command if the user wants to do setup separate from the create
|
/tools/metalava/ |
D | README.md | 61 metalava extracts metadata from source code to generate artifacts such as the 78 * Ability to read in an existing android.jar file instead of from source, which 83 * Ability to merge in data (annotations etc) from external sources, such as 124 and reinsert during import. Specifically, drop "java.lang." from package 148 in from external sources, but also inferring whether nullness annotations have 160 as well and metalava will parse and extract API information from them just as 166 (e.g. you can change a parameter from non null to nullable for final classes, 176 StringBuilder.setLength(int) was missing from the API signatures since it is a 177 public method inherited from a package protected super class, which the API 300 from the support library, where you can express the intended visibility if the [all …]
|
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 …]
|
/tools/asuite/atest/bazel/ |
D | atest_bazel_mode.md | 17 4. [Difference from Atest Standard Mode](#difference-from-atest-standard-mode) 31 To run all host unit tests from the current directory: 79 ## <a name="difference-from-atest-standard-mode">Difference from Atest Standard Mode</a> 81 Here is a list of major differences from the Atest Standard Mode: 87 option to view "all" output when we later implement command option passing from
|
/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/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/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/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
|