Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 910) 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/base/services/core/java/com/android/server/pm/
DShortcutPackage.java101 private ShortcutPackage(ShortcutService s, ShortcutUser shortcutUser, in ShortcutPackage()
109 public ShortcutPackage(ShortcutService s, ShortcutUser shortcutUser, in ShortcutPackage()
129 private void onShortcutPublish(ShortcutService s) { in onShortcutPublish()
146 protected void onRestoreBlocked(ShortcutService s) { in onRestoreBlocked()
152 protected void onRestored(ShortcutService s) { in onRestored()
166 private ShortcutInfo deleteShortcut(@NonNull ShortcutService s, in deleteShortcut()
176 void addShortcut(@NonNull ShortcutService s, @NonNull ShortcutInfo newShortcut) { in addShortcut()
187 public void addDynamicShortcut(@NonNull ShortcutService s, in addDynamicShortcut()
226 private void removeOrphans(@NonNull ShortcutService s) { in removeOrphans()
249 public void deleteAllDynamicShortcuts(@NonNull ShortcutService s) { in deleteAllDynamicShortcuts()
[all …]
DShortcutUser.java119 public ShortcutPackage removePackage(@NonNull ShortcutService s, @NonNull String packageName) { in removePackage()
144 public ShortcutPackage getPackageShortcuts(ShortcutService s, @NonNull String packageName) { in getPackageShortcuts()
155 public ShortcutLauncher getLauncherShortcuts(ShortcutService s, @NonNull String packageName, in getLauncherShortcuts()
200 public void resetThrottlingIfNeeded(ShortcutService s) { in resetThrottlingIfNeeded()
218 public void handlePackageUpdated(ShortcutService s, @NonNull String packageName, in handlePackageUpdated()
226 public void attemptToRestoreIfNeededAndSave(ShortcutService s, @NonNull String packageName, in attemptToRestoreIfNeededAndSave()
233 public void saveToXml(ShortcutService s, XmlSerializer out, boolean forBackup) in saveToXml()
260 private void saveShortcutPackageItem(ShortcutService s, XmlSerializer out, in saveShortcutPackageItem()
273 public static ShortcutUser loadFromXml(ShortcutService s, XmlPullParser parser, int userId, in loadFromXml()
322 public void setLauncherComponent(ShortcutService s, ComponentName launcherComponent) { in setLauncherComponent()
[all …]
DShortcutPackageItem.java72 public void refreshPackageInfoAndSave(ShortcutService s) { in refreshPackageInfoAndSave()
80 public void attemptToRestoreIfNeededAndSave(ShortcutService s) { in attemptToRestoreIfNeededAndSave()
121 protected abstract void onRestoreBlocked(ShortcutService s); in onRestoreBlocked()
126 protected abstract void onRestored(ShortcutService s); in onRestored()
/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_float3_v13/
Dfloat3_v13.rs5 struct s { struct
9 struct s myStruct; 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/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/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/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 w(String tag, String s) { in w()
94 public static void e(String tag, String s) { in e()
101 public static synchronized void log(String level, String tag, String s) { in log()
136 public static synchronized void wtf(String tag, String s) { in wtf()
/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.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/native/libs/gui/
DBufferQueueCore.cpp103 for (int s = 0; s < numStartingBuffers; s++) { in BufferQueueCore() local
106 for (int s = numStartingBuffers; s < BufferQueueDefs::NUM_BUFFER_SLOTS; in BufferQueueCore() local
138 for (int s : mActiveBuffers) { in dump() local
153 for (int s : mFreeBuffers) { in dump() local
161 for (int s : mFreeSlots) { in dump() local
224 for (int s : mFreeSlots) { in freeAllBuffersLocked() local
228 for (int s : mFreeBuffers) { in freeAllBuffersLocked() local
234 for (int s : mActiveBuffers) { in freeAllBuffersLocked() local
/frameworks/compile/slang/tests/F_global_init/
Dglobal_init.rs15 struct s { struct
19 struct s myS = {9}; struct
/frameworks/compile/slang/tests/F_ptr_in_struct/
Dptr_in_struct.rs4 struct s { struct
8 struct s myStruct; struct
/frameworks/base/services/tests/servicestests/src/com/android/server/notification/
DBuzzBeepBlinkTest.java273 NotificationRecord s = getBeepyOnceNotification(); in testHonorAlertOnlyOnceForBeep() local
299 NotificationRecord s = getBeepyOnceNotification(); in testNoisyOnceUpdateDoesNotCancelAudio() local
311 NotificationRecord s = getQuietNotification(); in testQuietUpdateDoesNotCancelAudioFromOther() local
342 NotificationRecord s = getQuietNotification(); in testQuietUpdateCancelsAudio() local
357 NotificationRecord s = getQuietOnceNotification(); in testQuietOnceUpdateCancelsAudio() local
431 NotificationRecord s = getBuzzyOnceNotification(); in testHonorAlertOnlyOnceForBuzz() local
457 NotificationRecord s = getBuzzyOnceNotification(); in testNoisyOnceUpdateDoesNotCancelVibrate() local
469 NotificationRecord s = getQuietNotification(); in testQuietUpdateDoesNotCancelVibrateFromOther() local
500 NotificationRecord s = getQuietNotification(); in testQuietUpdateCancelsVibrate() local
514 NotificationRecord s = getQuietOnceNotification(); in testQuietOnceUpdateCancelsvibrate() 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/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/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSms7BitEncodingTranslatorTest.java61 String s = null; in testCommonTranslate() local
74 String s = null; in testGsmTranslate() local
90 String s = null; in testCdmaTranslate() 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/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

12345678910>>...37