/system/extras/tests/bionic/libc/ |
Android.mk | 16 # define the BIONIC_TESTS environment variable to build the test programs
|
/external/icu4c/test/intltest/ |
intltest.cpp | 348 /* IntlTest::setICU_DATA - if the ICU_DATA environment variable is not already 404 * Now append "source\data" and set the environment 1162 "*** Check the ICU_DATA environment variable and \n" [all...] |
/frameworks/base/core/java/android/view/ |
ViewDebug.java | 27 import android.os.Environment; 526 File recyclerDump = new File(Environment.getExternalStorageDirectory(), "view-recycler/"); 546 recyclerDump = new File(Environment.getExternalStorageDirectory(), "view-recycler/"); 633 File hierarchyDump = new File(Environment.getExternalStorageDirectory(), "view-hierarchy/"); 681 File hierarchyDump = new File(Environment.getExternalStorageDirectory(), "view-hierarchy/"); 771 File hierarchyDump = new File(Environment.getExternalStorageDirectory(), "motion-events/"); 821 File hierarchyDump = new File(Environment.getExternalStorageDirectory(), "motion-events/"); [all...] |
/dalvik/libcore/luni/src/main/java/java/lang/ |
SecurityManager.java | 45 * secure environment for executing untrusted code. Untrusted code cannot be 697 * effectively running in an unsafe environment, so just answer null 732 * effectively running in an unsafe environment, so just answer -1 (==> 766 * effectively running in an unsafe environment, so just answer null 856 * execution environment.
|
/external/bison/djgpp/ |
config.bat | 26 Rem of the environment in stock DOS shell.
336 echo No SHELL found in the environment, using default value
343 echo No HOME found in the environment, using default value
358 echo No USERNAME and no USER found in the environment, using default values
466 echo Your environment size is too small. Enlarge it and run me again.
|
/external/quake/quake/src/WinQuake/data/ |
README.TXT | 91 be taken. First, the "BLASTER" environment variable setting must be in your
104 check to make sure that your BLASTER environment variable contains the
122 SET BLASTER=A220 I5 D1 H5 P330 T6 (sound environment variable setting)
130 environment variables are set correctly.
147 and SET ULTRA16 (Max) environment variables.
|
/frameworks/base/docs/html/guide/developing/tools/ |
emulator.jd | 143 development environment. In either case, you specify the AVD configuration to 204 characteristics of the emulated environment itself. 355 <td><code>-help-environment</code></td> 356 <td>Print help for emulator environment variables.</td> 485 <td>If the environment variable ANDROID_LOG_TAGS is defined and not 525 <p>You can define the default verbose output options used by emulator instances in the Android environment variable 584 the emulator looks up the <code>http_proxy</code> environment variable and automatically uses any value matching [all...] |
/build/core/ |
build-system.html | 121 <h3>Both Environment and Config File Based Settings</h3> 123 configuration file in a directory so they do not have an environment setup 124 script to run, and others want an environment setup script to run so they can 153 the showcommands pseudo-target, and possibly by setting an environment 200 or environment variables need to be updated before each build. (from fadden)</p> 216 If you source the file build/envsetup.sh into your bash environment, 224 <code>TOP</code> environment variable set, it uses that. If you don't, it looks [all...] |
product_config.mk | 89 # a particular configuration without needing to set up the environment. 149 # else: Use the value set in the environment or buildspec.mk.
|
/frameworks/base/docs/html/sdk/ |
RELEASENOTES.jd | 23 environment.</li> 26 keep your development environment up-to-date. </li> 69 add-ons) into your environment.</li> 85 to make a few changes to your development environment to migrate to the new SDK. 120 extras, and documentation packages are available in your SDK environment, what 123 your SDK environment. For example, the tool lets you obtain updates to SDK tools 126 environment that were not included in the SDK package.</p> 360 to make a few changes to your development environment to migrate to the new SDK. 380 <p>From the perspective of your Android development environment, an SDK add-on [all...] |
/packages/apps/Music/src/com/android/music/ |
MusicUtils.java | 44 import android.os.Environment; 657 String status = Environment.getExternalStorageState(); 661 if (status.equals(Environment.MEDIA_SHARED) || 662 status.equals(Environment.MEDIA_UNMOUNTED)) { 665 } else if (status.equals(Environment.MEDIA_REMOVED)) { 668 } else if (status.equals(Environment.MEDIA_MOUNTED)){ [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-ld.1 | 307 The default format is taken from the environment variable 436 environment variable. 541 \&\f(CW\*(C`LDEMULATION\*(C'\fR environment variable, if that is defined. [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-ld.1 | 308 The default format is taken from the environment variable 437 environment variable. 545 \&\f(CW\*(C`LDEMULATION\*(C'\fR environment variable, if that is defined. [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-ld.1 | 308 The default format is taken from the environment variable 437 environment variable. 545 \&\f(CW\*(C`LDEMULATION\*(C'\fR environment variable, if that is defined. [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-ld.1 | 307 The default format is taken from the environment variable 436 environment variable. 541 \&\f(CW\*(C`LDEMULATION\*(C'\fR environment variable, if that is defined. [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-ld.1 | 308 The default format is taken from the environment variable 437 environment variable. 545 \&\f(CW\*(C`LDEMULATION\*(C'\fR environment variable, if that is defined. [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-ld.1 | 308 The default format is taken from the environment variable 437 environment variable. 545 \&\f(CW\*(C`LDEMULATION\*(C'\fR environment variable, if that is defined. [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/ |
i686-unknown-linux-gnu-ld.1 | 307 The default format is taken from the environment variable 436 environment variable. 541 \&\f(CW\*(C`LDEMULATION\*(C'\fR environment variable, if that is defined. [all...] |
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
PackageManagerTests.java | 42 import android.os.Environment; 95 getMs().mountVolume(Environment.getExternalStorageDirectory().getPath()); 97 getMs().unmountVolume(Environment.getExternalStorageDirectory().getPath(), true); 270 String status = Environment.getExternalStorageState(); 271 if (!status.equals(Environment.MEDIA_MOUNTED)) { 276 Environment.getExternalStorageDirectory().getPath()); 284 StatFs intStats = new StatFs(Environment.getDataDirectory().getPath()); 359 File dataDir = Environment.getDataDirectory(); [all...] |
/bionic/libc/bionic/ |
malloc_debug_common.c | 246 /* Table for dispatching malloc calls, depending on environment. */ 255 * when libc.debug.malloc environment variable contains value other than
|
/build/tools/droiddoc/templates-sdk/ |
sdkpage.cs | 136 development environment.</li> 139 keep your development environment up-to-date. </li>
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerTest.java | 38 import android.os.Environment; 106 mSourceMediaOnSdcard = new File(Environment.getExternalStorageDirectory(),
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemSort.java | 108 * specified, the language should be determined from the system environment. 121 * specified, the language should be determined from the system environment.
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
UnionPathIterator.java | 67 public void setRoot(int context, Object environment) 69 super.setRoot(context, environment);
|
/development/simulator/app/ |
MyApp.cpp | 233 * location, so try to get it from the environment. 238 "WARNING: $ANDROID_PRODUCT_OUT not set in environment\n");
|