HomeSort by relevance Sort by last modified time
    Searched full:exists (Results 76 - 100 of 4830) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/io/
DiskLruCacheTest.java 176 assertFalse(k1.exists());
222 assertFalse(cleanFile0.exists());
223 assertFalse(cleanFile1.exists());
224 assertFalse(dirtyFile0.exists());
225 assertFalse(dirtyFile1.exists());
340 assertFalse(getCleanFile("k1", 0).exists()); method
341 assertFalse(getCleanFile("k1", 1).exists()); method
342 assertFalse(getDirtyFile("k1", 0).exists()); method
343 assertFalse(getDirtyFile("k1", 1).exists()); method
356 assertFalse(getCleanFile("k1", 0).exists()); method
357 assertFalse(getCleanFile("k1", 1).exists()); method
358 assertFalse(getDirtyFile("k1", 0).exists()); method
359 assertFalse(getDirtyFile("k1", 1).exists()); method
720 assertFalse(getCleanFile("g1", 0).exists()); method
721 assertFalse(getCleanFile("g1", 1).exists()); method
722 assertFalse(getCleanFile("g2", 0).exists()); method
723 assertFalse(getCleanFile("g2", 1).exists()); method
    [all...]
  /system/core/include/arch/darwin-x86/
AndroidConfig.h 254 * Define if <sys/socket.h> exists.
259 * Define if the strlcpy() function exists on the system.
264 * Define if the open_memstream() function exists on the system.
269 * Define if the BSD funopen() function exists on the system.
274 * Define if writev() exists
279 * Define if <stdint.h> exists.
284 * Define if <stdbool.h> exists.
289 * Define if <sched.h> exists.
294 * Define if pread() exists
  /system/core/include/arch/target_linux-x86/
AndroidConfig.h 294 * Define if <sys/socket.h> exists.
299 * Define if the strlcpy() function exists on the system.
304 * Define if the open_memstream() function exists on the system.
309 * Define if the BSD funopen() function exists on the system.
314 * Define if prctl() exists
324 * Define if <stdint.h> exists.
329 * Define if <stdbool.h> exists.
334 * Define if <sched.h> exists.
339 * Define if pread() exists
  /external/llvm/
copy-diff.py 40 if not os.path.exists(src):
45 if not os.path.exists(destdir):
53 if not os.path.exists(dest) or is_file_different(src, dest):
  /external/srec/srec/Session/src/
SR_Session.c 33 ESR_BOOL exists; local
61 if (ESR_SessionExists(&exists) == ESR_SUCCESS)
63 if (exists)
  /external/webkit/LayoutTests/storage/
sql-error-codes.js 57 tx.executeSql("CREATE TABLE IF NOT EXISTS BadBindNumberTest (Foo INT, Bar INT)");
68 tx.executeSql("CREATE TABLE IF NOT EXISTS BadBindTypeTest (Foo TEXT)");
77 tx.executeSql("CREATE TABLE IF NOT EXISTS QuotaTest (Foo BLOB)");
  /libcore/json/src/main/java/org/json/
JSONArray.java 172 * to the required length if necessary. If a value already exists at {@code
183 * to the required length if necessary. If a value already exists at {@code
196 * to the required length if necessary. If a value already exists at {@code
207 * to the required length if necessary. If a value already exists at {@code
218 * to the required length if necessary. If a value already exists at {@code
279 * Returns the value at {@code index} if it exists and is a boolean or can
295 * Returns the value at {@code index} if it exists and is a boolean or can
303 * Returns the value at {@code index} if it exists and is a boolean or can
313 * Returns the value at {@code index} if it exists and is a double or can
329 * Returns the value at {@code index} if it exists and is a double or ca
    [all...]
JSONObject.java 280 * If the mapping exists but its value is not an array, the existing
320 * Removes the named mapping if it exists; does nothing otherwise.
349 * @throws JSONException if no such mapping exists.
361 * exists.
368 * Returns the value mapped by {@code name} if it exists and is a boolean or
384 * Returns the value mapped by {@code name} if it exists and is a boolean or
392 * Returns the value mapped by {@code name} if it exists and is a boolean or
402 * Returns the value mapped by {@code name} if it exists and is a double or
418 * Returns the value mapped by {@code name} if it exists and is a double or
426 * Returns the value mapped by {@code name} if it exists and is a double o
    [all...]
  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 90 // Tests that BuiltInDefaultValue<T*>::Exists() return true.
92 EXPECT_TRUE(BuiltInDefaultValue<int*>::Exists());
93 EXPECT_TRUE(BuiltInDefaultValue<const char*>::Exists());
94 EXPECT_TRUE(BuiltInDefaultValue<void*>::Exists());
125 // Tests that BuiltInDefaultValue<T>::Exists() returns true when T is a
128 EXPECT_TRUE(BuiltInDefaultValue<unsigned char>::Exists());
129 EXPECT_TRUE(BuiltInDefaultValue<signed char>::Exists());
130 EXPECT_TRUE(BuiltInDefaultValue<char>::Exists());
132 EXPECT_TRUE(BuiltInDefaultValue<unsigned wchar_t>::Exists());
133 EXPECT_TRUE(BuiltInDefaultValue<signed wchar_t>::Exists());
    [all...]
  /dalvik/tests/068-classloader/src/
BaseOkay.java 33 * Interface that declares the not-overridden method. This exists to ensure
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INTERPRET.S 17 /* Don't use conditional loads if the HW defect exists */
TEMPLATE_PERIODIC_PROFILING.S 8 * actually exists 10 bytes before the return target, but because
  /device/ti/panda/self-extractors/root/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
  /external/chromium/chrome/browser/first_run/
upgrade_util_win.h 13 // If the new_chrome.exe exists (placed by the installer then is swapped
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.h 29 // |-mutableChildren| exists so that the CookiesTreeModelObserverBridge can
  /external/chromium/net/base/
escape_icu.cc 12 // This file exists to avoid having escape.cc depend on ICU.
platform_mime_util.h 24 // Returns true if a corresponding mime type exists.
  /external/chromium/net/disk_cache/
cache_util.h 16 // Fails if the destination exists already, or if it doesn't have
  /external/clang/lib/Basic/
CMakeLists.txt 26 if (Subversion_FOUND AND EXISTS "${CLANG_SOURCE_DIR}/.svn")
  /external/collada/src/dae/
daeError.cpp 27 { DAE_ERR_COLLECTION_ALREADY_EXISTS, "A document with the same name exists already" },
  /external/dbus/cmake/modules/
CheckPrototypeExists.cmake 1 # - Check if the prototype for a function exists.
  /external/guava/src/com/google/common/collect/
NullOutputException.java 20 * Thrown when a computer function returns null. This subclass exists so
  /external/icu4c/tools/toolutil/
platform_xopen_source_extended.h 24 * A compatibility issue exists between turning on _XOPEN_SOURCE_EXTENDED and using
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
NotThreadSafe.java 20 * annotation primarily exists for clarifying the non-thread-safety of a class
  /external/kernel-headers/original/asm-generic/bitops/
__ffs.h 10 * Undefined if no bit exists, so code should check against 0 first.

Completed in 1000 milliseconds

1 2 34 5 6 7 8 91011>>