Home
last modified time | relevance | path

Searched refs:template (Results 401 - 425 of 4605) sorted by relevance

1...<<11121314151617181920>>...185

/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dresult_set_utils.h25 template<typename T>
68 template<typename T>
78 template<typename T>
88 template<typename T>
98 template<typename T>
128 template<typename ResultSet>
133 template<typename ResultSet>
138 template<typename ResultSet>
143 template<typename ResultSet>
/third_party/icu/icu4c/source/i18n/
H A Dunits_data.h48 // Export explicit template instantiations of MaybeStackArray, MemoryPool and
55 template class U_I18N_API MaybeStackArray<units::ConversionRateInfo*, 8>;
56 template class U_I18N_API MemoryPool<units::ConversionRateInfo, 8>;
57 template class U_I18N_API MaybeStackVector<units::ConversionRateInfo, 8>;
148 // Export explicit template instantiations of MaybeStackArray, MemoryPool and
155 template class U_I18N_API MaybeStackArray<units::UnitPreferenceMetadata*, 8>;
156 template class U_I18N_API MemoryPool<units::UnitPreferenceMetadata, 8>;
157 template class U_I18N_API MaybeStackVector<units::UnitPreferenceMetadata, 8>;
158 template class U_I18N_API MaybeStackArray<units::UnitPreference*, 8>;
159 template clas
[all...]
/third_party/ltp/lib/
H A Dtst_supported_fs_types.c79 char template[PATH_MAX]; in has_kernel_support() local
82 snprintf(template, sizeof(template), "%s/mountXXXXXX", tmpdir); in has_kernel_support()
83 if (!mkdtemp(template)) in has_kernel_support()
84 tst_brk(TBROK | TERRNO, "mkdtemp(%s) failed", template); in has_kernel_support()
86 ret = mount("/dev/zero", template, fs_type, 0, NULL); in has_kernel_support()
89 tst_umount(template); in has_kernel_support()
91 SAFE_RMDIR(template); in has_kernel_support()
95 SAFE_RMDIR(template); in has_kernel_support()
/third_party/node/deps/icu-small/source/i18n/
H A Dunits_data.h49 // Export explicit template instantiations of MaybeStackArray, MemoryPool and
56 template class U_I18N_API MaybeStackArray<units::ConversionRateInfo*, 8>;
57 template class U_I18N_API MemoryPool<units::ConversionRateInfo, 8>;
58 template class U_I18N_API MaybeStackVector<units::ConversionRateInfo, 8>;
149 // Export explicit template instantiations of MaybeStackArray, MemoryPool and
156 template class U_I18N_API MaybeStackArray<units::UnitPreferenceMetadata*, 8>;
157 template class U_I18N_API MemoryPool<units::UnitPreferenceMetadata, 8>;
158 template class U_I18N_API MaybeStackVector<units::UnitPreferenceMetadata, 8>;
159 template class U_I18N_API MaybeStackArray<units::UnitPreference*, 8>;
160 template clas
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-maybe.h31 template <class T>
102 template <class U>
104 template <class U>
106 template <class U, std::enable_if_t<!std::is_lvalue_reference_v<U>>*>
110 template <class T>
115 template <class T>
123 template <class T, std::enable_if_t<!std::is_lvalue_reference_v<T>>* = nullptr>
128 // A template specialization of Maybe<T> for the case of T = void.
129 template <>
151 template <clas
[all...]
/third_party/node/deps/v8/src/logging/
H A Dlog-utils.h25 template <typename T>
76 template <typename T>
137 template <>
140 template <>
142 template <>
145 template <>
147 template <>
149 template <>
151 template <>
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunits_data.h48 // Export explicit template instantiations of MaybeStackArray, MemoryPool and
55 template class U_I18N_API MaybeStackArray<units::ConversionRateInfo*, 8>;
56 template class U_I18N_API MemoryPool<units::ConversionRateInfo, 8>;
57 template class U_I18N_API MaybeStackVector<units::ConversionRateInfo, 8>;
141 // Export explicit template instantiations of MaybeStackArray, MemoryPool and
148 template class U_I18N_API MaybeStackArray<units::UnitPreferenceMetadata*, 8>;
149 template class U_I18N_API MemoryPool<units::UnitPreferenceMetadata, 8>;
150 template class U_I18N_API MaybeStackVector<units::UnitPreferenceMetadata, 8>;
151 template class U_I18N_API MaybeStackArray<units::UnitPreference*, 8>;
152 template clas
[all...]
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
H A DEffectDescription.h25 template<class iter_type>
55 template<class EffectType, size_t N>
74 template<class iter_type>
78 template<class iter_type>
85 return EffectType::template buildEffect<iter_type>(params); in buildDefaultEffect()
89 template<class iter_type>
92 return EffectType::template buildEffect<iter_type>(std::move(paramArr)); in modifyEffect()
94 template <class iter_type>
99 return EffectType::template modifyEffect<iter_type>( in modifyEffectVec()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h28 template <typename ValueT> class ValuePool {
35 template <typename ValueKeyT>
56 template <typename ValueKeyT>
69 template <typename ValueKeyT1, typename ValueKeyT2>
74 template <typename ValueKeyT>
95 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { in getValue()
107 template <typename VectorT, typename MatrixT> class PoolCostAllocator {
118 template <typename VectorKeyT> VectorPtr getVector(VectorKeyT v) { in getVector()
122 template <typename MatrixKeyT> MatrixPtr getMatrix(MatrixKeyT m) { in getMatrix()
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/internal/
H A Dfunction_ref.h43 template <typename T>
53 template <typename T>
62 template <typename R, typename... Args>
70 template <typename Obj, typename R, typename... Args>
77 template <typename Fun, typename R, typename... Args>
84 template <typename Sig>
90 template <typename F>
93 template <typename F, typename C>
99 template <bool C>
H A Dfront_binder.h34 template <class R, class Tuple, size_t... Idx, class... Args>
37 absl::forward<Tuple>(bound).template get<Idx>()..., in Apply()
41 template <class F, class... BoundArgs>
49 template <class... Ts>
53 template <class... FreeArgs, class R = base_internal::invoke_result_t<
60 template <class... FreeArgs,
68 template <class... FreeArgs, class R = base_internal::invoke_result_t<
77 template <class... FreeArgs,
88 template <class F, class... BoundArgs>
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Ddistribution_caller.h33 template <typename URBG>
40 template <template <class...> class Trait, class AlwaysVoid, class... Args>
42 template <template <class...> class Trait, class... Args>
46 template <class T>
54 template <typename DistrT, typename... Args>
63 template <typename DistrT, typename... Args>
81 template <typename DistrT, typename... Args>
/third_party/skia/include/private/
H A DSkBitmaskEnum.h13 template <typename T> struct is_bitmask_enum : std::false_type {};
15 template <typename E>
21 template <typename E>
27 template <typename E>
32 template <typename E>
38 template <typename E>
43 template <typename E>
49 template <typename E>
54 template <typename E>
/third_party/skia/modules/svg/include/
H A DSkSVGAttributeParser.h29 template <typename T> using ParseResult = SkTLazy<T>;
31 template <typename T> static ParseResult<T> parse(const char* value) { in parse()
40 template <typename T>
51 template <typename PropertyT>
78 template <typename T>
81 template <typename F>
111 template <typename Func, typename T>
114 template <typename T>
117 template <typename T, typename TArray>
/base/inputmethod/imf/common/include/
H A Ditypes_util.h110 template<class T>
112 template<class T>
115 template<class K, class V>
117 template<class K, class V>
120 template<class K, class V>
122 template<class K, class V>
125 template<typename T, typename... Types>
127 template<typename T, typename... Types>
131 template<class T>
150 template<clas
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dmeta_types.h29 template<typename t>
32 template<class T, class B>
61 template<typename Type>
64 template<typename Type>
67 template<typename Type>
73 template<typename Type>
80 template<typename Type>
92 template<typename... Types>
118 template<typename Type>
135 template<typenam
[all...]
/foundation/graphic/graphic_3d/kits/js/include/
H A DBaseObjectJS.h55 template<class FinalObject>
72 template<typename Object>
95 template<typename... types>
101 template<typename FC>
111 template<typename Object, napi_value (Object::*F)(NapiApi::FunctionContext<>&)>
126 template<typename Type, typename Object, void (Object::*F)(NapiApi::FunctionContext<Type>&)>
142 template<typename Type, typename Object, void (Object::*F2)(NapiApi::FunctionContext<Type>&)>
151 template<typename Type, typename Object, napi_value (Object::*F)(NapiApi::FunctionContext<>&)>
159 template<typename Type, typename Object, napi_value (Object::*F)(NapiApi::FunctionContext<>&),
170 template<typenam
[all...]
/third_party/node/src/
H A Ddebug_utils-inl.h14 template <typename T>
20 template <typename T,
33 template <unsigned BASE_BITS,
49 template <unsigned BASE_BITS,
57 template <typename T>
62 template <unsigned BASE_BITS, typename T>
75 template <typename Arg, typename... Args>
124 template <typename... Args>
130 template <typename... Args>
135 template <typenam
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
H A Dcommon.h43 template <typename T>
61 template <typename T>
95 template <typename T>
139 template <typename Short>
148 template <typename Int>
159 template <typename Short>
167 template <typename Int>
189 template <unsigned int inputBitCount, unsigned int inputBitStart, typename T>
198 template <unsigned int inputBitCount, unsigned int inputBitStart, typename T>
207 template <unsigne
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatProviders.h29 template <typename T>
36 template <typename T>
40 template <typename T>
46 template <typename T>
51 template <typename T>
56 template <typename T>
125 template <typename T>
174 template <typename T>
199 template <typename T>
216 template <> struc
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DErrorOr.h27 template <typename T>
67 template<class T>
69 template <class OtherT> friend class ErrorOr;
83 template <class E>
96 template <class OtherT>
108 template <class OtherT>
116 template <class OtherT>
128 template <class OtherT>
138 template <class OtherT>
186 template <clas
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.h38 template<typename T>
50 template<typename S>
56 template<typename S>
62 template<class... Args>
102 template<typename T>
195 template<typename T>
198 template<typename T>
208 template<typename T>
211 template<typename T>
214 template<typenam
[all...]
/third_party/alsa-utils/axfer/
H A Dxfer-options.c422 const char *template, unsigned int index, in generate_path_with_suffix()
429 len = strlen(template) + strlen(suffix) + 1; in generate_path_with_suffix()
438 snprintf(xfer->paths[index], len, single_format, template, in generate_path_with_suffix()
441 snprintf(xfer->paths[index], len, multiple_format, template, in generate_path_with_suffix()
449 const char *template, in generate_path_without_suffix()
457 len = strlen(template) + 1; in generate_path_without_suffix()
466 snprintf(xfer->paths[index], len, single_format, template); in generate_path_without_suffix()
468 snprintf(xfer->paths[index], len, multiple_format, template, in generate_path_without_suffix()
475 static int generate_path(struct xfer_context *xfer, char *template, in generate_path() argument
478 int (*generator)(struct xfer_context *xfer, const char *template, in generate_path()
421 generate_path_with_suffix(struct xfer_context *xfer, const char *template, unsigned int index, const char *suffix) generate_path_with_suffix() argument
448 generate_path_without_suffix(struct xfer_context *xfer, const char *template, unsigned int index, const char *suffix ATTRIBUTE_UNUSED) generate_path_without_suffix() argument
500 char *template; create_paths() local
548 char *template; fixup_paths() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DValue.h51 template<typename ValueTy> class StringMapEntry;
120 template <typename UseT> // UseT == 'Use' or 'const Use'
157 template <typename UserTy> // UserTy == 'User' or 'const User'
565 template <class Compare> void sortUseList(Compare Cmp);
579 template <class Compare>
610 template <class Compare>
639 template <class Compare> void Value::sortUseList(Compare Cmp) { in sortUseList()
709 template <> struct isa_impl<Constant, Value> {
716 template <> struct isa_impl<ConstantData, Value> {
723 template <> struc
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DResourceMap.h19 template <typename ResourceType, typename IDType>
112 template <typename ResourceType, typename IDType>
120 template <typename ResourceType, typename IDType>
127 template <typename ResourceType, typename IDType>
138 template <typename ResourceType, typename IDType>
165 template <typename ResourceType, typename IDType>
198 template <typename ResourceType, typename IDType>
205 template <typename ResourceType, typename IDType>
211 template <typename ResourceType, typename IDType>
218 template <typenam
[all...]

Completed in 11 milliseconds

1...<<11121314151617181920>>...185