/tools/dexter/slicer/ |
D | dex_utf8.cc | 31 u4 one = *(*pUtf8Ptr)++; in GetUtf16FromUtf8() local 32 if ((one & 0x80) != 0) { in GetUtf16FromUtf8() 35 if ((one & 0x20) != 0) { in GetUtf16FromUtf8() 38 return ((one & 0x0f) << 12) | ((two & 0x3f) << 6) | (three & 0x3f); in GetUtf16FromUtf8() 41 return ((one & 0x1f) << 6) | (two & 0x3f); in GetUtf16FromUtf8() 45 return one; in GetUtf16FromUtf8()
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | RewriteAnnotationsTest.kt | 34 fun `Test copying private annotations from one of the stubs`() { in Test copying private annotations from one of the stubs() 140 fun `Test rewriting the bytecode for one of the public annotations`() { in Test rewriting the bytecode for one of the public annotations() 176 fun `Test rewriting the bytecode for one of the public annotations in a jar file`() { in Test rewriting the bytecode for one of the public annotations in a jar file()
|
D | SystemServiceCheckTest.kt | 152 fun `Check SystemService such that at least one permission must be defined with anyOf`() { in Check SystemService such that at least one permission must be defined with anyOf() 182 fun `Check SystemService -- missing one permission with allOf`() { in Check SystemService -- missing one permission with allOf()
|
D | ApiFileTest.kt | 3674 fun `Test merging API signature files, one refer to another`() { in Test merging API signature files, one refer to another() 3682 fun `Test merging API signature files, one refer to another, in reverse order`() { in Test merging API signature files, one refer to another, in reverse order()
|
/tools/acloud/ |
D | README.md | 90 * `--config`: This can be one of phone, auto, tablet, tv. This wil be used to configure different t… 105 Select one gce instance to reuse if `--reuse-gce` is provided. 130 instances created by you and stop them. If more than one instance is found 177 * Pull logs from a sole instance or prompt user to choose one to pull if where 178 are more than one active instances.
|
D | .coveragerc | 4 # module names must be listed one per line. 8 # omit file patterns must be listed one per line. */.local/* /usr/*
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_sign.txt | 4 is performed using one or more signers, each represented by an asymmetric key 5 pair and a corresponding certificate. Typically, an APK is signed by just one 23 signing scheme) used in Android since day one. By default, 131 need to use this option when only one signer is used. 168 the file one line at a time. Passwords are read in the 191 the file one line at a time. Passwords are read in the 258 1. Sign an APK, in-place, using the one and only key in keystore release.jks: 261 1. Sign an APK, without overwriting, using the one and only key in keystore
|
D | help_lineage.txt | 3 This modifies the capabilities of one or more signers in the provided SigningCertificateLineage. 75 the file one line at a time. Passwords are read in the 98 the file one line at a time. Passwords are read in the
|
D | help_rotate.txt | 52 declared for this signer in one of the app's signing lineage to be assigned to this same 81 the file one line at a time. Passwords are read in the 104 the file one line at a time. Passwords are read in the
|
D | help.txt | 21 lineage Modify the capabilities of one or more signers in an existing
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 87 a packet to any one of a group of nodes. 293 illustrated in these examples, an IPv6 packet may carry zero, one, or 320 With one exception, extension headers are not examined or processed 383 When more than one extension header is used in the same packet, it is 526 specification of a particular option may restrict its use to only one 554 The Pad1 option is used to insert one octet of padding into the 555 Options area of a header. If more than one octet of padding is 608 multiple of 8 octets long. Contains one or more 625 The Routing header is used by an IPv6 source to list one or more 1024 e.g., one for each of the node's possible source addresses, or [all …]
|
/tools/asuite/aidegen/ |
D | .coveragerc | 5 # module names must be listed one per line. 9 # omit file patterns must be listed one per line. */.local/* /usr/*
|
D | README.md | 20 * IDE installation, choose one of prefer IDE, including Android Studio, 95 A1: The former IDEA project file will be overwritten by the newly generated one
|
/tools/test/openhst/docs/ |
D | contributing.md | 13 to sign a new one. 15 You generally only need to submit a CLA once, so if you've already submitted one
|
/tools/trebuchet/ |
D | CONTRIBUTING.md | 12 your current agreements on file or to sign a new one. 14 You generally only need to submit a CLA once, so if you've already submitted one
|
D | README.md | 11 Trebuchet comes bundled with several programs for analyzing one or more trace files.
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 71 // in the FileDescriptorProtos and handle them one by one rather than read 100 // files need not reside completely in memory at one time. Note that as of 136 // The code generator that generates the initial file and the one which
|
/tools/external_updater/ |
D | README.md | 42 (the one you can use with `git clone`). And the version field must 96 If there are multiple archives in one GitHub release, the one most
|
/tools/carrier_settings/proto/ |
D | carrier_list.proto | 58 // A collection of carrier maps; one entry for one carrier
|
D | carrier_settings.proto | 23 // Settings of one carrier, including apns and configs 192 // The configs of one vendor client.
|
/tools/security/fuzzing/example_fuzzer/ |
D | README.md | 7 Fuzz targets (like this one) generally live adjacent to the code that they 86 Shadow byte legend (one shadow byte represents 8 application bytes):
|
/tools/metalava/ |
D | README.md | 106 * Support for a "compact" nullness format -- one based on Kotlin's 156 the API and which one is implementation; it is simply handed the filtered API 277 just one example, the code which generated documentation for typedef constants 292 functionality is now rolled into metalava, which has one very important 433 item has no nullness annotations and the new one does, and if so, also marks the
|
D | COMPATIBILITY.md | 3 As stated in the README, one of Metalava's core functions is that it
|
/tools/tradefederation/prebuilts/filegroups/tradefed/ |
D | tradefed_win.bat | 58 :: file format for file at $TRADEFED_OPTS_FILE is one line per host with the following format:
|
/tools/test/connectivity/acts/framework/acts/libs/testtracker/protos/ |
D | testtracker_result.proto | 45 FAILED = 2; // Completed and at least one operator has failed.
|