/frameworks/rs/driver/runtime/ |
D | rs_sampler.c | 8 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/ |
D | rsdBcc.cpp | 57 bool rsdInitIntrinsic(const Context *rsc, Script *s, RsScriptIntrinsicID iid, in rsdInitIntrinsic() 70 Script *s, in rsdScriptInvokeForEach() 90 Script *s, in rsdScriptInvokeForEachMulti() 104 int rsdScriptInvokeRoot(const Context *dc, Script *s) { in rsdScriptInvokeRoot() 109 void rsdScriptInvokeInit(const Context *dc, Script *s) { in rsdScriptInvokeInit() 114 void rsdScriptInvokeFreeChildren(const Context *dc, Script *s) { in rsdScriptInvokeFreeChildren() 119 void rsdScriptInvokeFunction(const Context *dc, Script *s, in rsdScriptInvokeFunction() 127 void rsdScriptSetGlobalVar(const Context *dc, const Script *s, in rsdScriptSetGlobalVar() 133 void rsdScriptGetGlobalVar(const Context *dc, const Script *s, in rsdScriptGetGlobalVar() 140 void rsdScriptSetGlobalVarWithElemDims(const Context *dc, const Script *s, in rsdScriptSetGlobalVarWithElemDims() [all …]
|
D | rsdRuntimeStubs.cpp | 661 uint32_t slot, ::rs_sampler s) { 856 void rsDebug(const char *s, float f) { 860 void rsDebug(const char *s, float f1, float f2) { 864 void rsDebug(const char *s, float f1, float f2, float f3) { 868 void rsDebug(const char *s, float f1, float f2, float f3, float f4) { 872 void rsDebug(const char *s, const float2 *f2) { 877 void rsDebug(const char *s, const float3 *f3) { 882 void rsDebug(const char *s, const float4 *f4) { 887 void rsDebug(const char *s, double d) { 891 void rsDebug(const char *s, const double2 *d2) { [all …]
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | SpannedTest.java | 65 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/compile/slang/tests/F_ptr_in_struct/ |
D | ptr_in_struct.rs | 4 struct s { struct 8 struct s myStruct; argument
|
/frameworks/compile/slang/tests/F_float3_v13/ |
D | float3_v13.rs | 5 struct s { struct 9 struct s myStruct; argument
|
/frameworks/av/media/common_time/ |
D | utils.cpp | 37 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/net/ |
D | StaticIpConfigurationTest.java | 49 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/ |
D | AString.cpp | 39 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/compile/slang/tests/F_global_init/ |
D | global_init.rs | 15 struct s { struct 19 struct s myS = {9}; argument
|
/frameworks/rs/ |
D | rsScript.cpp | 122 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() 171 Script *s = static_cast<Script *>(vs); in rsi_ScriptBindAllocation() local 201 Script *s = static_cast<Script *>(vs); in rsi_ScriptForEachMulti() local 228 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvoke() local 234 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvokeData() local 239 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvokeV() local 244 Script *s = static_cast<Script *>(vs); in rsi_ScriptSetVarI() local 249 Script *s = static_cast<Script *>(vs); in rsi_ScriptSetVarObj() local [all …]
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
D | TriData.java | 51 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/src/java/com/android/internal/telephony/ |
D | WakeLockStateMachine.java | 232 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/ |
D | AuthenticatorService.java | 57 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/ |
D | PhoneNumberFormattingTextWatcher.java | 75 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/ |
D | TextWatcher.java | 31 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/api/ |
D | Utilities.cpp | 49 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/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_copy_test.java | 33 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_CompatLib/src/com/android/rs/test/ |
D | UT_copy_test.java | 33 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/ |
D | UT_copy_test.java | 33 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/compile/slang/tests/P_alloc_in_struct/ |
D | alloc_in_struct.rs | 4 struct s { struct 5 rs_allocation a; argument
|
/frameworks/compile/slang/tests/F_struct_bitfield/ |
D | struct_bitfield.rs | 4 struct s { struct 5 int x:1;
|
/frameworks/compile/slang/tests/P_float3/ |
D | float3.rs | 7 struct s { struct 8 float3 f;
|
/frameworks/compile/slang/lit-tests/P_alloc_in_struct/ |
D | alloc_in_struct.rs | 8 struct s { struct 9 rs_allocation a; argument
|
/frameworks/base/libs/hwui/ |
D | Extensions.cpp | 98 const String8 s(extension); in hasGlExtension() local 103 const String8 s(extension); in hasEglExtension() local 113 String8 s(current, head ? head - current : strlen(current)); in findExtensions() local
|