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

<<11121314151617181920>>

  /ndk/build/platforms/android-4/arch-arm/usr/include/
fenv.h 55 /* Default floating-point environment */
  /ndk/build/platforms/android-5/arch-arm/usr/include/
fenv.h 55 /* Default floating-point environment */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
fenv.h 55 /* Default floating-point environment */
  /ndk/docs/
INSTALL.TXT 43 also want to define the GNUMAKE environment variable to point to it.
NDK-BUILD.TXT 56 default 'make' command, define GNUMAKE in your environment to point to it
  /packages/inputmethods/OpenWnn/
README.txt 25 o Building environment
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbContainer.java 83 private Environment mEnvironment;
184 mEnvironment = Environment.getInstance();
415 Environment env = Environment.getInstance();
SoftKeyboard.java 248 Environment env = Environment.getInstance();
253 Environment env = Environment.getInstance();
SoftKeyboardView.java 244 Environment env = Environment.getInstance();
405 Environment env = Environment.getInstance();
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xosdefs.h 48 * symbol does NOT mean that the POSIX environment is the default.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
unittest.xml 39 <!-- This target holds code to cleanup the testing environment after -->
  /external/webkit/WebKitTools/Scripts/
webkitdirs.pm 506 # Use WEBKIT_SAFARI environment variable if present.
937 # Setting the environment variable 'CYGWIN' to 'tty' makes cygwin enable extra support (i.e., termios)
941 # Those environment variables must be set to be able to build inside Visual Studio.
946 print "Setting the Environment Variable '" . $variable . "' to '" . $variablesToSet{$variable} . "'\n\n";
947 system qw(regtool -s set), '\\HKEY_CURRENT_USER\\Environment\\' . $variable, $variablesToSet{$variable};
956 print "Warning: You must set the 'WebKitLibrariesDir' environment variable\n";
962 print "Warning: You must set the 'WebKitOutputDir' environment variable\n";
994 print "to setup the necessary environment variables.\n";
1042 print "Optionally, set the environment variable 'WebKitInspectorResourcesDir'\n";
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_MediaTest.java 28 import android.os.Environment;
69 String externalPath = Environment.getExternalStorageDirectory().getPath();
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
FilterExprIteratorSimple.java 76 public void setRoot(int context, Object environment)
78 super.setRoot(context, environment);
MatchPatternIterator.java 160 public void setRoot(int context, Object environment)
162 super.setRoot(context, environment);
OneStepIterator.java 93 public void setRoot(int context, Object environment)
95 super.setRoot(context, environment);
WalkingIterator.java 150 public void setRoot(int context, Object environment)
153 super.setRoot(context, environment);
  /development/pdk/docs/source/
overview-1.0.jd 76 <li>While the platform is designed to be chipset agnostic, and will run on virtually any ARM-based Linux kernel environment, version 1.0 of the platform has been tested and verified on the MSM 7K chipsets <b>.</b>
95 <ul><li>The platform will run on almost on any ARM based Linux kernel environment.
  /external/e2fsprogs/
e2fsprogs.spec 11 Group: System Environment/Base
51 Group: System Environment/Daemons
e2fsprogs.spec.in 11 Group: System Environment/Base
51 Group: System Environment/Daemons
  /external/grub/lib/
getopt.c 102 Setting the environment variable POSIXLY_CORRECT disables permutation.
162 the default is REQUIRE_ORDER if the environment variable
168 This mode of operation is selected by either setting the environment
193 /* Value of POSIXLY_CORRECT environment variable. */
258 /* Bash 2.0 gives us an environment variable containing flags
270 /* Make sure the environment variable bash 2.0 puts in the environment
538 Either it does not have option syntax, or there is an environment flag
  /external/gtest/test/
gtest_test_utils.py 65 # The environment variable overrides the default value.
69 # The command line flag overrides the environment variable.
  /external/jpeg/
djpeg.1 221 .SH ENVIRONMENT
224 If this environment variable is set, its value is the default memory limit.
jpegtran.1 208 .SH ENVIRONMENT
211 If this environment variable is set, its value is the default memory limit.
  /external/v8/test/mjsunit/
d8-os.js 108 var environment = os.system("printenv");
109 assertTrue(/FOO=bar/.test(environment));

Completed in 910 milliseconds

<<11121314151617181920>>