HomeSort by relevance Sort by last modified time
    Searched defs:exists (Results 1 - 25 of 263) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/mesa/src/scons/
x11.py 44 def exists(env): function
dxsdk.py 70 def exists(env): function
llvm.py 73 if not os.path.exists(llvm_config):
204 def exists(env): function
  /external/mesa3d/scons/
x11.py 44 def exists(env): function
dxsdk.py 70 def exists(env): function
  /external/chromium/third_party/libjingle/source/talk/site_scons/site_tools/
talk_noops.py 19 def exists(env): function
  /external/chromium_org/third_party/libjingle/source/talk/site_scons/site_tools/
talk_noops.py 19 def exists(dummy): function
talk_linux.py 197 return subprocess.call('%s --exists %s' % (
312 def exists(env): function
  /frameworks/compile/mclinker/lib/Support/
FileSystem.cpp 16 bool mcld::sys::fs::exists(const Path &pPath) function in class:mcld::sys::fs
  /frameworks/compile/mclinker/lib/MC/
AttributeSet.cpp 34 Attribute* AttributeSet::exists(const Attribute& pAttr) const function in class:AttributeSet
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
extract_optional_type.hpp 32 template< typename T > struct exists { typedef void type; }; struct in namespace:boost::range_detail
37 // extract_some_typedef<T>::type if T::some_typedef exists. Otherwise
45 , BOOST_DEDUCED_TYPENAME boost::range_detail::exists< BOOST_DEDUCED_TYPENAME C::a_typedef >::type \
  /cts/tests/tests/os/src/android/os/cts/
UsbDebuggingTest.java 33 assertFalse(keys.exists());
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
StringValue.java 41 public boolean exists() { method in class:StringValue
NumberValue.java 51 public boolean exists() { method in class:NumberValue
  /external/srec/srec/Session/src/
SR_Session.c 33 ESR_BOOL exists; local
61 if (ESR_SessionExists(&exists) == ESR_SUCCESS)
63 if (exists)
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidFileTest.java 30 assertTrue(file.exists());
32 assertFalse(file.exists());
  /development/ide/emacs/
android-compile.el 49 (defun android-makefile-exists-p (directory)
50 "Return t if an Android makefile exists in DIRECTORY."
52 (or (file-exists-p (concat directory "Android.mk"))
53 (file-exists-p (concat directory "Makefile"))))
70 (not (android-makefile-exists-p default-directory)))
75 (when (not (android-makefile-exists-p default-directory))
150 (unless (file-exists-p (concat topdir "buildspec.mk"))
  /external/chromium/chrome/browser/
idle_linux.cc 24 bool exists() const { return exists_; } function in class:__anon1940::ScreensaverWindowFinder
61 return finder.exists();
  /external/chromium_org/content/renderer/
shared_worker_repository.cc 28 bool exists = false; local
38 params, &exists, &route_id, &url_mismatch));
44 exists,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CollapsedBorderValue.h 56 bool exists() const { return m_precedence != BOFF; } function in class:WebCore::CollapsedBorderValue
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
setup.py 30 from os.path import basename, join, exists namespace
57 if not exists(fn):
  /external/chromium_org/v8/tools/testrunner/local/
utils.py 30 from os.path import exists namespace
39 return isdir(path) and exists(join(path, 'testcfg.py'))
  /external/clang/tools/libclang/
ARCMigrate.cpp 46 bool exists = false; local
47 llvm::sys::fs::exists(migrate_dir_path, exists);
48 if (!exists) {
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
TypeConverter.java 30 * Determines if the given data node exists in a ClearSilver compatible way.
32 public static boolean exists(Data data) { method in class:TypeConverter
  /external/libselinux/src/
init.c 34 int exists = 0; local
58 exists = 1;
63 if (!exists)

Completed in 840 milliseconds

1 2 3 4 5 6 7 8 91011