MCPcopy Index your code
hub / github.com/java-native-access/jna / isAIX

Method isAIX

src/com/sun/jna/Platform.java:154–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 return osType == LINUX;
153 }
154 public static final boolean isAIX() {
155 return osType == AIX;
156 }
157 public static final boolean isWindowsCE() {
158 return osType == WINDOWSCE;
159 }

Callers 15

testGetLoadAvgMethod · 0.95
PerfstatTestClass · 0.95
testPerfstatCpuTotalMethod · 0.95
testPerfstatCpuMethod · 0.95
testPerfstatDiskMethod · 0.95
testPerfstatMemoryMethod · 0.95
testPerfstatProcessesMethod · 0.95
testPerfstatProtocolsMethod · 0.95
assertLibraryExistsMethod · 0.95
testRegisterMethodsMethod · 0.95

Calls

no outgoing calls

Tested by 11

testGetLoadAvgMethod · 0.76
testPerfstatCpuTotalMethod · 0.76
testPerfstatCpuMethod · 0.76
testPerfstatDiskMethod · 0.76
testPerfstatMemoryMethod · 0.76
testPerfstatProcessesMethod · 0.76
testPerfstatProtocolsMethod · 0.76
assertLibraryExistsMethod · 0.76
testRegisterMethodsMethod · 0.76