HomeSort by relevance Sort by last modified time
    Searched full:exists (Results 626 - 650 of 2592) sorted by null

<<21222324252627282930>>

  /dalvik/libcore/logging/src/main/java/java/util/logging/
MemoryHandler.java 176 * if security manager exists and it determines that caller does
277 * if security manager exists and it determines that caller
  /dalvik/libcore/luni/src/main/java/java/io/
FileOutputStream.java 57 * exists, it is overwritten.
135 * the file exists, it is overwritten. The {@code filename} may be absolute
  /dalvik/libcore/nio/src/main/java/java/nio/
Buffer.java 89 * Returns the array associated with this buffer, or null if none exists.
100 * Returns the offset into the backing array, if one exists, otherwise 0.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMNamedNodeMap.java 175 * exists.
258 * name and namespace URI exists.
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
NamedNodeMap.java 76 * exists.
169 * name and namespace URI exists.
  /development/build/tools/
make_windows_sdk.sh 137 [ -e "$TEMP_SDK_DIR" ] && rm -rfv "$TEMP_SDK_DIR" # cleanup dest first if exists
140 [ -e "$UNZIPPED" ] && rm -rfv "$UNZIPPED" # cleanup unzip dir (if exists)
  /development/simulator/app/
Preferences.cpp 322 bool Preferences::Exists(const char* name) const
422 * Set a value. If the preference already exists, and the value hasn't
  /external/dbus/doc/
dbus-test-plan.xml 169 exists in the same process can talk to eachother without using
226 Luckily there exists good tools for catching such errors. One
  /external/dbus/test/name-test/
test-names.c 16 #define EXISTS DBUS_REQUEST_NAME_REPLY_EXISTS
60 EXISTS, {0,1,-1,-1}},
  /external/dbus/tools/
dbus-launch-x11.c 289 * TRUE does not mean the address exists.
337 * If an error occurs, returns -1. If the selection already exists,
  /external/dropbear/
sshpty.c 52 /* exists in recent (4.4) BSDs and OSF/1 */
72 * _getpty(3) exists in SGI Irix 4.x, 5.x & 6.x -- it generates more
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 282 /* Make sure the device exists and is a block device */
352 * If .../.journal already exists, make sure any
  /external/elfutils/
INSTALL 148 `configure' looks for `PREFIX/share/config.site' if it exists, then
149 `PREFIX/etc/config.site' if it exists. Or, you can set the
  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 71 if (_file.exists () && ! _file.isFile ())
109 final String nonexistent = f.exists () ? "" : "{nonexistent} ";
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 129 final String nonexistent = f.exists () ? "" : "{nonexistent} ";
147 final String nonexistent = f.exists () ? "" : "{nonexistent} ";
  /external/giflib/
gifalloc.c 165 /* Let's see if this color already exists: */
176 ColorTransIn2[i] = j; /* color exists in Color1 */
  /external/icu4c/config/
icu-config.1.in 49 .BI "\-\-exists"
196 .BI "\-\-exists"
  /external/qemu/memcheck/
memcheck_malloc_map.c 121 // Matching entry exists. Lets see if we need to replace it.
185 /* Another descriptor already exists for this block, or an error
memcheck_mmrange_map.c 83 // Matching entry exists. Lets see if we need to replace it.
146 /* Another descriptor already exists for this block, or an error
  /external/srec/portable/include/
phashtable.h 177 * @param exists [out] True if the key was found
181 const void *key, ESR_BOOL* exists);
  /external/strace/
INSTALL 148 `configure' looks for `PREFIX/share/config.site' if it exists, then
149 `PREFIX/etc/config.site' if it exists. Or, you can set the
  /external/webkit/WebKit/mac/Misc/
WebKitNSStringExtras.mm 289 // Files exists, no need to fix.
304 // Should only happen if self == "/", so this shouldn't happen because that always exists.
  /frameworks/base/core/java/android/content/
ComponentName.java 29 * a component: the package (a String) it exists in, and the class (a String)
40 * @param pkg The name of the package that the component exists in. Can
  /frameworks/base/core/java/android/view/
VolumePanel.java 52 * The delay before playing a sound. This small period exists so the user
60 * The delay before vibrating. This small period exists so if the user is
  /frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java 118 if (classPathEntry.exists()) {
171 if (directory.exists()) {

Completed in 107 milliseconds

<<21222324252627282930>>