/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_premature_exit_test.cc | 54 static bool FileExists(const char* filepath) { in FileExists() function in __anon96be4fd50111::PrematureExitTest 71 return FileExists(premature_exit_file_path_); in PrematureExitFileExists() 132 if (PrematureExitTest::FileExists(filepath)) { in main()
|
/external/gtest/test/ |
D | gtest_premature_exit_test.cc | 54 static bool FileExists(const char* filepath) { in FileExists() function in __anonfe599a3d0111::PrematureExitTest 71 return FileExists(premature_exit_file_path_); in PrematureExitFileExists() 132 if (PrematureExitTest::FileExists(filepath)) { in main()
|
/external/webrtc/webrtc/test/testsupport/ |
D | fileutils.cc | 97 bool FileExists(std::string& file_name) { in FileExists() function 130 if (FileExists(root_filename)) { in ProjectRootPath() 236 if (FileExists(resource_file)) { in ResourcePath() 241 if (FileExists(resource_file)) { in ResourcePath() 246 if (FileExists(resource_file)) { in ResourcePath()
|
D | fileutils.h | 142 bool FileExists(std::string& file_name);
|
D | fileutils_unittest.cc | 97 ASSERT_TRUE(webrtc::test::FileExists(temp_filename)) in TEST_F()
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | shared_prefs_test.py | 35 device.FileExists = mock.Mock(side_effect=file_exists) 102 self.assertFalse(self.device.FileExists(prefs.path)) # file does not exist 109 self.assertFalse(self.device.FileExists(prefs.path)) # still does not exist 112 self.assertTrue(self.device.FileExists(prefs.path)) # should exist now
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetUtils.py | 232 def FileExists(fileName): function 293 if FileExists(sFileName): 482 if FileExists(jetFile.config.filename): 490 if FileExists(segment.filename): 493 if FileExists(segment.output): 499 if FileExists(library): 537 …if segment.filename is not None and len(segment.filename) > 0 and not FileExists(segment.filename): 540 … if segment.dlsfile is not None and len(segment.dlsfile) > 0 and not FileExists(segment.dlsfile): 588 if not FileExists(midiFile):
|
/external/chromium-trace/catapult/devil/devil/android/perf/ |
D | thermal_throttle.py | 15 return device.FileExists(OmapThrottlingDetector.OMAP_TEMP_FILE) 42 return device.FileExists('/sys/bus/exynos5-core')
|
D | perf_control.py | 24 self._have_mpdecision = self._device.FileExists('/system/bin/mpdecision')
|
/external/webrtc/webrtc/tools/converter/ |
D | converter.cc | 64 if (FileExists(input_file_name)) { in ConvertRGBAToI420Video() 160 bool Converter:: FileExists(std::string file_name_to_check) { in FileExists() function in webrtc::test::Converter
|
D | converter.h | 99 bool FileExists(std::string file_name_to_check);
|
/external/webrtc/webrtc/base/ |
D | diskcache_win32.h | 23 virtual bool FileExists(const std::string& filename) const;
|
D | diskcache_win32.cc | 78 bool DiskCacheWin32::FileExists(const std::string& filename) const { in FileExists() function in rtc::DiskCacheWin32
|
D | diskcache.cc | 185 return FileExists(filename); in HasResourceStream() 200 if (!FileExists(filename)) in DeleteResource()
|
D | diskcache.h | 59 virtual bool FileExists(const std::string& filename) const = 0;
|
/external/curl/lib/ |
D | mk-ca-bundle.vbs | 77 If objFSO.FileExists(myCaFile) Then 81 While objFSO.FileExists(myBakFile)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
D | android_traceview_profiler.py | 27 if self._browser_backend.device.FileExists(self._DEFAULT_DEVICE_DIR):
|
D | java_heap_profiler.py | 76 if not self._browser_backend.device.FileExists(
|
D | tcmalloc_heap_profiler.py | 47 if not self._browser_backend.device.FileExists(
|
/external/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 84 bool &FileExists); 331 bool &FileExists) { in HandleHasInclude() argument 397 FileExists = File != nullptr; in HandleHasInclude()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/ |
D | android_command_line_backend_unittest.py | 103 self.assertFalse(device.FileExists(cmd_file))
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | flag_changer.py | 132 assert not self._device.FileExists(self._cmdline_file), (
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_suppressions.cc | 56 if (!FileExists(filename) && !IsAbsolutePath(filename) && in ParseFromFile()
|
/external/libxml2/win32/ |
D | configure.js | 183 if (useCvsVer && fso.FileExists("..\\CVS\\Entries")) { 631 var f = fso.FileExists(new_makefile); 641 var f = fso.FileExists(configh);
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | perf_controller.py | 78 if not self._device.FileExists(self._output_file.name):
|