Searched refs:fill (Results 1 - 25 of 47) sorted by relevance

12

/libcore/luni/src/main/java/java/util/zip/
H A DInflaterInputStream.java153 fill();
170 // If result == 0, fill() and try again
188 protected void fill() throws IOException { method in class:InflaterInputStream
192 len = is.fill(inf, nativeEndBufSize);
/libcore/luni/src/main/java/java/util/regex/
H A DPatternSyntaxException.java111 Arrays.fill(spaces, ' ');
/libcore/luni/src/main/java/javax/security/auth/callback/
H A DPasswordCallback.java118 Arrays.fill(inputPassword, '\u0000');
/libcore/luni/src/test/java/libcore/io/
H A DBase64Test.java41 Arrays.fill(data, 0xff);
H A DMemoryTest.java39 Arrays.fill(array, (byte) 0);
80 Arrays.fill(array, (byte) 0);
118 Arrays.fill(array, (byte) 0);
/libcore/luni/src/test/java/libcore/java/io/
H A DOutputStreamWriterTest.java37 Arrays.fill(chars, 'x');
50 // We write enough characters to fill that, but leave data in the encoder.
56 Arrays.fill(cs, 'x');
H A DDataOutputStreamTest.java93 Arrays.fill(chars, 0, chars.length, 'a');
108 Arrays.fill(expected, 7, expected.length, (byte) 'a');
H A DOldInputStreamReaderTest.java145 Arrays.fill(data, (byte) 116); // 116 = ISO-8859-1 value for 't'
259 Arrays.fill(bytes, (byte) ' ');
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DArraysTest.java413 * java.util.Arrays#fill(byte[], byte)
416 // Test for method void java.util.Arrays.fill(byte [], byte)
419 Arrays.fill(d, Byte.MAX_VALUE);
421 assertTrue("Failed to fill byte array correctly",
426 * java.util.Arrays#fill(byte[], int, int, byte)
429 // Test for method void java.util.Arrays.fill(byte [], int, int, byte)
432 Arrays.fill(d, 400, d.length, val);
436 assertTrue("Failed to fill byte array correctly", d[i] == val);
440 Arrays.fill(new byte[2], 2, 1, (byte) 27);
449 Arrays.fill(ne
[all...]
H A DArrays2Test.java78 Arrays.fill(d, Double.MAX_VALUE);
79 Arrays.fill(x, Double.MIN_VALUE);
83 Arrays.fill(x, Double.MAX_VALUE);
101 Arrays.fill(d, Float.MAX_VALUE);
102 Arrays.fill(x, Float.MIN_VALUE);
106 Arrays.fill(x, Float.MAX_VALUE);
/libcore/luni/src/test/java/tests/security/interfaces/
H A DUtil.java100 java.util.Arrays.fill(bytes, (byte) 0);
/libcore/luni/src/main/java/java/util/
H A DArrays.java665 * the {@code byte} array to fill.
669 public static void fill(byte[] array, byte value) { method in class:Arrays
679 * the {@code byte} array to fill.
681 * the first index to fill.
683 * the last + 1 index to fill.
691 public static void fill(byte[] array, int start, int end, byte value) { method in class:Arrays
702 * the {@code short} array to fill.
706 public static void fill(short[] array, short value) { method in class:Arrays
716 * the {@code short} array to fill.
718 * the first index to fill
728 public static void fill(short[] array, int start, int end, short value) { method in class:Arrays
743 public static void fill(char[] array, char value) { method in class:Arrays
765 public static void fill(char[] array, int start, int end, char value) { method in class:Arrays
780 public static void fill(int[] array, int value) { method in class:Arrays
802 public static void fill(int[] array, int start, int end, int value) { method in class:Arrays
817 public static void fill(long[] array, long value) { method in class:Arrays
839 public static void fill(long[] array, int start, int end, long value) { method in class:Arrays
854 public static void fill(float[] array, float value) { method in class:Arrays
876 public static void fill(float[] array, int start, int end, float value) { method in class:Arrays
891 public static void fill(double[] array, double value) { method in class:Arrays
913 public static void fill(double[] array, int start, int end, double value) { method in class:Arrays
928 public static void fill(boolean[] array, boolean value) { method in class:Arrays
950 public static void fill(boolean[] array, int start, int end, boolean value) { method in class:Arrays
965 public static void fill(Object[] array, Object value) { method in class:Arrays
987 public static void fill(Object[] array, int start, int end, Object value) { method in class:Arrays
[all...]
H A DVector.java832 Arrays.fill(elementData, newCount, elementCount, null);
835 Arrays.fill(elementData, start, elementCount, null);
926 Arrays.fill(elementData, length, elementCount, null);
985 * the array to fill.
H A DArrayList.java266 Arrays.fill(array, 0, size, null);
461 Arrays.fill(a, s - rangeSize, s, null);
H A DBitSet.java273 // first fill in the first and last indexes in the new BitSet
277 // fill in the in between elements of the new BitSet
338 Arrays.fill(bits, 0, longCount, 0L);
468 Arrays.fill(bits, minSize, longCount, 0L);
H A DPriorityQueue.java171 Arrays.fill(elements, null);
H A DEnumMap.java454 Arrays.fill(values, null);
455 Arrays.fill(hasMapping, false);
/libcore/luni/src/main/java/java/math/
H A DPrimality.java121 Arrays.fill(isDivisible, false);
/libcore/luni/src/main/java/javax/crypto/spec/
H A DPBEKeySpec.java142 Arrays.fill(password, '?');
/libcore/jsr166-tests/src/test/java/jsr166/
H A DCopyOnWriteArraySetTest.java293 Arrays.fill(a, 42);
305 Arrays.fill(a, 42);
312 Arrays.fill(a, 42);
317 Arrays.fill(a, 42);
H A DCopyOnWriteArrayListTest.java445 Arrays.fill(a, 42);
457 Arrays.fill(a, 42);
464 Arrays.fill(a, 42);
469 Arrays.fill(a, 42);
/libcore/luni/src/test/java/libcore/java/util/zip/
H A DOldAndroidZipStressTest.java146 Arrays.fill(input, pos, pos + howMany, what);
/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DSamplingProfiler.java264 Arrays.fill(threads, threadCount, lastThread, null);
/libcore/json/src/main/java/org/json/
H A DJSONStringer.java128 Arrays.fill(indentChars, ' ');
/libcore/luni/src/test/java/libcore/xml/
H A DPullParserDtdTest.java496 Arrays.fill(doctypeChars, 'x');
528 Arrays.fill(chars, c);

Completed in 841 milliseconds

12