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

1 2 3 45 6 7 8

  /external/dng_sdk/source/
dng_xmp.cpp 619 bool dng_xmp::Exists (const char *ns,
623 return fSDK->Exists (ns, path);
    [all...]
dng_xmp.h 91 bool Exists (const char *ns,
dng_xmp_sdk.cpp 546 bool dng_xmp_sdk::Exists (const char *ns,
920 if (Exists (ns, path))
  /device/linaro/bootloader/edk2/OvmfPkg/Virtio10Dxe/
Virtio10.c 84 if (!Config->Exists ||
357 ParsedConfig->Exists = TRUE;
373 @param[in,out] Attributes On output, if the register block exists,
385 if (Config->Exists) {
  /system/update_engine/
omaha_request_action.cc 183 if (!prefs->Exists(prefs_key))
    [all...]
payload_state_unittest.cc 607 EXPECT_CALL(*prefs2, Exists(_)).WillRepeatedly(Return(true));
    [all...]
image_properties_android.cc 205 if (!system_state->prefs()->Exists(current_channel_key) ||
update_attempter.cc 179 if (system_state_->prefs()->Exists(kPrefsDailyMetricsLastReportedAt) &&
    [all...]
omaha_request_action_unittest.cc 563 EXPECT_FALSE(fake_prefs_.Exists(kPrefsOmahaCohort));
564 EXPECT_FALSE(fake_prefs_.Exists(kPrefsOmahaCohortHint));
565 EXPECT_FALSE(fake_prefs_.Exists(kPrefsOmahaCohortName));
    [all...]
  /external/tensorflow/tensorflow/python/profiler/
profile_context.py 273 if not gfile.Exists(self._profiler_dir):
281 if not gfile.Exists(self._profiler_dir):
  /art/dex2oat/
dex2oat.cc     [all...]
  /build/kati/
dep.cc 381 bool Exists(Symbol target) {
387 return ::Exists(target.str());
512 if (!Exists(Intern(buf))) {
602 if (!Exists(input))
  /external/libusb/libusb/os/
haiku_pollfs.cpp 253 if (!entry.Exists()) {
  /external/tensorflow/tensorflow/contrib/estimator/python/estimator/
dnn_linear_combined_test.py 185 self.assertTrue(gfile.Exists(export_dir))
dnn_test.py 118 self.assertTrue(gfile.Exists(export_dir))
linear_test.py 118 self.assertTrue(gfile.Exists(export_dir))
  /external/tensorflow/tensorflow/contrib/session_bundle/
gc_test.py 99 self.assertFalse(gfile.Exists(base_dir))
  /external/tensorflow/tensorflow/contrib/slim/python/slim/data/
dataset_data_provider_test.py 46 if not gfile.Exists(tmpdir):
  /external/tensorflow/tensorflow/examples/tutorials/mnist/
fully_connected_feed.py 219 if tf.gfile.Exists(FLAGS.log_dir):
mnist_with_summaries.py 183 if tf.gfile.Exists(FLAGS.log_dir):
  /external/tensorflow/tensorflow/python/debug/lib/
source_remote.py 94 if not source_utils.guess_is_tensorflow_py_library(f) and gfile.Exists(f))
  /system/update_engine/common/
prefs.cc 80 bool PrefsBase::Exists(const string& key) const {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 603 /// If the element exists in the map, the returned iterator points to the
604 /// entry and Exists=true. If not, the iterator points to the newly
605 /// inserted entry and returns Exists=false. Newly inserted entries have
609 bool &Exists) {
611 Exists = !IP.second;
  /external/tensorflow/tensorflow/python/estimator/canned/
dnn_test.py 202 self.assertTrue(gfile.Exists(export_dir))
365 self.assertTrue(gfile.Exists(export_dir))
  /art/dex2oat/linker/
elf_writer_quick.cc 261 builder_->GetDex()->Exists() ? builder_->GetDex()->GetAddress() : 0,

Completed in 303 milliseconds

1 2 3 45 6 7 8