Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 25 of 60) sorted by relevance

123

/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
DPsiEnvironmentManager.kt97 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()
DPsiSourceParser.kt135 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/
Ddev.md6 ## 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/
Dgtest_output14.txt3 [----------] Global test environment set-up.
9 [----------] Global test environment tear-down
Dgtest_output11.txt3 [----------] Global test environment set-up.
32 [----------] Global test environment tear-down
Dgtest_output7.txt3 [----------] Global test environment set-up.
33 [----------] Global test environment tear-down
Dgtest_output1.txt3 [----------] Global test environment set-up.
32 [----------] Global test environment tear-down
Dgtest_output6.txt2 [----------] Global test environment set-up.
36 [----------] Global test environment tear-down
Dgtest_output13.txt3 [----------] Global test environment set-up.
Dgtest_output5.txt2 [----------] Global test environment set-up.
48 [----------] Global test environment tear-down
Dgtest_output12.txt3 [----------] Global test environment set-up.
Dgtest_output2.txt3 [----------] Global test environment set-up.
125 [----------] Global test environment tear-down
/tools/asuite/atest/bazel/resources/rules/
Ddevice_test.bzl23 "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/
Dcuttlefish_device.bzl15 """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/
Dapksigner.bat16 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
Dapksigner-kms.bat16 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/
Dgradlew.bat29 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/
Dgradlew.bat29 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/
Dgradlew.bat29 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/
DDefaultReporter.kt43 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/
Dgradlew.bat48 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/
Drun_pytest_task.py20 from environment import get_default_environment
/tools/test/openhst/
DREADME.md14 Before setting up your HST test environment, please make sure to meet following
25 ## Test environment setup
/tools/apksig/
Dgradlew.bat49 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/
Dcmake_setup.py24 from environment import get_default_environment

123