/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/detail/preprocessed/ |
D | make_gcc_workaround.hpp | 11 struct make<proto::expr<Tag, Args, Arity>()> struct 25 return proto::expr<Tag, Args, Arity>::make( in operator ()() argument 32 struct make<proto::basic_expr<Tag, Args, Arity>()> struct 46 return proto::basic_expr<Tag, Args, Arity>::make( in operator ()() argument 54 struct make<proto::expr<Tag, Args, Arity>(A0)> struct 68 return proto::expr<Tag, Args, Arity>::make( in operator ()() argument 75 struct make<proto::basic_expr<Tag, Args, Arity>(A0)> struct 89 return proto::basic_expr<Tag, Args, Arity>::make( in operator ()() argument 97 struct make<proto::expr<Tag, Args, Arity>(A0 , A1)> struct 111 return proto::expr<Tag, Args, Arity>::make( in operator ()() argument [all …]
|
D | make.hpp | 52 struct make<Object()> struct 59 typedef typename detail::make_if_<Object, Expr, State, Data>::type result_type; argument 154 struct make<Object(A0)> struct 161 typedef typename detail::make_if_<Object, Expr, State, Data>::type result_type; argument 188 struct make<Object(A0...)> struct 193 : make< argument 278 struct make<Object(A0 , A1)> struct 285 typedef typename detail::make_if_<Object, Expr, State, Data>::type result_type; argument 312 struct make<Object(A0 , A1...)> struct 317 : make< argument [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/statement/detail/preprocessed/ |
D | catch_push_back_50.hpp | 32 make( in make() function 64 make( in make() function 94 make( in make() function 133 make( in make() function 165 make( in make() function 195 make( in make() function 234 make( in make() function 266 make( in make() function 296 make( in make() function 335 make( in make() function [all …]
|
D | catch_push_back_30.hpp | 32 make( in make() function 64 make( in make() function 94 make( in make() function 133 make( in make() function 165 make( in make() function 195 make( in make() function 234 make( in make() function 266 make( in make() function 296 make( in make() function 335 make( in make() function [all …]
|
D | catch_push_back_40.hpp | 32 make( in make() function 64 make( in make() function 94 make( in make() function 133 make( in make() function 165 make( in make() function 195 make( in make() function 234 make( in make() function 266 make( in make() function 296 make( in make() function 335 make( in make() function [all …]
|
D | catch_push_back_20.hpp | 32 make( in make() function 64 make( in make() function 94 make( in make() function 133 make( in make() function 165 make( in make() function 195 make( in make() function 234 make( in make() function 266 make( in make() function 296 make( in make() function 335 make( in make() function [all …]
|
D | catch_push_back_10.hpp | 32 make( in make() function 64 make( in make() function 94 make( in make() function 133 make( in make() function 165 make( in make() function 195 make( in make() function 234 make( in make() function 266 make( in make() function 296 make( in make() function 335 make( in make() function [all …]
|
/aosp_15_r20/external/deqp/scripts/ |
H A D | make_release.py | 107 def make (self, packageBuildInfo): member in DstFile 115 def make (self, packageBuildInfo): member in CopyFile 125 def make (self, packageBuildInfo): member in GenReleaseInfoFileTarget 144 def make (self, packageBuildInfo): member in GenCMake 179 def make (self, packageBuildInfo): member in FileTargetGroup 197 def make (self, packageBuildInfo): member in SingleFileTarget 210 def make (self, packageBuildInfo): member in BuildTarget 226 def make (self, packageBuildInfo): member in BuildAndroidTarget 252 def make (self, packageBuildInfo): member in FetchExternalSourcesTarget 264 def make (self, packageBuildInfo): member in RemoveSourcesTarget [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | ir.h | 78 static ExprHandle make(Dtype dtype, const ExprHandle& src_value) { in make() function 108 static ExprHandle make(Dtype dtype, const ExprHandle& src_value) { in make() function 150 static ExprHandle make(const ExprHandle& lhs, const ExprHandle& rhs) { in make() function 219 static ExprHandle make(const ExprHandle& lhs, const ExprHandle& rhs) { in make() function 276 static ExprHandle make( in make() function 300 static ExprHandle make( in make() function 428 static ExprHandle make( in make() function 506 static ExprHandle make(const ExprHandle& value, int64_t lanes) { in make() function 547 static ExprHandle make( in make() function 725 static ExprHandle make(IntrinsicsOp op_type, const ExprHandle& v1) { in make() function [all …]
|
H A D | ir.cpp | 50 ExprHandle Load::make( in make() function in torch::jit::tensorexpr::Load 58 ExprHandle Load::make( in make() function in torch::jit::tensorexpr::Load 71 StorePtr Store::make( in make() function in torch::jit::tensorexpr::Store 182 ExternalCallPtr ExternalCall::make( in make() function in torch::jit::tensorexpr::ExternalCall 196 ExternalCallWithAllocPtr ExternalCallWithAlloc::make( in make() function in torch::jit::tensorexpr::ExternalCallWithAlloc 219 FreeExtPtr FreeExt::make(const std::vector<BufHandle>& bufs) { in make() function in torch::jit::tensorexpr::FreeExt
|
H A D | stmt.h | 66 static BlockPtr make(const std::vector<StmtPtr>& stmts) { in make() function 359 static AllocatePtr make(const BufHandle& buf_handle) { in make() function 395 static PlacementAllocatePtr make( in make() function 429 static FreePtr make(const BufHandle& buf_handle) { in make() function 471 static LetPtr make(const VarHandle& var, const ExprHandle& val) { in make() function 500 static CondPtr make( in make() function 712 static ForPtr make( in make() function 722 static ForPtr make( in make() function
|
/aosp_15_r20/external/protobuf/examples/ |
H A D | README.md | 44 ### C++ 63 ### Python 77 ### Java 92 ### Go 122 ### Dart
|
/aosp_15_r20/external/cronet/third_party/protobuf/examples/ |
H A D | README.md | 44 ### C++ 63 ### Python 77 ### Java 92 ### Go 122 ### Dart
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/core/detail/cpp03/preprocessed/ |
D | expression_20.hpp | 43 … static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0) in make() function 84 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 125 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 166 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 207 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 248 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 289 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 330 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 371 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 412 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function [all …]
|
D | expression_10.hpp | 43 … static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0) in make() function 84 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 125 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 166 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 207 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 248 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 289 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 330 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 371 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 412 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function
|
D | expression_30.hpp | 43 … static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0) in make() function 84 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 125 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 166 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 207 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 248 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 289 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 330 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 371 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 412 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function [all …]
|
D | expression_40.hpp | 43 … static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0) in make() function 84 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 125 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 166 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 207 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 248 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 289 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 330 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 371 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function 412 …static type make(typename boost::add_reference<typename boost::add_const<A0>::type>::type a0 , typ… in make() function [all …]
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | class-template-spec.cpp | 179 template<typename Dummy> struct make<0, 0, Dummy> { typedef integer_sequence<T> type; }; struct 180 template<typename Dummy> struct make<1, 1, Dummy> { typedef integer_sequence<T, 0> type; }; struct 181 …template<T N, typename Dummy> struct make<N, 0, Dummy> : __make_integer_sequence_impl<make_integer… struct 182 …template<T N, typename Dummy> struct make<N, 1, Dummy> : __make_integer_sequence_impl<make_integer… struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/detail/ |
D | make_gcc_workaround.hpp | 53 struct make<proto::expr<Tag, Args, Arity>(BOOST_PP_ENUM_PARAMS(N, A))> struct 68 return proto::expr<Tag, Args, Arity>::make( in operator ()() argument 76 struct make<proto::basic_expr<Tag, Args, Arity>(BOOST_PP_ENUM_PARAMS(N, A))> struct 91 return proto::basic_expr<Tag, Args, Arity>::make( in operator ()() argument
|
D | make.hpp | 145 struct make<Object(BOOST_PP_ENUM_PARAMS(N, A))> struct 151 /// \brief <tt>boost::result_of\<make\<Object\>(Expr, State, Data)\>::type</tt> argument 182 struct make<Object(BOOST_PP_ENUM_PARAMS(N, A)...)> struct 187 : make< argument
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/ |
H A D | InnerClassNonStaticCore384Test.java | 42 private String make; field in InnerClassNonStaticCore384Test.Vehicle 45 protected Vehicle(String make, String model) { in Vehicle() 57 public void setMake(String make) { in setMake() 88 public Car(String make, String model, int seatingCapacity, double topSpeed) { in Car() 132 public Truck(String make, String model, double payloadCapacity) { in Truck()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/algorithms/alg.modifying.operations/ |
H A D | copy_move_trivial.pass.cpp | 81 T make(int from) { in make() function 87 T make(int i) { in make() function 94 FuncPtr make(int) { in make() function 100 MemObjPtr make(int) { in make() function 106 MemFuncPtr make(int) { in make() function 112 BitfieldS make(int x) { in make() function 121 AlignedS make(int x) { in make() function
|
/aosp_15_r20/external/javassist/src/main/javassist/ |
H A D | CtNewConstructor.java | 66 public static CtConstructor make(String src, CtClass declaring) in make() method in CtNewConstructor 96 public static CtConstructor make(CtClass[] parameters, in make() method in CtNewConstructor 197 public static CtConstructor make(CtClass[] parameters, in make() method in CtNewConstructor 311 public static CtConstructor make(CtClass[] parameters, in make() method in CtNewConstructor
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | Factory.java | 131 public CLDRFile make( in make() method in Factory 137 public CLDRFile make(String localeID, boolean resolved, boolean includeDraft) { in make() method in Factory 142 public CLDRFile make(String localeID, boolean resolved) { in make() method in Factory 225 public static Factory make(String path, String string) { in make() method in Factory 241 public static Factory make(String mainDirectory, String string, DraftStatus approved) { in make() method in Factory
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect-V3-ndk-source/gen/include/aidl/android/hardware/audio/effect/ |
D | LoudnessEnhancer.h | 82 static Id make(_Tp&&... _args) { in make() function 87 static Id make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function 167 static LoudnessEnhancer make(_Tp&&... _args) { in make() function 172 static LoudnessEnhancer make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
|