Home
last modified time | relevance | path

Searched refs:major (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/util/logging/
DLogRecord.java498 byte major = in.readByte(); in readObject()
500 if (major != 1) { in readObject()
501 throw new IOException("LogRecord: bad version: " + major + "." + minor); in readObject()
/libcore/ojluni/src/main/native/
DNet.c189 int major = -1; in isSourceFilterSupported() local
191 major = atoi(uts.version); in isSourceFilterSupported()
194 if (major < 6 || (major == 6 && minor < 1)) {// unsupported on aix < 6.1 in isSourceFilterSupported()
/libcore/
DLICENSE154 source or binary form) with the major components (compiler, kernel, and so on)
/libcore/ojluni/
DNOTICE440 source or binary form) with the major components (compiler, kernel, and so on)