Searched defs:Exists (Results 1 - 18 of 18) sorted by relevance

/external/llvm/unittests/Support/
H A DFileOutputBufferTest.cpp71 bool Exists = false; local
72 ASSERT_NO_ERROR(fs::exists(Twine(File2), Exists));
73 EXPECT_FALSE(Exists);
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc61 bool File::Exists(const string& name) { function in class:google::protobuf::File
103 if (Exists(path)) return false;
/external/llvm/lib/Support/
H A DLockFileManager.cpp34 bool Exists = false; local
35 if (sys::fs::exists(LockFileName, Exists) || !Exists)
195 bool Exists = false; local
201 if (!sys::fs::exists(LockFileName.str(), Exists) && !Exists) {
204 Exists = false;
211 if (!sys::fs::exists(FileName.str(), Exists) && Exists) {
/external/protobuf/src/google/protobuf/testing/
H A Dfile.cc61 bool File::Exists(const string& name) { function in class:google::protobuf::File
103 if (Exists(path)) return false;
/external/chromium/chrome/browser/safe_browsing/
H A Dbloom_filter.cc79 bool BloomFilter::Exists(SBPrefix hash) const { function in class:BloomFilter
H A Dprefix_set.cc108 bool PrefixSet::Exists(SBPrefix prefix) const { function in class:safe_browsing::PrefixSet
/external/chromium_org/chrome/browser/drive/
H A Dfake_drive_service_unittest.cc60 bool Exists(const std::string& resource_id) { function in class:drive::__anon4745::FakeDriveServiceTest
436 ASSERT_TRUE(Exists("file:2_file_resource_id"));
444 ASSERT_FALSE(Exists("file:2_file_resource_id"));
832 ASSERT_TRUE(Exists("file:2_file_resource_id"));
842 EXPECT_FALSE(Exists("file:2_file_resource_id"));
850 EXPECT_FALSE(Exists("file:2_file_resource_id"));
1846 EXPECT_TRUE(Exists(entry->resource_id()));
1914 EXPECT_TRUE(Exists(entry->resource_id()));
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprefix_set.cc103 bool PrefixSet::Exists(SBPrefix prefix) const { function in class:safe_browsing::PrefixSet
/external/chromium_org/v8/src/
H A Dglobal-handles.h359 ASSERT(Exists(singleton));
364 inline bool Exists(SingletonHandle singleton) { function in class:v8::internal::EternalHandles
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_usage_cache.cc149 bool FileSystemUsageCache::Exists(const base::FilePath& usage_file_path) { function in class:fileapi::FileSystemUsageCache
150 TRACE_EVENT0("FileSystem", "UsageCache::Exists");
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.cc259 bool ComponentLoader::Exists(const std::string& id) const { function in class:extensions::ComponentLoader
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-actions.h74 static bool Exists() { return false; } function in class:testing::internal::BuiltInDefaultValue
89 static bool Exists() { return BuiltInDefaultValue<T>::Exists(); } function in class:testing::internal::BuiltInDefaultValue
98 static bool Exists() { return true; } function in class:testing::internal::BuiltInDefaultValue
108 static bool Exists() { return true; } \
181 static bool Exists() { function in class:testing::DefaultValue
182 return IsSet() || internal::BuiltInDefaultValue<T>::Exists();
216 static bool Exists() { function in class:testing::DefaultValue
217 return IsSet() || internal::BuiltInDefaultValue<T&>::Exists();
236 static bool Exists() { retur function in class:testing::DefaultValue
[all...]
/external/chromium_org/content/child/fileapi/
H A Dfile_system_dispatcher.cc243 void FileSystemDispatcher::Exists( function in class:content::FileSystemDispatcher
/external/llvm/lib/IR/
H A DConstantsContext.h546 /// entry and Exists=true. If not, the iterator points to the newly
547 /// inserted entry and returns Exists=false. Newly inserted entries have
551 bool &Exists) {
553 Exists = !IP.second;
549 InsertOrGetItem(std::pair<MapKey, ConstantClass *> &InsertVal, bool &Exists) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 791 milliseconds