HomeSort by relevance Sort by last modified time
    Searched full:environment (Results 1 - 25 of 1928) 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,
  /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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fenvinline.h 1 /* This file provides inline versions of floating-pint environment
  /libcore/luni/src/test/java/libcore/java/lang/
ProcessBuilderTest.java 45 pb.environment().put("A", "android");
51 Map<String, String> environment = pb.environment(); local
52 Map<String, String> before = new HashMap<String, String>(environment);
54 environment.put("A", null);
59 environment.put(null, "android");
63 assertEquals(before, 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,
  /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/chromium/base/
foundation_utils_mac.h 13 // system. In a traditional managed-memory environment, cf_object is
15 // environment, cf_object is marked as eligible for garbage collection.
22 // cf_object. In a managed-memory environment, the object's ownership will be
30 // In the traditional GC-less environment, NSMakeCollectable is a no-op,
  /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/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 9 import android.os.Environment;
118 String extStoragePath = Environment.getExternalStorageDirectory().toString();
136 String status = Environment.getExternalStorageState();
137 if (Environment.MEDIA_MOUNTED.equals(status)
138 || Environment.MEDIA_MOUNTED_READ_ONLY.equals(status)) {
141 String extStoragePath = Environment.getExternalStorageDirectory().toString();
147 } else if (Environment.MEDIA_NOFS.equals(status)
148 || Environment.MEDIA_UNMOUNTED.equals(status)
149 || Environment.MEDIA_UNMOUNTABLE.equals(status)) {
152 final String extStoragePath = Environment.getExternalStorageDirectory().toString()
    [all...]
  /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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
setjmp.h 34 /* Calling environment, plus possibly a saved signal mask. */
41 __jmp_buf __jmpbuf; /* Calling environment. */
51 /* Store the calling environment in ENV, also saving the signal mask.
57 /* Store the calling environment in ENV, also saving the
63 /* Store the calling environment in ENV, not saving the signal mask.
80 /* Jump to the environment saved in ENV, making the
102 /* Store the calling environment in ENV, also saving the
106 /* Jump to the environment saved in ENV, making the
  /external/chromium/net/third_party/nss/
README.google 12 for building libssl outside of its usual build environment.
  /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
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 33 import android.os.Environment;
156 String status = Environment.getExternalStorageState();
157 if (status.equals(Environment.MEDIA_MOUNTED)) {
209 String extStoragePath = Environment.getExternalStorageDirectory().toString();
228 String extStoragePath = Environment.getExternalStorageDirectory().toString();
263 mountService.mountVolume(Environment.getExternalStorageDirectory().toString());
272 String status = Environment.getExternalStorageState();
274 if (status.equals(Environment.MEDIA_MOUNTED_READ_ONLY)) {
275 status = Environment.MEDIA_MOUNTED;
279 if (status.equals(Environment.MEDIA_MOUNTED))
    [all...]
  /libcore/luni/src/main/java/java/lang/
ProcessBuilder.java 37 private Map<String, String> environment; field in class:ProcessBuilder
71 this.environment = new Hashtable<String, String>(System.getenv());
141 * Returns this process builder's current environment. When a process
142 * builder instance is created, the environment is populated with a copy of
143 * the environment, as returned by {@link System#getenv()}. Note that the
147 * @return the map containing this process builder's environment variables.
149 public Map<String, String> environment() { method in class:ProcessBuilder
150 return environment;
197 String[] envArray = new String[environment.size()];
199 for (Map.Entry<String, String> entry : environment.entrySet())
    [all...]
  /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/chromium/third_party/icu/source/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/chromium/third_party/icu/source/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

Completed in 414 milliseconds

1 2 3 4 5 6 7 8 91011>>