Home
last modified time | relevance | path

Searched defs:getInt (Results 1 – 18 of 18) sorted by relevance

/libcore/luni/src/main/java/org/apache/xml/utils/res/
DIntArrayWrapper.java35 public int getInt(int index){ in getInt() method in IntArrayWrapper
/libcore/luni/src/main/java/java/nio/
DDirectByteBuffer.java162 public final int getInt() { in getInt() method in DirectByteBuffer
173 public final int getInt(int index) { in getInt() method in DirectByteBuffer
DHeapByteBuffer.java114 public final int getInt() { in getInt() method in HeapByteBuffer
125 public final int getInt(int index) { in getInt() method in HeapByteBuffer
DMappedByteBufferAdapter.java191 public int getInt() { in getInt() method in MappedByteBufferAdapter
200 public int getInt(int index) { in getInt() method in MappedByteBufferAdapter
DByteBuffer.java537 public abstract int getInt(); in getInt() method in ByteBuffer
553 public abstract int getInt(int index); in getInt() method in ByteBuffer
/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
DPlatformAddress.java193 public final int getInt(int offset, ByteOrder order) { in getInt() method in PlatformAddress
198 public final int getInt(int offset) { in getInt() method in PlatformAddress
DOSMemory.java319 public static native int getInt(int address); in getInt() method in OSMemory
321 public static int getInt(int address, ByteOrder byteOrder) { in getInt() method in OSMemory
/libcore/luni/src/main/java/java/lang/reflect/
DArray.java274 public static int getInt(Object array, int index) in getInt() method in Array
DField.java408 public int getInt(Object object) throws IllegalAccessException, IllegalArgumentException { in getInt() method in Field
/libcore/luni/src/main/java/sun/misc/
DUnsafe.java247 public native int getInt(Object obj, long offset); in getInt() method in Unsafe
/libcore/luni/src/main/java/java/util/prefs/
DPreferences.java391 public abstract int getInt(String key, int deflt); in getInt() method in Preferences
DAbstractPreferences.java485 public int getInt(String key, int deflt) { in getInt() method in AbstractPreferences
/libcore/json/src/main/java/org/json/
DJSONArray.java353 public int getInt(int index) throws JSONException { in getInt() method in JSONArray
DJSONObject.java442 public int getInt(String name) throws JSONException { in getInt() method in JSONObject
/libcore/luni/src/main/java/java/sql/
DCallableStatement.java410 public int getInt(int parameterIndex) throws SQLException; in getInt() method
423 public int getInt(String parameterName) throws SQLException; in getInt() method
DResultSet.java692 public int getInt(int columnIndex) throws SQLException; in getInt() method
705 public int getInt(String columnName) throws SQLException; in getInt() method
/libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
DPreferencesTest.java1803 public int getInt(String key, int deflt) { in getInt() method in PreferencesTest.MockPreferences
/libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java419 public int getInt(int columnIndex) throws SQLException { in getInt() method in Impl_RowSet
423 public int getInt(String columnName) throws SQLException { in getInt() method in Impl_RowSet