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

<<11121314151617181920>>

  /external/llvm/unittests/Support/
Path.cpp 175 // Make sure it exists.
177 ASSERT_NO_ERROR(sys::fs::exists(Twine(TempPath), TempFileExists));
199 ASSERT_NO_ERROR(fs::exists(Twine(TempPath2), TempFileExists));
218 ASSERT_NO_ERROR(fs::exists(Twine(TempPath), TempFileExists));
  /external/llvm/utils/crosstool/ARM/
build-install-linux.sh 61 echo "$1 exists but is not a directory; exiting."
113 echo "CodeSourcery install dir already exists; skipping."
133 echo "LLVM install dir ${LLVM_INSTALL_DIR} exists; skipping."
161 echo "LLVM-GCC install dir ${LLVMGCC_INSTALL_DIR} exists; skipping."
  /external/mesa3d/docs/
MESA_agp_offset.spec 38 no real specification exists. See GL_NV_vertex_array_range for more
  /external/openssl/crypto/objects/
objects.README 12 exists, the long name is used as basis for the base name
  /external/oprofile/m4/
binutils.m4 27 AC_MSG_CHECKING([whether bfd_get_synthetic_symtab() exists in BFD library])
cellspubfdsupport.m4 8 # First, we check for existence of the base bfd_openr_iovec. If it exists,
  /external/proguard/src/proguard/io/
DirectoryPump.java 48 if (!directory.exists())
  /external/qemu/android/
config.h 46 /* add a named child to a config node (or modify it if it already exists) */
  /external/stlport/stlport/
exception 18 // This header exists solely for portability. Normally it just includes
  /external/webkit/LayoutTests/storage/
executesql-accepts-only-one-statement.html 56 tx.executeSql("CREATE TABLE IF NOT EXISTS Test (Foo INT)");
read-and-write-transactions-dont-run-together.js 74 tx.executeSql("CREATE TABLE IF NOT EXISTS Test (Foo int);");
statement-error-callback.html 24 tx.executeSql("CREATE TABLE IF NOT EXISTS TestTable (RandomData TEXT)");
  /external/webkit/Source/JavaScriptCore/debugger/
Debugger.h 60 // This function exists only for backwards compatibility with existing WebScriptDebugger clients.
  /external/webkit/Source/WebCore/bindings/objc/
DOMImplementationFront.h 25 // FIXME: This source file exists to work around a problem that occurs trying
  /external/webkit/Source/WebCore/editing/
EditingBehaviorTypes.h 32 // last line on Mac, but does nothing on Windows. A similar case exists on the
  /external/webkit/Source/WebCore/gyp/
WebCore.gyp 146 'sh', '<(project_dir)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-global-initializers'
152 'sh', '<(project_dir)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-exit-time-destructors'
158 'sh', '<(project_dir)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-weak-vtables-and-externals'
182 'sh', '<(project_dir)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-inappropriate-files-in-framework'
  /external/webkit/Source/WebCore/platform/mac/
WebFontCache.h 30 // This interface exists so that third party products (like Silk) can patch in to an Obj-C method to manipulate WebKit's font caching/substitution.
  /external/webkit/Source/WebCore/platform/qt/
SharedBufferQt.cpp 39 if (!file.exists() || !file.open(QFile::ReadOnly))
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGGradientStop.h 32 // This class exists mostly so we can hear about gradient stop style changes
  /external/webkit/Tools/Scripts/
generate-project-files 36 # This simple wrapper exists so that the configure logic can live in the Source directory.
  /external/webkit/Tools/wx/build/
build_utils.py 73 if os.path.exists(featuredir) and not relpath in outdirs:
101 if not os.path.exists(destfile) or os.path.getsize(destfile) != size:
131 if archive and os.path.exists(archive):
173 if os.path.exists(config_file):
  /external/webkit/Tools/wx/packaging/
build-debian-installer.py 18 if os.path.exists(deb_dir):
  /frameworks/base/core/java/android/app/backup/
AbsoluteFileBackupHelper.java 55 * state as it exists now.
  /frameworks/base/core/java/android/content/res/
ObbScanner.java 44 if (!obbFile.exists()) {
  /frameworks/base/native/
copy-to-ndk.sh 25 echo "Exists: $dst"

Completed in 1238 milliseconds

<<11121314151617181920>>