Home
last modified time | relevance | path

Searched full:itype (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonDepITypes.td11 class IType<bits<7> t> { bits<7> Value = t; }
12 def TypeALU32_2op : IType<0>;
13 def TypeALU32_3op : IType<1>;
14 def TypeALU32_ADDI : IType<2>;
15 def TypeALU64 : IType<3>;
16 def TypeCJ : IType<4>;
17 def TypeCOPROC_VX : IType<5>;
18 def TypeCR : IType<6>;
19 def TypeCVI_4SLOT_MPY : IType<7>;
20 def TypeCVI_GATHER : IType<8>;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonDepITypes.td11 class IType<bits<7> t> { bits<7> Value = t; }
12 def TypeALU32_2op : IType<0>;
13 def TypeALU32_3op : IType<1>;
14 def TypeALU32_ADDI : IType<2>;
15 def TypeALU64 : IType<3>;
16 def TypeCJ : IType<4>;
17 def TypeCR : IType<5>;
18 def TypeCVI_4SLOT_MPY : IType<6>;
19 def TypeCVI_GATHER : IType<7>;
20 def TypeCVI_GATHER_DV : IType<8>;
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DRepeatedFieldBuilder.java59 * @param <IType> the common interface for the message and the builder
65 IType extends MessageOrBuilder>
80 private List<SingleFieldBuilder<MType, BType, IType>> builders;
104 private MessageExternalList<MType, BType, IType> externalMessageList;
110 private BuilderExternalList<MType, BType, IType> externalBuilderList;
117 private MessageOrBuilderExternalList<MType, BType, IType> externalMessageOrBuilderList;
160 this.builders = new ArrayList<SingleFieldBuilder<MType, BType, IType>>(messages.size()); in ensureBuilders()
215 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getMessage()
236 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getBuilder()
239 builder = new SingleFieldBuilder<MType, BType, IType>(message, this, isClean); in getBuilder()
[all …]
H A DRepeatedFieldBuilderV3.java59 * @param <IType> the common interface for the message and the builder
65 IType extends MessageOrBuilder>
80 private List<SingleFieldBuilderV3<MType, BType, IType>> builders;
104 private MessageExternalList<MType, BType, IType> externalMessageList;
110 private BuilderExternalList<MType, BType, IType> externalBuilderList;
117 private MessageOrBuilderExternalList<MType, BType, IType> externalMessageOrBuilderList;
160 this.builders = new ArrayList<SingleFieldBuilderV3<MType, BType, IType>>(messages.size()); in ensureBuilders()
215 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getMessage()
236 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getBuilder()
239 builder = new SingleFieldBuilderV3<MType, BType, IType>(message, this, isClean); in getBuilder()
[all …]
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DRepeatedFieldBuilderV3.java59 * @param <IType> the common interface for the message and the builder
65 IType extends MessageOrBuilder>
80 private List<SingleFieldBuilderV3<MType, BType, IType>> builders;
104 private MessageExternalList<MType, BType, IType> externalMessageList;
110 private BuilderExternalList<MType, BType, IType> externalBuilderList;
117 private MessageOrBuilderExternalList<MType, BType, IType> externalMessageOrBuilderList;
160 this.builders = new ArrayList<SingleFieldBuilderV3<MType, BType, IType>>(messages.size()); in ensureBuilders()
215 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getMessage()
236 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getBuilder()
239 builder = new SingleFieldBuilderV3<MType, BType, IType>(message, this, isClean); in getBuilder()
[all …]
H A DRepeatedFieldBuilder.java59 * @param <IType> the common interface for the message and the builder
65 IType extends MessageOrBuilder>
80 private List<SingleFieldBuilder<MType, BType, IType>> builders;
104 private MessageExternalList<MType, BType, IType> externalMessageList;
110 private BuilderExternalList<MType, BType, IType> externalBuilderList;
117 private MessageOrBuilderExternalList<MType, BType, IType> externalMessageOrBuilderList;
160 this.builders = new ArrayList<SingleFieldBuilder<MType, BType, IType>>(messages.size()); in ensureBuilders()
215 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getMessage()
236 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getBuilder()
239 builder = new SingleFieldBuilder<MType, BType, IType>(message, this, isClean); in getBuilder()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/charset/
H A DCharset-X-Coder.java.template48 * <p> The input $itype$ sequence is provided in a $itype$ buffer or a series
73 * $itype$s as possible from the input buffer, writing the resulting $otype$s
83 * <p> There are two general types of $coding$ errors. If the input $itype$
85 * the input $itype$ sequence is legal but cannot be mapped to a valid
166 * $otypes-per-itype$ and replacement values.
173 * $otype$s that will be produced for each input $itype$
177 * $otype$s that will be produced for each input $itype$
242 * $otypes-per-itype$ values and its replacement will be the
250 * $otype$s that will be produced for each input $itype$
254 * $otype$s that will be produced for each input $itype$
[all …]
/aosp_15_r20/frameworks/native/include/binder/
H A DIInterface.h131 #define DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE0(ITYPE, INAME, BPTYPE) \ argument
132 const ::android::String16& ITYPE::getInterfaceDescriptor() const { return ITYPE::descriptor; } \
133 ::android::sp<ITYPE> ITYPE::asInterface(const ::android::sp<::android::IBinder>& obj) { \
134 ::android::sp<ITYPE> intr; \
136 intr = ::android::sp<ITYPE>::cast(obj->queryLocalInterface(ITYPE::descriptor)); \
143 ::android::sp<ITYPE> ITYPE::default_impl; \
144 bool ITYPE::setDefaultImpl(::android::sp<ITYPE> impl) { \
148 assert(!ITYPE::default_impl); \
150 ITYPE::default_impl = std::move(impl); \
155 const ::android::sp<ITYPE>& ITYPE::getDefaultImpl() { return ITYPE::default_impl; } \
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DIInterface.h133 #define DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE0(ITYPE, INAME, BPTYPE) \ argument
134 const ::android::String16& ITYPE::getInterfaceDescriptor() const { return ITYPE::descriptor; } \
135 ::android::sp<ITYPE> ITYPE::asInterface(const ::android::sp<::android::IBinder>& obj) { \
136 ::android::sp<ITYPE> intr; \
138 intr = ::android::sp<ITYPE>::cast(obj->queryLocalInterface(ITYPE::descriptor)); \
145 ::android::sp<ITYPE> ITYPE::default_impl; \
146 bool ITYPE::setDefaultImpl(::android::sp<ITYPE> impl) { \
150 assert(!ITYPE::default_impl); \
152 ITYPE::default_impl = std::move(impl); \
157 const ::android::sp<ITYPE>& ITYPE::getDefaultImpl() { return ITYPE::default_impl; } \
[all …]
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DIInterface.h131 #define DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE0(ITYPE, INAME, BPTYPE) \ argument
132 const ::android::String16& ITYPE::getInterfaceDescriptor() const { return ITYPE::descriptor; } \
133 ::android::sp<ITYPE> ITYPE::asInterface(const ::android::sp<::android::IBinder>& obj) { \
134 ::android::sp<ITYPE> intr; \
136 intr = ::android::sp<ITYPE>::cast(obj->queryLocalInterface(ITYPE::descriptor)); \
143 ::android::sp<ITYPE> ITYPE::default_impl; \
144 bool ITYPE::setDefaultImpl(::android::sp<ITYPE> impl) { \
148 assert(!ITYPE::default_impl); \
150 ITYPE::default_impl = std::move(impl); \
155 const ::android::sp<ITYPE>& ITYPE::getDefaultImpl() { return ITYPE::default_impl; } \
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/
DIInterface.h133 #define DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE0(ITYPE, INAME, BPTYPE) \ argument
134 const ::android::String16& ITYPE::getInterfaceDescriptor() const { return ITYPE::descriptor; } \
135 ::android::sp<ITYPE> ITYPE::asInterface(const ::android::sp<::android::IBinder>& obj) { \
136 ::android::sp<ITYPE> intr; \
138 intr = ::android::sp<ITYPE>::cast(obj->queryLocalInterface(ITYPE::descriptor)); \
145 ::android::sp<ITYPE> ITYPE::default_impl; \
146 bool ITYPE::setDefaultImpl(::android::sp<ITYPE> impl) { \
150 assert(!ITYPE::default_impl); \
152 ITYPE::default_impl = std::move(impl); \
157 const ::android::sp<ITYPE>& ITYPE::getDefaultImpl() { return ITYPE::default_impl; } \
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/
DIInterface.h133 #define DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE0(ITYPE, INAME, BPTYPE) \ argument
134 const ::android::String16& ITYPE::getInterfaceDescriptor() const { return ITYPE::descriptor; } \
135 ::android::sp<ITYPE> ITYPE::asInterface(const ::android::sp<::android::IBinder>& obj) { \
136 ::android::sp<ITYPE> intr; \
138 intr = ::android::sp<ITYPE>::cast(obj->queryLocalInterface(ITYPE::descriptor)); \
145 ::android::sp<ITYPE> ITYPE::default_impl; \
146 bool ITYPE::setDefaultImpl(::android::sp<ITYPE> impl) { \
150 assert(!ITYPE::default_impl); \
152 ITYPE::default_impl = std::move(impl); \
157 const ::android::sp<ITYPE>& ITYPE::getDefaultImpl() { return ITYPE::default_impl; } \
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DIInterface.h133 #define DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE0(ITYPE, INAME, BPTYPE) \ argument
134 const ::android::String16& ITYPE::getInterfaceDescriptor() const { return ITYPE::descriptor; } \
135 ::android::sp<ITYPE> ITYPE::asInterface(const ::android::sp<::android::IBinder>& obj) { \
136 ::android::sp<ITYPE> intr; \
138 intr = ::android::sp<ITYPE>::cast(obj->queryLocalInterface(ITYPE::descriptor)); \
145 ::android::sp<ITYPE> ITYPE::default_impl; \
146 bool ITYPE::setDefaultImpl(::android::sp<ITYPE> impl) { \
150 assert(!ITYPE::default_impl); \
152 ITYPE::default_impl = std::move(impl); \
157 const ::android::sp<ITYPE>& ITYPE::getDefaultImpl() { return ITYPE::default_impl; } \
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DIInterface.h133 #define DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE0(ITYPE, INAME, BPTYPE) \ argument
134 const ::android::String16& ITYPE::getInterfaceDescriptor() const { return ITYPE::descriptor; } \
135 ::android::sp<ITYPE> ITYPE::asInterface(const ::android::sp<::android::IBinder>& obj) { \
136 ::android::sp<ITYPE> intr; \
138 intr = ::android::sp<ITYPE>::cast(obj->queryLocalInterface(ITYPE::descriptor)); \
145 ::android::sp<ITYPE> ITYPE::default_impl; \
146 bool ITYPE::setDefaultImpl(::android::sp<ITYPE> impl) { \
150 assert(!ITYPE::default_impl); \
152 ITYPE::default_impl = std::move(impl); \
157 const ::android::sp<ITYPE>& ITYPE::getDefaultImpl() { return ITYPE::default_impl; } \
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DIInterface.h133 #define DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE0(ITYPE, INAME, BPTYPE) \ argument
134 const ::android::String16& ITYPE::getInterfaceDescriptor() const { return ITYPE::descriptor; } \
135 ::android::sp<ITYPE> ITYPE::asInterface(const ::android::sp<::android::IBinder>& obj) { \
136 ::android::sp<ITYPE> intr; \
138 intr = ::android::sp<ITYPE>::cast(obj->queryLocalInterface(ITYPE::descriptor)); \
145 ::android::sp<ITYPE> ITYPE::default_impl; \
146 bool ITYPE::setDefaultImpl(::android::sp<ITYPE> impl) { \
150 assert(!ITYPE::default_impl); \
152 ITYPE::default_impl = std::move(impl); \
157 const ::android::sp<ITYPE>& ITYPE::getDefaultImpl() { return ITYPE::default_impl; } \
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/
DIInterface.h133 #define DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE0(ITYPE, INAME, BPTYPE) \ argument
134 const ::android::String16& ITYPE::getInterfaceDescriptor() const { return ITYPE::descriptor; } \
135 ::android::sp<ITYPE> ITYPE::asInterface(const ::android::sp<::android::IBinder>& obj) { \
136 ::android::sp<ITYPE> intr; \
138 intr = ::android::sp<ITYPE>::cast(obj->queryLocalInterface(ITYPE::descriptor)); \
145 ::android::sp<ITYPE> ITYPE::default_impl; \
146 bool ITYPE::setDefaultImpl(::android::sp<ITYPE> impl) { \
150 assert(!ITYPE::default_impl); \
152 ITYPE::default_impl = std::move(impl); \
157 const ::android::sp<ITYPE>& ITYPE::getDefaultImpl() { return ITYPE::default_impl; } \
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/
DIInterface.h133 #define DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE0(ITYPE, INAME, BPTYPE) \ argument
134 const ::android::String16& ITYPE::getInterfaceDescriptor() const { return ITYPE::descriptor; } \
135 ::android::sp<ITYPE> ITYPE::asInterface(const ::android::sp<::android::IBinder>& obj) { \
136 ::android::sp<ITYPE> intr; \
138 intr = ::android::sp<ITYPE>::cast(obj->queryLocalInterface(ITYPE::descriptor)); \
145 ::android::sp<ITYPE> ITYPE::default_impl; \
146 bool ITYPE::setDefaultImpl(::android::sp<ITYPE> impl) { \
150 assert(!ITYPE::default_impl); \
152 ITYPE::default_impl = std::move(impl); \
157 const ::android::sp<ITYPE>& ITYPE::getDefaultImpl() { return ITYPE::default_impl; } \
[all …]
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_ident.c47 {"itype", required_argument, 0, 'i'},
56 decode_ii(const uint8_t * iip, int ii_len, int itype, bool ascii, in decode_ii() argument
77 if (0x7f == itype) { /* list of available information types */ in decode_ii()
96 pr2serr("Usage: sg_ident [--ascii] [--clear] [--help] [--itype=IT] " in usage()
105 " --itype=IT|-i IT specify identifying information type " in usage()
132 int itype = 0; in main() local
157 itype = sg_get_num(optarg); in main()
158 if ((itype < 0) || (itype > 127)) { in main()
159 pr2serr("argument to '--itype' should be in range 0 to 127\n"); in main()
257 res = sg_ll_set_id_info(sg_fd, itype, rdi_buff, ii_len, true, in main()
[all …]
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrFormatsV60.td20 def TypeCVI_VA : IType<13>;
21 def TypeCVI_VA_DV : IType<14>;
22 def TypeCVI_VX : IType<15>;
23 def TypeCVI_VX_DV : IType<16>;
24 def TypeCVI_VP : IType<17>;
25 def TypeCVI_VP_VS : IType<18>;
26 def TypeCVI_VS : IType<19>;
27 def TypeCVI_VINLANESAT : IType<20>;
28 def TypeCVI_VM_LD : IType<21>;
29 def TypeCVI_VM_TMP_LD : IType<22>;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td29 class MaskedAtomicRMWFourArg<LLVMType itype>
30 : Intrinsic<[itype], [llvm_anyptr_ty, itype, itype, itype],
33 class MaskedAtomicRMWFiveArg<LLVMType itype>
34 : Intrinsic<[itype], [llvm_anyptr_ty, itype, itype, itype, itype],
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dmulti_index_utility.hpp94 template<class itype>
95 struct valid_multi_index_impl<std::tuple<itype>>
101 template<class itype, class ... index_types>
102 struct valid_multi_index_impl<std::tuple<itype,index_types...>>
105 using has_index_type = has_index<itype, ttype>;
107 static constexpr bool is_index_zero = itype::value==0ul;
149 template<class itype, class ... itypes_left, class ... itypes_right>
150 struct number_equal_indexes_impl < std::tuple<itype,itypes_left...>, std::tuple<itypes_right...>>
153 using has_index_type = has_index<itype, tuple_right>;
155 static constexpr bool is_index_zero = itype::value==0ul;
[all …]
/aosp_15_r20/external/pytorch/test/export/
H A Dtest_sparse.py133 @parametrize("itype", ITYPES)
135 def test_idnet(self, dtype, itype, layout): argument
141 index_dtype=itype,
154 @parametrize("itype", ITYPES)
156 def test_sumnet(self, dtype, itype, layout): argument
162 index_dtype=itype,
178 @parametrize("itype", ITYPES)
180 def test_eltwisenet(self, dtype, itype, layout): argument
186 index_dtype=itype,
200 @parametrize("itype", ITYPES)
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Darray_grad.cc416 DataType itype; in ReverseV2Grad() local
417 TF_RETURN_IF_ERROR(GetNodeAttr(attrs, "Tidx", &itype)); in ReverseV2Grad()
418 if (itype != DT_INT32) { in ReverseV2Grad()
440 DataType itype; in SliceGrad() local
441 TF_RETURN_IF_ERROR(GetNodeAttr(attrs, "Index", &itype)); in SliceGrad()
442 if (itype != DT_INT32) { in SliceGrad()
475 DataType itype; in StridedSliceGrad() local
476 TF_RETURN_IF_ERROR(GetNodeAttr(attrs, "Index", &itype)); in StridedSliceGrad()
477 if (itype != DT_INT32) { in StridedSliceGrad()
512 DataType itype; in StridedSliceGradGrad() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp413 Type *IType = (ArgType->isFloatTy()) ? Int32Ty : Int64Ty; in lowerPrintfForGpu() local
422 IType = Int32Ty; in lowerPrintfForGpu()
428 IType = Int32Ty; in lowerPrintfForGpu()
432 Arg = new BitCastInst(Arg, IType, "PrintArgFP", Brnch); in lowerPrintfForGpu()
482 Type *IType = NULL; in lowerPrintfForGpu() local
501 IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext())); in lowerPrintfForGpu()
506 IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext())); in lowerPrintfForGpu()
509 IType = dyn_cast<Type>(Type::getInt32Ty(ArgType->getContext())); in lowerPrintfForGpu()
512 IType = dyn_cast<Type>(Type::getInt16Ty(ArgType->getContext())); in lowerPrintfForGpu()
518 IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext())); in lowerPrintfForGpu()
[all …]
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_box.cpp48 XFA_AttributeValue iType = stroke->GetStrokeType(); in Style3D() local
49 if (iType == XFA_AttributeValue::Lowered || in Style3D()
50 iType == XFA_AttributeValue::Raised || in Style3D()
51 iType == XFA_AttributeValue::Etched || in Style3D()
52 iType == XFA_AttributeValue::Embossed) { in Style3D()
53 return {iType, stroke}; in Style3D()
132 XFA_AttributeValue iType; in Get3DStyle() local
134 std::tie(iType, stroke) = Style3D(strokes); in Get3DStyle()
135 if (iType == XFA_AttributeValue::Unknown) in Get3DStyle()
138 return {iType, stroke->IsVisible(), stroke->GetThickness()}; in Get3DStyle()

12345678910>>...21