Home
last modified time | relevance | path

Searched defs:sub (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/base/core/java/android/text/
DAlteredCharSequence.java36 public static AlteredCharSequence make(CharSequence source, char[] sub, in make()
44 private AlteredCharSequence(CharSequence source, char[] sub, in AlteredCharSequence()
52 /* package */ void update(char[] sub, int substart, int subend) { in update()
62 private AlteredSpanned(CharSequence source, char[] sub, in AlteredSpanned()
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
DDeviceInfoUtils.java37 public final int sub; field in DeviceInfoUtils.KVersion
39 public KVersion(int major, int minor, int sub) { in KVersion()
156 final int sub = TextUtils.isEmpty(m.group(4)) ? 0 : Integer.parseInt(m.group(4)); in getMajorMinorSubminorVersion() local
/frameworks/base/rs/java/android/renderscript/
DByte2.java101 public void sub(Byte2 a) { in sub() method in Byte2
113 public static Byte2 sub(Byte2 a, Byte2 b) { in sub() method in Byte2
126 public void sub(byte value) { in sub() method in Byte2
138 public static Byte2 sub(Byte2 a, byte b) { in sub() method in Byte2
DDouble2.java101 public void sub(Double2 value) { in sub() method in Double2
113 public static Double2 sub(Double2 a, Double2 b) { in sub() method in Double2
126 public void sub(double value) { in sub() method in Double2
138 public static Double2 sub(Double2 a, double b) { in sub() method in Double2
DFloat2.java100 public void sub(Float2 value) { in sub() method in Float2
112 public static Float2 sub(Float2 a, Float2 b) { in sub() method in Float2
125 public void sub(float value) { in sub() method in Float2
137 public static Float2 sub(Float2 a, float b) { in sub() method in Float2
DByte3.java108 public void sub(Byte3 a) { in sub() method in Byte3
121 public static Byte3 sub(Byte3 a, Byte3 b) { in sub() method in Byte3
135 public void sub(byte value) { in sub() method in Byte3
148 public static Byte3 sub(Byte3 a, byte b) { in sub() method in Byte3
DFloat4.java114 public void sub(Float4 value) { in sub() method in Float4
126 public void sub(float value) { in sub() method in Float4
140 public static Float4 sub(Float4 a, float b) { in sub() method in Float4
157 public static Float4 sub(Float4 a, Float4 b) { in sub() method in Float4
DDouble3.java107 public void sub(Double3 value) { in sub() method in Double3
120 public static Double3 sub(Double3 a, Double3 b) { in sub() method in Double3
134 public void sub(double value) { in sub() method in Double3
147 public static Double3 sub(Double3 a, double b) { in sub() method in Double3
DDouble4.java114 public void sub(Double4 value) { in sub() method in Double4
126 public void sub(double value) { in sub() method in Double4
140 public static Double4 sub(Double4 a, double b) { in sub() method in Double4
157 public static Double4 sub(Double4 a, Double4 b) { in sub() method in Double4
DFloat3.java107 public void sub(Float3 value) { in sub() method in Float3
120 public static Float3 sub(Float3 a, Float3 b) { in sub() method in Float3
134 public void sub(float value) { in sub() method in Float3
147 public static Float3 sub(Float3 a, float b) { in sub() method in Float3
DByte4.java114 public void sub(Byte4 a) { in sub() method in Byte4
128 public static Byte4 sub(Byte4 a, Byte4 b) { in sub() method in Byte4
143 public void sub(byte value) { in sub() method in Byte4
157 public static Byte4 sub(Byte4 a, byte b) { in sub() method in Byte4
DShort2.java109 public void sub(Short2 a) { in sub() method in Short2
121 public static Short2 sub(Short2 a, Short2 b) { in sub() method in Short2
134 public void sub(short value) { in sub() method in Short2
146 public static Short2 sub(Short2 a, short b) { in sub() method in Short2
DInt3.java113 public void sub(Int3 a) { in sub() method in Int3
126 public static Int3 sub(Int3 a, Int3 b) { in sub() method in Int3
140 public void sub(int value) { in sub() method in Int3
153 public static Int3 sub(Int3 a, int b) { in sub() method in Int3
DLong2.java106 public void sub(Long2 a) { in sub() method in Long2
118 public static Long2 sub(Long2 a, Long2 b) { in sub() method in Long2
131 public void sub(long value) { in sub() method in Long2
143 public static Long2 sub(Long2 a, long b) { in sub() method in Long2
DInt2.java106 public void sub(Int2 a) { in sub() method in Int2
118 public static Int2 sub(Int2 a, Int2 b) { in sub() method in Int2
131 public void sub(int value) { in sub() method in Int2
143 public static Int2 sub(Int2 a, int b) { in sub() method in Int2
DShort3.java113 public void sub(Short3 a) { in sub() method in Short3
126 public static Short3 sub(Short3 a, Short3 b) { in sub() method in Short3
140 public void sub(short value) { in sub() method in Short3
153 public static Short3 sub(Short3 a, short b) { in sub() method in Short3
DLong3.java113 public void sub(Long3 a) { in sub() method in Long3
126 public static Long3 sub(Long3 a, Long3 b) { in sub() method in Long3
140 public void sub(long value) { in sub() method in Long3
153 public static Long3 sub(Long3 a, long b) { in sub() method in Long3
DShort4.java120 public void sub(Short4 a) { in sub() method in Short4
134 public static Short4 sub(Short4 a, Short4 b) { in sub() method in Short4
149 public void sub(short value) { in sub() method in Short4
163 public static Short4 sub(Short4 a, short b) { in sub() method in Short4
DLong4.java120 public void sub(Long4 a) { in sub() method in Long4
134 public static Long4 sub(Long4 a, Long4 b) { in sub() method in Long4
149 public void sub(long value) { in sub() method in Long4
163 public static Long4 sub(Long4 a, long b) { in sub() method in Long4
DInt4.java120 public void sub(Int4 a) { in sub() method in Int4
134 public static Int4 sub(Int4 a, Int4 b) { in sub() method in Int4
149 public void sub(int value) { in sub() method in Int4
163 public static Int4 sub(Int4 a, int b) { in sub() method in Int4
/frameworks/av/media/libaudiohal/impl/
DEffectProxy.cpp51 SubEffect sub({.descriptor = desc}); in EffectProxy() local
82 const auto& itor = std::find_if(mSubEffects.begin(), mSubEffects.end(), [&](const auto& sub) { in setOffloadParam()
112 for (auto& sub : mSubEffects) { in open() local
258 for (auto& sub : mSubEffects) { in runWithAllSubEffects() local
/frameworks/av/media/module/codecs/amrnb/common/src/
Dsub.cpp193 Word16 sub(Word16 var1, Word16 var2, Flag *pOverflow) in sub() function
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardEsimArea.java109 SubscriptionInfo sub = SubscriptionManager.from(context).getActiveSubscriptionInfo(subId); in isEsimLocked() local
121 SubscriptionInfo sub = SubscriptionManager.from(mContext) in onClick() local
/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
DTareUtils.java44 final long sub = cakes % CAKE_IN_ARC; in cakeToString() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DOperatorNameView.java46 OperatorNameViewController.SubInfo sub in update()

12