Home
last modified time | relevance | path

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

12345678910>>...37

/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/compile/slang/tests/F_float3_v13/
Dfloat3_v13.rs5 struct s { struct
9 struct s myStruct; argument
/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.cpp105 for (int s = 0; s < numStartingBuffers; s++) { in BufferQueueCore() local
108 for (int s = numStartingBuffers; s < BufferQueueDefs::NUM_BUFFER_SLOTS; in BufferQueueCore() local
140 for (int s : mActiveBuffers) { in dump() local
155 for (int s : mFreeBuffers) { in dump() local
163 for (int s : mFreeSlots) { in dump() local
226 for (int s : mFreeSlots) { in freeAllBuffersLocked() local
230 for (int s : mFreeBuffers) { in freeAllBuffersLocked() local
236 for (int s : mActiveBuffers) { in freeAllBuffersLocked() local
250 for (int s : mFreeBuffers) { in discardFreeBuffersLocked() local
/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/rs/driver/
DrsdBcc.cpp57 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 rsdScriptInvokeReduce(const Context *dc, Script *s, in rsdScriptInvokeReduce()
136 void rsdScriptSetGlobalVar(const Context *dc, const Script *s, in rsdScriptSetGlobalVar()
142 void rsdScriptGetGlobalVar(const Context *dc, const Script *s, in rsdScriptGetGlobalVar()
[all …]
DrsdRuntimeStubs.cpp658 Script *s = const_cast<Script*>(RsdCpuReference::getTlsScript()); in ELEMENT_AT_OVERLOADS() local
898 uint32_t slot, ::rs_sampler s) {
1093 void rsDebug(const char *s, float f) {
1097 void rsDebug(const char *s, float f1, float f2) {
1101 void rsDebug(const char *s, float f1, float f2, float f3) {
1105 void rsDebug(const char *s, float f1, float f2, float f3, float f4) {
1109 void rsDebug(const char *s, const float2 *f2) {
1114 void rsDebug(const char *s, const float3 *f3) {
1119 void rsDebug(const char *s, const float4 *f4) {
1127 void rsDebug(const char *s, float f, ushort us) {
[all …]
/frameworks/compile/slang/tests/F_global_init/
Dglobal_init.rs15 struct s { struct
19 struct s myS = {9}; argument
/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/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_fp16.java35 private void initializeGlobals(RenderScript RS, ScriptC_fp16 s, Element e, int nDims) { in initializeGlobals()
56 private void TestHalf(RenderScript RS, ScriptC_fp16 s, int nDims) { in TestHalf()
69 private void TestHalf2(RenderScript RS, ScriptC_fp16 s, int nDims) { in TestHalf2()
82 private void TestHalf3(RenderScript RS, ScriptC_fp16 s, int nDims) { in TestHalf3()
95 private void TestHalf4(RenderScript RS, ScriptC_fp16 s, int nDims) { in TestHalf4()
112 ScriptC_fp16 s = new ScriptC_fp16(pRS); in run() local
/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/compile/slang/tests/F_ptr_in_struct/
Dptr_in_struct.rs4 struct s { struct
8 struct s myStruct; struct
/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/java/tests/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/base/services/tests/servicestests/src/com/android/server/notification/
DBuzzBeepBlinkTest.java274 NotificationRecord s = getBeepyOnceNotification(); in testHonorAlertOnlyOnceForBeep() local
300 NotificationRecord s = getBeepyOnceNotification(); in testNoisyOnceUpdateDoesNotCancelAudio() local
312 NotificationRecord s = getQuietNotification(); in testQuietUpdateDoesNotCancelAudioFromOther() local
343 NotificationRecord s = getQuietNotification(); in testQuietUpdateCancelsAudio() local
358 NotificationRecord s = getQuietOnceNotification(); in testQuietOnceUpdateCancelsAudio() local
432 NotificationRecord s = getBuzzyOnceNotification(); in testHonorAlertOnlyOnceForBuzz() local
458 NotificationRecord s = getBuzzyOnceNotification(); in testNoisyOnceUpdateDoesNotCancelVibrate() local
470 NotificationRecord s = getQuietNotification(); in testQuietUpdateDoesNotCancelVibrateFromOther() local
501 NotificationRecord s = getQuietNotification(); in testQuietUpdateCancelsVibrate() local
515 NotificationRecord s = getQuietOnceNotification(); in testQuietOnceUpdateCancelsvibrate() local
[all …]
/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/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/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()
171 Script *s = static_cast<Script *>(vs); in rsi_ScriptBindAllocation() local
201 Script *s = static_cast<Script *>(vs); in rsi_ScriptForEachMulti() local
231 Script *s = static_cast<Script *>(vs); in rsi_ScriptReduce() local
240 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvoke() local
246 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvokeData() local
251 Script *s = static_cast<Script *>(vs); in rsi_ScriptInvokeV() local
256 Script *s = static_cast<Script *>(vs); in rsi_ScriptSetVarI() local
[all …]
/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/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/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/compile/slang/lit-tests/P_alloc_in_struct/
Dalloc_in_struct.rs8 struct s { struct
9 rs_allocation a; argument
/frameworks/compile/slang/tests/P_alloc_in_struct/
Dalloc_in_struct.rs4 struct s { struct
5 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_float3/
Dfloat3.rs7 struct s { struct
8 float3 f;

12345678910>>...37