/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/ |
D | PsiMethodItemTest.kt | 92 fun `child method does not need to be added to signature file if super method is concrete`() { in child method does not need to be added to signature file if super method is concrete() 141 …fun `child method does not need to be added to signature file if override requiring super method i… in child method does not need to be added to signature file if override requiring super method is hidden() 170 …fun `child method need to be added to signature file if extending Object method and return type ch… in child method need to be added to signature file if extending Object method and return type changes() 187 …fun `child method need to be added to signature file if extending Object method and visibility cha… in child method need to be added to signature file if extending Object method and visibility changes() 204 …fun `child method does not need to be added to signature file even if extending Object method and … in child method does not need to be added to signature file even if extending Object method and modifier changes when it is not a direct override() 224 …fun `child method does not need to be added to signature file if extending Object method and modif… in child method does not need to be added to signature file if extending Object method and modifier does not change()
|
/tools/test/openhst/docs/ |
D | contributing.md | 4 just a few small guidelines you need to follow. 15 You generally only need to submit a CLA once, so if you've already submitted one 16 (even if it was for a different project), you probably don't need to do it
|
/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
|
/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/tradefederation/core/src/com/android/tradefed/suite/checker/ |
D | StatusCheckerResult.java | 77 public void setBugreportNeeded(boolean need) { in setBugreportNeeded() argument 78 mBugreportNeeded = need; in setBugreportNeeded()
|
/tools/asuite/atest/docs/ |
D | developer_workflow.md | 41 involves how the test is actually run, you'll need to work with this 84 To directly execute any individual unittest file, you'll need to first add 105 to edit if you need to make changes to the TradeFed code. 119 TradeFed itself is used to run the TradeFed unittests so you'll need 154 You shouldn't need to edit vts10-tradefed code, so there is no 155 need to write vts10 tests. Reach out to the vts team 156 if you need information on their unittests. 160 Again, you shouldn't need to change vts10-tradefed code.
|
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/metalava/metalava/src/test/java/com/android/tools/metalava/binarycompatibility/ |
D | BinaryCompatibilityInterfacesTest.kt | 30 fun `Add abstract method, if method need not be implemented by client (Compatible)`() { in Add abstract method, if method need not be implemented by client (Compatible)() 174 …fun `Move API method up type hierarchy, if method in supertype need not be implemented by client (… in Move API method up type hierarchy, if method in supertype need not be implemented by client (Compatible)()
|
D | BinaryCompatibilityClassesTest.kt | 29 fun `Add API method, if method need not be reimplemented by client (Compatible)`() { in Add API method, if method need not be reimplemented by client (Compatible)() 104 …fun `Move API method up type hierarchy, if method in supertype need not be reimplemented by client… in Move API method up type hierarchy, if method in supertype need not be reimplemented by client (Compatible)()
|
/tools/treble/build/sandbox/ |
D | nsjail.cfg | 62 # By default nsjail does not propagate the environment into the jail. We need 77 # Some tools need /dev/shm to created a named semaphore. Use a new tmpfs to 87 # Some tools like Java need a valid username
|
/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/repohooks/ |
D | README.md | 82 A few environment variables are set so scripts don't need to discover things. 163 You do not need to send stderr to stdout. The tooling will take care of 169 another hook = funtimes --i-need "some space" ${PREUPLOAD_FILES} 229 override any existing default options, so be sure to include everything you need 273 Some builtin hooks need to call external executables to work correctly. By 328 a lot. Will need to consider a `PREUPLOAD.cfg` knob. 329 * We need to add `pylint` tool to the AOSP manifest and use that local copy
|
/tools/tradefederation/core/res/perfetto/ |
D | trace_config.textproto | 25 # The trace buffers need to be big enough to hold |file_write_period_ms| of 99 # so keep the list focused or you will need to readjust the buffer sizes
|
/tools/tradefederation/core/javatests/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/tradefederation/core/invocation_interfaces/ |
D | Android.bp | 21 // Restrict visibility to only those targets that need to access it.
|
/tools/tradefederation/core/clearcut_client/ |
D | Android.bp | 21 // Restrict visibility to only those targets that need to access it.
|
/tools/tradefederation/core/test_result_interfaces/ |
D | Android.bp | 21 // Restrict visibility to only those targets that need to access it.
|
/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:
|
/tools/tradefederation/core/remote/ |
D | Android.bp | 21 // Restrict visibility to only those targets that need to access it.
|
/tools/tradefederation/core/device_build_interfaces/ |
D | Android.bp | 21 // Restrict visibility to only those targets that need to access it.
|
/tools/tradefederation/core/util_apps/ContentProvider/main/ |
D | Android.bp | 24 // Restrict visibility to only those targets that need to access it.
|
/tools/tradefederation/core/isolation/ |
D | Android.bp | 41 // Restrict visibility to only those targets that need to access it.
|
/tools/tradefederation/core/aoa_helper/ |
D | Android.bp | 21 // Restrict visibility to only those targets that need to access it.
|
D | README.md | 2 …ommands (e.g. clicks, swipes, keystrokes, and more) to a connected device without the need for ADB.
|
/tools/tradefederation/core/common_util/ |
D | Android.bp | 21 // Restrict visibility to only those targets that need to access it.
|