Home
last modified time | relevance | path

Searched defs:s (Results 151 – 175 of 3060) sorted by relevance

12345678910>>...123

/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A Dimage_effect_capi_unittest.cpp106 InSequence s; variable
920 InSequence s; variable
961 InSequence s; variable
983 InSequence s; variable
1063 InSequence s; variable
1098 InSequence s; variable
1132 InSequence s; variable
1195 InSequence s; variable
1239 InSequence s; variable
1279 InSequence s; variable
[all …]
/aosp12/hardware/qcom/sm8150p/gps/gnss/
H A DXtraSystemStatusObserver.cpp127 string s = ss.str(); in updateLockStatus() local
159 string s = ss.str(); in updateConnections() local
173 string s = ss.str(); in updateTac() local
187 string s = ss.str(); in updateMccMnc() local
201 string s = ss.str(); in updateXtraThrottle() local
229 string s = ss.str(); in onStatusRequested() local
/aosp12/art/test/655-checker-simd-arm-opt/src/
H A DMain.java67 …private static void encodableConstants(byte[] b, short[] s, char[] c, int[] a, long[] l, float[] f… in encodableConstants()
100 …private static int sumArray(byte[] b, short[] s, char[] c, int[] a, long[] l, float[] f, double[] … in sumArray()
112 short[] s = new short[ARRAY_SIZE]; in main() local
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactAggregatorHelper.java53 Set<Integer> s = accounts.get(acctId); in mergeComponentsWithDisjointAccounts() local
65 final Set<Integer> s = accounts.get(accountId); in mergeComponentsWithDisjointAccounts() local
79 final Set<Integer> s = accounts.get(accountId); in mergeComponentsWithDisjointAccounts() local
/aosp12/frameworks/rs/
H A 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()
/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DLog.java39 String s = String.format(format, args); in debugNoln() local
45 String s = String.format(format, args); in info() local
50 String s = String.format(format, args); in error() local
/aosp12/art/test/569-checker-pattern-replacement/src-multidex/
H A DSecond.java62 public static int staticGetInstanceIntField(Second s) { in staticGetInstanceIntField()
66 public double getInstanceDoubleFieldFromParam(Second s) { in getInstanceDoubleFieldFromParam()
83 public static void staticSetInstanceLongField(Second s, long value) { in staticSetInstanceLongField()
87 public void setInstanceLongFieldThroughParam(Second s, long value) { in setInstanceLongFieldThroughParam()
/aosp12/art/test/660-checker-simd-sad/src/
H A DSimdSadInt.java90 int s = x[i]; in sadInt2IntAlt() local
139 int s = x[i]; in sadInt2IntAlt2() local
187 long s = x[i]; in sadInt2Long() local
233 long s = x[i]; in sadInt2LongAt1() local
/aosp12/frameworks/av/services/mediametrics/
H A DStringUtils.h118 inline constexpr bool isBase64Url(const char *s) { in isBase64Url()
141 inline constexpr bool isLogSessionId(const char *s) { in isLogSessionId()
173 inline constexpr bool isNumeric(const char *s) in isNumeric()
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_unsigned.java31 private boolean initializeGlobals(ScriptC_unsigned s) { in initializeGlobals()
49 ScriptC_unsigned s = new ScriptC_unsigned(pRS); in run() local
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_foreach.java32 private void initializeGlobals(RenderScript RS, ScriptC_foreach s) { in initializeGlobals()
47 ScriptC_foreach s = new ScriptC_foreach(pRS); in run() local
H A DUT_kernel_struct.java31 private void initializeGlobals(RenderScript RS, ScriptC_kernel_struct s) { in initializeGlobals()
47 ScriptC_kernel_struct s = new ScriptC_kernel_struct(pRS); in run() local
H A DUT_noroot.java32 private void initializeGlobals(RenderScript RS, ScriptC_noroot s) { in initializeGlobals()
47 ScriptC_noroot s = new ScriptC_noroot(pRS); in run() local
H A DUT_array_init.java28 private void checkInit(ScriptC_array_init s) { in checkInit()
83 ScriptC_array_init s = new ScriptC_array_init(pRS); in run() local
H A DUT_ctxt_default.java34 private void initializeGlobals(RenderScript RS, ScriptC_ctxt_default s) { in initializeGlobals()
50 ScriptC_ctxt_default s = new ScriptC_ctxt_default(pRS); in run() local
H A DUT_refcount.java33 private void initializeGlobals(RenderScript RS, ScriptC_refcount s) { in initializeGlobals()
45 ScriptC_refcount s = new ScriptC_refcount(pRS); in run() local
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_foreach.java34 private void initializeGlobals(RenderScript RS, ScriptC_foreach s) { in initializeGlobals()
49 ScriptC_foreach s = new ScriptC_foreach(pRS); in run() local
H A DUT_kernel_struct.java33 private void initializeGlobals(RenderScript RS, ScriptC_kernel_struct s) { in initializeGlobals()
49 ScriptC_kernel_struct s = new ScriptC_kernel_struct(pRS); in run() local
H A DUT_noroot.java34 private void initializeGlobals(RenderScript RS, ScriptC_noroot s) { in initializeGlobals()
49 ScriptC_noroot s = new ScriptC_noroot(pRS); in run() local
/aosp12/frameworks/base/telephony/common/com/android/internal/telephony/
H A DEncodeException.java36 public EncodeException(String s) { in EncodeException()
40 public EncodeException(String s, int error) { in EncodeException()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_section_test.cpp33 WaterFlowSections s; variable
77 WaterFlowSections s; variable
/aosp12/art/test/450-checker-types/src/
H A DMain.java86 Super s = new SubclassA(); in testSimpleRemove() local
95 public void testSimpleKeep(Super s) { in testSimpleKeep()
105 Object s = SubclassA.class; in testClassRemove() local
115 Object s = SubclassA.class; in testClassKeep() local
125 Super s; in testIfRemove() local
140 Super s; in testIfKeep() local
155 Super s = new SubclassA(); in testForRemove() local
170 Super s = new SubclassA(); in testForKeep() local
602 Super s = getSuper(); in updateNodesInTheSameBlockAsPhi() local
635 private void argumentCheck(Super s, double d, SubclassA a, Final f) { in argumentCheck()
/aosp12/hardware/qcom/sm7150/gps/gnss/
H A DXtraSystemStatusObserver.cpp128 string s = ss.str(); in updateLockStatus() local
160 string s = ss.str(); in updateConnections() local
174 string s = ss.str(); in updateTac() local
188 string s = ss.str(); in updateMccMnc() local
202 string s = ss.str(); in updateXtraThrottle() local
230 string s = ss.str(); in onStatusRequested() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/
H A DValidatedEditTextPreferenceDialogFragment.java87 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
91 public void beforeTextChanged(CharSequence s, int start, int before, int count) { in beforeTextChanged()
95 public void afterTextChanged(Editable s) { in afterTextChanged()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DFastDataOutput.java111 public void writeUTF(String s) throws IOException { in writeUTF()
150 public void writeInternedUTF(@NonNull String s) throws IOException { in writeInternedUTF()
225 public void writeBytes(String s) throws IOException { in writeBytes()
231 public void writeChars(String s) throws IOException { in writeChars()

12345678910>>...123