Searched defs:exists (Results 26 - 29 of 29) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.hpp626 // argument exists, otherwise return false.
693 static bool exists(const char* name) { return _all->contains(name); } function in class:PerfDataManager
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymbol.java425 /** True if the symbol represents an entity that exists.
427 public boolean exists() { method in class:Symbol
676 /** A package "exists" if a type or package that exists has
679 public boolean exists() { method in class:Symbol.PackageSymbol
1217 * null if none exists. Synthetic methods are not considered
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java201 * Return null if no such class exists.
451 throw inapplicableMethodException.setMessage("no.conforming.assignment.exists",
606 if (sym.exists()) {
623 if (sym.exists())
625 if (bestSoFar.exists())
1001 if (sym.exists()) {
1016 if (sym.exists())
1034 if (bestSoFar.exists())
1160 else if (sym.exists()) return sym;
1170 if (sym.exists()) retur
1864 public boolean exists() { method in class:Resolve.ResolveError
1928 public boolean exists() { method in class:Resolve.InvalidSymbolError
2245 public boolean exists() { method in class:Resolve.AccessError
[all...]
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java93 private final boolean createNew; // create a new zip if not exists
356 boolean exists(byte[] path) method in class:ZipFileSystem
421 if (dir.length == 0 || exists(dir)) // root dir, or exiting dir
691 // copy the entry data into it if the entry exists, and then create a
715 + getString(path) + "> exists");
1744 // entry does not exists in zip file

Completed in 292 milliseconds

12