/external/wpa_supplicant_8/hs20/server/www/ |
D | est.php | 78 if (!file_exists($fname)) { 127 if (file_exists($req_pem)) 130 if (!file_exists($req_pem)) { 137 if (file_exists($cert_pem)) 140 if (!file_exists($cert_pem)) { 161 if (file_exists($cert_der)) 164 if (!file_exists($cert_der)) { 172 if (file_exists($pkcs7)) 175 if (!file_exists($pkcs7)) {
|
/external/autotest/server/site_tests/platform_Vpd/ |
D | platform_Vpd.py | 48 if not self.file_exists(host, path): 57 def file_exists(self, host, path): member in platform_Vpd 87 if self.file_exists(host, vpdfile): 119 if not self.file_exists(host, path): 123 if self.file_exists(host, path):
|
/external/tensorflow/tensorflow/contrib/saved_model/python/saved_model/ |
D | reader.py | 53 if not file_io.file_exists(path_to_pbtxt) and not file_io.file_exists( 59 if file_io.file_exists(path_to_pb): 66 elif file_io.file_exists(path_to_pbtxt):
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | file_io_test.py | 45 self.assertFalse(file_io.file_exists(file_path)) 52 self.assertTrue(file_io.file_exists(file_path)) 59 self.assertTrue(file_io.file_exists(file_path)) 124 self.assertTrue(file_io.file_exists(file_path)) 132 self.assertFalse(file_io.file_exists(file_path)) 157 self.assertFalse(file_io.file_exists(os.path.join(dir_path, "file3.txt"))) 165 self.assertTrue(file_io.file_exists(file_path)) 167 self.assertFalse(file_io.file_exists(file_path)) 174 self.assertTrue(file_io.file_exists(copy_path)) 185 self.assertTrue(file_io.file_exists(copy_path)) [all …]
|
/external/skia/platform_tools/android/launcher/ |
D | skia_launcher.cpp | 17 bool file_exists(const char* fileName) { in file_exists() function 36 if (!file_exists(libraryLocation)) { in load_library() 65 if (!file_exists(appLocation)) { in main()
|
/external/skqp/platform_tools/android/launcher/ |
D | skia_launcher.cpp | 17 bool file_exists(const char* fileName) { in file_exists() function 36 if (!file_exists(libraryLocation)) { in load_library() 65 if (!file_exists(appLocation)) { in main()
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | session_bundle.py | 51 return file_io.file_exists(meta_graph_filename) 84 if not file_io.file_exists(meta_graph_filename): 98 checkpoint_v2 = file_io.file_exists(variables_index_filename) 110 if file_io.file_exists(variables_filename):
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | loader_impl.py | 61 if file_io.file_exists(path_to_pb): 68 elif file_io.file_exists(path_to_pbtxt): 178 return file_io.file_exists(txt_path) or file_io.file_exists(pb_path)
|
D | builder_impl.py | 87 if file_io.file_exists(export_dir): 118 if not file_io.file_exists(assets_destination_dir): 132 if not file_io.file_exists(asset_destination_filepath): 369 if not file_io.file_exists(variables_dir): 428 if not file_io.file_exists(self._export_dir):
|
/external/autotest/contrib/ |
D | manage_powerunit_info.py | 157 file_exists = os.path.exists(options.csv_file) 158 if options.action == 'upload' and not file_exists: 161 if options.action == 'backup' and file_exists:
|
/external/devlib/devlib/module/ |
D | hotplug.py | 15 return target.file_exists(path) and target.is_rooted 37 if not self.target.file_exists(path):
|
D | cpufreq.py | 37 if target.file_exists(path): 42 if target.file_exists(path): 47 return target.file_exists(path) 160 if self.target.file_exists(path):
|
/external/webrtc/webrtc/tools/barcode_tools/ |
D | barcode_decoder.py | 216 file_exists = True 219 while file_exists: 224 file_exists = False
|
/external/tensorflow/tensorflow/tools/gcs_test/python/ |
D | gcs_smoke.py | 175 assert file_io.file_exists(file_to_rename) 176 assert not file_io.file_exists(file_new_name) 184 assert not file_io.file_exists(file_to_rename) 185 assert file_io.file_exists(file_new_name)
|
/external/freetype/src/tools/docmaker/ |
D | utils.py | 88 def file_exists( pathname ): function 123 file_list = filter( file_exists, file_list )
|
/external/llvm/include/llvm/Support/ |
D | Errc.h | 45 file_exists = int(std::errc::file_exists), enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Errc.h | 45 file_exists = int(std::errc::file_exists), enumerator
|
/external/lisa/tests/eas/ |
D | preliminary.py | 185 if not self.target.file_exists( 231 if not self.target.file_exists('/proc/sys/kernel/sched_domain/'): 304 if not self.target.file_exists(self._get_cpu_cap_path(0)):
|
/external/google-breakpad/src/processor/ |
D | simple_symbol_supplier.cc | 55 static bool file_exists(const string &file_name) { in file_exists() function 195 if (!file_exists(path)) { in GetSymbolFileAtPathFromRoot()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | ErrorHandling.cpp | 154 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); in mapWindowsError() 169 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); in mapWindowsError()
|
/external/llvm/lib/Support/ |
D | ErrorHandling.cpp | 154 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); in mapWindowsError() 169 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); in mapWindowsError()
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | shared_prefs_test.py | 26 def file_exists(path): function 36 device.FileExists = mock.Mock(side_effect=file_exists)
|
/external/libmojo/third_party/catapult/devil/devil/android/sdk/ |
D | shared_prefs_test.py | 25 def file_exists(path): function 35 device.FileExists = mock.Mock(side_effect=file_exists)
|
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/ |
D | copy_file.pass.cpp | 80 TEST_CHECK(ec == std::make_error_code(std::errc::file_exists)); in TEST_CASE() 87 TEST_CHECK(ec == std::make_error_code(std::errc::file_exists)); in TEST_CASE()
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | system_error.inc | 64 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); 79 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists);
|