Searched defs:readCount (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/test/java/util/logging/
H A DTestLogConfigurationDeadLock.java66 static final AtomicLong readCount = new AtomicLong(0); field in class:TestLogConfigurationDeadLock
H A DTestLogConfigurationDeadLockWithConf.java73 static final AtomicLong readCount = new AtomicLong(0); field in class:TestLogConfigurationDeadLockWithConf
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java538 switchSigned8bit(byte[] b, int off, int len, int readCount) argument
545 switchSignedBE(byte[] b, int off, int len, int readCount) argument
552 switchSignedLE(byte[] b, int off, int len, int readCount) argument
559 switchEndian(byte[] b, int off, int len, int readCount) argument
[all...]
/openjdk9/jdk/test/java/util/logging/LogManager/Configuration/
H A DTestConfigurationLock.java79 static final AtomicLong readCount = new AtomicLong(0); field in class:TestConfigurationLock
/openjdk9/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotMethodData.java748 private static long readCount(HotSpotMethodData data, int position, int i) { method in class:HotSpotMethodData.MultiBranchData

Completed in 175 milliseconds