Home
last modified time | relevance | path

Searched refs:typedArray (Results 1 – 19 of 19) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTypedArrayTest.java18 private android.content.res.TypedArray typedArray; field in TypedArrayTest
22 typedArray = Robolectric.newInstanceOf(android.content.res.TypedArray.class); in setUp()
32 assertThat(typedArray.getBoolean(0, true), equalTo(true)); in testBooleanDefaultValue()
33 assertThat(typedArray.getBoolean(0, false), equalTo(false)); in testBooleanDefaultValue()
38 assertThat(typedArray.getInt(0, 15), equalTo(15)); in testIntDefaultValue()
39 assertThat(typedArray.getInteger(0, 24), equalTo(24)); in testIntDefaultValue()
44 assertThat(typedArray.getFloat(0, 0.5f), equalTo(0.5f)); in testFloatDefaultValue()
49 assertThat(typedArray.getDimension(0, 0.5f), equalTo(0.5f)); in testDimensionDefaultValue()
54 assertThat(typedArray.getDimensionPixelOffset(0, 2), equalTo(2)); in testDimensionPixelOffsetDefaultValue()
59 assertThat(typedArray.getDimensionPixelSize(0, 2), equalTo(2)); in testDimensionPixelSizeDefaultValue()
[all …]
/external/v8/test/mjsunit/regress/
Dregress-544991.js9 var typedArray = new Int8Array(1); variable
19 typedArray.constructor = TypedArraySubclass
20 typedArray.map(function(){});
/external/mockito/src/org/mockito/internal/util/collections/
DHashCodeAndEqualsSafeSet.java109 public <T> T[] toArray(T[] typedArray) { in toArray() argument
110 T[] array = typedArray.length >= size() ? typedArray : in toArray()
111 (T[]) newInstance(typedArray.getClass().getComponentType(), size()); in toArray()
/external/skia/src/animator/
DSkAnimatorScript2.cpp430 SkDisplayArray* typedArray = (SkDisplayArray*) displayable; in evalMemberCommon() local
431 original = typedArray->values.getType(); in evalMemberCommon()
DSkAnimatorScript.cpp253 SkDisplayArray* typedArray = (SkDisplayArray*) displayable; in EvalMemberCommon() local
254 original = typedArray->values.getType(); in EvalMemberCommon()
/external/v8/src/js/
Dtypedarray.js101 function TypedArrayDefaultConstructor(typedArray) { argument
102 switch (%_ClassOf(typedArray)) {
/external/robolectric/v3/runtime/
Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/dexmaker/lib/
Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...