Home
last modified time | relevance | path

Searched full:exists (Results 1 – 25 of 17135) sorted by relevance

12345678910>>...686

/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeSharedPtr.cpp44 Object(bool &exists) : m_exists(exists) in Object() argument
61 DerivedObject(bool &exists) : Object(exists) in DerivedObject() argument
69 …haredPtrTestThread(const SharedPtr<Object> &ptr, const bool &exists) : m_ptr(ptr), m_exists(exists) in SharedPtrTestThread() argument
103 … WeakPtrTestThread(const SharedPtr<Object> &ptr, const bool &exists) : m_ptr(ptr), m_exists(exists) in WeakPtrTestThread() argument
134 SharedPtr<Object> makeObject(bool &exists) in makeObject() argument
136 return SharedPtr<Object>(new Object(exists)); in makeObject()
183 bool exists = false; in SharedPtr_selfTest() local
185 SharedPtr<Object> ptr(new Object(exists)); in SharedPtr_selfTest()
186 DE_TEST_ASSERT(exists); in SharedPtr_selfTest()
190 DE_TEST_ASSERT(!exists); in SharedPtr_selfTest()
[all …]
H A DdeUniquePtr.cpp37 Object(bool &exists) : m_exists(exists) in Object() argument
67 MovePtr<Object> createObject(bool &exists) in createObject() argument
69 UniquePtr<Object> objectPtr(new Object(exists)); in createObject()
79 bool exists = false; in UniquePtr_selfTest() local
81 UniquePtr<Object> ptr(new Object(exists)); in UniquePtr_selfTest()
82 DE_TEST_ASSERT(exists); in UniquePtr_selfTest()
85 DE_TEST_ASSERT(!exists); in UniquePtr_selfTest()
90 bool exists = false; in UniquePtr_selfTest() local
93 UniquePtr<Object> ptr(new Object(exists)); in UniquePtr_selfTest()
94 DE_TEST_ASSERT(exists); in UniquePtr_selfTest()
[all …]
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_shutil_test.py86 self.assertTrue(os.path.exists(directory))
88 self.assertFalse(os.path.exists(directory))
89 self.assertFalse(os.path.exists(dir_path))
90 self.assertFalse(os.path.exists(file_path))
99 self.assertFalse(os.path.exists(directory))
100 self.assertFalse(os.path.exists(dir_path))
101 self.assertFalse(os.path.exists(file_path))
113 self.assertTrue(os.path.exists(file_path))
127 self.assertTrue(os.path.exists(file_path))
131 self.assertFalse(os.path.exists(file_path))
[all …]
Dfake_filesystem_unittest_test.py100 self.assertFalse(os.path.exists("/fake_file.txt"))
103 self.assertTrue(self.fs.exists("/fake_file.txt"))
113 self.assertFalse(os.path.exists("/fake_file.txt"))
116 self.assertTrue(self.fs.exists("/fake_file.txt"))
126 self.assertFalse(self.fs.exists("/test/dir1/dir2"))
128 self.assertTrue(self.fs.exists("/test/dir1/dir2"))
151 self.assertTrue(self.fs.exists("/test/dir1/dir2b"))
152 self.assertTrue(self.fs.exists("/test/dir1/dir2a"))
155 self.assertFalse(self.fs.exists("/test/dir1"))
163 self.assertTrue(self.fs.exists(r"\fake_file.txt"))
[all …]
Dfake_os_test.py45 self.assertTrue(self.os.path.exists(path))
53 self.assertTrue(self.os.path.exists(path))
169 self.assertTrue(self.os.path.exists("."))
419 self.assertFalse(self.os.path.exists(file_path + self.os.sep))
425 self.assertTrue(self.os.path.exists(dir_path))
537 self.assertFalse(self.os.path.exists(file_path))
781 self.assertTrue(self.os.path.exists(dir_path))
783 self.assertTrue(self.os.path.exists(dir_path))
786 self.assertTrue(self.os.path.exists(dir_path))
813 self.assertTrue(self.os.path.exists(file_path))
[all …]
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/output/
H A DLockableFileWriterTest.java67 assertTrue(file.exists()); in testAlternateLockDir()
68 assertFalse(altLockFile.exists()); in testAlternateLockDir()
81 assertTrue(file.exists()); in testAlternateLockDir()
82 assertFalse(altLockFile.exists()); in testAlternateLockDir()
87 assertTrue(file.exists()); in testAlternateLockDir()
88 assertTrue(altLockFile.exists()); in testAlternateLockDir()
96 assertTrue(file.exists()); in testAlternateLockDir()
97 assertTrue(altLockFile.exists()); in testAlternateLockDir()
104 assertFalse(file.exists()); in testConstructor_File_directory()
105 assertFalse(lockFile.exists()); in testConstructor_File_directory()
[all …]
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/monitor/
H A DFileAlterationObserverTest.java163 assertFalse(testDirAFile1.exists(), "B testDirAFile1 exists"); in testFileCreate()
164 assertTrue(testDirAFile2.exists(), "B testDirAFile2 exists"); in testFileCreate()
165 assertFalse(testDirAFile3.exists(), "B testDirAFile3 exists"); in testFileCreate()
166 assertTrue(testDirAFile4.exists(), "B testDirAFile4 exists"); in testFileCreate()
167 assertFalse(testDirAFile5.exists(), "B testDirAFile5 exists"); in testFileCreate()
177 assertTrue(testDirAFile1.exists(), "D testDirAFile1 exists"); in testFileCreate()
185 assertTrue(testDirAFile3.exists(), "E testDirAFile3 exists"); in testFileCreate()
193 assertTrue(testDirAFile5.exists(), "F testDirAFile5 exists"); in testFileCreate()
215 assertTrue(testDirAFile1.exists(), "B testDirAFile1 exists"); in testFileDelete()
216 assertTrue(testDirAFile2.exists(), "B testDirAFile2 exists"); in testFileDelete()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/
Dbuild_output.txt11 exists -exec x$GOEXE
13 ! exists x$NONEXE
16 ! exists x
17 ! exists x.exe
18 exists -exec myprog
19 ! exists myprogr.exe
21 ! exists bin
23 exists -exec bin/x
26 ! exists bin
28 exists -exec bin/x$GOEXE
[all …]
Dmod_download.txt8 exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.0.info
9 exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.0.mod
10 exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.0.zip
11 ! exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.2.info
12 ! exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.2.mod
38 exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.2.info
39 exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.2.mod
40 ! exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.2.zip
44 ! exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.3-pre1.info
45 ! exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.3-pre1.mod
[all …]
/aosp_15_r20/external/mesa3d/.gitlab-ci/
H A Dfarm-rules.yml3 # If the disable file exists, we are disabling the farm, or it's already
5 # - exists: [ .ci-farms-disabled/$FARM ]
33 - exists: [ .ci-farms-disabled/microsoft ] # 1. Is disabled, never run
47 - exists: [ .ci-farms-disabled/microsoft ]
58 - exists: [ .ci-farms-disabled/microsoft ]
82 - exists: [ .ci-farms-disabled/collabora ]
93 - exists: [ .ci-farms-disabled/collabora ]
103 - exists: [ .ci-farms-disabled/igalia ]
114 - exists: [ .ci-farms-disabled/igalia ]
124 - exists: [ .ci-farms-disabled/lima ]
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/test/
Doperations_test.cpp448 BOOST_TEST(fs::exists(d1)); in create_tree()
455 BOOST_TEST(fs::exists(d1f1)); in create_tree()
465 BOOST_TEST(fs::exists(f0)); in create_tree()
475 BOOST_TEST(fs::exists(f1)); in create_tree()
522 BOOST_TEST(fs::exists(d2)); in directory_iterator_tests()
533 BOOST_TEST(fs::exists(it1->status())); in directory_iterator_tests()
543 BOOST_TEST(fs::exists(it1->status())); in directory_iterator_tests()
551 BOOST_TEST(fs::exists(it1->status())); in directory_iterator_tests()
558 BOOST_TEST(fs::exists(it1->status())); in directory_iterator_tests()
626 // BOOST_TEST(fs::exists((*itx).path())); in directory_iterator_tests()
[all …]
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/
H A DFileCleaningTrackerTest.java63 while (file.exists() && count++ < 40) { in pauseForDeleteToComplete()
71 while (Files.exists(file) && count++ < 40) { in pauseForDeleteToComplete()
116 if (!testFile.getParentFile().exists()) { in testFileCleanerDirectory_ForceStrategy_FileSource()
124 assertTrue(testFile.exists()); in testFileCleanerDirectory_ForceStrategy_FileSource()
125 assertTrue(tempDirFile.exists()); in testFileCleanerDirectory_ForceStrategy_FileSource()
138 assertFalse(new File(testFile.getPath()).exists(), showFailures()); in testFileCleanerDirectory_ForceStrategy_FileSource()
139 assertFalse(testFile.getParentFile().exists(), showFailures()); in testFileCleanerDirectory_ForceStrategy_FileSource()
144 if (!Files.exists(testPath.getParent())) { in testFileCleanerDirectory_ForceStrategy_PathSource()
152 assertTrue(Files.exists(testPath)); in testFileCleanerDirectory_ForceStrategy_PathSource()
153 assertTrue(Files.exists(tempDirPath)); in testFileCleanerDirectory_ForceStrategy_PathSource()
[all …]
H A DFileUtilsTest.java199 assertTrue(file.exists()); in createCircularSymLink()
202 assertTrue(file.exists()); in createCircularSymLink()
204 assertFalse(Files.exists(linkPath)); in createCircularSymLink()
206 assertTrue(Files.exists(targetPath)); in createCircularSymLink()
297 assertTrue(file.exists());
322 if (!testFile1.getParentFile().exists()) {
330 if (!testFile2.getParentFile().exists()) {
340 if (!testFile1.getParentFile().exists()) {
348 if (!testFile2.getParentFile().exists()) {
387 assertTrue(file.exists());
[all …]
/aosp_15_r20/external/autotest/database/
H A Dschema_129.sql22 DROP TABLE IF EXISTS `afe_aborted_host_queue_entries`;
40 DROP TABLE IF EXISTS `afe_acl_groups`;
55 DROP TABLE IF EXISTS `afe_acl_groups_hosts`;
74 DROP TABLE IF EXISTS `afe_acl_groups_users`;
93 DROP TABLE IF EXISTS `afe_atomic_groups`;
111 DROP TABLE IF EXISTS `afe_autotests`;
138 DROP TABLE IF EXISTS `afe_autotests_dependency_labels`;
157 DROP TABLE IF EXISTS `afe_drone_sets`;
172 DROP TABLE IF EXISTS `afe_drone_sets_drones`;
191 DROP TABLE IF EXISTS `afe_drones`;
[all …]
/aosp_15_r20/cts/tests/tests/media/misc/res/values/
H A Dexifinterface.xml19 <!--Whether thumbnail exists-->
26 <!--Whether GPS LatLong information exists-->
33 <!--Whether Make information exists-->
63 <!--Whether thumbnail exists-->
70 <!--Whether GPS LatLong information exists-->
77 <!--Whether Make information exists-->
107 <!--Whether thumbnail exists-->
114 <!--Whether GPS LatLong information exists-->
121 <!--Whether Make information exists-->
151 <!--Whether thumbnail exists-->
[all …]
/aosp_15_r20/system/update_engine/common/
H A Dprefs_unittest.cc58 EXPECT_FALSE(common_prefs_->Exists(key0)); in MultiNamespaceKeyTest()
59 EXPECT_FALSE(common_prefs_->Exists(key1A)); in MultiNamespaceKeyTest()
60 EXPECT_FALSE(common_prefs_->Exists(key1B)); in MultiNamespaceKeyTest()
61 EXPECT_FALSE(common_prefs_->Exists(key2)); in MultiNamespaceKeyTest()
70 EXPECT_TRUE(common_prefs_->Exists(key0)); in MultiNamespaceKeyTest()
71 EXPECT_TRUE(common_prefs_->Exists(key0corner)); in MultiNamespaceKeyTest()
72 EXPECT_TRUE(common_prefs_->Exists(key1A)); in MultiNamespaceKeyTest()
73 EXPECT_TRUE(common_prefs_->Exists(key1B)); in MultiNamespaceKeyTest()
74 EXPECT_TRUE(common_prefs_->Exists(key2)); in MultiNamespaceKeyTest()
75 EXPECT_TRUE(common_prefs_->Exists(key2corner)); in MultiNamespaceKeyTest()
[all …]
/aosp_15_r20/external/fhir/spec/r4/json_definitions/
Dextension-definitions.json70 "expression" : "extension.exists() != value.exists()",
71 "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
138 "expression" : "extension.exists() != value.exists()",
139 "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
297 "expression" : "extension.exists() != value.exists()",
298 "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
365 "expression" : "extension.exists() != value.exists()",
366 "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
548 "expression" : "extension.exists() != value.exists()",
549 "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
[all …]
/aosp_15_r20/external/deqp-deps/glslang/Test/baseResults/
D300operations.frag.out3 ERROR: 0:30: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
4 ERROR: 0:31: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
5 ERROR: 0:32: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
6 ERROR: 0:33: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
7 ERROR: 0:34: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
9 ERROR: 0:36: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
10 ERROR: 0:37: '-' : wrong operand types: no operation '-' exists that takes a left-hand operand of …
11 ERROR: 0:38: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
12 ERROR: 0:39: '*' : wrong operand types: no operation '*' exists that takes a left-hand operand of …
13 ERROR: 0:40: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
[all …]
/aosp_15_r20/external/angle/third_party/glslang/src/Test/baseResults/
H A D300operations.frag.out3 ERROR: 0:30: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
4 ERROR: 0:31: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
5 ERROR: 0:32: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
6 ERROR: 0:33: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
7 ERROR: 0:34: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
9 ERROR: 0:36: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
10 ERROR: 0:37: '-' : wrong operand types: no operation '-' exists that takes a left-hand operand of …
11 ERROR: 0:38: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
12 ERROR: 0:39: '*' : wrong operand types: no operation '*' exists that takes a left-hand operand of …
13 ERROR: 0:40: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
[all …]
H A Dspv.coopmatKHR_arithmeticError.comp.out2 ERROR: 0:21: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
3 ERROR: 0:22: '-' : wrong operand types: no operation '-' exists that takes a left-hand operand of …
4 ERROR: 0:23: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
5 ERROR: 0:24: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
6 ERROR: 0:25: '-' : wrong operand types: no operation '-' exists that takes a left-hand operand of …
7 ERROR: 0:26: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
11 ERROR: 0:31: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of …
12 ERROR: 0:32: '-' : wrong operand types: no operation '-' exists that takes a left-hand operand of …
13 ERROR: 0:33: '*' : wrong operand types: no operation '*' exists that takes a left-hand operand of …
14 ERROR: 0:34: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of …
[all …]
/aosp_15_r20/external/python/pyfakefs/pyfakefs/pytest_tests/
Dpytest_plugin_test.py12 assert os.path.exists("/var/data/xx1.txt")
17 assert os.path.exists("/var/data/xx1.txt")
23 assert os.path.exists("/var/data/xx1.txt")
24 assert os.path.exists("/var/data/xx2.txt")
30 assert fs.exists(fake_temp_file.name)
31 assert os.path.exists(fake_temp_file.name)
33 assert fs.exists(fake_temp_file.name)
34 assert not os.path.exists(fake_temp_file.name)
36 assert not fs.exists(real_temp_file.name)
37 assert os.path.exists(real_temp_file.name)
[all …]
/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_cache_test.cpp89 static int exists(const char* path) { in exists() function
150 EXPECT_EQ(0, exists("com.example/normal")); in TEST_F()
151 EXPECT_EQ(0, exists("com.example/cache/foo/one")); in TEST_F()
152 EXPECT_EQ(0, exists("com.example/cache/foo/two")); in TEST_F()
157 EXPECT_EQ(0, exists("com.example/normal")); in TEST_F()
158 EXPECT_EQ(-1, exists("com.example/cache/foo/one")); in TEST_F()
159 EXPECT_EQ(-1, exists("com.example/cache/foo/two")); in TEST_F()
172 EXPECT_EQ(0, exists("com.example/normal")); in TEST_F()
173 EXPECT_EQ(0, exists("com.example/cache/foo/one")); in TEST_F()
174 EXPECT_EQ(0, exists("com.example/cache/foo/two")); in TEST_F()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_test.cc153 ASSERT_FALSE(std::filesystem::exists(temp_snoop_log_)); in SetUp()
154 ASSERT_FALSE(std::filesystem::exists(temp_snoop_log_last_)); in SetUp()
155 ASSERT_FALSE(std::filesystem::exists(temp_snoop_log_filtered)); in SetUp()
156 ASSERT_FALSE(std::filesystem::exists(temp_snoop_log_filtered_last)); in SetUp()
157 ASSERT_FALSE(std::filesystem::exists(temp_snooz_log_)); in SetUp()
158 ASSERT_FALSE(std::filesystem::exists(temp_snooz_log_last_)); in SetUp()
184 if (std::filesystem::exists(temp_snoop_log_)) { in DeleteSnoopLogFiles()
187 if (std::filesystem::exists(temp_snoop_log_last_)) { in DeleteSnoopLogFiles()
190 if (std::filesystem::exists(temp_snoop_log_filtered)) { in DeleteSnoopLogFiles()
193 if (std::filesystem::exists(temp_snoop_log_filtered_last)) { in DeleteSnoopLogFiles()
[all …]
/aosp_15_r20/external/igt-gpu-tools/scripts/
H A Dtrace.pl332 if (exists $ctxdb{$ctx} and $ctxdb{$ctx} > 1) {
378 next if exists $tp{'ring'} and exists $ignore_ring{$tp{'ring'}};
380 if (exists $tp{'ring'} and exists $tp{'seqno'}) {
384 if (exists $tp{'ctx'}) {
396 next if exists $reqwait{$key};
397 die if $ring eq VENG and not exists $queues{$ctx};
406 die if $ring eq VENG and not exists $queues{$ctx};
408 if (exists $reqwait{$key}) {
413 die unless exists $reqwait{$vkey};
420 if (exists $queue{$key}) {
[all …]
/aosp_15_r20/build/make/tools/releasetools/
H A Dadd_img_to_target_files.py27 directory exists in the target file.
189 if not os.path.exists(image_path):
273 if os.path.exists(img.name):
274 logger.info("system.img already exists; no need to rebuild...")
310 if os.path.exists(img.name):
311 logger.info("system_other.img already exists; no need to rebuild...")
322 if os.path.exists(img.name):
323 logger.info("vendor.img already exists; no need to rebuild...")
359 if os.path.exists(img.name):
360 logger.info("product.img already exists; no need to rebuild...")
[all …]

12345678910>>...686