Home
last modified time | relevance | path

Searched defs:s3 (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/media/utils/tests/
Dmediautils_fixedstring_tests.cpp60 FixedString30 s3; in TEST() local
127 FixedString30 s3(std::move(s1)); in TEST() local
/frameworks/av/media/module/codecs/amrnb/enc/src/
Dcalc_en.cpp279 Word32 s3; /* Intermediate energy accumulator */ in calc_unfilt_energies() local
609 Word32 s3; /* Intermediate energy accumulator */ in calc_filt_energies() local
/frameworks/av/media/module/codecs/amrnb/common/src/
Dresidu.cpp208 Word32 s3; in Residu() local
/frameworks/base/core/tests/coretests/src/android/animation/
DAnimatorSetActivityTest.java123 AnimatorSet s3 = new AnimatorSet(); in testGetChildAnimations() local
179 AnimatorSet s3 = new AnimatorSet(); in testTotalDuration() local
534 final AnimatorSet s3 = s1.clone(); in testClone() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
DApduSenderTest.java237 String s3 = new String(new char[16]).replace("\0", "CC"); in testSendStoreDataLongDataLongResponse() local
307 String s3 = new String(new char[16]).replace("\0", "CC"); in testSendErrorResponseInMiddle() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java413 final ShortcutInfo s3 = makeShortcut("s3"); in testPushDynamicShortcut() local
8786 final ShortcutInfo s3 = makeShortcut("s3"); in testIsSharingShortcut() local
8835 final ShortcutInfo s3 = makeShortcutWithCategory("s3", in testIsSharingShortcut_PinnedAndCachedOnlyShortcuts() local
8882 final ShortcutInfo s3 = makeShortcutExcludedFromLauncher("s3"); in testAddingShortcuts_ExcludesHiddenFromLauncherShortcuts() local
8903 final ShortcutInfo s3 = makeShortcut("s3"); in testUpdateShortcuts_ExcludesHiddenFromLauncherShortcuts() local
/frameworks/av/media/libstagefright/
DMediaCodecListOverrides.cpp194 const AString &s, const AString &delimiter, AString *s1, AString *s2, AString *s3) { in splitString()
/frameworks/libs/binary_translation/guest_os_primitives/riscv64/
Dguest_context_arch.h83 uint64_t s3; member
/frameworks/av/services/mediametrics/tests/
Dmediametrics_tests.cpp115 android::mediametrics::SharedPtrWrap<std::string> s3(""); in TEST() local
156 android::mediametrics::LockWrap<std::string> s3(""); in TEST() local
/frameworks/native/libs/binder/tests/
DbinderRecordReplayTest.cpp355 SingleDataParcelable s1, s2, s3, s4, s5; in TEST_F() local
/frameworks/base/core/tests/coretests/src/android/text/
DTextUtilsTest.java293 Spannable s3 = new SpannableString(s1); in testEllipsize() local
/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp524 float s3 = (x - x3) * (y4 - y3) - (y - y3) * (x4 - x3); in findEnclosingQuad() local
/frameworks/native/services/inputflinger/tests/
DInputTracingTest.cpp672 auto s3 = std::make_unique<InputTraceSession>([](auto& config) { in TEST_F() local
/frameworks/native/libs/binder/rust/src/
Dparcel.rs874 let s3 = "Some more text here."; in test_utf8_utf16_conversions() localVariable
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs1227 let s3 = "str3".to_string(); in test_custom_parcelable() localVariable
1534 let s3 = "Some more text here."; in test_slice_parcelables() localVariable
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DMockingOomAdjusterTests.java2205 final ServiceRecord s3 = bindService(app3, client1, null, null, 0, mock(IBinder.class)); in testUpdateOomAdj_UidIdle_StopService() local