/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/android/support/v8/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 android.support.v8.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 android.support.v8.renderscript.Byte2; 103 Byte2 B2 = s.get_i8_2(); in initializeGlobals()
|
D | UT_math_agree.java | 22 import android.support.v8.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_14/src/com/android/rs/test/ |
D | UT_vector.java | 86 Byte2 B2 = s.get_i8_2(); in initializeGlobals()
|
/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/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/support/api/ |
D | 23.0.0.txt | 10014 public class Byte2 { 10015 ctor public Byte2(); 10016 ctor public Byte2(byte, byte); 10207 method public void addI8(android.support.v8.renderscript.Byte2); 10236 method public android.support.v8.renderscript.Byte2 subByte2();
|
D | 23.1.1.txt | 10402 public class Byte2 { 10403 ctor public Byte2(); 10404 ctor public Byte2(byte, byte); 10595 method public void addI8(android.support.v8.renderscript.Byte2); 10624 method public android.support.v8.renderscript.Byte2 subByte2();
|
D | 23.2.1.txt | 10933 public class Byte2 { 10934 ctor public Byte2(); 10935 ctor public Byte2(byte, byte); 11126 method public void addI8(android.support.v8.renderscript.Byte2); 11155 method public android.support.v8.renderscript.Byte2 subByte2();
|
D | 23.2.0.txt | 10931 public class Byte2 { 10932 ctor public Byte2(); 10933 ctor public Byte2(byte, byte); 11124 method public void addI8(android.support.v8.renderscript.Byte2); 11153 method public android.support.v8.renderscript.Byte2 subByte2();
|
D | 23.4.0.txt | 10949 public class Byte2 { 10950 ctor public Byte2(); 10951 ctor public Byte2(byte, byte); 11142 method public void addI8(android.support.v8.renderscript.Byte2); 11171 method public android.support.v8.renderscript.Byte2 subByte2();
|
D | 23.1.0.txt | 10433 public class Byte2 { 10434 ctor public Byte2(); 10435 ctor public Byte2(byte, byte); 10626 method public void addI8(android.support.v8.renderscript.Byte2); 10655 method public android.support.v8.renderscript.Byte2 subByte2();
|
D | 24.0.0.txt | 11749 public class Byte2 { 11750 ctor public Byte2(); 11751 ctor public Byte2(byte, byte); 11942 method public void addI8(android.support.v8.renderscript.Byte2); 11971 method public android.support.v8.renderscript.Byte2 subByte2();
|
D | 24.1.0.txt | 11759 public class Byte2 { 11760 ctor public Byte2(); 11761 ctor public Byte2(byte, byte); 11952 method public void addI8(android.support.v8.renderscript.Byte2); 11981 method public android.support.v8.renderscript.Byte2 subByte2();
|