Home
last modified time | relevance | path

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

12

/tools/metalava/src/main/java/com/android/tools/metalava/
DDriver.kt675 val environment = createProjectEnvironment(config) in parseSources() constant
678 environment.analyzeFiles(kotlinFiles) in parseSources()
682 val units = Extractor.createUnitsForFiles(environment.ideaProject, sources) in parseSources()
686 codebase.initialize(environment, units, packageDocs) in parseSources()
697 val environment = createProjectEnvironment(config) in loadFromJarFile() constant
698 environment.analyzeFiles(emptyList()) // Initializes PSI machinery. in loadFromJarFile()
701 codebase.initialize(environment, apiJar, preFiltered) in loadFromJarFile()
725 val environment = UastEnvironment.create(config) in createProjectEnvironment() constant
726 uastEnvironments.add(environment) in createProjectEnvironment()
732 DefaultLogger.disableStderrDumping(environment.ideaProject) in createProjectEnvironment()
[all …]
/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",
Dtradefed_test_dependency_info.bzl18 setting up the execution environment. Aspects are responsible for converting the
/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
/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/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/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
DREADME.md40 The scripts use the standard `ANDROID_NDK_ROOT` environment variable to
/tools/test/openhst/
DREADME.md14 Before setting up your HST test environment, please make sure to meet following
25 ## Test environment setup
/tools/asuite/aidegen/
DREADME.md4 Java or C/C++project in popular IDE environment. Developers no longer need to manually
23 * Setup Android development environment.
/tools/treble/build/sandbox/
Dnsjail.cfg62 # By default nsjail does not propagate the environment into the jail. We need
78 # limit access to the external environment.
/tools/asuite/atest/docs/
Datest_structure.md18 1. Parse args and verify environment
27 Atest will first check the environment is setup and then load up the
/tools/test/connectivity/acts/
DREADME.md123 execution environment though the ACTS_TESTPATHS and ACTS_LOGPATH keys
126 override any defaults provided by the environment.
/tools/netsim/rust/netsim-cxx/
DCargo.toml.cf8 # environment.
/tools/test/connectivity/acts_tests/tests/google/bt/setup/
DBtPreFlightTest.py41 self.log.info(pprint.pformat(d.environment()))
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DPortTask.kt57 pb.environment().putAll(additionalEnvironment) in executeSubprocess()
/tools/asuite/atest/bazel/resources/
Dbazelrc8 # Enforce consistent action environment variables to improve remote cache hit
/tools/aadevtools/validation/
DREADME.md12 via adb & aapt is available in the shell environment.
/tools/netsim/src/proto/
Dpacket_streamer.proto32 * This setup provides a transparent radio environment across AVDs and
/tools/netsim/rust/
DCMakeLists.txt17 # 3. MSVC uses environment variable "CL" to prepend arguments to the
/tools/repohooks/tools/
Dspelling.txt582 enviroiment||environment
583 enviroment||environment
584 environement||environment
585 environent||environment
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_lineage.txt65 environment variable
84 environment variable
/tools/tradefederation/prebuilts/filegroups/tradefed/
Dtradefed_win.bat18 :: environment.

12