Home
last modified time | relevance | path

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

/aosp12/art/test/2023-InvariantLoops_typecast/src/
H A DMain.java77 long res1 = new Main().loop2(); in main() local
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java162 final Bitmap res1 = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape)) in testWithBitmapResource() local
275 final Icon res1 = Icon.createWithResource(getContext(), R.drawable.landscape); in testParcel() local
/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dlib_pclm.c208 int res1 = PCLmGetMediaDimensions(job_info->pclmgen_obj, page_info->mediaSizeName, page_info); in _start_page() local
/aosp12/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp172 status_t res1 = mCodec->stop(); in stop() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dfib_rules.h36 __u8 res1; member
H A Dtcp.h30 __u16 res1 : 4, doff : 4, fin : 1, syn : 1, rst : 1, psh : 1, ack : 1, urg : 1, ece : 1, cwr : 1; member
32 __u16 doff : 4, res1 : 4, cwr : 1, ece : 1, urg : 1, ack : 1, psh : 1, rst : 1, syn : 1, fin : 1; member
/aosp12/bionic/libc/include/netinet/
H A Dtcp.h60 uint16_t res1:4; member
/aosp12/hardware/interfaces/nfc/1.0/vts/functional/
H A DVtsHalNfcV1_0TargetTest.cpp393 auto res1 = nfc_cb_->WaitForCallback(kCallbackNameSendData); in TEST_P() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSwitcherTest.java1178 AsyncResult res1 = new AsyncResult(0, null, in testRetry_DDS_switch_Failure() local
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DColorUtils.cpp233 status_t res1 = unwrapColorAspectsFromColorRange(range, &aspects.mRange); in convertPlatformColorAspectsToCodecAspects() local
/aosp12/bionic/libc/kernel/uapi/sound/
H A Demu10k1.h294 unsigned int res1; member
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1381 uint16_t res1; member
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_integration_test.cpp4298 int res1 = getAsyncResponse(fd1, &rcode, buf1, MAXPACKET); in TEST_F() local
4397 const int res1 = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F() local