/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | lit.cfg | 42 ## 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/ |
D | GraphEnvironment.java | 67 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/ |
D | lit.cfg | 69 ## 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/ |
D | lit.site.cfg | 29 # 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'])
|
D | README | 29 the build environment variables set (i.e. ANDROID_BUILD_TOP) 41 set the following environment variables:
|
/frameworks/compile/slang/lit-tests/ |
D | lit.cfg | 15 # 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/ |
D | DiskStatsLoggingService.java | 74 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/ |
D | FilterContext.java | 59 public void initGLEnvironment(GLEnvironment environment) { in initGLEnvironment() argument 61 mGLEnvironment = environment; in initGLEnvironment()
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_environment.jd | 38 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/ |
D | setting-up.jd | 15 <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/ |
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
|
/frameworks/data-binding/integration-tests/IndependentLibrary/ |
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
|
/frameworks/data-binding/integration-tests/MultiModuleTestApp/ |
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
|
/frameworks/base/tests/TouchLatency/ |
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
|
D | gradle.properties | 7 # For more details on how to configure your build environment visit
|
/frameworks/data-binding/integration-tests/TestApp/ |
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
|
D | gradle.properties | 7 # For more details on how to configure your build environment visit
|
/frameworks/data-binding/samples/BindingDemo/ |
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
|
/frameworks/data-binding/compiler/ |
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
|
/frameworks/support/samples/SupportLeanbackShowcase/ |
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
|
D | gradle.properties | 7 # For more details on how to configure your build environment visit
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/ |
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
|
D | gradle.properties | 7 # For more details on how to configure your build environment visit
|
/frameworks/data-binding/integration-tests/App With Spaces/ |
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
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | SectionBreakDocumentsAdapterWrapper.java | 46 SectionBreakDocumentsAdapterWrapper(Environment environment, DocumentsAdapter delegate) { in SectionBreakDocumentsAdapterWrapper() argument 47 mEnv = environment; in SectionBreakDocumentsAdapterWrapper()
|