Home
last modified time | relevance | path

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

12345678910>>...31

/frameworks/rs/cpu_ref/
DrsCpuRuntimeStubs.cpp69 static void SC_debugF(const char *s, float f) { in SC_debugF()
72 static void SC_debugFv2(const char *s, float f1, float f2) { in SC_debugFv2()
75 static void SC_debugFv3(const char *s, float f1, float f2, float f3) { in SC_debugFv3()
78 static void SC_debugFv4(const char *s, float f1, float f2, float f3, float f4) { in SC_debugFv4()
81 static void SC_debugF2(const char *s, const float2 *f) { in SC_debugF2()
84 static void SC_debugF3(const char *s, const float3 *f) { in SC_debugF3()
87 static void SC_debugF4(const char *s, const float4 *f) { in SC_debugF4()
90 static void SC_debugD(const char *s, double d) { in SC_debugD()
93 static void SC_debugD2(const char *s, const double2 *f) { in SC_debugD2()
96 static void SC_debugD3(const char *s, const double3 *f) { in SC_debugD3()
[all …]
DrsCpuScriptGroup.cpp121 Script *s = n->mKernels[0]->mScript; in execute() local
195 Script *s = kernels[ct]->mScript; in execute() local
216 Script *s = kernels[ct]->mScript; in execute() local
231 Script *s = kernels[0]->mScript; in execute() local
240 Script *s = kernels[ct]->mScript; in execute() local
/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/driver/
DrsdRuntimeStubs.cpp220 static void SC_BindSampler(ProgramFragment *pf, uint32_t slot, Sampler *s) { in SC_BindSampler()
1600 static void SC_debugF(const char *s, float f) { in SC_debugF()
1603 static void SC_debugFv2(const char *s, float f1, float f2) { in SC_debugFv2()
1606 static void SC_debugFv3(const char *s, float f1, float f2, float f3) { in SC_debugFv3()
1609 static void SC_debugFv4(const char *s, float f1, float f2, float f3, float f4) { in SC_debugFv4()
1612 static void SC_debugF2(const char *s, float2 f) { in SC_debugF2()
1615 static void SC_debugF3(const char *s, float3 f) { in SC_debugF3()
1618 static void SC_debugF4(const char *s, float4 f) { in SC_debugF4()
1621 static void SC_debugD(const char *s, double d) { in SC_debugD()
1624 static void SC_debugFM4v4(const char *s, const float *f) { in SC_debugFM4v4()
[all …]
DrsdBcc.cpp56 bool rsdInitIntrinsic(const Context *rsc, Script *s, RsScriptIntrinsicID iid, Element *e) { in rsdInitIntrinsic()
68 Script *s, in rsdScriptInvokeForEach()
81 Script *s, in rsdScriptInvokeForEachMulti()
95 int rsdScriptInvokeRoot(const Context *dc, Script *s) { in rsdScriptInvokeRoot()
100 void rsdScriptInvokeInit(const Context *dc, Script *s) { in rsdScriptInvokeInit()
105 void rsdScriptInvokeFreeChildren(const Context *dc, Script *s) { in rsdScriptInvokeFreeChildren()
110 void rsdScriptInvokeFunction(const Context *dc, Script *s, in rsdScriptInvokeFunction()
118 void rsdScriptSetGlobalVar(const Context *dc, const Script *s, in rsdScriptSetGlobalVar()
124 void rsdScriptGetGlobalVar(const Context *dc, const Script *s, in rsdScriptGetGlobalVar()
131 void rsdScriptSetGlobalVarWithElemDims(const Context *dc, const Script *s, in rsdScriptSetGlobalVarWithElemDims()
[all …]
DrsdSampler.cpp36 bool rsdSamplerInit(const Context *, const Sampler *s) { in rsdSamplerInit()
41 const android::renderscript::Sampler *s) { in rsdSamplerDestroy()
/frameworks/compile/slang/tests/F_ptr_in_struct/
Dptr_in_struct.rs4 struct s { struct
8 struct s myStruct; argument
/frameworks/compile/slang/tests/F_float3_v13/
Dfloat3_v13.rs5 struct s { struct
9 struct s myStruct; argument
/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/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/text/
DSpannedTest.java65 SpannableString s = new SpannableString("Hello there world"); in testWrapParcel() local
105 private void checkPriority(Spannable s) { in checkPriority()
164 public void onSpanChanged(Spannable b, Object o, int s, int e, in onSpanChanged()
166 public void onSpanRemoved(Spannable b, Object o, int s, int e) { } in onSpanRemoved()
168 public void onSpanAdded(Spannable b, Object o, int s, int e) { in onSpanAdded()
175 public void beforeTextChanged(CharSequence s, int start, int count, in beforeTextChanged()
177 public void onTextChanged(CharSequence s, int start, int before, in onTextChanged()
185 public void afterTextChanged(Editable s) { } in afterTextChanged()
/frameworks/av/media/libstagefright/foundation/
DAString.cpp39 AString::AString(const char *s) in AString()
46 AString::AString(const char *s, size_t size) in AString()
98 void AString::setTo(const char *s) { in setTo()
102 void AString::setTo(const char *s, size_t size) { in setTo()
173 void AString::append(const char *s) { in append()
177 void AString::append(const char *s, size_t size) { in append()
200 char s[16]; in append() local
207 char s[16]; in append() local
214 char s[32]; in append() local
221 char s[32]; in append() local
[all …]
/frameworks/rs/
DrsScript.cpp111 ScriptKernelID::ScriptKernelID(Context *rsc, Script *s, int slot, int sig) in ScriptKernelID()
132 ScriptFieldID::ScriptFieldID(Context *rsc, Script *s, int slot) : ObjectBase(rsc) { in ScriptFieldID()
166 Script *s = static_cast<Script *>(vs); in rsi_ScriptBindAllocation() local
194 Script *s = static_cast<Script *>(vs); in rsi_ScriptForEach() local
213 Script *s = static_cast<Script *>(vs); in rsi_ScriptForEachMulti() local
231 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvoke() local
237 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvokeData() local
242 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvokeV() local
247 Script *s = static_cast<Script *>(vs); in rsi_ScriptSetVarI() local
252 Script *s = static_cast<Script *>(vs); in rsi_ScriptSetVarObj() local
[all …]
DrsStream.cpp48 const char *s = rsuCopyString((const char *)&mData[mPos], len); in loadString() local
93 void OStream::addString(const char *s, size_t len) { in addString()
103 void OStream::addString(const char *s) { in addString()
/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/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()
DVoLteServiceState.java93 public VoLteServiceState(VoLteServiceState s) { in VoLteServiceState() method in VoLteServiceState
109 protected void copyFrom(VoLteServiceState s) { in copyFrom()
175 VoLteServiceState s; in equals() local
226 private static void log(String s) { in log()
/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/compile/slang/tests/P_float3/
Dfloat3.rs7 struct s { struct
8 float3 f;
/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;
/frameworks/compile/slang/tests/P_alloc_in_struct/
Dalloc_in_struct.rs4 struct s { struct
5 rs_allocation a; argument
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_copy_test.java33 void testFloat2(RenderScript rs, ScriptC_copy_test s) { in testFloat2()
57 void testFloat3(RenderScript rs, ScriptC_copy_test s) { in testFloat3()
81 void testFloat4(RenderScript rs, ScriptC_copy_test s) { in testFloat4()
107 ScriptC_copy_test s = new ScriptC_copy_test(pRS); in run() local
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_copy_test.java33 void testFloat2(RenderScript rs, ScriptC_copy_test s) { in testFloat2()
57 void testFloat3(RenderScript rs, ScriptC_copy_test s) { in testFloat3()
81 void testFloat4(RenderScript rs, ScriptC_copy_test s) { in testFloat4()
107 ScriptC_copy_test s = new ScriptC_copy_test(pRS); in run() local
/frameworks/base/libs/hwui/
DExtensions.cpp104 const String8 s(extension); in hasGlExtension() local
109 const String8 s(extension); in hasEglExtension() local
119 String8 s(current, head ? head - current : strlen(current)); in findExtensions() local

12345678910>>...31