/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/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 | 92 * `--flavor`: This can be one of phone, auto, wear, tv, iot, tablet and 3g. 110 Select one gce instance to reuse if `--reuse-gce` is provided. 135 instances created by you and stop them. If more than one instance is found 182 * Pull logs from a sole instance or prompt user to choose one to pull if where 183 are more than one active instances.
|
/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/tradefederation/core/tests/src/com/android/tradefed/config/ |
D | ConfigurationTest.java | 680 Configuration one = new Configuration("test", "test"); in testDumpChangedOption() local 681 one.setCommandOptions(options1); in testDumpChangedOption() 684 one.dumpXml(pw, new ArrayList<>(), true, false); in testDumpChangedOption() 694 one.dumpXml(pw, new ArrayList<>(), true, false); in testDumpChangedOption() 699 one.setCommandOptions(options2); in testDumpChangedOption() 702 one.dumpXml(pw, new ArrayList<>(), true, false); in testDumpChangedOption() 712 Configuration one = new Configuration("test", "test"); in testDumpChangedOption_structure() local 713 one.setCommandOptions(options1); in testDumpChangedOption_structure() 716 one.dumpXml(pw, new ArrayList<>(), true, false); in testDumpChangedOption_structure() 727 one.dumpXml(pw, new ArrayList<>(), true, false); in testDumpChangedOption_structure()
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
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/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/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 191 // The configs of one vendor client.
|
/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, 101 need to use this option when only one signer is used. 138 the file one line at a time. Passwords are read in the 161 the file one line at a time. Passwords are read in the 228 1. Sign an APK, in-place, using the one and only key in keystore release.jks: 231 1. Sign an APK, without overwriting, using the one and only key in keystore
|
D | help.txt | 21 lineage Modify the capabilities of one or more signers in an existing
|
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
|
/tools/tradefederation/core/tests/test-apps/TradeFedNativeTestApp/ |
D | Android.bp | 19 // All source files will be bundled into one test module
|
/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/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/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/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/apksig/ |
D | README.md | 6 (used by Android since day one) and
|
/tools/repohooks/tools/ |
D | pylintrc | 61 # 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/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/metalava/ |
D | README.md | 105 * 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
|