Home
last modified time | relevance | path

Searched defs:SetType (Results 1 – 25 of 97) sorted by relevance

1234

/aosp_15_r20/test/vts/vndk_utils/library/elf/
H A Dstructs.py167 def SetType(self, type_): member in _Sym
227 def SetType(self, type_): member in _32_Rel
280 def SetType(self, type_): member in _64_Rel
/aosp_15_r20/external/icing/icing/testing/
H A Dschema-generator.h62 void SetType(SchemaTypeConfigProto* type_config, std::string_view name, in SetType() function
93 void SetType(SchemaTypeConfigProto* type_config, std::string_view name, in SetType() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/goobj/
Dobjfile.go349 func (s *Sym) SetType(x uint8) { s[10] = x } func
403 func (r *Reloc) SetType(x uint16) { binary.LittleEndian.PutUint16(r[5:], x) } func
458 func (a *Aux) SetType(x uint8) { a[0] = x } func
/aosp_15_r20/art/runtime/mirror/
H A Dfield-inl.h49 inline void Field::SetType(ObjPtr<Class> type) { in SetType() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/traced/
H A Ddata_source_types.h47 void SetType(InodeFileMap_Entry_Type entry_type) { entry_type_ = entry_type; } in SetType() function
/aosp_15_r20/external/perfetto/include/perfetto/ext/traced/
H A Ddata_source_types.h47 void SetType(InodeFileMap_Entry_Type entry_type) { entry_type_ = entry_type; } in SetType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Breakpoint/
DBreakpointSite.h199 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Breakpoint/
DBreakpointSite.h199 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Breakpoint/
DBreakpointSite.h199 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Breakpoint/
DBreakpointSite.h199 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/base/
H A DSetType.java33 public abstract class SetType { class
/aosp_15_r20/external/image_io/includes/image_io/base/
H A Ddata_match_result.h66 DataMatchResult& SetType(Type type) { in SetType() function
/aosp_15_r20/external/libultrahdr/third_party/image_io/includes/image_io/base/
H A Ddata_match_result.h66 DataMatchResult& SetType(Type type) { in SetType() function
/aosp_15_r20/external/gptfdisk/
H A Dgptpart.h74 void SetType(uint16_t hex) {partitionType = hex;} in SetType() function
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Druntime_entrypoints_list.h395 #define ART_GET_FIELD_FROM_CODE_DECL(V, Kind, RetType, SetType) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DEvent.h197 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DEvent.h197 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DEvent.h207 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DEvent.h197 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dmap_field.h260 void SetType(FieldDescriptor::CppType type) { in SetType() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dmap_field.h260 void SetType(FieldDescriptor::CppType type) { in SetType() function
/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_barcode.cpp55 void CFWL_Barcode::SetType(BC_TYPE type) { in SetType() function in CFWL_Barcode
/aosp_15_r20/external/OpenCSD/decoder/include/opencsd/ptm/
H A Dtrc_pkt_elem_ptm.h137 inline void PtmTrcPacket::SetType(const ocsd_ptm_pkt_type p_type) in SetType() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dmini.go80 func (n *miniNode) SetType(*types.Type) { panic(n.no("SetType")) } func
/aosp_15_r20/external/armnn/src/armnn/
H A DJsonPrinter.hpp79 void SetType(JsonObjectType type) in SetType() function

1234