Home
last modified time | relevance | path

Searched refs:getCharArray (Results 1 – 6 of 6) sorted by relevance

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBundleTest.java75 assertThat(bundle.getCharArray("foo")).isNull(); in getWrongType()
175 assertThat(bundle.getCharArray("foo")).isEqualTo(arr); in charArray()
176 assertThat(bundle.getCharArray("bar")).isNull(); in charArray()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBundleTest.java75 assertThat(bundle.getCharArray("foo")).isNull(); in getWrongType()
175 assertThat(bundle.getCharArray("foo")).isEqualTo(arr); in charArray()
176 assertThat(bundle.getCharArray("bar")).isNull(); in charArray()
/external/dagger2/javatests/dagger/functional/
DBasicComponent.java60 char[] getCharArray(); in getCharArray() method
DBasicTest.java87 assertThat(basicComponent.getCharArray()).isSameInstanceAs(BOUND_CHAR_ARRAY); in primitiveArrays()
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DCopyUtils.java269 final char[] buffer = IOUtils.getCharArray(); in copy()
DIOUtils.java952 final char[] array1 = getCharArray(); in contentEquals()
1562 return copyLarge(reader, writer, getCharArray()); in copyLarge()
1613 return copyLarge(reader, writer, inputOffset, length, getCharArray()); in copyLarge()
1675 static char[] getCharArray() { in getCharArray() method in IOUtils
2370 final char[] charArray = getCharArray(); in skip()