/frameworks/base/rs/java/android/renderscript/ |
D | Byte4.java | 24 public class Byte4 { class 30 public Byte4() { in Byte4() method in Byte4 33 public Byte4(byte initX, byte initY, byte initZ, byte initW) { in Byte4() method in Byte4 40 public Byte4(Byte4 source) { in Byte4() method in Byte4 52 public void add(Byte4 a) { in add() 66 public static Byte4 add(Byte4 a, Byte4 b) { in add() 67 Byte4 result = new Byte4(); in add() 95 public static Byte4 add(Byte4 a, byte b) { in add() 96 Byte4 result = new Byte4(); in add() 110 public void sub(Byte4 a) { in sub() [all …]
|
D | FieldPacker.java | 309 public void addI8(Byte4 v) { in addI8() 486 public Byte4 subByte4() { in subByte4() 487 Byte4 v = new Byte4(); in subByte4() 676 if (obj instanceof Byte4) { in add() 677 addI8((Byte4)obj); in add()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Byte4.java | 27 public class Byte4 { class 28 public Byte4() { in Byte4() method in Byte4 31 public Byte4(byte initX, byte initY, byte initZ, byte initW) { in Byte4() method in Byte4
|
D | FieldPacker.java | 310 public void addI8(Byte4 v) { in addI8() 487 public Byte4 subByte4() { in subByte4() 488 Byte4 v = new Byte4(); in subByte4() 677 if (obj instanceof Byte4) { in addToPack() 678 fp.addI8((Byte4)obj); in addToPack() 815 if (obj instanceof Byte4) { in getPackedSize()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_vector.java | 22 import android.renderscript.Byte4; 118 Byte4 B4 = s.get_i8_4(); in initializeGlobals()
|
D | UT_math_agree.java | 22 import android.renderscript.Byte4; 73 private Byte4 pack_b4(byte[] val) { in pack_b4() 75 return new Byte4(val[0], val[1], val[2], val[3]); in pack_b4()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_vector.java | 24 import androidx.renderscript.Byte4; 120 Byte4 B4 = s.get_i8_4(); in initializeGlobals()
|
D | UT_math_agree.java | 24 import androidx.renderscript.Byte4; 75 private Byte4 pack_b4(byte[] val) { in pack_b4() 77 return new Byte4(val[0], val[1], val[2], val[3]); in pack_b4()
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | UT_vector.java | 103 Byte4 B4 = s.get_i8_4(); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | UT_vector.java | 103 Byte4 B4 = s.get_i8_4(); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_vector.java | 103 Byte4 B4 = s.get_i8_4(); in initializeGlobals()
|
D | UT_math_agree.java | 57 private Byte4 pack_b4(byte[] val) { in pack_b4() 59 return new Byte4(val[0], val[1], val[2], val[3]); in pack_b4()
|
/frameworks/rs/cpp/ |
D | rsCppStructs.h | 97 class Byte4 { 101 Byte4(int8_t initX, int8_t initY, int8_t initZ, int8_t initW) in Byte4() function 103 Byte4() : x(0), y(0), z(0), w(0) {} in Byte4() function
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 234 public Byte4[] get() { 238 Byte4[] result = new Byte4[7]; 240 …result[Idx] = new Byte4(outArray[4*Idx+0], outArray[4*Idx+1], outArray[4*Idx+2], outArray[4*Idx+3]… 269 private Byte4[] mResult; 1593 public Byte4 get() { 1597 mResult = new Byte4(outArray[0], outArray[1], outArray[2], outArray[3]); 1623 private Byte4 mResult;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26022 public class Byte4 { 26023 ctor public Byte4(); 26024 ctor public Byte4(byte, byte, byte, byte); 26215 method public void addI8(android.renderscript.Byte4); 26244 method public android.renderscript.Byte4 subByte4();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 41461 public class Byte4 { 41462 ctor public Byte4(); 41463 ctor public Byte4(byte, byte, byte, byte); 41655 method public void addI8(android.renderscript.Byte4); 41684 method public android.renderscript.Byte4 subByte4();
|