Searched refs:exists (Results 1 - 25 of 199) sorted by relevance

12345678

/external/libffi/testsuite/lib/
H A 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 en
[all...]
H A Dwrapper.exp29 && ![info exists gluefile] } {
/external/clearsilver/cs/
H A Dtest_exists.cs1 array exists test
H A Dtest19.cs13 Wow.Foo exists <?cs var:Wow.Foo ?>
17 Wow.Bar exists <?cs var:Wow.Bar ?>
/external/webkit/WebKitTools/wx/packaging/
H A Dbuild-mac-installer.py59 if os.path.exists(tempdir):
85 if os.path.exists(filename):
98 if not os.path.exists(copyname):
108 if os.path.exists(tempdir):
116 if not os.path.exists(wxroot):
119 if not os.path.exists(wxpythonroot):
134 if not os.path.exists(demodir):
139 if os.path.exists(pkgname + ".pkg"):
156 if os.path.exists(tempdir):
/external/srec/srec/Session/src/
H A DSR_Session.c33 ESR_BOOL exists; local
61 if (ESR_SessionExists(&exists) == ESR_SUCCESS)
63 if (exists)
/external/protobuf/python/
H A Dsetup.py19 if os.path.exists("../src/protoc"):
21 elif os.path.exists("../src/protoc.exe"):
28 .proto file. Does nothing if the output already exists and is newer than
33 if not os.path.exists(source):
37 if (not os.path.exists(output) or
38 (os.path.exists(source) and
/external/webkit/WebCore/rendering/
H A DRenderTableCell.cpp291 if (!border2.exists())
293 if (!border1.exists())
337 if (!result.exists())
342 if (!result.exists())
347 if (!result.exists())
357 if (!result.exists())
361 if (!result.exists())
371 if (!result.exists())
377 if (!result.exists())
404 if (!result.exists())
[all...]
/external/oprofile/
H A Dopimport_pull10 print " -r : reuse the directory if it already exists"
52 if (os.path.exists(output_dir) and (replace_dir == 1)):
58 if os.path.exists(output_dir):
59 print "Directory already exists:", output_dir
112 if not os.path.exists(dir):
/external/proguard/src/proguard/io/
H A DDirectoryPump.java48 if (!directory.exists())
H A DDirectoryWriter.java68 if (!directory.exists() &&
103 !parentDirectory.exists() &&
/external/qemu/distrib/sdl-1.2.12/src/audio/
H A DSDL_audiodev.c77 int exists, instance; local
84 exists = 0;
86 exists = 1;
89 } while ( exists && (audio_fd < 0) );
/external/webkit/WebCore/platform/qt/
H A DFileSystemQt.cpp49 return QFile::exists(path);
67 return info.exists();
74 return info.exists();
141 if (handle && handle->exists() && handle->isWritable())
H A DSharedBufferQt.cpp39 if (!file.exists() || !file.open(QFile::ReadOnly))
/external/chromium/net/url_request/
H A Durl_request_file_job.cc47 bool exists = file_util::GetFileInfo(file_path, &file_info); local
51 this, &AsyncResolver::ReturnResults, exists, file_info));
67 void ReturnResults(bool exists, const file_util::FileInfo& file_info) { argument
69 owner_->DidResolve(exists, file_info);
121 bool exists = file_util::GetFileInfo(file_path_, &file_info); local
125 this, &URLRequestFileJob::DidResolve, exists, file_info));
208 bool exists, const file_util::FileInfo& file_info) {
223 if (!exists || file_info.is_directory) {
207 DidResolve( bool exists, const file_util::FileInfo& file_info) argument
/external/srec/shared/include/
H A DIntArrayList.h70 * @param exists True if element was found
72 ESR_ReturnCode(*contains)(struct IntArrayList_t* self, int element, ESR_BOOL* exists);
162 * @param exists True if element was found
164 ESR_SHARED_API ESR_ReturnCode IntArrayListContains(IntArrayList* self, int element, ESR_BOOL* exists);
H A DIntArrayListImpl.h71 ESR_SHARED_API ESR_ReturnCode IntArrayList_Contains(IntArrayList* self, const int element, ESR_BOOL* exists);
/external/srec/shared/src/
H A DIntArrayList.c45 ESR_ReturnCode IntArrayListContains(IntArrayList* self, int element, ESR_BOOL* exists) argument
49 return self->contains(self, element, exists);
/external/clearsilver/java-jni/
H A DCSUtil.java56 if (file.exists()) {
/external/webkit/WebCore/rendering/style/
H A DCollapsedBorderValue.h47 bool exists() const { return border; } function in struct:WebCore::CollapsedBorderValue
/external/webkit/WebKit/mac/DefaultDelegates/
H A DWebDefaultPolicyDelegate.m67 BOOL exists = [[NSFileManager defaultManager] fileExistsAtPath:[[request URL] path] isDirectory:&isDirectory];
69 if (exists && !isDirectory && [wv _canShowMIMEType:type])
/external/webkit/WebKit/wx/bindings/python/
H A Dwscript49 if os.path.exists(fullpath):
78 if os.path.exists(wxpy_include):
/external/webkit/WebKitTools/wx/build/
H A Dbuild_utils.py73 if os.path.exists(featuredir) and not relpath in outdirs:
101 if not os.path.exists(destfile) or os.path.getsize(destfile) != size:
131 if archive and os.path.exists(archive):
173 if os.path.exists(config_file):
/external/srec/portable/include/
H A DArrayList.h98 * @param exists True if element was found
101 ESR_ReturnCode(*contains)(struct ArrayList_t* self, const void* element, ESR_BOOL* exists);
238 * @param exists True if element was found
241 PORTABLE_API ESR_ReturnCode ArrayListContains(ArrayList* self, void* element, ESR_BOOL* exists);
/external/srec/portable/src/
H A DArrayList.c77 ESR_ReturnCode ArrayListContains(ArrayList* self, void* element, ESR_BOOL* exists) argument
84 return self->contains(self, element, exists);

Completed in 898 milliseconds

12345678