Searched refs:NOT_FOUND (Results 1 - 13 of 13) sorted by relevance

/openjdk9/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DImageStringsWriter.java35 private static final int NOT_FOUND = -1; field in class:ImageStringsWriter
72 return offset == NOT_FOUND ? addString(string) : offset;
78 return offset != null ? offset : NOT_FOUND;
88 int zero = NOT_FOUND;
95 if (zero == NOT_FOUND) {
/openjdk9/jdk/src/java.base/share/native/libjli/
H A Dargs.c72 #define NOT_FOUND -1 macro
73 static int firstAppArgIndex = NOT_FOUND;
94 firstAppArgIndex = isJava ? NOT_FOUND : 0;
134 if (firstAppArgIndex == NOT_FOUND && idx != 0) {
514 if (firstAppArgIndex != NOT_FOUND) {
/openjdk9/jdk/src/java.base/share/native/libjimage/
H A DimageFile.cpp76 return NOT_FOUND;
98 return NOT_FOUND;
443 if (index != ImageStrings::NOT_FOUND) {
460 if (index != ImageStrings::NOT_FOUND) {
H A DimageFile.hpp160 NOT_FOUND = -1, enumerator in enum:ImageStrings::__anon778
563 // ImageFileReader::NOT_FOUND otherwise.
/openjdk9/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DModuleExportsAnalyzer.java39 import static com.sun.tools.jdeps.Analyzer.NOT_FOUND;
100 .map(archive -> archive != NOT_FOUND
H A DAnalyzer.java75 static final Archive NOT_FOUND field in class:Analyzer
251 : NOT_FOUND);
H A DDependencyFinder.java28 import static com.sun.tools.jdeps.Analyzer.NOT_FOUND;
95 * Returns the location to archive map; or NOT_FOUND.
102 : configuration.findClass(location).orElse(NOT_FOUND);
H A DModuleInfoBuilder.java141 return m == NOT_FOUND || m == REMOVED_JDK_INTERNALS;
/openjdk9/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A Derror_messages.c271 CASE_RETURN_JDWP_ERROR_TEXT(NOT_FOUND)
H A DArrayTypeImpl.c101 serror = JDWP_ERROR(NOT_FOUND);
H A Dutil.c1859 case JDWP_ERROR(NOT_FOUND):
2166 return JDWP_ERROR(NOT_FOUND);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java384 final int NOT_FOUND = -1;
392 if (lexRep.indexOf('T') != NOT_FOUND) {
425 if (timezoneOffset != NOT_FOUND) {
/openjdk9/jdk/make/data/jdwp/
H A Djdwp.spec3119 (Constant NOT_FOUND =41 "Desired element not found.")

Completed in 93 milliseconds