Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 1001) sorted by relevance

12345678910>>...41

/frameworks/rs/driver/runtime/
Drs_sampler.c8 rsSamplerGetMinification(rs_sampler s) { in rsSamplerGetMinification()
17 rsSamplerGetMagnification(rs_sampler s) { in rsSamplerGetMagnification()
26 rsSamplerGetWrapS(rs_sampler s) { in rsSamplerGetWrapS()
35 rsSamplerGetWrapT(rs_sampler s) { in rsSamplerGetWrapT()
44 rsSamplerGetAnisotropy(rs_sampler s) { in rsSamplerGetAnisotropy()
/frameworks/rs/rsov/driver/
DrsovRuntimeStubs.cpp660 Script *s = const_cast<Script *>(RsdCpuReference::getTlsScript()); in ELEMENT_AT_OVERLOADS() local
784 void rsDebug(const char *s, float f) {
788 void rsDebug(const char *s, float f1, float f2) {
792 void rsDebug(const char *s, float f1, float f2, float f3) {
796 void rsDebug(const char *s, float f1, float f2, float f3, float f4) {
800 void rsDebug(const char *s, const float2 *f2) {
805 void rsDebug(const char *s, const float3 *f3) {
810 void rsDebug(const char *s, const float4 *f4) {
818 void rsDebug(const char *s, float f, ushort us) {
822 void rsDebug(const char *s, const float2 *f2, const ushort2 *us2) {
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingLog.java70 public static void v(String tag, String s) { in v()
80 public static void i(String tag, String s) { in i()
87 public static void wLogcat(String tag, String s) { in wLogcat()
92 public static void w(String tag, String s) { in w()
99 public static void e(String tag, String s) { in e()
106 public static synchronized void log(String level, String tag, String s) { in log()
141 public static synchronized void wtf(String tag, String s, Throwable here) { in wtf()
/frameworks/native/libs/gui/
DBufferQueueCore.cpp99 for (int s = 0; s < numStartingBuffers; s++) { in BufferQueueCore() local
102 for (int s = numStartingBuffers; s < BufferQueueDefs::NUM_BUFFER_SLOTS; in BufferQueueCore() local
134 for (int s : mActiveBuffers) { in dumpState() local
149 for (int s : mFreeBuffers) { in dumpState() local
157 for (int s : mFreeSlots) { in dumpState() local
220 for (int s : mFreeSlots) { in freeAllBuffersLocked() local
224 for (int s : mFreeBuffers) { in freeAllBuffersLocked() local
230 for (int s : mActiveBuffers) { in freeAllBuffersLocked() local
251 for (int s : mFreeBuffers) { in discardFreeBuffersLocked() local
/frameworks/compile/slang/tests/F_float3_v13/
Dfloat3_v13.rs5 struct s { struct
9 struct s myStruct; struct
/frameworks/rs/driver/
DrsdBcc.cpp56 bool rsdInitIntrinsic(const Context *rsc, Script *s, RsScriptIntrinsicID iid, in rsdInitIntrinsic()
69 Script *s, in rsdScriptInvokeForEach()
89 Script *s, in rsdScriptInvokeForEachMulti()
103 int rsdScriptInvokeRoot(const Context *dc, Script *s) { in rsdScriptInvokeRoot()
108 void rsdScriptInvokeInit(const Context *dc, Script *s) { in rsdScriptInvokeInit()
113 void rsdScriptInvokeFreeChildren(const Context *dc, Script *s) { in rsdScriptInvokeFreeChildren()
118 void rsdScriptInvokeFunction(const Context *dc, Script *s, in rsdScriptInvokeFunction()
126 void rsdScriptInvokeReduce(const Context *dc, Script *s, in rsdScriptInvokeReduce()
135 void rsdScriptSetGlobalVar(const Context *dc, const Script *s, in rsdScriptSetGlobalVar()
141 void rsdScriptGetGlobalVar(const Context *dc, const Script *s, in rsdScriptGetGlobalVar()
[all …]
DrsdRuntimeStubs.cpp706 Script *s = const_cast<Script*>(RsdCpuReference::getTlsScript()); in ELEMENT_AT_OVERLOADS() local
959 uint32_t slot, ::rs_sampler s) {
1154 void rsDebug(const char *s, float f) {
1158 void rsDebug(const char *s, float f1, float f2) {
1162 void rsDebug(const char *s, float f1, float f2, float f3) {
1166 void rsDebug(const char *s, float f1, float f2, float f3, float f4) {
1170 void rsDebug(const char *s, const float2 *f2) {
1175 void rsDebug(const char *s, const float3 *f3) {
1180 void rsDebug(const char *s, const float4 *f4) {
1188 void rsDebug(const char *s, float f, ushort us) {
[all …]
/frameworks/av/media/common_time/
Dutils.cpp37 const struct sockaddr_in* s = in serializeSockaddr() local
45 const struct sockaddr_in6* s = in serializeSockaddr() local
67 struct sockaddr_in* s = in deserializeSockaddr() local
74 struct sockaddr_in6* s = in deserializeSockaddr() local
/frameworks/base/core/tests/coretests/src/android/text/
DSpannedTest.java72 SpannableString s = new SpannableString("Hello there world"); in testWrapParcel() local
112 private void checkPriority(Spannable s) { in checkPriority()
172 public void onSpanChanged(Spannable b, Object o, int s, int e, int st, int en) { } in onSpanChanged()
175 public void onSpanRemoved(Spannable b, Object o, int s, int e) { } in onSpanRemoved()
178 public void onSpanAdded(Spannable b, Object o, int s, int e) { in onSpanAdded()
186 public void beforeTextChanged(CharSequence s, int start, int count, int after) { } in beforeTextChanged()
189 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
197 public void afterTextChanged(Editable s) { } in afterTextChanged()
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
DUT_fp16.java36 private void initializeGlobals(RenderScript RS, ScriptC_fp16 s, Element e, int nDims) { in initializeGlobals()
58 private void TestHalf(RenderScript RS, ScriptC_fp16 s, int nDims) { in TestHalf()
79 private void TestHalf2(RenderScript RS, ScriptC_fp16 s, int nDims) { in TestHalf2()
100 private void TestHalf3(RenderScript RS, ScriptC_fp16 s, int nDims) { in TestHalf3()
121 private void TestHalf4(RenderScript RS, ScriptC_fp16 s, int nDims) { in TestHalf4()
146 ScriptC_fp16 s = new ScriptC_fp16(pRS); in run() local
DUT_copy_test.java32 void testFloat2(RenderScript rs, ScriptC_copy_test s) { in testFloat2()
56 void testFloat3(RenderScript rs, ScriptC_copy_test s) { in testFloat3()
80 void testFloat4(RenderScript rs, ScriptC_copy_test s) { in testFloat4()
106 ScriptC_copy_test s = new ScriptC_copy_test(pRS); in run() local
/frameworks/compile/slang/tests/F_global_init/
Dglobal_init.rs15 struct s { struct
19 struct s myS = {9}; struct
/frameworks/base/core/tests/coretests/src/android/net/
DStaticIpConfigurationTest.java49 private void checkEmpty(StaticIpConfiguration s) { in checkEmpty()
69 StaticIpConfiguration s = new StaticIpConfiguration(); in makeTestObject() local
81 StaticIpConfiguration s = new StaticIpConfiguration(); in testConstructor() local
102 StaticIpConfiguration s = new StaticIpConfiguration(); in testHashCodeAndEquals() local
151 StaticIpConfiguration s = new StaticIpConfiguration(); in testToLinkProperties() local
204 private StaticIpConfiguration passThroughParcel(StaticIpConfiguration s) { in passThroughParcel()
220 StaticIpConfiguration s = makeTestObject(); in testParceling() local
/frameworks/av/media/libstagefright/foundation/
DAString.cpp42 AString::AString(const char *s) in AString()
54 AString::AString(const char *s, size_t size) in AString()
111 void AString::setTo(const char *s) { in setTo()
115 void AString::setTo(const char *s, size_t size) { in setTo()
186 void AString::append(const char *s) { in append()
190 void AString::append(const char *s, size_t size) { in append()
213 char s[16]; in append() local
220 char s[16]; in append() local
227 char s[32]; in append() local
234 char s[32]; in append() local
[all …]
/frameworks/compile/slang/tests/F_ptr_in_struct/
Dptr_in_struct.rs4 struct s { struct
8 struct s myStruct; struct
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DTriData.java51 String s = (i / 3 + "[ " + df.f(mVert[i])); in print() local
63 public void scale(float[] s) { in scale()
71 public void scale(double[] s) { in scale()
105 String[] s = lnr.readLine().split("\\s"); in read() local
116 String[] s = lnr.readLine().split("\\s"); in read() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSms7BitEncodingTranslatorTest.java64 String s = null; in testCommonTranslate() local
78 String s = null; in testGsmTranslate() local
95 String s = null; in testCdmaTranslate() local
/frameworks/rs/
DrsScript.cpp122 ScriptKernelID::ScriptKernelID(Context *rsc, Script *s, int slot, int sig) in ScriptKernelID()
132 ScriptInvokeID::ScriptInvokeID(Context *rsc, Script *s, int slot) in ScriptInvokeID()
140 ScriptFieldID::ScriptFieldID(Context *rsc, Script *s, int slot) : in ScriptFieldID()
168 Script *s = static_cast<Script *>(vs); in rsi_ScriptBindAllocation() local
198 Script *s = static_cast<Script *>(vs); in rsi_ScriptForEachMulti() local
228 Script *s = static_cast<Script *>(vs); in rsi_ScriptReduce() local
237 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvoke() local
243 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvokeData() local
248 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvokeV() local
253 Script *s = static_cast<Script *>(vs); in rsi_ScriptSetVarI() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWakeLockStateMachine.java232 protected void log(String s) { in log()
233 Rlog.d(getName(), s); in log() local
241 protected void loge(String s) { in loge()
242 Rlog.e(getName(), s); in loge() local
251 protected void loge(String s, Throwable e) { in loge()
252 Rlog.e(getName(), s, e); in loge() local
/frameworks/base/telecomm/java/android/telecom/
DAuthenticatorService.java57 String s) { in editProperties()
63 String s, String s2, String[] strings, Bundle bundle) in addAccount()
77 Account account, String s, Bundle bundle) in getAuthToken()
83 public String getAuthTokenLabel(String s) { in getAuthTokenLabel()
89 Account account, String s, Bundle bundle) in updateCredentials()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberFormattingTextWatcher.java75 public void beforeTextChanged(CharSequence s, int start, int count, in beforeTextChanged()
87 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
98 public synchronized void afterTextChanged(Editable s) { in afterTextChanged()
128 private String reformat(CharSequence s, int cursor) { in reformat()
165 private boolean hasSeparator(final CharSequence s, final int start, final int count) { in hasSeparator()
/frameworks/base/core/java/android/text/
DTextWatcher.java31 public void beforeTextChanged(CharSequence s, int start, in beforeTextChanged()
40 public void onTextChanged(CharSequence s, int start, int before, int count); in onTextChanged()
56 public void afterTextChanged(Editable s); in afterTextChanged()
/frameworks/rs/script_api/
DUtilities.cpp49 for (int s = 0; s < length; s++) { in capitalize() local
62 void trimSpaces(string* s) { in trimSpaces()
77 string stringReplace(string s, string match, string rep) { in stringReplace()
89 bool charRemoved(char c, string* s) { in charRemoved()
125 string hashString(const string& s) { in hashString()
183 string s = deprecatedMessage; in makeAttributeTag() local
/frameworks/compile/slang/lit-tests/P_alloc_in_struct/
Dalloc_in_struct.rs8 struct s { struct
9 rs_allocation a; argument
/frameworks/compile/slang/tests/F_struct_bitfield/
Dstruct_bitfield.rs4 struct s { struct
5 int x:1;

12345678910>>...41