Home
last modified time | relevance | path

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

1234567

/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.java67 public AsyncRunner getAsyncRunner(FilterContext environment) { in getAsyncRunner() argument
69 mAsyncRunner = new AsyncRunner(environment, RoundRobinScheduler.class); in getAsyncRunner()
75 public GraphRunner getSyncRunner(FilterContext environment) { in getSyncRunner() argument
77 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/services/core/java/com/android/server/storage/
DDiskStatsLoggingService.java74 UserEnvironment environment = new UserEnvironment(userId); in onStartJob() local
76 task.setRootDirectory(environment.getExternalStorageDirectory()); in onStartJob()
78 environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS)); in onStartJob()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterContext.java59 public void initGLEnvironment(GLEnvironment environment) { in initGLEnvironment() argument
61 mGLEnvironment = environment; in initGLEnvironment()
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_environment.jd38 ambient temperature near an Android-powered device. All four environment sensors are hardware-based
40 the light sensor, which most device manufacturers use to control screen brightness, environment
42 verify at runtime whether an environment sensor exists before you attempt to acquire data from
46 values for each {@link android.hardware.SensorEvent}, environment sensors return a single sensor
49 filtering, environment sensors do not typically require any data filtering or data processing. Table
50 1 provides a summary of the environment sensors that are supported on the Android platform.</p>
/frameworks/base/docs/html/google/play/licensing/
Dsetting-up.jd15 <li><a href="#runtime-setup">Setting up the runtime environment</a></li>
27 environment</a></li>
35 Play publishing account, your development environment, and any test accounts required to verify
93 <p>Setting up your environment for licensing involves these tasks:</p>
96 <li><a href="#runtime-setup">Setting up the runtime environment</a> for development</li>
106 <p>To get started, you need to set up a proper runtime environment on which
111 <h3 id="runtime-setup">Setting up the runtime environment</h3>
118 licensing in your application, you need to set up a runtime environment that
122 <p>There are two types of runtime environment that you can use: </p>
207 <p>After you set up a runtime environment that meets the requirements described
[all …]
/frameworks/data-binding/developmentPlugins/
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/data-binding/integration-tests/IndependentLibrary/
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/data-binding/integration-tests/MultiModuleTestApp/
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/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/data-binding/integration-tests/TestApp/
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/data-binding/samples/BindingDemo/
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/data-binding/compiler/
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/support/samples/SupportLeanbackShowcase/
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/tools/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/data-binding/integration-tests/App With Spaces/
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/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DSectionBreakDocumentsAdapterWrapper.java46 SectionBreakDocumentsAdapterWrapper(Environment environment, DocumentsAdapter delegate) { in SectionBreakDocumentsAdapterWrapper() argument
47 mEnv = environment; in SectionBreakDocumentsAdapterWrapper()

1234567