/frameworks/support/renderscript/v8/rs_support/driver/ |
D | rsdRuntimeStubs.cpp | 254 static void SC_debugF(const char *s, float f) { in SC_debugF() 257 static void SC_debugFv2(const char *s, float f1, float f2) { in SC_debugFv2() 260 static void SC_debugFv3(const char *s, float f1, float f2, float f3) { in SC_debugFv3() 263 static void SC_debugFv4(const char *s, float f1, float f2, float f3, float f4) { in SC_debugFv4() 266 static void SC_debugF2(const char *s, float2 f) { in SC_debugF2() 269 static void SC_debugF3(const char *s, float3 f) { in SC_debugF3() 272 static void SC_debugF4(const char *s, float4 f) { in SC_debugF4() 275 static void SC_debugD(const char *s, double d) { in SC_debugD() 278 static void SC_debugFM4v4(const char *s, const float *f) { in SC_debugFM4v4() 284 static void SC_debugFM3v3(const char *s, const float *f) { in SC_debugFM3v3() [all …]
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | HtmlTest.java | 79 Spanned s; in testColor() local 101 Spanned s; in testResourceColor() local 137 SpannableString s; in testParagraphs() local 158 SpannableString s; in testBlockquote() local 171 SpannableString s; in testEntities() local 185 SpannableString s; in testMarkup() local 231 Spanned s; in testImg() local 241 Spanned s; in testUtf8() local
|
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/libbcc/lib/Renderscript/runtime/ |
D | rs_sampler.c | 9 rsSamplerGetMinification(rs_sampler s) { in rsSamplerGetMinification() 18 rsSamplerGetMagnification(rs_sampler s) { in rsSamplerGetMagnification() 27 rsSamplerGetWrapS(rs_sampler s) { in rsSamplerGetWrapS() 36 rsSamplerGetWrapT(rs_sampler s) { in rsSamplerGetWrapT() 45 rsSamplerGetAnisotropy(rs_sampler s) { in rsSamplerGetAnisotropy()
|
/frameworks/compile/slang/tests/F_float3_v13/ |
D | float3_v13.rs | 5 struct s { struct 9 struct s myStruct; struct
|
/frameworks/compile/slang/tests/F_ptr_in_struct/ |
D | ptr_in_struct.rs | 4 struct s { struct 8 struct s myStruct; argument
|
/frameworks/av/media/libstagefright/foundation/ |
D | AString.cpp | 37 AString::AString(const char *s) in AString() 44 AString::AString(const char *s, size_t size) in AString() 89 void AString::setTo(const char *s) { in setTo() 93 void AString::setTo(const char *s, size_t size) { in setTo() 164 void AString::append(const char *s) { in append() 168 void AString::append(const char *s, size_t size) { in append() 191 char s[16]; in append() local 198 char s[16]; in append() local 205 char s[16]; in append() local 212 char s[16]; 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/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/rs/driver/ |
D | rsdRuntimeStubs.cpp | 146 static void SC_BindSampler(ProgramFragment *pf, uint32_t slot, Sampler *s) { in SC_BindSampler() 543 static void SC_debugF(const char *s, float f) { in SC_debugF() 546 static void SC_debugFv2(const char *s, float f1, float f2) { in SC_debugFv2() 549 static void SC_debugFv3(const char *s, float f1, float f2, float f3) { in SC_debugFv3() 552 static void SC_debugFv4(const char *s, float f1, float f2, float f3, float f4) { in SC_debugFv4() 555 static void SC_debugF2(const char *s, float2 f) { in SC_debugF2() 558 static void SC_debugF3(const char *s, float3 f) { in SC_debugF3() 561 static void SC_debugF4(const char *s, float4 f) { in SC_debugF4() 564 static void SC_debugD(const char *s, double d) { in SC_debugD() 567 static void SC_debugFM4v4(const char *s, const float *f) { in SC_debugFM4v4() [all …]
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
D | IPredictor.aidl | 20 boolean setPredictorParameter( in String s, in String f ); in setPredictorParameter() 21 void pushNewSample(in String s); in pushNewSample() 23 float getSampleProbability(in String s); in getSampleProbability()
|
/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/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/support/renderscript/v8/rs_support/ |
D | rsScript.cpp | 89 ScriptKernelID::ScriptKernelID(Context *rsc, Script *s, int slot, int sig) in ScriptKernelID() 110 ScriptFieldID::ScriptFieldID(Context *rsc, Script *s, int slot) : ObjectBase(rsc) { in ScriptFieldID() 140 Script *s = static_cast<Script *>(vs); in rsi_ScriptBindAllocation() local 167 Script *s = static_cast<Script *>(vs); in rsi_ScriptForEach() local 175 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvoke() local 181 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvokeData() local 186 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvokeV() local 191 Script *s = static_cast<Script *>(vs); in rsi_ScriptSetVarI() local 196 Script *s = static_cast<Script *>(vs); in rsi_ScriptSetVarObj() local 202 Script *s = static_cast<Script *>(vs); in rsi_ScriptSetVarJ() local [all …]
|
/frameworks/rs/ |
D | rsScript.cpp | 89 ScriptKernelID::ScriptKernelID(Context *rsc, Script *s, int slot, int sig) in ScriptKernelID() 110 ScriptFieldID::ScriptFieldID(Context *rsc, Script *s, int slot) : ObjectBase(rsc) { in ScriptFieldID() 140 Script *s = static_cast<Script *>(vs); in rsi_ScriptBindAllocation() local 167 Script *s = static_cast<Script *>(vs); in rsi_ScriptForEach() local 175 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvoke() local 181 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvokeData() local 186 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvokeV() local 191 Script *s = static_cast<Script *>(vs); in rsi_ScriptSetVarI() local 196 Script *s = static_cast<Script *>(vs); in rsi_ScriptSetVarObj() local 202 Script *s = static_cast<Script *>(vs); in rsi_ScriptSetVarJ() local [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberFormattingTextWatcher.java | 77 public void beforeTextChanged(CharSequence s, int start, int count, in beforeTextChanged() 89 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() 100 public synchronized void afterTextChanged(Editable s) { in afterTextChanged() 129 private String reformat(CharSequence s, int cursor) { in reformat() 166 private boolean hasSeparator(final CharSequence s, final int start, final int count) { in hasSeparator()
|
/frameworks/base/tests/RenderScriptTests/tests/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/base/media/libdrm/mobile1/src/objmng/ |
D | drm_api.c | 42 T_DRM_Session_Node* s = (T_DRM_Session_Node *)malloc(sizeof(T_DRM_Session_Node)); in newSession() local 61 static void freeSession(T_DRM_Session_Node* s) in freeSession() 81 static int32_t addSession(T_DRM_Session_Node* s) in addSession() 97 T_DRM_Session_Node* s; in getSession() local 798 T_DRM_Session_Node* s; in SVC_drm_openSession() local 1088 T_DRM_Session_Node* s; in SVC_drm_getDeliveryMethod() local 1103 T_DRM_Session_Node* s; in SVC_drm_getContentType() local 1120 T_DRM_Session_Node* s; in SVC_drm_checkRights() local 1201 T_DRM_Session_Node* s; in SVC_drm_consumeRights() local 1230 T_DRM_Session_Node* s; in SVC_drm_getContentLength() local [all …]
|
/frameworks/native/services/surfaceflinger/ |
D | GLExtensions.cpp | 56 String8 s(curr, head ? head-curr : strlen(curr)); in initWithGLStrings() local 67 String8 s(curr, head ? head-curr : strlen(curr)); in initWithGLStrings() local 103 const String8 s(extension); in hasExtension() local
|
/frameworks/base/libs/diskusage/ |
D | dirsize.c | 24 int64_t stat_size(struct stat *s) in stat_size() 40 struct stat s; in calculate_dir_size() local
|
/frameworks/compile/mclinker/lib/Support/ |
D | RealPath.cpp | 20 RealPath::RealPath(const RealPath::ValueType* s ) in RealPath() 25 RealPath::RealPath(const RealPath::StringType &s ) in RealPath()
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 224 ComposerState s; in getLayerStateLocked() local 241 layer_state_t* s = getLayerStateLocked(client, id); in setPosition() local 253 layer_state_t* s = getLayerStateLocked(client, id); in setSize() local 269 layer_state_t* s = getLayerStateLocked(client, id); in setLayer() local 281 layer_state_t* s = getLayerStateLocked(client, id); in setFlags() local 295 layer_state_t* s = getLayerStateLocked(client, id); in setTransparentRegionHint() local 306 layer_state_t* s = getLayerStateLocked(client, id); in setAlpha() local 317 layer_state_t* s = getLayerStateLocked(client, id); in setLayerStack() local 329 layer_state_t* s = getLayerStateLocked(client, id); in setMatrix() local 345 layer_state_t* s = getLayerStateLocked(client, id); in setCrop() local [all …]
|