/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiEnvironmentManager.kt | 97 val environment = UastEnvironment.create(config) in createEnvironment() constant 98 uastEnvironments.add(environment) in createEnvironment() 101 DefaultLogger.disableStderrDumping(environment.ideaProject) in createEnvironment() 105 environment.ideaProject.registerService( in createEnvironment() 110 environment.ideaProject.extensionArea, in createEnvironment() 119 return environment in createEnvironment()
|
D | PsiSourceParser.kt | 135 val environment = psiEnvironmentManager.createEnvironment(config) in parseAbsoluteSources() constant 138 environment.analyzeFiles(kotlinFiles) in parseAbsoluteSources() 140 val units = Extractor.createUnitsForFiles(environment.ideaProject, sourceSet.sources) in parseAbsoluteSources() 151 codebase.initializeFromSources(environment, units, packageDocs) in parseAbsoluteSources() 160 val environment = loadUastFromJars(listOf(apiJar)) in loadFromJar() constant 169 codebase.initializeFromJar(environment, apiJar) in loadFromJar() 179 val environment = psiEnvironmentManager.createEnvironment(config) in loadUastFromJars() constant 180 environment.analyzeFiles(emptyList()) // Initializes PSI machinery. in loadUastFromJars() 181 return environment in loadUastFromJars()
|
/tools/external_updater/docs/ |
D | dev.md | 6 ## Development environment 10 Development] for a guide on setting up an AOSP build environment. 28 The easiest way to activate the virtual environment is 35 `poetry shell` will activate the virtual environment by creating a nested shell. 36 To deactivate this virtual environment simply use `deactivate` or `exit`. If you
|
/tools/tradefederation/core/javatests/res/testtype/ |
D | gtest_output14.txt | 3 [----------] Global test environment set-up. 9 [----------] Global test environment tear-down
|
D | gtest_output11.txt | 3 [----------] Global test environment set-up. 32 [----------] Global test environment tear-down
|
D | gtest_output7.txt | 3 [----------] Global test environment set-up. 33 [----------] Global test environment tear-down
|
D | gtest_output1.txt | 3 [----------] Global test environment set-up. 32 [----------] Global test environment tear-down
|
D | gtest_output6.txt | 2 [----------] Global test environment set-up. 36 [----------] Global test environment tear-down
|
D | gtest_output13.txt | 3 [----------] Global test environment set-up.
|
D | gtest_output5.txt | 2 [----------] Global test environment set-up. 48 [----------] Global test environment tear-down
|
D | gtest_output12.txt | 3 [----------] Global test environment set-up.
|
D | gtest_output2.txt | 3 [----------] Global test environment set-up. 125 [----------] Global test environment tear-down
|
/tools/asuite/atest/bazel/resources/rules/ |
D | device_test.bzl | 23 "Represents the environment a test will run under. Concretely this is an " + 25 "environment.", 27 "runner": "depset of executable to to setup test environment and execute test.", 73 doc = "Runs a test under a device environment",
|
/tools/asuite/atest/bazel/resources/rules/device/ |
D | cuttlefish_device.bzl | 15 """Rule used to generate a Cuttlefish device environment. 17 This rule creates a device environment rule to run tests on a Cuttlefish Android 18 Virtual Device. Test targets that run in this environment will start a new
|
/tools/apksig/etc/ |
D | apksigner.bat | 16 REM don't modify the caller's environment 35 echo Please set the JAVA_HOME variable in your environment to match the 48 echo Please set the JAVA_HOME variable in your environment to match the
|
D | apksigner-kms.bat | 16 REM don't modify the caller's environment 35 echo Please set the JAVA_HOME variable in your environment to match the 48 echo Please set the JAVA_HOME variable in your environment to match the
|
/tools/asuite/asuite_plugin/ |
D | gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the 43 echo Please set the JAVA_HOME variable in your environment to match the
|
/tools/metalava/ |
D | gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the 43 echo Please set the JAVA_HOME variable in your environment to match the
|
/tools/trebuchet/ |
D | gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the 43 echo Please set the JAVA_HOME variable in your environment to match the
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/ |
D | DefaultReporter.kt | 43 private val environment: ReporterEnvironment, constant in com.android.tools.metalava.DefaultReporter 212 val path = environment.rootFolder.toPath().relativize(absolutePath) ?: absolutePath in relativizeLocationPath() 241 environment.printReport(formattedMessage, severity) in doReport()
|
/tools/ndkports/ |
D | gradlew.bat | 48 echo Please set the JAVA_HOME variable in your environment to match the 62 echo Please set the JAVA_HOME variable in your environment to match the
|
/tools/netsim/scripts/tasks/ |
D | run_pytest_task.py | 20 from environment import get_default_environment
|
/tools/test/openhst/ |
D | README.md | 14 Before setting up your HST test environment, please make sure to meet following 25 ## Test environment setup
|
/tools/apksig/ |
D | gradlew.bat | 49 echo Please set the JAVA_HOME variable in your environment to match the 63 echo Please set the JAVA_HOME variable in your environment to match the
|
/tools/netsim/scripts/ |
D | cmake_setup.py | 24 from environment import get_default_environment
|