/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | ConditionPriorityBlockingQueueTest.java | 52 Integer one = Integer.valueOf(1); in testTake() local 53 mQueue.add(one); in testTake() 54 assertEquals(one, mQueue.take()); in testTake() 63 Integer one = Integer.valueOf(1); in testTake_priority() local 66 mQueue.add(one); in testTake_priority() 67 assertEquals(one, mQueue.take()); in testTake_priority() 78 Integer one = Integer.valueOf(1); in testTake_fifo() local 81 fifoQueue.add(one); in testTake_fifo() 83 assertEquals(one, fifoQueue.take()); in testTake_fifo() 92 Integer one = Integer.valueOf(1); in testTake_priorityReverse() local [all …]
|
/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 | 33 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()
|
D | SystemServiceCheckTest.kt | 156 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()
|
/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, 88 need to use this option when only one signer is used. 122 the file one line at a time. Passwords are read in the 145 the file one line at a time. Passwords are read in the 212 1. Sign an APK, in-place, using the one and only key in keystore release.jks: 215 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. 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
|
D | help.txt | 21 lineage Modify the capabilities of one or more signers in an existing
|
D | help_rotate.txt | 74 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/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 | 43 generated one from the aidegen command.
|
/tools/acloud/ |
D | .coveragerc | 4 # module names must be listed one per line. 8 # omit file patterns must be listed one per line. */.local/* /usr/*
|
D | README.md | 93 * `--flavor`: This can be one of phone, auto, wear, tv, iot, tablet and 3g. 130 instances created by you and stop them. If more than one instance is found
|
/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/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/tradefederation/core/tests/test-apps/NativeTestSampleApp/tests/ |
D | Android.mk.bak | 26 # All source files will be bundled into one test module 38 # All gtests in all files should be compiled into one binary
|
/tools/tradefederation/core/tests/res/config/suite/ |
D | suite.md | 3 A suite allows one to run a group of tests for a given build. Adding or removing 10 in the test config file. So one doesn't need to maintain a collection of test in
|
/tools/repohooks/tools/ |
D | pylintrc | 54 # Pylint and this flag can prevent that. It has one side effect, the resulting 55 # AST will be different than the one from reality. 174 # A path to a file that contains private dictionary; one word per line. 203 # name must start or end with one of those strings.
|
/tools/metalava/ |
D | README.md | 102 * Support for a "compact" nullness format -- one based on Kotlin's 152 the API and which one is implementation; it is simply handed the filtered API 273 just one example, the code which generated documentation for typedef constants 288 functionality is now rolled into metalava, which has one very important 429 item has no nullness annotations and the new one does, and if so, also marks the
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | WifiBaseTest.py | 322 Each access point has 2 radios, one each for 2.4GHZ \ 323 and 5GHz. A test can choose to use one or both APs.")
|
/tools/tradefederation/core/tests/res/testtype/ |
D | python_output2.txt | 75 Test CompareMachineSize where the first one is larger. ... ok 77 Test CompareMachineSize where the first one is smaller. ... ok
|
/tools/tradefederation/core/ |
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/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 153 // 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.
|
/tools/apksig/ |
D | README.md | 6 (used by Android since day one) and
|