Searched refs:need (Results 1 – 25 of 32) 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 vts10-tradefed code, so there is no 134 need to write vts10 tests. Reach out to the vts team 135 if you need information on their unittests. 139 Again, you shouldn't need to change vts10-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/asuite/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 vts10-tradefed code, so there is no 134 need to write vts10 tests. Reach out to the vts team 135 if you need information on their unittests. 139 Again, you shouldn't need to change vts10-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/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/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/carrier_settings/bin/ |
D | README.md | 1 To run this tool in Android 10 code base, the python tools need to be prebuilt
|
/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/repohooks/ |
D | README.md | 82 A few environment variables are set so scripts don't need to discover things. 156 You do not need to send stderr to stdout. The tooling will take care of 162 another hook = funtimes --i-need "some space" ${PREUPLOAD_FILES} 216 override any existing default options, so be sure to include everything you need 232 Some builtin hooks need to call external executables to work correctly. By 285 a lot. Will need to consider a `PREUPLOAD.cfg` knob. 286 * We need to add `pylint` tool to the AOSP manifest and use that local copy
|
/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/metalava/ |
D | API-LINT.md | 78 repository, you will need approval. 96 by the build. At that point you'll need to manually copy in the file instead. 103 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
|
/tools/treble/build/sandbox/ |
D | nsjail.cfg | 62 # By default nsjail does not propagate the environment into the jail. We need 78 # Some tools like Java need a valid username
|
/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/tests/ |
D | Android.mk.bak | 18 # long-term need to build this against prebuilt NDK
|
/tools/ndkports/ |
D | gradlew.bat | 76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
D | README.md | 74 Note that dependencies currently need to be already built or ordered explicitly.
|
/tools/asuite/asuite_plugin/ |
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/buds_lib/dev_utils/proto/ |
D | nanopb.proto | 39 // Size of integer fields. Can save some memory if you don't need
|
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
|
/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 101 need to use this option when only one signer is used. 176 and may need to be provided with --pass-encoding when a 177 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/apksig/ |
D | README.md | 32 which need to perform signing while building an APK, instead of after. For simpler use cases
|
/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…
|
12