Home
last modified time | relevance | path

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

/frameworks/av/media/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/base/core/tests/coretests/src/android/animation/
DAnimatorSetActivityTest.java119 AnimatorSet s3 = new AnimatorSet(); in testGetChildAnimations() local
175 AnimatorSet s3 = new AnimatorSet(); in testTotalDuration() local
528 final AnimatorSet s3 = s1.clone(); in testClone() local
/frameworks/av/media/codecs/amrnb/common/src/
Dresidu.cpp208 Word32 s3; in Residu() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
DApduSenderTest.java226 String s3 = new String(new char[16]).replace("\0", "CC"); in testSendStoreDataLongDataLongResponse() local
296 String s3 = new String(new char[16]).replace("\0", "CC"); in testSendErrorResponseInMiddle() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java408 final ShortcutInfo s3 = makeShortcut("s3"); in testPushDynamicShortcut() local
8807 final ShortcutInfo s3 = makeShortcut("s3"); in testIsSharingShortcut() local
8856 final ShortcutInfo s3 = makeShortcutWithCategory("s3", in testIsSharingShortcut_PinnedAndCachedOnlyShortcuts() local
/frameworks/av/media/libstagefright/
DMediaCodecListOverrides.cpp195 const AString &s, const AString &delimiter, AString *s1, AString *s2, AString *s3) { in splitString()
/frameworks/native/libs/binder/rust/src/
Dparcel.rs511 let s3 = "Some more text here."; in test_utf8_utf16_conversions() localVariable
/frameworks/av/services/mediametrics/tests/
Dmediametrics_tests.cpp84 android::mediametrics::SharedPtrWrap<std::string> s3(""); in TEST() local
125 android::mediametrics::LockWrap<std::string> s3(""); in TEST() local
/frameworks/native/libs/vr/libbufferhubqueue/tests/
Dbuffer_hub_queue-test.cpp994 auto s3 = producer_queue_->Dequeue(0, &slot, &producer_meta, &fence); in TEST_F() local
1071 auto s3 = consumer_queue_->Dequeue(kTimeoutMs, &slot, &consumer_meta, &fence); in TEST_F() local
/frameworks/base/core/tests/coretests/src/android/text/
DTextUtilsTest.java292 Spannable s3 = new SpannableString(s1); in testEllipsize() local
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs714 let s3 = "str3".to_string(); in test_custom_parcelable() localVariable
973 let s3 = "Some more text here."; in test_slice_parcelables() localVariable
/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp522 float s3 = (x - x3) * (y4 - y3) - (y - y3) * (x4 - x3); in findEnclosingQuad() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DMockingOomAdjusterTests.java1573 final ServiceRecord s3 = bindService(app3, client1, null, 0, mock(IBinder.class)); in testUpdateOomAdj_UidIdle_StopService() local