Home
last modified time | relevance | path

Searched defs:putInt (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-dbids/src/main/java/de/lmu/ifi/dbs/elki/database/datastore/
H A DWritableIntegerDataStore.java50 int putInt(DBIDRef id, int value); in putInt() method
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/jdwp/
H A DJdwpCmd.java84 protected void putInt(int val) { in putInt() method in JdwpCmd
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/
H A DIntrinsicDisabledTest.java103 Executable putInt = getMethod(false, /*isPut =*/ true, /*isVolatile = */ false); in test() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/intrinsics/
H A DIntrinsicDisabledTest.java103 Executable putInt = getMethod(false, /*isPut =*/ true, /*isVolatile = */ false); in test() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/jdwp/
H A DJdwpCmd.java84 protected void putInt(int val) { in putInt() method in JdwpCmd
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/intrinsics/
H A DIntrinsicDisabledTest.java102 Executable putInt = getMethod(false, /*isPut =*/ true, /*isVolatile = */ false); in test() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/serviceability/jdwp/
H A DJdwpCmd.java84 protected void putInt(int val) { in putInt() method in JdwpCmd
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/serviceability/jdwp/
H A DJdwpCmd.java84 protected void putInt(int val) { in putInt() method in JdwpCmd
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/intrinsics/
H A DIntrinsicDisabledTest.java121 Executable putInt = getMethod(false, /*isPut =*/ true, /*isVolatile = */ false); in test() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/jdwp/
H A DJdwpCmd.java84 protected void putInt(int val) { in putInt() method in JdwpCmd
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/intrinsics/
H A DIntrinsicDisabledTest.java121 Executable putInt = getMethod(false, /*isPut =*/ true, /*isVolatile = */ false); in test() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/jdwp/
H A DJdwpCmd.java84 protected void putInt(int val) { in putInt() method in JdwpCmd
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/
H A DIntrinsicDisabledTest.java103 Executable putInt = getMethod(false, /*isPut =*/ true, /*isVolatile = */ false); in test() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/serviceability/jdwp/
H A DJdwpCmd.java84 protected void putInt(int val) { in putInt() method in JdwpCmd
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/intrinsics/
H A DIntrinsicDisabledTest.java103 Executable putInt = getMethod(false, /*isPut =*/ true, /*isVolatile = */ false); in test() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/serviceability/jdwp/
H A DJdwpCmd.java84 protected void putInt(int val) { in putInt() method in JdwpCmd
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/intrinsics/
H A DIntrinsicDisabledTest.java103 Executable putInt = getMethod(false, /*isPut =*/ true, /*isVolatile = */ false); in test() local
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/util/
H A DSimplePositionedByteRange.java108 public PositionedByteRange putInt(int val) { in putInt() method in SimplePositionedByteRange
153 public PositionedByteRange putInt(int index, int val) { in putInt() method in SimplePositionedByteRange
H A DPositionedByteRange.java132 public PositionedByteRange putInt(int val); in putInt() method
215 public PositionedByteRange putInt(int index, int val); in putInt() method
H A DSimplePositionedMutableByteRange.java264 public PositionedByteRange putInt(int val) { in putInt() method in SimplePositionedMutableByteRange
297 public PositionedByteRange putInt(int index, int val) { in putInt() method in SimplePositionedMutableByteRange
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/nio/
H A DByteBufferImpl.java231 final public ByteBuffer putInt (int value) in putInt() method in ByteBufferImpl
242 final public ByteBuffer putInt (int index, int value) in putInt() method in ByteBufferImpl
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/nio/
H A DByteBufferImpl.java231 final public ByteBuffer putInt (int value) in putInt() method in ByteBufferImpl
242 final public ByteBuffer putInt (int index, int value) in putInt() method in ByteBufferImpl
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/io/
H A DByteOrderValues.java41 public static void putInt(int intValue, byte[] buf, int byteOrder) in putInt() method in ByteOrderValues
/dports/graphics/geos/geos-3.9.1/src/io/
H A DByteOrderValues.cpp54 ByteOrderValues::putInt(int intValue, unsigned char* buf, int byteOrder) in putInt() function in geos::io::ByteOrderValues
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DRenderBuffer.java190 public final RenderBuffer putInt(int pos, int x) { in putInt() method in RenderBuffer
196 public final RenderBuffer putInt(int x) { in putInt() method in RenderBuffer

12345678910>>...18