HomeSort by relevance Sort by last modified time
    Searched refs:Exists (Results 51 - 75 of 194) sorted by null

1 23 4 5 6 7 8

  /art/compiler/debug/
elf_symtab_writer.h 104 if (!debug_info.dex_files.empty() && builder->GetDex()->Exists()) {
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
cloud_storage_info.py 40 return cloud_storage.Exists(self._cs_bucket, self._cs_remote_path)
68 if not os.path.exists(download_dir):
73 # the directory exists.
81 if not os.path.exists(dependency_path):
uploader.py 22 if not os.path.exists(local_path):
43 file already exists in the upload location.
47 upload location of a file already exists.
51 if cloud_storage.Exists(self._cs_bucket, self._cs_remote_path):
57 logging.debug('A file already exists at upload path %s in self.cs_bucket'
  /external/dng_sdk/source/
dng_xmp_sdk.h 101 bool Exists (const char *ns,
  /external/tensorflow/tensorflow/contrib/lite/toco/
toco.cc 47 QCHECK_OK(port::file::Exists(parsed_toco_flags.input_file.value(),
53 << "Specified input_file exists, but is not readable: "
  /external/tensorflow/tensorflow/contrib/summary/
summary_test_util.py 40 if os.path.exists(self.db_path):
85 assert gfile.Exists(logdir)
  /external/tensorflow/tensorflow/core/graph/
edgeset_test.cc 83 TEST_F(EdgeSetTest, Exists) {
  /external/tensorflow/tensorflow/python/debug/wrappers/
dumping_wrapper.py 77 if gfile.Exists(session_root):
  /external/tensorflow/tensorflow/python/platform/
gfile.py 26 from tensorflow.python.lib.io.file_io import file_exists as Exists
64 'Exists',
  /external/tensorflow/tensorflow/python/tools/
optimize_for_inference.py 75 if not gfile.Exists(FLAGS.input):
strip_unused_lib.py 95 if not gfile.Exists(input_graph):
  /test/vts-testcase/kernel/api/selinux/
VtsKernelSelinuxFileApiTest.py 53 target_file_utils.Exists(test_object.get_path(), self.shell),
  /art/runtime/
parsed_options_test.cc 81 #define EXPECT_PARSED_EXISTS(actual_key) EXPECT_TRUE(map.Exists(actual_key))
124 EXPECT_TRUE(map.Exists(Opt::GcOption));
runtime.cc     [all...]
parsed_options.cc 508 if (args.Exists(M::Help)) {
511 } else if (args.Exists(M::ShowVersion)) {
517 } else if (args.Exists(M::BootClassPath)) {
566 bool low_memory_mode_ = args.Exists(M::LowMemoryMode);
611 if (args.Exists(M::BootClassPathLocations)) {
626 if (!args.Exists(M::CompilerCallbacksPtr) && !args.Exists(M::Image)) {
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
base.py 195 if not gfile.Exists(work_directory):
198 if not gfile.Exists(filepath):
  /external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
gc_test.py 133 self.assertFalse(gfile.Exists(base_dir))
153 self.assertFalse(gfile.Exists(base_dir))
saved_model_export_utils_test.py 62 if not os.path.exists(export_dir):
639 self.assertTrue(gfile.Exists(export_dir_1))
640 self.assertTrue(gfile.Exists(export_dir_2))
641 self.assertTrue(gfile.Exists(export_dir_3))
642 self.assertTrue(gfile.Exists(export_dir_4))
648 self.assertFalse(gfile.Exists(export_dir_1))
649 self.assertFalse(gfile.Exists(export_dir_2))
650 self.assertTrue(gfile.Exists(export_dir_3))
651 self.assertTrue(gfile.Exists(export_dir_4))
    [all...]
  /external/tensorflow/tensorflow/python/debug/cli/
cli_config_test.py 36 self.assertFalse(gfile.Exists(self._tmp_config_path))
49 self.assertTrue(gfile.Exists(self._tmp_config_path))
  /external/tensorflow/tensorflow/python/estimator/
gc_test.py 118 self.assertFalse(gfile.Exists(base_dir))
139 self.assertFalse(gfile.Exists(base_dir))
  /external/v8/src/
global-handles.h 419 DCHECK(Exists(singleton));
424 inline bool Exists(SingletonHandle singleton) {
  /external/v8/tools/mb/
mb.py 231 if path and self.Exists(path):
341 # Check that every referenced args file or config actually exists.
344 if not self.Exists(self.ToAbsPath(config)):
357 # listed by a config or another mixin actually exists.
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)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Archive/
ArchiveWriter.cpp 160 bool Exists;
161 if (sys::fs::exists(filePath.str(), Exists) || !Exists) {
  /system/update_engine/
connection_manager_unittest.cc 344 EXPECT_CALL(*prefs, Exists(kPrefsUpdateOverCellularPermission))
351 EXPECT_CALL(*prefs, Exists(kPrefsUpdateOverCellularPermission))
361 EXPECT_CALL(*prefs, Exists(kPrefsUpdateOverCellularPermission))
  /bionic/libc/malloc_debug/
PointerData.h 159 static bool Exists(const void* pointer);

Completed in 617 milliseconds

1 23 4 5 6 7 8