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

1 2 3 4 5 6 7 8 91011>>

  /external/zlib/win32/
VisualC.txt 2 To build zlib using the Microsoft Visual C++ environment,
  /dalvik/libcore/luni/src/main/java/java/lang/
package.html 4 Provides core classes of the Android environment. This includes
7 central aspects of the environment hosting the application.
ProcessBuilder.java 36 private Map<String, String> environment; field in class:ProcessBuilder
69 this.environment = System.getenv();
140 * Returns this process builder's current environment. When a process
141 * builder instance is created, the environment is populated with a copy of
142 * the environment, as returned by {@link System#getenv()}. Note that the
146 * @return the map containing this process builder's environment variables.
148 public Map<String, String> environment() { method in class:ProcessBuilder
149 return environment;
196 String[] envArray = new String[environment.size()];
198 for (Map.Entry<String, String> entry : environment.entrySet())
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
EnvironmentTest.java 19 import android.os.Environment;
25 @TestTargetClass(Environment.class)
30 notes = "Test constructor(s) of {@link Environment}",
31 method = "Environment",
66 new Environment();
67 assertNotNull(Environment.getExternalStorageState());
68 assertTrue(Environment.getExternalStorageDirectory().isDirectory());
69 assertTrue(Environment.getRootDirectory().isDirectory());
70 assertTrue(Environment.getDownloadCacheDirectory().isDirectory());
71 assertTrue(Environment.getDataDirectory().isDirectory())
    [all...]
  /external/opencore/build_config/opencore_dynamic/
setup.sh 1 ## setup the default environment
  /external/webkit/WebKit/gtk/docs/
webkitenvironment.xml 4 <refentry id="webkit-environment">
6 <refentrytitle>Environment</refentrytitle>
12 <refname>Environment</refname>
13 <refpurpose>How does the environment affect applications that use WebKitGTK+</refpurpose>
21 using the <literal>WEBKIT_DEBUG</literal> environment variable. It
30 A list of possible values for the environment variable follows:
  /external/clearsilver/man/man3/
cgi_debug_init.3 32 of HTTP/CGI environment variables. This allows you to
34 environment.
cgiwrap_getenv.3 25 k - the environment variable to lookup
29 environment variables, which are used to pass data to
cgi_init.3 14 cgi_init - Initialize ClearSilver CGI environment
36 cgi_init initializes the ClearSilver CGI environment,
38 the standard CGI environment variables into that dataset,
cgiwrap_iterenv.3 31 environment variables. This is probably mostly used by
  /prebuilt/windows/sdl/host/include/SDL/
SDL_getenv.h 16 /* Put a variable of the form "name=value" into the environment */
20 /* Retrieve a variable named "name" from the environment */
  /external/clearsilver/csharp/
csperftest.cs 12 start = Environment.TickCount;
14 end = Environment.TickCount;
29 int start = Environment.TickCount;
33 int end = Environment.TickCount;
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.os.Environment.html 10 android.os.Environment
74 Class android.os.<A HREF="../../../../reference/android/os/Environment.html" target="_top"><font size="+2"><code>Environment</code></font></A>
86 <A NAME="android.os.Environment.getExternalStoragePublicDirectory_added(java.lang.String)"></A>
87 <nobr><code>File</code>&nbsp;<A HREF="../../../../reference/android/os/Environment.html#getExternalStoragePublicDirectory(java.lang.String)" target="_top"><code>getExternalStoragePublicDirectory</code></A>(<code>String</code>)</nobr>
102 <A NAME="android.os.Environment.DIRECTORY_ALARMS"></A>
103 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/os/Environment.html#DIRECTORY_ALARMS" target="_top"><code>DIRECTORY_ALARMS</code></A></nobr>
109 <A NAME="android.os.Environment.DIRECTORY_DCIM"></A>
110 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/os/Environment.html#DIRECTORY_DCIM" target="_top"><code>DIRECTORY_DCIM</code></A></nobr>
116 <A NAME="android.os.Environment.DIRECTORY_DOWNLOADS"></A
    [all...]
  /external/webkit/WebCore/bindings/objc/
WebScriptObject.h 36 to WebKit's JavaScript environment.
49 scripting environment for properties that are not exported. This is done using
56 scripting environment for methods that are not exported. This is done using
61 If clients need to raise an exception in the script environment
108 @param selector The selector that will be exposed to the script environment.
110 in the script environment. It is the responsibility of the class to ensure
122 scripting environment.
128 @param selector The selector the will be exposed to the script environment.
129 @discussion Return NO to export the selector to the script environment.
130 Return YES to prevent the selector from being exported to the script environment.
    [all...]
  /external/clearsilver/python/examples/trans/
tstart.py 1 # this starts up the T-environment...
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_getenv.c 38 /* Put a variable of the form "name=value" into the environment */
67 /* Retrieve a variable named "name" from the environment */
92 /* Put a variable of the form "name=value" into the environment */
121 /* Actually put it into the environment */
140 /* Didn't find it in the environment, expand and add */
155 /* Retrieve a variable named "name" from the environment */
192 printf("Setting FIRST=VALUE1 in the environment... ");
199 printf("Getting FIRST from the environment... ");
207 printf("Setting SECOND=VALUE2 in the environment... ");
214 printf("Getting SECOND from the environment... ")
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebScriptObject.idl 36 environment using the "windowScriptObject" method on WebView.
75 @param name The name of the method to call in the script environment.
76 @param args The arguments to pass to the script environment.
77 @discussion Calls the specified method in the script environment using the
86 @param script The script to execute in the target script environment.
87 @discussion The script will be executed in the target script environment. The format
88 of the script is dependent of the target script environment.
89 @result Returns the result of evaluating the script in the script environment.
97 @discussion Removes the property from the object in the script environment.
105 of non string objects type is dependent on the script environment
    [all...]
  /bionic/libm/man/
fegetenv.3 35 .Nd floating-point environment save and restore
50 The floating-point environment includes exception flags and masks, the
56 function stores the current floating-point environment in the object
61 saves the current environment, then clears all exception flags
66 function restores a previously saved environment.
69 function restores a saved environment as well, but it also
70 raises any exceptions that were set in the environment it
  /external/clearsilver/cgi/
static.c 34 * environment variables and stdin. cgi_debug_init looks for a file as the
36 * cgi_debug_init will load into the environment, allowing you to test your
40 /* The ClearSilver cgi toolkit accesses the CGI environment through a
42 * fake the CGI environment, such as FastCGI, mod_python, PyApache, or even
44 * cgiwrap_init_std just sets up for the default CGI environment using the
48 /* cgi_init creates a CGI struct, and parses the CGI environment variables.
  /external/icu4c/tools/gencnval/
gencnval.1.in 64 The default source directory is specified by the environment variable
70 The default destination directory is specified by the environment variable
72 .SH ENVIRONMENT
  /external/icu4c/tools/genuca/
genuca.8.in 68 The default source directory is specified by the environment variable
74 The default destination directory is specified by the environment variable
76 .SH ENVIRONMENT
  /frameworks/base/awt/java/awt/
HeadlessGraphicsEnvironment.java 27 * implementation to use in the case where the environment lacks display,
36 * this graphics environment.
39 * graphics environment that are dependent on a display, keyboard,
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 31 import android.os.Environment;
70 Environment.getExternalStoragePublicDirectory(
71 Environment.DIRECTORY_PICTURES),
87 getExternalFilesDir(Environment.DIRECTORY_PICTURES),
145 String state = Environment.getExternalStorageState();
146 if (Environment.MEDIA_MOUNTED.equals(state)) {
148 } else if (Environment.MEDIA_MOUNTED_READ_ONLY.equals(state)) {
185 File path = Environment.getExternalStoragePublicDirectory(
186 Environment.DIRECTORY_PICTURES);
227 File path = Environment.getExternalStoragePublicDirectory
    [all...]
  /development/samples/ApiDemos/tests/
Android.mk 14 # automatically get all of its classes loaded into our environment.
  /external/dropbear/
TODO 9 - handle /etc/environment in AIX

Completed in 502 milliseconds

1 2 3 4 5 6 7 8 91011>>