/external/googletest/googlemock/test/ |
D | gmock-actions_test.cc | 94 EXPECT_TRUE(BuiltInDefaultValue<int*>::Exists()); in TEST() 95 EXPECT_TRUE(BuiltInDefaultValue<const char*>::Exists()); in TEST() 96 EXPECT_TRUE(BuiltInDefaultValue<void*>::Exists()); in TEST() 130 EXPECT_TRUE(BuiltInDefaultValue<unsigned char>::Exists()); in TEST() 131 EXPECT_TRUE(BuiltInDefaultValue<signed char>::Exists()); in TEST() 132 EXPECT_TRUE(BuiltInDefaultValue<char>::Exists()); in TEST() 134 EXPECT_TRUE(BuiltInDefaultValue<unsigned wchar_t>::Exists()); in TEST() 135 EXPECT_TRUE(BuiltInDefaultValue<signed wchar_t>::Exists()); in TEST() 138 EXPECT_TRUE(BuiltInDefaultValue<wchar_t>::Exists()); in TEST() 140 EXPECT_TRUE(BuiltInDefaultValue<unsigned short>::Exists()); // NOLINT in TEST() [all …]
|
/external/v8/testing/gmock/test/ |
D | gmock-actions_test.cc | 94 EXPECT_TRUE(BuiltInDefaultValue<int*>::Exists()); in TEST() 95 EXPECT_TRUE(BuiltInDefaultValue<const char*>::Exists()); in TEST() 96 EXPECT_TRUE(BuiltInDefaultValue<void*>::Exists()); in TEST() 130 EXPECT_TRUE(BuiltInDefaultValue<unsigned char>::Exists()); in TEST() 131 EXPECT_TRUE(BuiltInDefaultValue<signed char>::Exists()); in TEST() 132 EXPECT_TRUE(BuiltInDefaultValue<char>::Exists()); in TEST() 134 EXPECT_TRUE(BuiltInDefaultValue<unsigned wchar_t>::Exists()); in TEST() 135 EXPECT_TRUE(BuiltInDefaultValue<signed wchar_t>::Exists()); in TEST() 138 EXPECT_TRUE(BuiltInDefaultValue<wchar_t>::Exists()); in TEST() 140 EXPECT_TRUE(BuiltInDefaultValue<unsigned short>::Exists()); // NOLINT in TEST() [all …]
|
/external/google-breakpad/src/testing/test/ |
D | gmock-actions_test.cc | 92 EXPECT_TRUE(BuiltInDefaultValue<int*>::Exists()); in TEST() 93 EXPECT_TRUE(BuiltInDefaultValue<const char*>::Exists()); in TEST() 94 EXPECT_TRUE(BuiltInDefaultValue<void*>::Exists()); in TEST() 128 EXPECT_TRUE(BuiltInDefaultValue<unsigned char>::Exists()); in TEST() 129 EXPECT_TRUE(BuiltInDefaultValue<signed char>::Exists()); in TEST() 130 EXPECT_TRUE(BuiltInDefaultValue<char>::Exists()); in TEST() 132 EXPECT_TRUE(BuiltInDefaultValue<unsigned wchar_t>::Exists()); in TEST() 133 EXPECT_TRUE(BuiltInDefaultValue<signed wchar_t>::Exists()); in TEST() 136 EXPECT_TRUE(BuiltInDefaultValue<wchar_t>::Exists()); in TEST() 138 EXPECT_TRUE(BuiltInDefaultValue<unsigned short>::Exists()); // NOLINT in TEST() [all …]
|
/external/swiftshader/third_party/LLVM/tools/llvm-ranlib/ |
D | llvm-ranlib.cpp | 73 bool Exists; in main() local 74 if (llvm::sys::fs::exists(ArchivePath.str(), Exists) || !Exists) in main()
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | base_config_unittest.py | 239 uploader_cs_mock.Exists.return_value = False 273 uploader_cs_mock.Exists.call_args_list) 282 uploader_cs_mock.Exists.return_value = True 321 uploader_cs_mock.Exists.call_args_list) 330 uploader_cs_mock.Exists.return_value = True 363 uploader_cs_mock.Exists.call_args_list) 372 uploader_cs_mock.Exists.return_value = True 407 uploader_cs_mock.Exists.call_args_list) 416 uploader_cs_mock.Exists.return_value = False 457 uploader_cs_mock.Exists.call_args_list) [all …]
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-actions.h | 74 static bool Exists() { return false; } in Exists() function 89 static bool Exists() { return BuiltInDefaultValue<T>::Exists(); } in Exists() function 98 static bool Exists() { return true; } in Exists() function 108 static bool Exists() { return true; } \ 181 static bool Exists() { in Exists() function 182 return IsSet() || internal::BuiltInDefaultValue<T>::Exists(); in Exists() 217 static bool Exists() { in Exists() function 218 return IsSet() || internal::BuiltInDefaultValue<T&>::Exists(); in Exists() 238 static bool Exists() { return true; } in Exists() function
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator_unittest.cc | 52 while (!File::Exists(prefix + "/src/google/protobuf/compiler/ruby" + file)) { in FindRubyTestDir() 53 if (!File::Exists(prefix)) { in FindRubyTestDir()
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-actions.h | 101 static bool Exists() { 112 static bool Exists() { 128 static bool Exists() { return BuiltInDefaultValue<T>::Exists(); } 137 static bool Exists() { return true; } 147 static bool Exists() { return true; } \ 229 static bool Exists() { 230 return IsSet() || internal::BuiltInDefaultValue<T>::Exists(); 292 static bool Exists() { 293 return IsSet() || internal::BuiltInDefaultValue<T&>::Exists(); 313 static bool Exists() { return true; }
|
/external/v8/testing/gmock/include/gmock/ |
D | gmock-actions.h | 101 static bool Exists() { 112 static bool Exists() { 128 static bool Exists() { return BuiltInDefaultValue<T>::Exists(); } 137 static bool Exists() { return true; } 147 static bool Exists() { return true; } \ 229 static bool Exists() { 230 return IsSet() || internal::BuiltInDefaultValue<T>::Exists(); 292 static bool Exists() { 293 return IsSet() || internal::BuiltInDefaultValue<T&>::Exists(); 313 static bool Exists() { return true; }
|
/external/llvm/tools/msbuild/ |
D | Microsoft.Cpp.Win32.llvm.props.in | 2 …ts\@VS_VERSION@\Microsoft.Cpp.$(Platform).@VS_VERSION@.props" Condition="Exists('$(VCTargetsPath)\… 3 …orms\$(Platform)\PlatformToolsets\@VS_VERSION@\Toolset.props" Condition="Exists('$(VCTargetsPath)\…
|
/external/v8/tools/mb/ |
D | mb.py | 231 if path and self.Exists(path): 344 if not self.Exists(self.ToAbsPath(config)): 517 if not self.Exists(mb_type_path): 520 if not self.Exists(toolchain_path): 541 if self.Exists(gn_args_path): 561 if not self.Exists(self.ToAbsPath(config)): 590 if not self.Exists(path): 611 if not self.Exists(self.args.config_file): 711 if self.Exists(build_dir): 712 if self.Exists(mb_type_path): [all …]
|
/external/swiftshader/third_party/LLVM/lib/Archive/ |
D | Archive.cpp | 70 bool Exists; in replaceWith() local 71 if (sys::fs::exists(newFile.str(), Exists) || !Exists) { in replaceWith()
|
D | ArchiveWriter.cpp | 160 bool Exists; in addFileBefore() local 161 if (sys::fs::exists(filePath.str(), Exists) || !Exists) { in addFileBefore()
|
/external/swiftshader/third_party/LLVM/tools/llvm-ar/ |
D | llvm-ar.cpp | 314 bool Exists; in buildPaths() local 315 if (sys::fs::exists(aPath.str(), Exists) || !Exists) in buildPaths() 720 bool Exists; in main() local 721 if (llvm::sys::fs::exists(ArchivePath.str(), Exists) || !Exists) { in main()
|
/external/protobuf/src/google/protobuf/testing/ |
D | googletest.cc | 80 while (!File::Exists(prefix + "/src/google/protobuf")) { in TestSourceDir() 81 if (!File::Exists(prefix)) { in TestSourceDir()
|
D | file.cc | 61 bool File::Exists(const string& name) { in Exists() function in google::protobuf::File 121 if (Exists(path)) return false; in RecursivelyCreateDir()
|
D | file.h | 49 static bool Exists(const string& name);
|
/external/protobuf/csharp/src/AddressBook/ |
D | ListPeople.cs | 84 if (!File.Exists(args[0])) in Main()
|
D | AddPerson.cs | 108 if (File.Exists(args[0])) in Main()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | ANTLRFileStream.cs | 142 if (file.Exists) in GetFileLength()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTMap.h | 181 bool Exists(const KeyType key) const in Exists() function
|
/external/curl/tests/data/ |
D | test531 | 16 REPLY STOR 425 Permission Denied. File Exists.
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Path.inc | 698 bool Exists; 699 if (fs::exists(path, Exists) || !Exists) 873 bool Exists; 874 if (reuse_current && (fs::exists(path, Exists) || !Exists)) 901 } while (!fs::exists(path, Exists) && Exists);
|
/external/v8/src/ |
D | global-handles.h | 419 DCHECK(Exists(singleton)); in GetSingleton() 424 inline bool Exists(SingletonHandle singleton) { in Exists() function
|
/external/dng_sdk/source/ |
D | dng_xmp.cpp | 619 bool dng_xmp::Exists (const char *ns, in Exists() function in dng_xmp 623 return fSDK->Exists (ns, path); in Exists() 2295 else if (fSDK->Exists (XMP_NS_EXIF, "Flash")) in SyncFlash() 3566 if (Exists (XMP_NS_EXIF, "GPSVersionID" ) || in SyncExif() 3567 Exists (XMP_NS_EXIF, "GPSLatitude" ) || in SyncExif() 3568 Exists (XMP_NS_EXIF, "GPSLongitude" ) || in SyncExif() 3569 Exists (XMP_NS_EXIF, "GPSAltitude" ) || in SyncExif() 3570 Exists (XMP_NS_EXIF, "GPSTimeStamp" ) || in SyncExif() 3571 Exists (XMP_NS_EXIF, "GPSProcessingMethod")) in SyncExif() 4050 if (s.NotEmpty () && !Exists (XMP_NS_PHOTOSHOP, "DateCreated")) in UpdateExifDates()
|