Home
last modified time | relevance | path

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

12

/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dlit.cfg42 ## Set up environment variables
46 config.environment['LD_LIBRARY_PATH'] = \
48 config.environment['LD_LIBRARY_PATH']
51 config.environment['DEBUGGER'] = config.gdb
52 config.environment['DEBUGGER_ARGS'] = '-q -batch -n --args ' \
58 lit.note('LD_LIBRARY_PATH is %r' % config.environment['LD_LIBRARY_PATH'])
/frameworks/base/media/mca/filterfw/java/android/filterfw/
DGraphEnvironment.java68 public AsyncRunner getAsyncRunner(FilterContext environment) { in getAsyncRunner() argument
70 mAsyncRunner = new AsyncRunner(environment, RoundRobinScheduler.class); in getAsyncRunner()
76 public GraphRunner getSyncRunner(FilterContext environment) { in getSyncRunner() argument
78 mSyncRunner = new SyncRunner(environment, mGraph, RoundRobinScheduler.class); in getSyncRunner()
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlit.cfg69 ## Set up environment variables
72 # Propagate ANDROID_PRODUCT_OUT to child environment
73 config.environment['ANDROID_PRODUCT_OUT'] = os.getenv('ANDROID_PRODUCT_OUT')
74 config.environment['ANDROID_BUILD_TOP'] = os.getenv('ANDROID_BUILD_TOP')
76 config.environment['DEBUGGER'] = config.gdb
77 config.environment['DEBUGGER_ARGS'] = "-d " + config.gdb_plugin_directory + ' '
/frameworks/compile/libbcc/tests/debuginfo/
Dlit.site.cfg29 # If the user set the overriding environment variable, use it
38 , try setting " + env_var + " in your environment")
42 # Get the base build directory for the android source tree from environment.
62 config.environment['PATH'])
71 config.perl = inferTool(lit, 'perl', 'PERL', config.environment['PATH'])
72 config.sh = inferTool(lit, 'bash', 'BASH', config.environment['PATH'])
DREADME29 the build environment variables set (i.e. ANDROID_BUILD_TOP)
41 set the following environment variables:
/frameworks/compile/slang/lit-tests/
Dlit.cfg15 # Get the base build directory for the android source tree from environment.
33 # If the user set the overriding environment variable, use it
43 + env_var + " in your environment")
50 config.filecheck = inferTool('FileCheck', 'FILECHECK', config.environment['PATH'])
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterContext.java58 public void initGLEnvironment(GLEnvironment environment) { in initGLEnvironment() argument
60 mGLEnvironment = environment; in initGLEnvironment()
/frameworks/av/media/tests/SampleVideoEncoder/
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
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
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
Dgradle.properties7 # For more details on how to configure your build environment visit
/frameworks/base/startop/apps/ColorChanging/
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
Dgradle.properties5 # For more details on how to configure your build environment visit
/frameworks/base/tests/TouchLatency/
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
Dgradle.properties7 # For more details on how to configure your build environment visit
/frameworks/base/services/core/java/com/android/server/storage/
DDiskStatsLoggingService.java74 UserEnvironment environment = new UserEnvironment(userId); in onStartJob() local
77 environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS)); in onStartJob()
/frameworks/base/tests/SmokeTest/tests/
DAndroid.bp16 // automatically get all of its classes loaded into our environment.
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DTimeZoneDetectorStrategyImpl.java215 Environment environment = new EnvironmentImpl(context, handler, serviceConfigAccessor); in create() local
216 return new TimeZoneDetectorStrategyImpl(environment); in create()
220 public TimeZoneDetectorStrategyImpl(@NonNull Environment environment) { in TimeZoneDetectorStrategyImpl() argument
221 mEnvironment = Objects.requireNonNull(environment); in TimeZoneDetectorStrategyImpl()
/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
DLocationTimeZoneManagerService.java265 ControllerEnvironmentImpl environment = new ControllerEnvironmentImpl( in startOnDomainThread() local
268 controller.initialize(environment, callback); in startOnDomainThread()
270 mEnvironment = environment; in startOnDomainThread()
DLocationTimeZoneProviderController.java80 abstract void initialize(@NonNull Environment environment, @NonNull Callback callback); in initialize() argument
DControllerImpl.java103 void initialize(@NonNull Environment environment, @NonNull Callback callback) { in initialize() argument
108 mEnvironment = Objects.requireNonNull(environment); in initialize()
110 mCurrentUserConfiguration = environment.getCurrentUserConfigurationInternal(); in initialize()
/frameworks/base/services/core/java/com/android/server/timedetector/
DTimeDetectorStrategyImpl.java194 TimeDetectorStrategyImpl.Environment environment = in create() local
196 return new TimeDetectorStrategyImpl(environment); in create()
200 TimeDetectorStrategyImpl(@NonNull Environment environment) { in TimeDetectorStrategyImpl() argument
201 mEnvironment = Objects.requireNonNull(environment); in TimeDetectorStrategyImpl()
/frameworks/base/packages/EasterEgg/
Dgradle.properties5 # For more details on how to configure your build environment visit
/frameworks/native/vulkan/
DREADME.md13 …e imported verbatim from elsewhere. Setting up git-clang-format in your environment is recommended.
/frameworks/native/cmds/flatland/
DREADME.txt12 consistent and static an environment as possible. The display should be
71 probably indicates that something is wrong with the environment in which
/frameworks/base/packages/WAPPushManager/tests/
DAndroid.bp42 // our environment.

12