/frameworks/base/rs/java/android/renderscript/ |
D | Byte2.java | 24 public class Byte2 { class 28 public Byte2() { in Byte2() method in Byte2 31 public Byte2(byte initX, byte initY) { in Byte2() method in Byte2 37 public Byte2(Byte2 source) { in Byte2() method in Byte2 47 public void add(Byte2 a) { in add() 59 public static Byte2 add(Byte2 a, Byte2 b) { in add() 60 Byte2 result = new Byte2(); in add() 84 public static Byte2 add(Byte2 a, byte b) { in add() 85 Byte2 result = new Byte2(); in add() 97 public void sub(Byte2 a) { in sub() [all …]
|
D | FieldPacker.java | 300 public void addI8(Byte2 v) { in addI8() 473 public Byte2 subByte2() { in subByte2() 474 Byte2 v = new Byte2(); in subByte2() 666 if (obj instanceof Byte2) { in add() 667 addI8((Byte2)obj); in add()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Byte2.java | 27 public class Byte2 { class 28 public Byte2() { in Byte2() method in Byte2 31 public Byte2(byte initX, byte initY) { in Byte2() method in Byte2
|
D | FieldPacker.java | 301 public void addI8(Byte2 v) { in addI8() 474 public Byte2 subByte2() { in subByte2() 475 Byte2 v = new Byte2(); in subByte2() 667 if (obj instanceof Byte2) { in addToPack() 668 fp.addI8((Byte2)obj); in addToPack() 807 if (obj instanceof Byte2) { in getPackedSize()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_bug_char.java | 20 import android.renderscript.Byte2; 33 private Byte2 pack_b2(byte[] val) { in pack_b2() 36 return new Byte2(val[0], val[1]); in pack_b2() 72 Byte2 min_rand_sc2 = pack_b2(min_rand_sc2_raw); in initializeValues()
|
D | UT_vector.java | 20 import android.renderscript.Byte2; 101 Byte2 B2 = s.get_i8_2(); in initializeGlobals()
|
D | UT_math_agree.java | 20 import android.renderscript.Byte2; 63 private Byte2 pack_b2(byte[] val) { in pack_b2() 65 return new Byte2(val[0], val[1]); in pack_b2()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_bug_char.java | 22 import androidx.renderscript.Byte2; 35 private Byte2 pack_b2(byte[] val) { in pack_b2() 38 return new Byte2(val[0], val[1]); in pack_b2() 74 Byte2 min_rand_sc2 = pack_b2(min_rand_sc2_raw); in initializeValues()
|
D | UT_vector.java | 22 import androidx.renderscript.Byte2; 103 Byte2 B2 = s.get_i8_2(); in initializeGlobals()
|
D | UT_math_agree.java | 22 import androidx.renderscript.Byte2; 65 private Byte2 pack_b2(byte[] val) { in pack_b2() 67 return new Byte2(val[0], val[1]); in pack_b2()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_bug_char.java | 34 private Byte2 pack_b2(byte[] val) { in pack_b2() 37 return new Byte2(val[0], val[1]); in pack_b2() 72 Byte2 min_rand_sc2 = pack_b2(min_rand_sc2_raw); in initializeValues()
|
D | UT_vector.java | 86 Byte2 B2 = s.get_i8_2(); in initializeGlobals()
|
D | UT_math_agree.java | 49 private Byte2 pack_b2(byte[] val) { in pack_b2() 51 return new Byte2(val[0], val[1]); in pack_b2()
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | UT_vector.java | 86 Byte2 B2 = s.get_i8_2(); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | UT_vector.java | 86 Byte2 B2 = s.get_i8_2(); in initializeGlobals()
|
/frameworks/rs/cpp/ |
D | rsCppStructs.h | 79 class Byte2 { 83 Byte2(int8_t initX, int8_t initY) in Byte2() function 85 Byte2() : x(0), y(0) {} in Byte2() function
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 193 public Byte2[] get() { 197 Byte2[] result = new Byte2[7]; 199 result[Idx] = new Byte2(outArray[2*Idx+0], outArray[2*Idx+1]); 228 private Byte2[] mResult; 1557 public Byte2 get() { 1561 mResult = new Byte2(outArray[0], outArray[1]); 1587 private Byte2 mResult;
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |