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

1 23 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/http/tests/appcache/
online-fallback-layering-expected.txt 4 Getting a network namespace resource that exists on the server, should succeed.
  /external/webkit/Tools/wx/packaging/
build-mac-installer.py 60 if os.path.exists(tempdir):
86 if os.path.exists(filename):
99 if not os.path.exists(copyname):
109 if os.path.exists(tempdir):
117 if not os.path.exists(wxroot):
120 if not os.path.exists(wxpythonroot):
140 if not os.path.exists(demodir):
145 if os.path.exists(pkgname + ".pkg"):
161 if os.path.exists(tempdir):
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Sources.java 21 * @return A source, or {@code null} if no source with the given name exists.
  /external/chromium/base/
file_version_info_win.h 50 // Get the fixed file info if it exists. Otherwise NULL
57 // This is a pointer into the data_ if it exists. Otherwise NULL.
file_util_proxy.h 60 // PLATFORM_FILE_ERROR_FILE_EXISTS if the |file_path| already exists.
82 // If the file already exists, |created| is set false and |error code|
108 // if |exclusive| is true and dir already exists.
119 // doesn't exists.
120 // If source dir exists but destination path is an existing file.
121 // If source file exists but destination path is an existing directory.
123 // If source doesn't exists.
  /external/collada/include/dae/
daeError.h 26 /** The IOPlugin tried to write to a file that already exists and the "replace" parameter was set to false */
32 /** A document with that name already exists. */
  /external/elfutils/m4/
