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

1 2 3 4 5 6 7 8

  /external/tensorflow/tensorflow/contrib/lite/toco/
toco_port_test.cc 31 TEST(TocoPortTest, Exists) {
33 file::Exists(TFLITE_PREFIX "toco/toco_port_test.cc", file::Defaults())
37 file::Exists("non-existent_file_asldjflasdjf", file::Defaults()).ok());
toco_port.h 70 Status Exists(const string& filename, const Options& options);
  /build/kati/
file.h 38 bool Exists() const { return exists_; }
fileutil.h 29 bool Exists(StringPiece f);
  /system/update_engine/
update_attempter_android_unittest.cc 85 EXPECT_TRUE(prefs_.Exists(kPrefsBootId));
90 EXPECT_TRUE(prefs_.Exists(kPrefsNumReboots));
113 EXPECT_FALSE(prefs_.Exists(kPrefsNumReboots));
114 EXPECT_FALSE(prefs_.Exists(kPrefsPayloadAttemptNumber));
115 EXPECT_FALSE(prefs_.Exists(kPrefsUpdateTimestampStart));
116 EXPECT_FALSE(prefs_.Exists(kPrefsSystemUpdatedMarker));
149 EXPECT_FALSE(prefs_.Exists(kPrefsNumReboots));
150 EXPECT_FALSE(prefs_.Exists(kPrefsPayloadAttemptNumber));
151 EXPECT_FALSE(prefs_.Exists(kPrefsUpdateTimestampStart));
152 EXPECT_TRUE(prefs_.Exists(kPrefsSystemUpdatedMarker))
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-ranlib/
llvm-ranlib.cpp 72 // Make sure it exists, we don't create empty archives
73 bool Exists;
74 if (llvm::sys::fs::exists(ArchivePath.str(), Exists) || !Exists)
  /device/linaro/bootloader/edk2/OvmfPkg/Virtio10Dxe/
Virtio10.h 35 BOOLEAN Exists; // The device exposes this structure
  /art/compiler/driver/
