Searched refs:need (Results 1 – 25 of 27) sorted by relevance
12
/tools/tradefederation/core/atest/docs/ |
D | developer_workflow.md | 41 involves how the test is actually run, you'll need to work with this 72 directly execute any individual unittest file. However, you'll need to 90 to edit if you need to make changes to the TradeFed code. 104 TradeFed itself is used to run the TradeFed unittests so you'll need 133 You shouldn't need to edit vts-tradefed code, so there is no 134 need to write vts-tradefed tests. Reach out to the vts team 135 if you need information on their unittests. 139 Again, you shouldn't need to change vts-tradefed code. 150 You shouldn't need to edit this code, so no need to write tests. 154 Again, you shouldn't need to edit this code, so no need to run test.
|
D | develop_test_runners.md | 20 determine its specific dependencies that need to be built prior to any test 40 You'll need to override the following parent methods: 43 * ```get_test_runner_build_reqs()```: Return a set of build targets that need 55 Once the test runner class is created, you'll need to add it in
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/collections/ |
D | SparseArray.kt | 354 fun idealIntArraySize(need: Int): Int { in idealIntArraySize() 355 return idealByteArraySize(need * 4) / 4 in idealIntArraySize() 358 fun idealByteArraySize(need: Int): Int { in idealByteArraySize() 360 if (need <= (1 shl i) - 12) in idealByteArraySize() 363 return need in idealByteArraySize()
|
/tools/trebuchet/ |
D | CONTRIBUTING.md | 4 just a few small guidelines you need to follow. 14 You generally only need to submit a CLA once, so if you've already submitted one 15 (even if it was for a different project), you probably don't need to do it
|
D | gradlew.bat | 76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | monsoon.py | 749 need = int((native_hz - offset + sample_hz - 1) / sample_hz) 750 if need > len(collected): # still need more input samples 758 offset += need * sample_hz 762 this_sample = sum(collected[:need]) / need 771 collected = collected[need:]
|
/tools/repohooks/ |
D | README.md | 79 A few environment variables are set so scripts don't need to discover things. 132 another_hook = funtimes --i-need "some space" ${PREUPLOAD_FILES} 176 override any existing default options, so be sure to include everything you need 192 Some builtin hooks need to call external executables to work correctly. By 243 a lot. Will need to consider a `PREUPLOAD.cfg` knob. 244 * We need to add `pylint` tool to the AOSP manifest and use that local copy
|
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/ |
D | StatusCheckerResult.java | 72 public void setBugreportNeeded(boolean need) { in setBugreportNeeded() argument 73 mBugreportNeeded = need; in setBugreportNeeded()
|
/tools/metalava/ |
D | API-LINT.md | 76 repository, you will need approval. 94 by the build. At that point you'll need to manually copy in the file instead. 101 At that point you can copy the file to where you need:
|
D | gradlew.bat | 76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
D | FORMAT.md | 229 We need to include annotation member methods, as well as their default values 268 syntax. Therefore, we need to also capture properties in the signature files. If 292 contract, so we need to include them in the signature format.
|
/tools/asuite/aidegen/ |
D | README.md | 2 Java project in popular IDE environment. Developers no longer need to 45 2. Q: When do I need to re-run AIDEGen?
|
/tools/tradefederation/core/tests/res/config/suite/ |
D | suite.md | 10 in the test config file. So one doesn't need to maintain a collection of test in 70 To run a suite with remote build, you need to provide build arguments, e.g.,
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_sign.txt | 6 signer. For each signer, you need to provide the signer's private key and 88 need to use this option when only one signer is used. 160 and may need to be provided with --pass-encoding when a 161 non-ASCII password is used. --pass-encoding may also need
|
D | help_lineage.txt | 109 and may need to be provided with --pass-encoding when a 110 non-ASCII password is used. --pass-encoding may also need
|
D | help_rotate.txt | 112 and may need to be provided with --pass-encoding when a 113 non-ASCII password is used. --pass-encoding may also need
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | GATT_PTS_INSTRUCTIONS | 902 Enter Pin from PTS to phone (Don't need this if already paired) 1058 …Note: Both responses need to be sent in quick successtion of each other since PTS disconnects the … 1180 …Note: All responses need to be sent in quick successtion of each other since PTS disconnects the l… 1291 …Note: All responses need to be sent in quick successtion of each other since PTS disconnects the l… 1363 …Note: All responses need to be sent in quick successtion of each other since PTS disconnects the l…
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 100 // files need not reside completely in memory at one time. Note that as of 133 // should be indented the same amount as any inserted code will need to be
|
D | nanopb.proto | 39 // Size of integer fields. Can save some memory if you don't need
|
D | apollo_qa.proto | 93 // (no need to set it at the call-site).
|
/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/tests/ |
D | Android.mk.bak | 18 # long-term need to build this against prebuilt NDK
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 152 // If type_name is set, this need not be set. If both this and type_name 254 // Object-C plugin) and your porject website (if available) -- there's no need 255 // to explain how you intend to use them. Usually you only need one extension 407 // The reflection APIs in such implementions still need to work as
|
/tools/apksig/ |
D | README.md | 32 which need to perform signing while building an APK, instead of after. For simpler use cases
|
/tools/external/fat32lib/ |
D | NOTICE | 21 To protect your rights, we need to make restrictions that forbid distributors to deny you these rig… 37 For example, on rare occasions, there may be a special need to encourage the widest possible use of… 104 …from it. However, as a special exception, the materials to be distributed need not include anythin…
|
/tools/repohooks/tools/ |
D | spelling.txt | 762 nead||need
|
12