inttypes-pri.m4 11 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI*
30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
inttypes_h.m4 11 # Define HAVE_INTTYPES_H_WITH_UINTMAX if <inttypes.h> exists,
25 [Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
stdint_h.m4 11 # Define HAVE_STDINT_H_WITH_UINTMAX if <stdint.h> exists,
25 [Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
  /external/llvm/cmake/modules/
VersionFromVCS.cmake 7 if( EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.svn" )
19 elseif( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git )
  /external/llvm/lib/Target/
CMakeLists.txt 30 if( EXISTS ${td}/AsmParser/CMakeLists.txt )
34 if( EXISTS ${td}/Disassembler/CMakeLists.txt )
  /external/llvm/utils/vim/
tablegen.vim 8 elseif exists("b:current_syntax")
33 if version >= 508 || !exists("did_c_syn_inits")
  /external/webkit/LayoutTests/storage/
multiple-databases-garbage-collection.js 31 tx.executeSql("CREATE TABLE IF NOT EXISTS DataTest (randomData)", [], function(tx, result) {
44 tx.executeSql("CREATE TABLE IF NOT EXISTS EmptyTable (unimportantData)", []);
statement-success-callback-isolated-world.html 42 " tx.executeSql('CREATE TABLE IF NOT EXISTS Test (Foo INT)', [], statementSuccessCallback1);\n" +
47 tx.executeSql('CREATE TABLE IF NOT EXISTS Test (Foo INT)', [], statementSuccessCallback2);
  /frameworks/base/core/tests/coretests/src/android/os/
FileUtilsTest.java 59 if (mTestFile.exists()) mTestFile.delete();
60 if (mCopyFile.exists()) mCopyFile.delete();
79 Assert.assertTrue(mTestFile.exists());
113 Assert.assertFalse(mTestFile.exists());
121 assertFalse(mCopyFile.exists());
123 assertTrue(mCopyFile.exists());
130 assertFalse(mCopyFile.exists());
131 FileUtils.copyToFile(new ByteArrayInputStream(s.getBytes()), mCopyFile); assertTrue(mCopyFile.exists());
  /sdk/common/src/com/android/io/
IAbstractResource.java 37 * Returns whether the resource actually exists.
39 boolean exists(); method in interface:IAbstractResource
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseErrorHandlerTest.java 44 if (mDatabaseFile.exists()) {
62 assertTrue(mDatabaseFile.exists());
72 assertTrue(mDatabaseFile.exists());
85 if (mDatabaseFile.exists()) {
92 assertFalse(mDatabaseFile.exists());
  /external/srec/portable/src/
PANSIFileSystemImpl.c 104 ESR_BOOL exists; local
157 CHKLOG(rc, PHashTableContainsKey(impl->directoryMap, key, &exists));
158 if (exists)
287 ESR_BOOL exists; local
313 CHKLOG(rc, PHashTableContainsKey(impl->directoryMap, key, &exists));
314 if (exists)
333 CHKLOG(rc, PHashTableContainsKey(impl->directoryMap, L(""), &exists));
334 if (exists)
342 CHKLOG(rc, PHashTableContainsKey(PFileSystemPathMap, L(""), &exists));
343 if (exists)
    [all...]
  /system/core/include/arch/freebsd-x86/
AndroidConfig.h 293 * Define if <sys/socket.h> exists.
298 * Define if the strlcpy() function exists on the system.
303 * Define if the open_memstream() function exists on the system.
308 * Define if the BSD funopen() function exists on the system.
313 * Define if prctl() exists
318 * Define if writev() exists
338 * Define if <stdint.h> exists.
343 * Define if <stdbool.h> exists.
348 * Define if <sched.h> exists.
353 * Define if pread() exists
    [all...]
  /system/core/include/arch/linux-arm/
AndroidConfig.h 305 * Define if <sys/socket.h> exists.
310 * Define if the strlcpy() function exists on the system.
315 * Define if the open_memstream() function exists on the system.
320 * Define if the BSD funopen() function exists on the system.
325 * Define if prctl() exists
330 * Define if writev() exists
335 * Define if <stdint.h> exists.
340 * Define if <stdbool.h> exists.
345 * Define if <sched.h> exists.
350 * Define if pread() exists
    [all...]
  /system/core/include/arch/linux-ppc/
AndroidConfig.h 277 * Define if <sys/socket.h> exists.
282 * Define if the strlcpy() function exists on the system.
287 * Define if the open_memstream() function exists on the system.
292 * Define if the BSD funopen() function exists on the system.
297 * Define if prctl() exists
302 * Define if writev() exists
307 * Define if <stdint.h> exists.
312 * Define if <stdbool.h> exists.
317 * Define if <sched.h> exists.
322 * Define if pread() exists
    [all...]
  /system/core/include/arch/linux-x86/
AndroidConfig.h 277 * Define if <sys/socket.h> exists.
282 * Define if the strlcpy() function exists on the system.
287 * Define if the open_memstream() function exists on the system.
292 * Define if the BSD funopen() function exists on the system.
297 * Define if prctl() exists
302 * Define if writev() exists
307 * Define if <stdint.h> exists.
312 * Define if <stdbool.h> exists.
317 * Define if <sched.h> exists.
322 * Define if pread() exists
    [all...]
  /system/core/include/arch/windows/
AndroidConfig.h 265 * Define if <sys/socket.h> exists.
275 * Define if the strlcpy() function exists on the system.
280 * Define if the open_memstream() function exists on the system.
285 * Define if the BSD funopen() function exists on the system.
290 * Define if <winsock2.h> exists.
307 * Define if writev() exists.
312 * Define if <stdint.h> exists.
317 * Define if <stdbool.h> exists.
322 * Define if <sched.h> exists.
327 * Define if pread() exists
    [all...]
  /external/webkit/Source/WebCore/platform/
AsyncFileSystem.h 71 // Opens a new file system. The create parameter specifies whether or not to create the path if it does not already exists.
100 // Creates a file at a given path. If exclusive flag is true, it fails if the path already exists.
105 // Creates a directory at a given path. If exclusive flag is true, it fails if the path already exists.
110 // Checks if a file exists at a given path.
111 // AsyncFileSystemCallbacks::didSucceed() is called if the file exists.
115 // Checks if a directory exists at a given path.
116 // AsyncFileSystemCallbacks::didSucceed() is called if the directory exists.
  /libcore/dalvik/src/main/java/dalvik/system/
VMRuntime.java 119 * This method exists for binary compatibility. It was part of a
128 * This method exists for binary compatibility. It was part of a
137 * This method exists for binary compatibility. It used to
144 * This method exists for binary compatibility. It is equivalent
161 * This method exists for binary compatibility. It was part of
170 * This method exists for binary compatibility. It was part of
177 * This method exists for binary compatibility. It was part of

Completed in 1783 milliseconds

1 23 4 5 6 7 8 91011>>