compiler_options_map-inl.h 36 if (map.Exists(Base::CompilerFilter)) {
46 if (map.Exists(Base::PIC)) {
58 if (map.Exists(Base::Debuggable)) {
64 if (map.Exists(Base::DumpInitFailures)) {
70 if (map.Exists(Base::DumpCFGAppend)) {
73 if (map.Exists(Base::RegisterAllocationStrategy)) {
80 if (map.Exists(Base::CountHotnessInCompiledCode)) {
84 if (map.Exists(Base::DumpTimings)) {
88 if (map.Exists(Base::DumpStats)) {
  /external/tensorflow/tensorflow/python/estimator/
exporter_test.py 117 self.assertTrue(gfile.Exists(export_dir_1))
118 self.assertTrue(gfile.Exists(export_dir_2))
119 self.assertTrue(gfile.Exists(export_dir_3))
120 self.assertTrue(gfile.Exists(export_dir_4))
134 self.assertFalse(gfile.Exists(export_dir_1))
135 self.assertFalse(gfile.Exists(export_dir_2))
136 self.assertTrue(gfile.Exists(export_dir_3))
137 self.assertTrue(gfile.Exists(export_dir_4))
149 # directory already exists because another worker is also writing exports.
161 if not gfile.Exists(export_dir)
    [all...]
  /external/googletest/googlemock/test/
gmock-actions_test.cc 92 // Tests that BuiltInDefaultValue<T*>::Exists() return true.
94 EXPECT_TRUE(BuiltInDefaultValue<int*>::Exists());
95 EXPECT_TRUE(BuiltInDefaultValue<const char*>::Exists());
96 EXPECT_TRUE(BuiltInDefaultValue<void*>::Exists());
127 // Tests that BuiltInDefaultValue<T>::Exists() returns true when T is a
130 EXPECT_TRUE(BuiltInDefaultValue<unsigned char>::Exists());
131 EXPECT_TRUE(BuiltInDefaultValue<signed char>::Exists());
132 EXPECT_TRUE(BuiltInDefaultValue<char>::Exists());
134 EXPECT_TRUE(BuiltInDefaultValue<unsigned wchar_t>::Exists());
135 EXPECT_TRUE(BuiltInDefaultValue<signed wchar_t>::Exists());
    [all...]
  /external/v8/testing/gmock/test/
gmock-actions_test.cc 92 // Tests that BuiltInDefaultValue<T*>::Exists() return true.
94 EXPECT_TRUE(BuiltInDefaultValue<int*>::Exists());
95 EXPECT_TRUE(BuiltInDefaultValue<const char*>::Exists());
96 EXPECT_TRUE(BuiltInDefaultValue<void*>::Exists());
127 // Tests that BuiltInDefaultValue<T>::Exists() returns true when T is a
130 EXPECT_TRUE(BuiltInDefaultValue<unsigned char>::Exists());
131 EXPECT_TRUE(BuiltInDefaultValue<signed char>::Exists());
132 EXPECT_TRUE(BuiltInDefaultValue<char>::Exists());
134 EXPECT_TRUE(BuiltInDefaultValue<unsigned wchar_t>::Exists());
135 EXPECT_TRUE(BuiltInDefaultValue<signed wchar_t>::Exists());
    [all...]
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator_unittest.cc 52 while (!File::Exists(prefix + "/src/google/protobuf/compiler/ruby" + file)) {
53 if (!File::Exists(prefix)) {
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 90 // Tests that BuiltInDefaultValue<T*>::Exists() return true.
92 EXPECT_TRUE(BuiltInDefaultValue<int*>::Exists());
93 EXPECT_TRUE(BuiltInDefaultValue<const char*>::Exists());
94 EXPECT_TRUE(BuiltInDefaultValue<void*>::Exists());
125 // Tests that BuiltInDefaultValue<T>::Exists() returns true when T is a
128 EXPECT_TRUE(BuiltInDefaultValue<unsigned char>::Exists());
129 EXPECT_TRUE(BuiltInDefaultValue<signed char>::Exists());
130 EXPECT_TRUE(BuiltInDefaultValue<char>::Exists());
132 EXPECT_TRUE(BuiltInDefaultValue<unsigned wchar_t>::Exists());
133 EXPECT_TRUE(BuiltInDefaultValue<signed wchar_t>::Exists());
    [all...]
  /external/tensorflow/tensorflow/examples/speech_commands/
label_wav.py 82 if not wav or not tf.gfile.Exists(wav):
85 if not labels or not tf.gfile.Exists(labels):
88 if not graph or not tf.gfile.Exists(graph):
label_wav_dir.py 69 if not wav_path or not tf.gfile.Exists(wav_path):
91 if not labels or not tf.gfile.Exists(labels):
94 if not graph or not tf.gfile.Exists(graph):
  /external/protobuf/src/google/protobuf/testing/
file.h 48 // Check if the file exists.
49 static bool Exists(const string& name);
  /system/update_engine/common/
mock_prefs.h 41 MOCK_CONST_METHOD1(Exists, bool(const std::string& key));
prefs_interface.h 74 // Returns true if the setting exists (i.e. a file with the given key
75 // exists in the prefs directory)
76 virtual bool Exists(const std::string& key) const = 0;
  /external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
text_datasets.py 37 if not (gfile.Exists(train_path) and gfile.Exists(test_path)):
  /art/libartbase/base/
variant_map_test.cc 53 EXPECT_FALSE(fm.Exists(FruitMap::Apple));
55 EXPECT_FALSE(fm.Exists(FruitMap::Orange));
60 EXPECT_TRUE(fm.Exists(FruitMap::Apple));
65 EXPECT_TRUE(fm.Exists(FruitMap::Apple));
74 EXPECT_FALSE(fm.Exists(FruitMap::Apple));
78 EXPECT_FALSE(fm.Exists(FruitMap::Orange));
  /frameworks/base/tools/aapt2/format/binary/
TableFlattener_test.cpp 83 ::testing::AssertionResult Exists(ResTable* table, const StringPiece& expected_name,
171 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/one", ResourceId(0x7f020000), {},
174 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/two", ResourceId(0x7f020001), {},
177 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/three", ResourceId(0x7f020002), {},
180 EXPECT_TRUE(Exists(&res_table, "com.app.test:integer/one", ResourceId(0x7f030000), {},
183 EXPECT_TRUE(Exists(&res_table, "com.app.test:integer/one", ResourceId(0x7f030000),
190 EXPECT_TRUE(Exists(&res_table, "com.app.test:string/test", ResourceId(0x7f040000), {},
196 EXPECT_TRUE(Exists(&res_table, "com.app.test:layout/bar", ResourceId(0x7f050000), {},
211 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/one", ResourceId(0x7f020001), {},
213 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/three", ResourceId(0x7f020003), {}
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
benchmark_test.py 124 # It's OK if the directory already exists.
125 if " exists:" not in str(e):
137 self.assertFalse(gfile.Exists(expected_output_file))
143 self.assertFalse(gfile.Exists(expected_output_file))
154 self.assertTrue(gfile.Exists(expected_output_file))
155 self.assertTrue(gfile.Exists(expected_output_file_2))
156 self.assertTrue(gfile.Exists(expected_output_file_3))
  /external/tensorflow/tensorflow/python/profiler/
profile_context_test.py 56 self.assertTrue(gfile.Exists(outfile))
59 self.assertTrue(gfile.Exists(profile_step100))
84 gfile.Exists(os.path.join(test.get_temp_dir(), "run_meta_11")))
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs 142 if (file.Exists)
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMap.h 97 @brief If a mapping already exists for 'key' then it will return
98 the associated data. If no mapping currently exists, a new
134 @brief Removes an element from the map if it exists.
177 @brief Checks whether or not data exists for the specified key.
179 @return Whether data exists for the specified key or not.
181 bool Exists(const KeyType key) const

Completed in 889 milliseconds

1 2 3 4 5 6 7 8