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

/openjdk7/jdk/src/share/sample/nio/server/
H A DReply.java65 static Code NOT_FOUND = new Code(404, "Not Found"); field in class:Reply.Code
H A DRequestServicer.java151 rp = new Reply(Reply.Code.NOT_FOUND,
H A DRequestHandler.java138 reply = new Reply(Reply.Code.NOT_FOUND,
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DExternalScriptable.java90 * Returns the value of the named property or NOT_FOUND.
97 * @return the value of the property (may be null), or NOT_FOUND
104 return NOT_FOUND;
113 return NOT_FOUND;
120 * Returns the value of the indexed property or NOT_FOUND.
124 * @return the value of the property (may be null), or NOT_FOUND
131 return NOT_FOUND;
/openjdk7/jdk/src/share/back/
H A DArrayTypeImpl.c101 serror = JDWP_ERROR(NOT_FOUND);
H A Derror_messages.c272 CASE_RETURN_JDWP_ERROR_TEXT(NOT_FOUND)
H A Dutil.c1859 case JDWP_ERROR(NOT_FOUND):
2166 return JDWP_ERROR(NOT_FOUND);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java367 final int NOT_FOUND = -1;
375 if (lexRep.indexOf('T') != NOT_FOUND) {
408 if (timezoneOffset != NOT_FOUND) {
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec2976 (Constant NOT_FOUND =41 "Desired element not found.")

Completed in 2373 milliseconds