Searched refs:hasSuffix (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavacOption.java103 boolean hasSuffix; field in class:JavacOption.Option
119 hasSuffix = lastChar == ':' || lastChar == '=';
152 return argsNameKey != null && !hasSuffix;
156 if (!hasSuffix)
203 if (!hasSuffix)
247 if (hasSuffix)
H A DRecognizedOptions.java404 hasSuffix = true;
448 hasSuffix = true;
574 hasSuffix = true;
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/main/
H A DMain.java132 boolean hasSuffix; field in class:Main.Option
139 hasSuffix = lastChar == ':' || lastChar == '=';
152 return argsNameKey != null && !hasSuffix;
159 return hasSuffix ? arg.startsWith(name) : arg.equals(name);
170 ((hasSuffix ? "" : " ") +
188 if (hasSuffix)
446 hasSuffix = true;
458 hasSuffix = true;
/openjdk7/jdk/src/macosx/bundle/appbundler/native/
H A Dmain.m112 if ([file hasSuffix:@".jar"]) {
/openjdk7/jdk/src/macosx/native/sun/osxapp/
H A DNSApplicationAWT.m192 if ([fApplicationName hasSuffix:@".app"]) {

Completed in 824 milliseconds