/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | TypedArrayTest.java | 18 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/ |
D | regress-544991.js | 9 var typedArray = new Int8Array(1); variable 19 typedArray.constructor = TypedArraySubclass 20 typedArray.map(function(){});
|
/external/mockito/src/org/mockito/internal/util/collections/ |
D | HashCodeAndEqualsSafeSet.java | 109 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/ |
D | SkAnimatorScript2.cpp | 430 SkDisplayArray* typedArray = (SkDisplayArray*) displayable; in evalMemberCommon() local 431 original = typedArray->values.getType(); in evalMemberCommon()
|
D | SkAnimatorScript.cpp | 253 SkDisplayArray* typedArray = (SkDisplayArray*) displayable; in EvalMemberCommon() local 254 original = typedArray->values.getType(); in EvalMemberCommon()
|
/external/v8/src/js/ |
D | typedarray.js | 101 function TypedArrayDefaultConstructor(typedArray) { argument 102 switch (%_ClassOf(typedArray)) {
|
/external/robolectric/v3/runtime/ |
D | shadows-core-3.1-SNAPSHOT-22.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-19.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-16.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-21.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-18.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-17.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/dexmaker/lib/ |
D | mockito-core-1.9.1-SNAPSHOT.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mockito/
org/ ... |