/aosp12/art/runtime/mirror/ |
H A D | emulated_stack_frame.cc | 38 ObjPtr<mirror::Class> r_type, in CalculateFrameAndReferencesSize() argument 57 const Primitive::Type return_type = r_type->GetPrimitiveType(); in CalculateFrameAndReferencesSize() 169 Handle<mirror::Class> r_type(hs.NewHandle(callee_type->GetRType())); in CreateFromShadowFrameAndArgs() local 170 CalculateFrameAndReferencesSize(to_types.Get(), r_type.Get(), &frame_size, &refs_size); in CreateFromShadowFrameAndArgs() 234 Handle<mirror::Class> r_type(hs.NewHandle(GetType()->GetRType())); in GetReturnValue() local 236 const Primitive::Type type = r_type->GetPrimitiveType(); in GetReturnValue() 258 Handle<mirror::Class> r_type(hs.NewHandle(GetType()->GetRType())); in SetReturnValue() local 260 const Primitive::Type type = r_type->GetPrimitiveType(); in SetReturnValue()
|
/aosp12/bionic/linker/ |
H A D | linker_relocate.cpp | 164 const uint32_t r_type = ELFW(R_TYPE)(reloc.r_info); in process_relocation_impl() local 219 if (__predict_false(r_type == R_GENERIC_NONE)) { in process_relocation_impl() 232 if (IsGeneral && is_tls_reloc(r_type)) { in process_relocation_impl() 246 sym_name, relocator.si->get_realpath(), ELF_ST_TYPE(sym->st_info), r_type); in process_relocation_impl() 281 switch (r_type) { in process_relocation_impl() 297 if (r_type == R_GENERIC_JUMP_SLOT) { in process_relocation_impl() 311 if (r_type == R_GENERIC_ABSOLUTE) { in process_relocation_impl() 318 } else if (r_type == R_GENERIC_GLOB_DAT) { in process_relocation_impl() 328 } else if (r_type == R_GENERIC_RELATIVE) { in process_relocation_impl() 347 switch (r_type) { in process_relocation_impl() [all …]
|
/aosp12/system/bt/bta/hh/ |
H A D | bta_hh_api.cc | 165 void BTA_HhSetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhSetReport() argument 167 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_REPORT, r_type, 0, 0, p_data); in BTA_HhSetReport() 178 void BTA_HhGetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhGetReport() argument 180 uint8_t param = (buf_size) ? (r_type | 0x08) : r_type; in BTA_HhGetReport()
|
H A D | bta_hh_le.cc | 358 tBTA_HH_RPT_TYPE r_type, in bta_hh_le_find_rpt_by_idtype() argument 364 r_type, rpt_id); in bta_hh_le_find_rpt_by_idtype() 367 if (p_rpt->in_use && p_rpt->rpt_id == rpt_id && r_type == p_rpt->rpt_type) { in bta_hh_le_find_rpt_by_idtype() 1747 static void bta_hh_le_get_rpt(tBTA_HH_DEV_CB* p_cb, tBTA_HH_RPT_TYPE r_type, in bta_hh_le_get_rpt() argument 1750 p_cb->hid_srvc.report, p_cb->mode, r_type, rpt_id); in bta_hh_le_get_rpt() 1799 static void bta_hh_le_write_rpt(tBTA_HH_DEV_CB* p_cb, tBTA_HH_RPT_TYPE r_type, in bta_hh_le_write_rpt() argument 1815 r_type, rpt_id); in bta_hh_le_write_rpt()
|
/aosp12/system/bt/test/mock/ |
H A D | mock_bta_hh_api.cc | 56 void BTA_HhGetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhGetReport() argument 79 void BTA_HhSetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhSetReport() argument
|
/aosp12/system/bt/btif/include/ |
H A D | btif_hh.h | 131 bthh_report_type_t r_type, uint16_t size, 136 bthh_report_type_t r_type, uint8_t reportId,
|
/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A D | ELFReader.cpp | 213 Relocation::Type r_type = 0x0; in readRela() local 218 .readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) { in readRela() 227 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend); in readRela() 242 Relocation::Type r_type = 0x0; in readRel() local 246 if (!target().readRelocation(relTab[idx], r_type, r_sym, r_offset)) in readRel() 254 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset); in readRel() 708 Relocation::Type r_type = 0x0; in readRela() local 722 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend); in readRela() 737 Relocation::Type r_type = 0x0; in readRel() local 740 if (!target().readRelocation(relTab[idx], r_type, r_sym, r_offset)) in readRel() [all …]
|
/aosp12/system/bt/bta/include/ |
H A D | bta_hh_api.h | 402 extern void BTA_HhSetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, 414 extern void BTA_HhGetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type,
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | coff.h | 190 char r_type[2]; member
|
/aosp12/bionic/libc/tzcode/ |
H A D | localtime.c | 138 enum r_type { enum 145 enum r_type r_type; /* type of rule */ member 878 rulep->r_type = JULIAN_DAY; in getrule() 885 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule() 902 rulep->r_type = DAY_OF_YEAR; in getrule() 933 switch (rulep->r_type) { in transtime()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_hh.cc | 630 void btif_hh_setreport(btif_hh_device_t* p_dev, bthh_report_type_t r_type, in btif_hh_setreport() argument 638 BTA_HhSetReport(p_dev->dev_handle, r_type, p_buf); in btif_hh_setreport() 699 void btif_hh_getreport(btif_hh_device_t* p_dev, bthh_report_type_t r_type, in btif_hh_getreport() argument 701 BTA_HhGetReport(p_dev->dev_handle, r_type, reportId, bufferSize); in btif_hh_getreport()
|