Searched refs:Exists (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DLockFileManager.cpp32 bool Exists = false; local
33 if (sys::fs::exists(LockFileName, Exists) || !Exists)
189 bool Exists = false; local
190 if (!sys::fs::exists(LockFileName.str(), Exists) && !Exists)
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-ranlib/
H A Dllvm-ranlib.cpp73 bool Exists; local
74 if (llvm::sys::fs::exists(ArchivePath.str(), Exists) || !Exists)
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DFileOutputBufferTest.cpp83 bool Exists = false; local
84 ASSERT_NO_ERROR(fs::exists(Twine(File2), Exists));
85 EXPECT_FALSE(Exists);
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dexamples.t53 print "Banana Exists\n\n" if $h{"banana"} ;
68 Banana Exists
101 print "Banana Exists\n\n" if $db->db_get("banana", $v) == 0;
119 Banana Exists
349 print "Element 1 Exists with value $h[1]\n" if $h[1] ;
385 print "Element 1 Exists with value $h[1]\n" if $h[1] ;
399 Element 1 Exists with value blue
H A Dexamples.t.T54 print "Banana Exists\n\n" if $h{"banana"} ;
70 Banana Exists
104 print "Banana Exists\n\n" if $db->db_get("banana", $v) == 0;
123 Banana Exists
362 print "Element 1 Exists with value $h[1]\n" if $h[1] ;
399 print "Element 1 Exists with value $h[1]\n" if $h[1] ;
413 Element 1 Exists with value blue
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DPath.inc693 bool Exists;
694 if (fs::exists(path, Exists) || !Exists)
868 bool Exists;
869 if (reuse_current && (fs::exists(path, Exists) || !Exists))
896 } while (!fs::exists(path, Exists) && Exists);
/macosx-10.10/llvmCore-3425.0.34/lib/Archive/
H A DArchive.cpp70 bool Exists; local
71 if (sys::fs::exists(newFile.str(), Exists) || !Exists) {
H A DArchiveWriter.cpp160 bool Exists; local
161 if (sys::fs::exists(filePath.str(), Exists) || !Exists) {
/macosx-10.10/tcl-105/tcl84/tcl/library/
H A Dsafe.tcl357 if {[Exists $nname]} {
526 if {[Exists $hookname]} {
542 if {[Exists $statename]} {
601 expr {[Exists [InterpStateName $slave]] && [::interp exists $slave]}
654 proc Exists {varname} { procedure
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-ar/
H A Dllvm-ar.cpp309 bool Exists; local
310 if (sys::fs::exists(aPath.str(), Exists) || !Exists)
713 bool Exists; local
714 if (llvm::sys::fs::exists(ArchivePath.str(), Exists) || !Exists) {
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A Ddes-lib.com84 $! Check To See If The Architecture Specific OBJ Directory Exists.
97 $! Check To See If The Architecture Specific Directory Exists.
204 $! Check To See If The File We Want To Compile Actually Exists.
219 $! End The File Exists Check.
264 $! Check To See If The File We Want To Compile Actually Exists.
312 $! Check To See If The File We Want To Compile Actually Exists.
360 $! Check To See If The File We Want To Compile Actually Exists.
408 $! Check To See If The File We Want To Compile Actually Exists.
458 $! Check To See If The File We Want To Compile Actually Exists.
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssl-lib.com93 $! Check To See If The Architecture Specific OBJ Directory Exists.
106 $! Check To See If The Architecture Specific Directory Exists.
233 $! End The File Exists Check.
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.h138 mDNSu8 Exists; // 1 = currently exists in getifaddrs list; 0 = doesn't member in struct:NetworkInterfaceInfoOSX_struct
150 mDNSs32 LastSeen; // If Exists==0, last time this interface appeared in getifaddrs list
H A DmDNSMacOSX.c1262 if (i->Exists && !strcmp(i->ifinfo.ifname, ifname) &&
2095 if (intf->Exists && !strcmp(intf->ifinfo.ifname, packetifname))
4003 (*p)->Exists = mDNStrue;
4050 i->Exists = mDNStrue;
5308 if (i->Exists)
5314 i->Exists = 2; // State change; need to deregister and reregister this interface
5403 if (i->Exists)
5521 if (i->Exists) i->LastSeen = utc;
5522 i->Exists = mDNSfalse;
5541 if (i->Exists
[all...]
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dmakeapps.com102 $! Check To See If The OBJ Directory Exists.
115 $! Check To See If The EXE Directory Exists.
241 $! Check To See If The File We Want To Compile Actually Exists.
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Drecord.tcl642 if {[Exists instance $item_]} {
704 # ::struct::record::Exists --
718 proc ::struct::record::Exists {sub_ item_} {
744 }; # end proc ::struct::record::Exists
/macosx-10.10/OpenSSL098-52/src/fips/
H A Dfips-lib.com101 $! Check To See If The Architecture Specific OBJ Directory Exists.
114 $! Check To See If The Architecture Specific Directory Exists.
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DProgram.inc363 bool Exists;
364 if (result == 127 && !llvm::sys::fs::exists(path.str(), Exists) && Exists)
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DConstantsContext.h546 /// entry and Exists=true. If not, the iterator points to the newly
547 /// inserted entry and returns Exists=false. Newly inserted entries have
551 bool &Exists) {
553 Exists = !IP.second;
549 InsertOrGetItem(std::pair<MapKey, ConstantClass *> &InsertVal, bool &Exists) argument
/macosx-10.10/OpenSSL098-52/src/crypto/
H A Dcrypto-lib.com113 $! Check To See If The Architecture Specific OBJ Directory Exists.
126 $! Check To See If The Architecture Specific Directory Exists.
/macosx-10.10/vim-55/runtime/syntax/
H A Daspvbs.vim104 syn keyword AspVBSMethods contained Exists FileExists FolderExists
H A Dvb.vim163 syn keyword vbMethods EnsureVisible EstablishConnection Execute Exists
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/t/
H A Ddb-hash.t748 print "Banana Exists\n\n" if $h{"banana"} ;
763 Banana Exists
H A Ddb-recno.t807 print "Element 1 Exists with value $h[1]\n" if $h[1] ;
823 Element 1 Exists with value blue
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm881 print "Banana Exists\n\n" if $h{"banana"} ;
894 Banana Exists
1412 print "Element 1 Exists with value $h[1]\n" if $h[1] ;
1425 Element 1 Exists with value blue

Completed in 390 milliseconds

12