/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | SM_PTS_INSTRUCTIONS | 4 # use this file except in compliance with the License. You may obtain a copy of 118 Note: Do not use a static random address 124 Note: Do not use a static random address 130 Note: Do not use a static random address 136 Note: Do not use a static random address 141 Note: Do not use a static random address 147 Note: Do not use a static random address 153 Note: Do not use a static random address 158 Note: Do not use a static random address 164 Note: Do not use a static random address [all …]
|
/tools/ndkports/src/main/kotlin/com/android/ndkports/ |
D | Zip.kt | 32 FileInputStream(file).use { in zipFile() 46 FileOutputStream(output).use { fos -> in createZipFromDirectory() 47 ZipOutputStream(fos).use { zos -> in createZipFromDirectory()
|
D | Port.kt | 114 client.newCall(request).execute().use { response -> in installDirectoryForPort() 122 FileOutputStream(file).use { output -> in installDirectoryForPort() 123 body.byteStream().use { input -> in installDirectoryForPort()
|
/tools/trebuchet/ |
D | README.md | 15 …ry that is a member of the PATH system variable. If you wish to use Gradle, you can use the `star… 19 …ry that is a member of the PATH system variable. If you wish to use Gradle, you can use the `star…
|
D | CONTRIBUTING.md | 10 this simply gives us permission to use and redistribute your contributions as 21 use GitHub pull requests for this purpose. Consult
|
D | LICENSE | 10 "License" shall mean the terms and conditions for use, reproduction, 78 use, offer to sell, sell, import, and otherwise transfer the Work, 126 for use, reproduction, or distribution of Your modifications, or 127 for any such Derivative Works as a whole, provided Your use, 139 6. Trademarks. This License does not grant permission to use the trade 141 except as required for reasonable and customary use in describing the 160 result of this License or out of the use or inability to use the 193 you may not use this file except in compliance with the License.
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | ICommandOptions.java | 156 public void setShouldUseSandboxing(boolean use); in setShouldUseSandboxing() argument 162 public void setUseSandboxTestMode(boolean use); in setUseSandboxTestMode() argument
|
D | CommandOptions.java | 451 public void setShouldUseSandboxing(boolean use) { in setShouldUseSandboxing() argument 452 mUseSandbox = use; in setShouldUseSandboxing() 463 public void setUseSandboxTestMode(boolean use) { in setUseSandboxTestMode() argument 464 mSandboxTestMode = use; in setUseSandboxTestMode()
|
/tools/acloud/ |
D | README.md | 51 (running on your local host) use cases. You also have the option to use 54 **Disclaimer: Creation of a cuttlefish local instance is not formally supported, please use at your… 56 Here's a quick cheat-sheet for the 4 use cases: 64 * Remote instance using a locally built image (use `m` to build the image) 73 * Local instance using a locally built image (use `m` to build the image) 108 * `--reuse-gce`: 'cuttlefish only' This can help users use their own instance.
|
D | LICENSE | 10 "License" shall mean the terms and conditions for use, reproduction, 78 use, offer to sell, sell, import, and otherwise transfer the Work, 126 for use, reproduction, or distribution of Your modifications, or 127 for any such Derivative Works as a whole, provided Your use, 139 6. Trademarks. This License does not grant permission to use the trade 141 except as required for reasonable and customary use in describing the 160 result of this License or out of the use or inability to use the 193 you may not use this file except in compliance with the License.
|
/tools/test/connectivity/wts-acts/ |
D | README | 2 with the wts-acts distribution, for use when running the Wear Test Suite.
|
/tools/apksig/ |
D | LICENSE | 5 you may not use this file except in compliance with the License. 22 "License" shall mean the terms and conditions for use, reproduction, 90 use, offer to sell, sell, import, and otherwise transfer the Work, 138 for use, reproduction, or distribution of Your modifications, or 139 for any such Derivative Works as a whole, provided Your use, 151 6. Trademarks. This License does not grant permission to use the trade 153 except as required for reasonable and customary use in describing the 172 result of this License or out of the use or inability to use the 205 you may not use this file except in compliance with the License.
|
D | README.md | 32 which need to perform signing while building an APK, instead of after. For simpler use cases 33 where the APK to be signed is available upfront, the `ApkSigner` above is easier to use. 36 These are not public API of the library. Do not use \*.internal.\* classes directly because these
|
/tools/test/connectivity/acts/tests/google/wifi/aware/ |
D | README.md | 40 the *config* sub-directory. The configurations simply use all connected 41 devices without listing specific serial numbers. Note that some tests use a 42 single device while others use 2 devices. In addition, the configurations
|
/tools/external/fat32lib/ |
D | NOTICE | 17 …use it. You can use it too, but we suggest you first think carefully about whether this license or… 19 …use, not price. Our General Public Licenses are designed to make sure that you have the freedom to… 29 …d for a version of the library must be consistent with the full freedom of use specified in this l… 31 …aries, and is quite different from the ordinary General Public License. We use this license for ce… 35 …ge over competing non-free programs. These disadvantages are the reason we use the ordinary Genera… 37 …use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free progra… 39 …use a particular library in non-free programs enables a greater number of people to use a large bo… 49 … prepared so as to be conveniently linked with application programs (which use some of those funct… 55 …if its contents constitute a work based on the Library (independent of the use of the Library in a… 91 … macros and small inline functions (ten lines or less in length), then the use of the object file … [all …]
|
/tools/security/sanitizer-status/ |
D | NOTICE | 5 you may not use this file except in compliance with the License. 22 "License" shall mean the terms and conditions for use, reproduction, 90 use, offer to sell, sell, import, and otherwise transfer the Work, 138 for use, reproduction, or distribution of Your modifications, or 139 for any such Derivative Works as a whole, provided Your use, 151 6. Trademarks. This License does not grant permission to use the trade 153 except as required for reasonable and customary use in describing the 172 result of this License or out of the use or inability to use the
|
/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/tests/ |
D | Android.mk.bak | 4 # you may not use this file except in compliance with the License. 44 # want to override the default location to use a different subdirectory, such as:
|
/tools/asuite/ |
D | .gitignore | 18 # Because atest plugin needs to use the directory, which contains "build"
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | README.md | 6 and self validation use cases.
|
/tools/tradefederation/contrib/ |
D | README.txt | 3 Non-core is defined as code that makes use of the Trade Federation framework
|
D | README | 3 Non-core is defined as code that makes use of the Trade Federation framework
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/multi/ |
D | README.md | 6 and self validation use cases.
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | README.md | 7 Most specialized implementation that test writers can use are located at:
|
/tools/acloud/internal/proto/ |
D | internal_config.proto | 4 // you may not use this file except in compliance with the License. 19 // Default values to use when user did not provide a value. 45 // [CVD only] Version of fetch_cvd to use. 76 // Default data disk device to use when extra_data_disk_size_gb
|
/tools/treble/ |
D | LICENSE | 10 "License" shall mean the terms and conditions for use, reproduction, 78 use, offer to sell, sell, import, and otherwise transfer the Work, 126 for use, reproduction, or distribution of Your modifications, or 127 for any such Derivative Works as a whole, provided Your use, 139 6. Trademarks. This License does not grant permission to use the trade 141 except as required for reasonable and customary use in describing the 160 result of this License or out of the use or inability to use the 193 you may not use this file except in compliance with the License.
|