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

12 3 4 5 6 7 8

  /external/tensorflow/tensorflow/tools/quantization/
graph_to_dot.py 43 if not gfile.Exists(FLAGS.graph):
  /test/vts-testcase/kernel/api/hwbinder/
VtsKernelHwBinderTest.py 39 """Checks that hwbinder node exists.
43 target_file_utils.Exists(HWBINDER_PATH, self.shell),
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 74 static bool Exists() { return false; }
89 static bool Exists() { return BuiltInDefaultValue<T>::Exists(); }
98 static bool Exists() { return true; }
108 static bool Exists() { return true; } \
180 // exists a built-in default value.
181 static bool Exists() {
182 return IsSet() || internal::BuiltInDefaultValue<T>::Exists();
216 // exists a built-in default value.
217 static bool Exists() {
    [all...]
  /system/update_engine/common/
prefs_unittest.cc 260 EXPECT_FALSE(prefs_.Exists(kKey));
262 // test that the key exists after we set it.
264 EXPECT_TRUE(prefs_.Exists(kKey));
276 EXPECT_FALSE(prefs_.Exists(kKey));
347 EXPECT_FALSE(prefs_.Exists(kKey));
352 EXPECT_TRUE(prefs_.Exists(kKey));
357 EXPECT_FALSE(prefs_.Exists(kKey));
fake_prefs.h 49 bool Exists(const std::string& key) const override;
  /build/kati/
fileutil.cc 37 bool Exists(StringPiece filename) {
175 if (Exists(pat))
regen.cc 106 if (!Exists(GetNinjaFilename())) {
111 if (!Exists(GetNinjaShellScriptFilename())) {
313 if (Exists(dir))
317 if (!Exists(file))
345 if (Exists(sr->cmd)) {
main.cc 325 if (Exists("GNUmakefile")) {
328 } else if (Exists("makefile")) {
331 } else if (Exists("Makefile")) {
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
base_config_unittest.py 201 self.assertFalse(os.path.exists(self.file_path))
203 self.assertTrue(os.path.exists(self.file_path))
210 self.assertFalse(os.path.exists(self.file_path))
213 self.assertTrue(os.path.exists(self.file_path))
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
    [all...]
  /external/protobuf/src/google/protobuf/testing/
file.cc 61 bool File::Exists(const string& name) {
121 if (Exists(path)) return false;
googletest.cc 80 while (!File::Exists(prefix + "/src/google/protobuf")) {
81 if (!File::Exists(prefix)) {
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_input.py 155 if not tf.gfile.Exists(f):
228 if not tf.gfile.Exists(f):
  /external/tensorflow/tensorflow/tools/test/
run_and_gather_logs_lib.py 128 if gfile.Exists(os.path.join("bazel-bin", test_executable)):
151 if not gfile.Exists(test_executable):
  /test/vts/utils/python/file/
target_file_utils.py 41 def Exists(filepath, shell):
42 """Determines if a file or directory exists.
49 True if exists, False otherwise.
299 """Asserts that the specified path exists and has the correct permission.
307 asserts.assertTrue(Exists(path, shell), "%s: File does not exist." % path)
  /device/linaro/bootloader/edk2/OvmfPkg/Library/NvVarsFileLib/
FsAccess.c 92 @param[out] Exists - Returns whether the file exists
100 OUT BOOLEAN *Exists,
106 *Exists = FALSE;
119 *Exists = TRUE;
130 @param[out] Exists - Returns whether the file exists
  /external/swiftshader/third_party/LLVM/lib/Archive/
Archive.cpp 70 bool Exists;
71 if (sys::fs::exists(newFile.str(), Exists) || !Exists) {
  /external/tensorflow/tensorflow/contrib/lite/toco/
toco_port.cc 81 Status Exists(const string& filename, const file::Options& options) {
82 auto status = ::file::Exists(filename, ::file::Defaults());
154 Status Exists(const string& filename, const file::Options& options) {
  /external/googletest/googlemock/include/gmock/
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; } \
228 // exists a built-in default value.
229 static bool Exists() {
230 return IsSet() || internal::BuiltInDefaultValue<T>::Exists();
234 // otherwise returns the built-in default value. Requires that Exists()
    [all...]
  /external/v8/testing/gmock/include/gmock/
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; } \
228 // exists a built-in default value.
229 static bool Exists() {
230 return IsSet() || internal::BuiltInDefaultValue<T>::Exists();
234 // otherwise returns the built-in default value. Requires that Exists()
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator_test.py     [all...]
  /build/blueprint/pathtools/
fs.go 65 Exists(name string) (bool, bool, error)
77 func (osFs) Exists(name string) (bool, bool, error) {
153 func (m *mockFs) Exists(name string) (bool, bool, error) {
  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
llvm-ar.cpp 287 // Make sure it exists and is a directory
314 bool Exists;
315 if (sys::fs::exists(aPath.str(), Exists) || !Exists)
720 bool Exists;
721 if (llvm::sys::fs::exists(ArchivePath.str(), Exists) || !Exists) {
  /system/update_engine/
update_attempter_android.cc 220 if (install_plan_.is_resume && prefs_->Exists(kPrefsPostInstallSucceeded)) {
684 return (prefs_->Exists(kPrefsUpdateCompletedOnBootId) &&
773 if (!prefs_->Exists(kPrefsPreviousVersion)) {
785 bool is_reboot = prefs_->Exists(kPrefsBootId) &&
788 // Increment the reboot number if |kPrefsNumReboots| exists. That pref is
790 if (is_reboot && prefs_->Exists(kPrefsNumReboots)) {
804 bool previous_attempt_exists = prefs_->Exists(kPrefsPayloadAttemptNumber);
common_service.cc 221 if (prefs->Exists(kPrefsOmahaCohortHint) &&
249 if (prefs->Exists(kPrefsP2PEnabled) &&
373 if (prefs->Exists(kPrefsOmahaEolStatus) &&
  /external/tensorflow/tensorflow/python/tools/
freeze_graph.py 167 if not gfile.Exists(input_graph):
182 if not gfile.Exists(input_graph):
198 if not gfile.Exists(input_saver):

Completed in 445 milliseconds

12 3 4 5 6 7 8