/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 | 68 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/ |
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'])
|
D | README | 10 To run the tests, you must have the android build environment variables
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | FilterContext.java | 58 public void initGLEnvironment(GLEnvironment environment) { in initGLEnvironment() argument 60 mGLEnvironment = environment; in initGLEnvironment()
|
/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/base/startop/apps/ColorChanging/ |
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 | 5 # For more details on how to configure your build environment visit
|
/frameworks/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/base/tests/SmokeTest/tests/ |
D | Android.bp | 7 // automatically get all of its classes loaded into our environment.
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | DiskStatsLoggingService.java | 74 UserEnvironment environment = new UserEnvironment(userId); in onStartJob() local 77 environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS)); in onStartJob()
|
/frameworks/base/packages/WAPPushManager/tests/ |
D | Android.bp | 31 // our environment.
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 12 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/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | MockSystemServices.java | 81 public final EnvironmentForMock environment; field in MockSystemServices 120 environment = mock(EnvironmentForMock.class); in MockSystemServices() 247 when(environment.getUserSystemDirectory(eq(userId))).thenReturn(dir); in addUser()
|
D | DevicePolicyManagerServiceTestable.java | 86 return mServices.environment.getUserSystemDirectory(userId); in environmentGetUserSystemDirectory() 286 return services.environment.getUserSystemDirectory(userId); in environmentGetUserSystemDirectory()
|
/frameworks/native/vulkan/ |
D | README.md | 9 …e imported verbatim from elsewhere. Setting up git-clang-format in your environment is recommended.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | EventLogTags.logtags | 18 ## currentlyInsecure: 1: No secure unlock method set up (!secure), or trusted environment (TrustMan…
|
/frameworks/opt/net/wifi/tests/wifitests/ |
D | README.md | 46 `ANDROID_SERIAL` environment variable before running the script. You must supply an output directory
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 32 compiles for both desktop and PocketPC Win32 environment,
|
/frameworks/compile/mclinker/unittests/ |
D | test3.txt | 38 # the environment to account for automounters. The make variable must not 40 # subprocesses and overrides the setting from the user's environment.
|