Home
last modified time | relevance | path

Searched refs:major (Results 1 – 7 of 7) 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.c185 int major = -1; in isSourceFilterSupported() local
187 major = atoi(uts.version); in isSourceFilterSupported()
190 if (major < 6 || (major == 6 && minor < 1)) {// unsupported on aix < 6.1 in isSourceFilterSupported()
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1482 private boolean kernelIsAtLeast(int major, int minor) {
1484 return version[0] > major || (version[0] == major && version[1] >= minor);
/libcore/ojluni/src/test/
DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/libcore/ojluni/src/tools/
DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/libcore/
DLICENSE154 source or binary form) with the major components (compiler, kernel, and so on)
/libcore/ojluni/src/main/
DLICENSE162 source or binary form) with the major components (compiler, kernel, and so on)