Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 806) sorted by relevance

12345678910>>...33

/external/libffi/testsuite/lib/
Dtarget-libpath.exp56 if { [info exists GCC_EXEC_PREFIX] && ![info exists env(GCC_EXEC_PREFIX)] } {
71 if [info exists env(LD_LIBRARY_PATH)] {
75 if [info exists env(LD_RUN_PATH)] {
79 if [info exists env(SHLIB_PATH)] {
83 if [info exists env(LD_LIBRARYN32_PATH)] {
87 if [info exists env(LD_LIBRARY64_PATH)] {
91 if [info exists env(LD_LIBRARY_PATH_32)] {
95 if [info exists env(LD_LIBRARY_PATH_64)] {
99 if [info exists env(DYLD_LIBRARY_PATH)] {
205 } elseif [info exists env(LD_LIBRARY_PATH)] {
[all …]
/external/okhttp/src/test/java/com/squareup/okhttp/internal/
DDiskLruCacheTest.java175 assertFalse(k1.exists()); in explicitRemoveAppliedToDiskImmediately()
221 assertFalse(cleanFile0.exists()); in openWithDirtyKeyDeletesAllFilesForThatKey()
222 assertFalse(cleanFile1.exists()); in openWithDirtyKeyDeletesAllFilesForThatKey()
223 assertFalse(dirtyFile0.exists()); in openWithDirtyKeyDeletesAllFilesForThatKey()
224 assertFalse(dirtyFile1.exists()); in openWithDirtyKeyDeletesAllFilesForThatKey()
339 assertFalse(getCleanFile("k1", 0).exists()); in createNewEntryWithTooFewValuesFails()
340 assertFalse(getCleanFile("k1", 1).exists()); in createNewEntryWithTooFewValuesFails()
341 assertFalse(getDirtyFile("k1", 0).exists()); in createNewEntryWithTooFewValuesFails()
342 assertFalse(getDirtyFile("k1", 1).exists()); in createNewEntryWithTooFewValuesFails()
355 assertTrue(getDirtyFile("k1", 0).exists()); in createNewEntryWithMissingFileAborts()
[all …]
/external/webkit/Tools/
DTools.pro4 exists($$PWD/QtTestBrowser/QtTestBrowser.pro): SUBDIRS += QtTestBrowser/QtTestBrowser.pro
5 exists($$PWD/DumpRenderTree/qt/DumpRenderTree.pro): SUBDIRS += DumpRenderTree/qt/DumpRenderTree.pro
6 exists($$PWD/DumpRenderTree/qt/ImageDiff.pro): SUBDIRS += DumpRenderTree/qt/ImageDiff.pro
9 exists($$PWD/MiniBrowser/qt/MiniBrowser.pro): SUBDIRS += MiniBrowser/qt/MiniBrowser.pro
10 …!symbian:exists($$PWD/WebKitTestRunner/WebKitTestRunner.pro): SUBDIRS += WebKitTestRunner/WebKitTe…
14exists($$PWD/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro): SUBDIRS += DumpRenderTr…
/external/webkit/Source/
DWebKit.pro7 exists($$PWD/JavaScriptCore/JavaScriptCore.pro): SUBDIRS += JavaScriptCore/JavaScriptCore.pro
8 exists($$PWD/JavaScriptCore/jsc.pro): SUBDIRS += JavaScriptCore/jsc.pro
11 webkit2:exists($$PWD/WebKit2/WebKit2.pro): SUBDIRS += WebKit2/WebKit2.pro
17 exists($$PWD/WebKit2/WebProcess.pro): SUBDIRS += WebKit2/WebProcess.pro
18 exists($$PWD/WebKit2/UIProcess/API/qt/tests): SUBDIRS += WebKit2/UIProcess/API/qt/tests
22 exists($$PWD/WebKit/qt/declarative): SUBDIRS += WebKit/qt/declarative
25 exists($$PWD/WebKit/qt/tests): SUBDIRS += WebKit/qt/tests
/external/webkit/Source/WebCore/rendering/
DRenderTableCell.cpp353 if (!border2.exists()) { in compareBorders()
354 if (!border1.exists()) in compareBorders()
358 if (!border1.exists()) in compareBorders()
414 if (!result.exists()) in collapsedStartBorder()
419 if (!result.exists()) in collapsedStartBorder()
424 if (!result.exists()) in collapsedStartBorder()
434 if (!result.exists()) in collapsedStartBorder()
438 if (!result.exists()) in collapsedStartBorder()
449 if (!result.exists()) in collapsedStartBorder()
455 if (!result.exists()) in collapsedStartBorder()
[all …]
/external/webkit/Tools/wx/packaging/
Dbuild-mac-installer.py60 if os.path.exists(tempdir):
86 if os.path.exists(filename):
99 if not os.path.exists(copyname):
109 if os.path.exists(tempdir):
117 if not os.path.exists(wxroot):
120 if not os.path.exists(wxpythonroot):
140 if not os.path.exists(demodir):
145 if os.path.exists(pkgname + ".pkg"):
161 if os.path.exists(tempdir):
/external/openssh/
DMakefile.in287 echo "$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite"; \
292 echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \
302 echo "$(DESTDIR)$(sysconfdir)/moduli already exists, install will not overwrite"; \
308 echo "$(sysconfdir)/ssh_host_key already exists, skipping." ; \
313 echo "$(sysconfdir)/ssh_host_dsa_key already exists, skipping." ; \
318 echo "$(sysconfdir)/ssh_host_rsa_key already exists, skipping." ; \
324 echo "$(sysconfdir)/ssh_host_ecdsa_key already exists, skipping." ; \
/external/v8/test/test262/
Dtestcfg.py31 from os.path import join, exists
107 if not exists(directory_name) or not exists(archive_name):
108 if not exists(archive_name):
111 if not exists(directory_name):
121 if not exists(join(self.root, 'data')):
129 if exists(status_file):
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DContextTest.java69 assertThat(dataDir.exists(), is(true)); in shouldGetApplicationDataDirectory()
76 assertThat(dataDir.exists(), is(false)); in shouldCreateIfDoesNotExistAndGetApplicationDataDirectory()
80 assertThat(dataDir.exists(), is(true)); in shouldCreateIfDoesNotExistAndGetApplicationDataDirectory()
93 assertTrue(context.getCacheDir().exists()); in getCacheDir_shouldCreateDirectory()
98 assertTrue(context.getExternalCacheDir().exists()); in getExternalCacheDir_shouldCreateDirectory()
116 assertTrue(cacheTest.exists()); in shouldWriteToCacheDir()
135 assertTrue(cacheTest.exists()); in shouldWriteToExternalCacheDir()
140 assertTrue(context.getFilesDir().exists()); in getFilesDir_shouldCreateDirectory()
145 assertTrue(context.getExternalFilesDir(null).exists()); in getExternalFilesDir_shouldCreateDirectory()
151 assertTrue(f.exists()); in getExternalFilesDir_shouldCreateNamedDirectory()
/external/chromium/net/url_request/
Durl_request_file_job.cc53 bool exists = file_util::GetFileInfo(file_path, &file_info); in Resolve() local
57 this, &AsyncResolver::ReturnResults, exists, file_info)); in Resolve()
73 void ReturnResults(bool exists, const base::PlatformFileInfo& file_info) { in ReturnResults() argument
75 owner_->DidResolve(exists, file_info); in ReturnResults()
167 bool exists; in Start() local
171 exists = file_util::GetFileInfo(file_path_, &file_info); in Start()
178 &URLRequestFileJob::DidResolve, exists, file_info)); in Start()
309 bool exists, const base::PlatformFileInfo& file_info) { in DidResolve() argument
329 if (!exists) { in DidResolve()
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dfilesystem_unittest.py70 self.assertTrue(fs.exists(self._this_file))
74 self.assertFalse(fs.exists(self._missing_file))
78 self.assertTrue(fs.exists(fs.getcwd()))
107 self.assertFalse(os.path.exists(sub_path))
111 self.assertTrue(os.path.exists(sub_path))
116 self.assertTrue(os.path.exists(sub_path))
122 self.assertFalse(os.path.exists(base_path))
142 if os.path.exists(sub_dir):
Ddirectoryfileset_unittest.py61 self.assertTrue(self._filesystem.exists('/test-directory/b/c'))
64 self.assertTrue(self._filesystem.exists('/test/some-file'))
66 self.assertFalse(self._filesystem.exists('/test/some-file'))
/external/protobuf/python/
Dsetup.py19 if os.path.exists("../src/protoc"):
21 elif os.path.exists("../src/protoc.exe"):
33 if not os.path.exists(source):
37 if (not os.path.exists(output) or
38 (os.path.exists(source) and
/external/skia/tools/
Drebaseline.py46 is_svn_checkout = os.path.exists('.svn') or os.path.exists(os.path.join('..', '.svn') )
47 is_git_checkout = os.path.exists('.git') or os.path.exists(os.path.join('..', '.git'))
/external/srec/shared/src/
DSessionTypeImpl.c274 const LCHAR* name, ESR_BOOL* exists) in ESR_SessionTypeContainsImpl() argument
278 return HashMapContainsKey(data->value, name, exists); in ESR_SessionTypeContainsImpl()
308 ESR_BOOL exists; in ESR_SessionTypeSetPropertyImpl() local
311 CHKLOG(rc, HashMapContainsKey(data->value, name, &exists)); in ESR_SessionTypeSetPropertyImpl()
312 if ( exists ) in ESR_SessionTypeSetPropertyImpl()
453 ESR_BOOL exists; in ESR_SessionTypeSetIntIfEmptyImpl() local
456 CHK(rc, self->contains(self, name, &exists)); in ESR_SessionTypeSetIntIfEmptyImpl()
457 if (exists) in ESR_SessionTypeSetIntIfEmptyImpl()
467 ESR_BOOL exists; in ESR_SessionTypeSetUint16_tIfEmptyImpl() local
470 CHK(rc, self->contains(self, name, &exists)); in ESR_SessionTypeSetUint16_tIfEmptyImpl()
[all …]
/external/srec/portable/src/
DPANSIFileSystemImpl.c104 ESR_BOOL exists; in PANSIFileSystemAddPathImpl() local
157 CHKLOG(rc, PHashTableContainsKey(impl->directoryMap, key, &exists)); in PANSIFileSystemAddPathImpl()
158 if (exists) in PANSIFileSystemAddPathImpl()
287 ESR_BOOL exists; in PANSIFileSystemSetDefault() local
313 CHKLOG(rc, PHashTableContainsKey(impl->directoryMap, key, &exists)); in PANSIFileSystemSetDefault()
314 if (exists) in PANSIFileSystemSetDefault()
333 CHKLOG(rc, PHashTableContainsKey(impl->directoryMap, L(""), &exists)); in PANSIFileSystemSetDefault()
334 if (exists) in PANSIFileSystemSetDefault()
342 CHKLOG(rc, PHashTableContainsKey(PFileSystemPathMap, L(""), &exists)); in PANSIFileSystemSetDefault()
343 if (exists) in PANSIFileSystemSetDefault()
/external/qemu/distrib/sdl-1.2.15/src/audio/
DSDL_audiodev.c77 int exists, instance; in SDL_OpenAudioPath() local
84 exists = 0; in SDL_OpenAudioPath()
86 exists = 1; in SDL_OpenAudioPath()
89 } while ( exists && (audio_fd < 0) ); in SDL_OpenAudioPath()
/external/webkit/Source/WebCore/platform/qt/
DFileSystemQt.cpp48 return QFile::exists(path); in fileExists()
66 return info.exists(); in getFileSize()
73 return info.exists(); in getFileModificationTime()
152 if (handle && handle->exists() && handle->isReadable()) in readFromFile()
195 if (handle && handle->exists() && handle->isWritable()) in writeToFile()
/external/v8/src/
Dv8utils.cc162 bool* exists) { in SetVectorContents() argument
164 *exists = false; in SetVectorContents()
168 *exists = true; in SetVectorContents()
174 bool* exists, in ReadFile() argument
178 return SetVectorContents(result, size, exists); in ReadFile()
183 bool* exists, in ReadFile() argument
187 return SetVectorContents(result, size, exists); in ReadFile()
/external/clang/tools/libclang/
DARCMigrate.cpp46 bool exists = false; in clang_getRemappings() local
47 llvm::sys::fs::exists(migrate_dir_path, exists); in clang_getRemappings()
48 if (!exists) { in clang_getRemappings()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DFileTest.java378 if (dir.exists()) { in test_createNewFile()
572 if (dir.exists()) { in test_createTempFileLjava_lang_StringLjava_lang_StringLjava_io_File()
629 assertTrue("Directory does not exist", dir.exists()); in test_delete()
634 assertTrue("Error Creating File For Delete Test", f.exists()); in test_delete()
636 assertTrue("Directory Should Not Have Been Deleted.", dir.exists()); in test_delete()
638 assertTrue("File Was Not Deleted", !f.exists()); in test_delete()
640 assertTrue("Directory Was Not Deleted", !dir.exists()); in test_delete()
725 assertTrue("Exists returned true for non-existent file", !f.exists()); in test_exists()
728 assertTrue("Exists returned false file", f.exists()); in test_exists()
814 if (canonicalf2.exists()) { in test_getCanonicalFile()
[all …]
/external/v8/test/cctest/
Dtest-log.cc128 bool exists = false; in TEST() local
130 i::ReadFile(initialize_logger.StopLoggingGetTempFile(), &exists, true)); in TEST()
131 CHECK(exists); in TEST()
388 bool exists = false; in TEST() local
390 i::ReadFile(initialize_logger.StopLoggingGetTempFile(), &exists, true)); in TEST()
391 CHECK(exists); in TEST()
431 bool exists = false; in TEST() local
433 i::ReadFile(initialize_logger.StopLoggingGetTempFile(), &exists, true)); in TEST()
434 CHECK(exists); in TEST()
504 bool exists = false; in TEST() local
[all …]
/external/webkit/LayoutTests/storage/domstorage/
Dwindow-attributes-exist-expected.txt2 window.sessionStorage exists
11 window.localStorage exists
20 window.onstorage exists
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dchromium_linux.py77 if self._filesystem.exists(driver_path):
129 if self._filesystem.exists(self._filesystem.join(base, 'sconsbuild')):
131 if self._filesystem.exists(self._filesystem.join(base, 'out', *comps)):
134 if self._filesystem.exists(self._filesystem.join(base, 'sconsbuild')):
211 return self._filesystem.exists(self._filesystem.join('/etc', 'redhat-release'))
/external/libselinux/src/
Dinit.c34 int exists = 0; in init_selinuxmnt() local
58 exists = 1; in init_selinuxmnt()
63 if (!exists) in init_selinuxmnt()

12345678910>>...33