Home
last modified time | relevance | path

Searched refs:one (Results 1 – 25 of 48) sorted by relevance

12

/tools/dexter/slicer/
Ddex_utf8.cc31 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/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_sign.txt4 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,
113 need to use this option when only one signer is used.
150 the file one line at a time. Passwords are read in the
173 the file one line at a time. Passwords are read in the
240 1. Sign an APK, in-place, using the one and only key in keystore release.jks:
243 1. Sign an APK, without overwriting, using the one and only key in keystore
Dhelp_lineage.txt3 This modifies the capabilities of one or more signers in the provided SigningCertificateLineage.
71 the file one line at a time. Passwords are read in the
94 the file one line at a time. Passwords are read in the
Dhelp.txt21 lineage Modify the capabilities of one or more signers in an existing
Dhelp_rotate.txt74 the file one line at a time. Passwords are read in the
97 the file one line at a time. Passwords are read in the
/tools/metalava/src/test/java/com/android/tools/metalava/
DRewriteAnnotationsTest.kt33 fun `Test copying private annotations from one of the stubs`() { in Test copying private annotations from one of the stubs()
91 fun `Test rewriting the bytecode for one of the public annotations`() { in Test rewriting the bytecode for one of the public annotations()
123 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()
DSystemServiceCheckTest.kt156 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()
187 fun `Check SystemService -- missing one permission with allOf`() { in Check SystemService -- missing one permission with allOf()
DApiFileTest.kt3978 fun `Test merging API signature files, one refer to another`() { in Test merging API signature files, one refer to another()
3986 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/
DREADME.md90 * `--flavor`: This can be one of phone, auto, wear, tv, iot, tablet and 3g.
108 Select one gce instance to reuse if `--reuse-gce` is provided.
133 instances created by you and stop them. If more than one instance is found
180 * Pull logs from a sole instance or prompt user to choose one to pull if where
181 are more than one active instances.
D.coveragerc4 # module names must be listed one per line.
8 # omit file patterns must be listed one per line. */.local/* /usr/*
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt87 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.coveragerc5 # module names must be listed one per line.
9 # omit file patterns must be listed one per line. */.local/* /usr/*
DREADME.md20 * IDE installation, choose one of prefer IDE, including Android Studio,
84 A1: The former IDEA project file will be overwritten by the newly generated one
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto71 // 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/test/openhst/docs/
Dcontributing.md13 to sign a new one.
15 You generally only need to submit a CLA once, so if you've already submitted one
/tools/trebuchet/
DCONTRIBUTING.md12 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
DREADME.md11 Trebuchet comes bundled with several programs for analyzing one or more trace files.
/tools/external_updater/
DREADME.md42 (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/
Dcarrier_list.proto58 // A collection of carrier maps; one entry for one carrier
Dcarrier_settings.proto23 // Settings of one carrier, including apns and configs
192 // The configs of one vendor client.
/tools/security/fuzzing/example_fuzzer/
DREADME.md7 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/repohooks/tools/
Dpylintrc61 # Pylint and this flag can prevent that. It has one side effect, the resulting
62 # AST will be different than the one from reality.
249 # A path to a file that contains private dictionary; one word per line.
278 # name must start or end with one of those strings.
/tools/metalava/
DREADME.md105 * Support for a "compact" nullness format -- one based on Kotlin's
155 the API and which one is implementation; it is simply handed the filtered API
276 just one example, the code which generated documentation for typedef constants
291 functionality is now rolled into metalava, which has one very important
432 item has no nullness annotations and the new one does, and if so, also marks the
DFORMAT.md442 signature file? The one that appeared in the source (which is hidden, or in the
443 case of Kotlin code, a special JetBrains nullness annotation), or the one that
492 In v2, we take this one step further: If a method differs **only** from its
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto153 // are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
255 // to explain how you intend to use them. Usually you only need one extension
256 // number. You can declare multiple options with only one extension number by
585 // identified it as during parsing. Exactly one of these should be set.

12