Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 211) sorted by relevance

123456789

/libcore/luni/src/main/java/java/sql/
DArray.java51 public Object getArray(long index, int count) throws SQLException; in getArray()
70 public Object getArray(long index, int count, Map<String, Class<?>> map) in getArray()
129 public ResultSet getResultSet(long index, int count) throws SQLException; in getResultSet()
149 public ResultSet getResultSet(long index, int count, in getResultSet()
/libcore/dex/src/main/java/com/android/dex/
DLeb128.java41 int count = 0; in unsignedLeb128Size() local
62 int count = 0; in signedLeb128Size() local
84 int count = 0; in readSignedLeb128() local
112 int count = 0; in readUnsignedLeb128() local
/libcore/luni/src/main/java/org/w3c/dom/
DCharacterData.java82 int count) in substringData()
126 int count) in deleteData()
149 int count, in replaceData()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
DJarInputStreamTest.java163 int count = 0; in test_JarInputStream_Integrate_Jar_getNextEntry() local
180 int count = 0; in test_JarInputStream_Modified_Class_getNextEntry() local
228 int count = 0; in test_JarInputStream_Modified_Manifest_EntryAttributes_getNextEntry() local
255 int count = 0; in test_JarInputStream_Modified_SF_EntryAttributes_getNextEntry() local
278 int count = 0; in test_JarInputStream_Modified_Class_read() local
307 int count = 0; in test_Integrate_Jar_read() local
330 int count = 0; in test_JarInputStream_Modified_Manifest_MainAttributes_read() local
361 int count = 0; in test_JarInputStream_Modified_SF_EntryAttributes_read() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSourceChannelTest.java69 int count = source.read(ByteBuffer.allocate(10)); in test_read_LByteBuffer_DataAvailable() local
93 long count = source.read(readBuf); in test_read_LByteBuffer_SinkClosed() local
176 long count = source.read(readBufArray); in test_read_$LByteBuffer() local
240 long count = source.read(readBufArray); in test_read_$LByteBuffer_SinkClosed() local
319 long count = source.read(readBufArray, 0, 2); in test_read_$LByteBufferII() local
435 long count = source.read(readBufArray, 0, 1); in test_read_$LByteBufferII_SinkClosed() local
DSinkChannelTest.java89 int count = source.read(readBuf); in test_write_LByteBuffer() local
131 long count = source.read(readBuf); in test_write_LByteBuffer_mutliThread() local
198 int count = source.read(readBuf); in test_write_$LByteBuffer() local
295 int count = source.read(readBuf); in test_write_$LByteBufferII() local
/libcore/support/src/test/java/tests/support/
DSupport_StringReader.java30 private int count; field in Support_StringReader
148 public int read(char buf[], int offset, int count) throws IOException { in read()
228 public long skip(long count) throws IOException { in skip()
DStreams.java39 int count; in streamToBytes() local
52 int count; in streamToString() local
DSupport_StringWriter.java113 public void write(char[] buf, int offset, int count) { in write()
172 public void write(String str, int offset, int count) { in write()
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DCharacterDataImpl.java46 public void deleteData(int offset, int count) throws DOMException { in deleteData()
78 public void replaceData(int offset, int count, String arg) in replaceData()
91 public String substringData(int offset, int count) throws DOMException { in substringData()
/libcore/luni/src/test/java/libcore/java/util/zip/
DDeflaterInputStreamTest.java56 int count; in inflate() local
69 int count; in testReadWithBuffer() local
DGZIPInputStreamTest.java59 long count; in testSkip() local
169 int count; in gunzip() local
/libcore/luni/src/main/java/java/io/
DFilterWriter.java90 public void write(char[] buffer, int offset, int count) throws IOException { in write()
127 public void write(String str, int offset, int count) throws IOException { in write()
DBufferedReader.java172 int count = in.read(buf, pos, buf.length - pos); in fillBuf() local
299 int count = available >= outstanding ? outstanding : available; in read() local
325 int count = in.read(buffer, offset, outstanding); in read() local
338 int count = length - outstanding; in read() local
DStringReader.java35 private int count; field in StringReader
145 public int read(char[] buffer, int offset, int count) throws IOException { in read()
/libcore/luni/src/test/java/libcore/java/io/
DOldFilterWriterTest.java48 public void write(char[] buffer, int offset, int count) throws IOException { in write()
56 public void write(String str, int offset, int count) throws IOException { in write()
60 public long skip(long count) throws IOException { in skip()
DInputStreamReaderTest.java38 int count = reader.read(buffer); in testReadDoesNotBlockUnnecessarily() local
/libcore/luni/src/main/java/java/lang/
DStringIndexOutOfBoundsException.java78 public StringIndexOutOfBoundsException(String s, int offset, int count) { in StringIndexOutOfBoundsException()
87 int count) { in StringIndexOutOfBoundsException()
DCaseMapper.java47 public static String toLowerCase(Locale locale, String s, char[] value, int offset, int count) { in toLowerCase()
85 private static boolean isFinalSigma(char[] value, int offset, int count, int index) { in isFinalSigma()
150 public static String toUpperCase(Locale locale, String s, char[] value, int offset, int count) { in toUpperCase()
/libcore/dalvik/src/main/java/dalvik/system/profiler/
DAsciiHprofWriter.java60 int count = sample.count; in write() local
79 int count = sample.count; in write() local
/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp81 static inline void swapShorts(jshort* dstShorts, const jshort* srcShorts, size_t count) { in swapShorts()
109 static inline void swapInts(jint* dstInts, const jint* srcInts, size_t count) { in swapInts()
124 static inline void swapLongs(jlong* dstLongs, const jlong* srcLongs, size_t count) { in swapLongs()
186 …JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekCharArray()
190 …IEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekDoubleArray()
194 …NIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekFloatArray()
198 …(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekIntArray()
202 …JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekLongArray()
206 …NIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekShortArray()
238 …JNIEnv* env, jclass, jlong dstAddress, jcharArray src, jint srcOffset, jint count, jboolean swap) { in Memory_pokeCharArray()
[all …]
/libcore/luni/src/main/java/java/util/concurrent/
DCountDownLatch.java135 Sync(int count) { in Sync()
169 public CountDownLatch(int count) { in CountDownLatch()
DLinkedBlockingQueue.java108 private final AtomicInteger count = new AtomicInteger(); field in LinkedBlockingQueue
306 final AtomicInteger count = this.count; in put() local
347 final AtomicInteger count = this.count; in offer() local
380 final AtomicInteger count = this.count; in offer() local
405 final AtomicInteger count = this.count; in take() local
428 final AtomicInteger count = this.count; in poll() local
450 final AtomicInteger count = this.count; in poll() local
/libcore/luni/src/main/java/java/text/
DSimpleDateFormat.java265 int next, last = -1, count = 0; in validatePattern() local
517 int next, last = -1, count = 0; in formatImpl() local
568 List<FieldPosition> fields, char format, int count) { in append()
696 private void appendDayOfWeek(StringBuffer buffer, int count, boolean standAlone) { in appendDayOfWeek()
710 private void appendMonth(StringBuffer buffer, int count, boolean standAlone) { in appendMonth()
738 private void appendTimeZone(StringBuffer buffer, int count, boolean generalTimeZone) { in appendTimeZone()
763 private void appendMilliseconds(StringBuffer buffer, int count, int value) { in appendMilliseconds()
781 private void appendNumber(StringBuffer buffer, int count, int value) { in appendNumber()
845 private int parse(String string, int offset, char format, int count) { in parse()
960 private int parseFractionalSeconds(String string, int offset, int count) { in parseFractionalSeconds()
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DNamespaceSupportTest.java75 int count; in testPush_PopContext() local
99 int count; in testReset() local

123456789