HomeSort by relevance Sort by last modified time
    Searched full:environment (Results 526 - 550 of 1536) sorted by null

<<21222324252627282930>>

  /frameworks/base/docs/html/resources/samples/
get.jd 27 component(s) into your SDK environment using the Android SDK and AVD Manager
  /frameworks/base/docs/html/sdk/1.5_r1/
upgrading.jd 13 development environment.</li>
47 <p>This document describes how to move your development environment and existing
98 Other IDEs</a>, as appropriate for your development environment.</p>
322 <p>Once you complete the procedures to run your application in your respective environment,
  /frameworks/base/docs/html/sdk/1.5_r2/
upgrading.jd 13 development environment.</li>
47 <p>This document describes how to move your development environment and existing
98 Other IDEs</a>, as appropriate for your development environment.</p>
322 <p>Once you complete the procedures to run your application in your respective environment,
  /frameworks/base/docs/html/sdk/1.5_r3/
upgrading.jd 15 development environment.</li>
49 <p>This document describes how to move your development environment and existing
100 Other IDEs</a>, as appropriate for your development environment.</p>
324 <p>Once you complete the procedures to run your application in your respective environment,
  /frameworks/base/docs/html/sdk/1.6_r1/
upgrading.jd 39 <p>This document describes how to move your development environment and existing
189 system image (run-time environment) on which the application is run.
196 environment.</p>
325 follow the steps below for your respective development environment. </p>
  /frameworks/base/docs/html/sdk/
adt_download.jd 71 environment, open Eclipse and from the main menu select <strong>Help</strong>
  /frameworks/base/media/java/android/media/
RingtoneManager.java 29 import android.os.Environment;
503 final String status = Environment.getExternalStorageState();
505 return (status.equals(Environment.MEDIA_MOUNTED) ||
506 status.equals(Environment.MEDIA_MOUNTED_READ_ONLY))
  /frameworks/base/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 39 ANSI C environment limits.h is expected to always be present and contain
  /frameworks/base/opengl/tests/angeles/
README.txt 32 compiles for both desktop and PocketPC Win32 environment,
  /hardware/ti/omap3/dspbridge/inc/
DSPProcessor_OEM.h 80 * aEnvp: An array of environment settings (ANSI Strings)
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPProcessor_OEM.h 80 * aEnvp: An array of environment settings (ANSI Strings)
  /ndk/build/core/
main.mk 98 # clean up environment, just to be safe
  /ndk/build/platforms/android-5/arch-x86/usr/include/
fenv.h 96 /* Default floating-point environment */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
fenv.h 96 /* Default floating-point environment */
  /ndk/samples/san-angeles/jni/
README.txt 32 compiles for both desktop and PocketPC Win32 environment,
  /packages/apps/Browser/tests/src/com/android/browser/
JNIBindingsTestApp.java 21 import android.os.Environment;
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 21 import android.os.Environment;
73 mSDCardDirectory = Environment.getExternalStorageDirectory();
359 if (!Environment.getExternalStorageState().equals(Environment.MEDIA_MOUNTED)) {
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java 134 if (Environment.getInstance().needDebug()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
test.xml 61 <!-- This target holds code to cleanup the testing environment after -->
  /sdk/sdklauncher/
sdklauncher.c 231 NULL, /* use parent's environment block */
  /sdk/sdkmanager/app/etc/
android.bat 20 rem don't modify the caller's environment
  /system/core/init/
util.c 114 * daemon. We communicate the file descriptor's value via the environment
  /system/core/libcutils/
tzfile.h 91 ** then a POSIX-TZ-environment-variable-style string for use in handling
  /system/core/run-as/
run-as.c 48 * This avoids depending on environment variables, system properties
  /system/core/sh/
var.h 119 char **environment(void);

Completed in 275 milliseconds

<<21222324252627282930>>