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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/widget/
TextSwitcher.java 37 * @param context the application's environment
47 * @param context the application environment
  /frameworks/base/docs/html/
offline.jd 15 the Android SDK</a>, which will help you setup your development environment
19 <p>Once your environment is setup, look at the
  /ndk/
ndk-build 43 # if GNUMAKE is not defined in the environment, use 'make'
65 echo "2. Define the GNUMAKE environment variable to point to it, as in:"
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerReceiver.java 24 import android.os.Environment;
38 String externalStoragePath = Environment.getExternalStorageDirectory().getPath();
  /sdk/draw9patch/src/com/android/draw9patch/graphics/
GraphicsUtilities.java 63 GraphicsEnvironment environment = GraphicsEnvironment.getLocalGraphicsEnvironment(); local
64 return environment.getDefaultScreenDevice().getDefaultConfiguration();
  /sdk/ninepatch/src/com/android/ninepatch/
GraphicsUtilities.java 69 GraphicsEnvironment environment = GraphicsEnvironment.getLocalGraphicsEnvironment(); local
70 return environment.getDefaultScreenDevice().getDefaultConfiguration();
  /bootable/bootloader/legacy/
README 2 The bootloader environment consists of a set of libraries that provide
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/util/
EnvironmentHelper.java 26 * Helper to prepare testing environment, for example, configuration files.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
X509NameTokenizer.java 6 * lightweight Java environment don't support classes like
  /development/simulator/wrapsim/
README.txt 4 Because LD_PRELOAD is part of the environment when gdb and valgrind are
  /external/clearsilver/cgi/
fcgi_hello.c 41 /* Initialize the standard cgiwrap environment. FastCGI already wraps some
  /external/dhcpcd/
dhcpcd-run-hooks 13 # remove variables from the environment so later scripts don't see them.
  /external/emma/
BUILD.txt 20 - if you don't have ANT_HOME environment variable set up to point to ANT
  /external/grub/stage2/
pxeloader.S 23 /* Start with the prehistoric environment... */
  /external/icu4c/tools/genrb/
derb.1.in 135 environment variable (or defaulting to
143 The default destination directory is specified by the environment variable
155 The default ICU data directory is specified by the environment variable
179 .SH ENVIRONMENT
  /external/libffi/testsuite/lib/
target-libpath.exp 70 # Save the original environment.
105 # We need to set ld library path in the environment. Currently,
106 # unix.exp doesn't set the environment correctly for all systems.
108 # program. We also need the environment set for compilations, etc.
  /external/openssl/patches/
README 3 Fixup sources under the apps/ directory that are not built under the android environment.
  /external/qemu/android/utils/
timezone.h 25 * on Unix systems, it needs to cater to the TZ environment variable, uhhh
  /external/qemu/distrib/sdl-1.2.12/src/audio/ums/
SDL_umsaudio.h 39 Environment* ev;
  /external/quake/quake/src/QW/scitech/include/
debug.h 10 * Environment: any
21 /* We have the following defines to identify the compilation environment:
23 * __16BIT__ Compiling for 16 bit code (any environment)
24 * __32BIT__ Compiling for 32 bit code (any environment)
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H 10 * Environment: any
21 /* We have the following defines to identify the compilation environment:
23 * __16BIT__ Compiling for 16 bit code (any environment)
24 * __32BIT__ Compiling for 32 bit code (any environment)
  /external/stlport/test/unit/
test_errno.cpp 41 * (in MT environment errno is a per-thread value) expand to something like
  /frameworks/base/awt/java/awt/
Composite.java 37 * environment for a compositing operation. Several contexts can exist for a
CompositeContext.java 29 * environment for a compositing operation.
HeadlessException.java 27 * environment that does not support a keyboard, display, or mouse.

Completed in 210 milliseconds

1 2 3 45 6 7 8 91011>>