Home
last modified time | relevance | path

Searched refs:detail (Results 1 - 25 of 353) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dsimd_vec4.hpp21 # include "../detail/intrinsic_common.hpp"
22 # include "../detail/intrinsic_geometric.hpp"
23 # include "../detail/intrinsic_integer.hpp"
61 namespace detail namespace
148 }//namespace detail
150 typedef glm::detail::fvec4SIMD simdVec4;
158 detail::fvec4SIMD const & x);
162 detail::fvec4SIMD abs(detail::fvec4SIMD const & x);
166 detail
[all...]
H A Dsimd_quat.hpp40 namespace detail namespace
96 detail::fquatSIMD operator- (
97 detail::fquatSIMD const & q);
99 detail::fquatSIMD operator+ (
100 detail::fquatSIMD const & q,
101 detail::fquatSIMD const & p);
103 detail::fquatSIMD operator* (
104 detail::fquatSIMD const & q,
105 detail::fquatSIMD const & p);
107 detail
[all...]
H A Dsimd_mat4.hpp16 #include "../detail/setup.hpp"
21 # include "../detail/intrinsic_matrix.hpp"
33 namespace detail namespace
135 }//namespace detail
137 typedef detail::fmat4x4SIMD simdMat4;
145 detail::fmat4x4SIMD const & x);
150 detail::fmat4x4SIMD matrixCompMult(
151 detail::fmat4x4SIMD const & x,
152 detail::fmat4x4SIMD const & y);
158 detail
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dtype_precision.hpp50 typedef detail::int8 lowp_int8;
54 typedef detail::int16 lowp_int16;
58 typedef detail::int32 lowp_int32;
62 typedef detail::int64 lowp_int64;
66 typedef detail::int8 lowp_int8_t;
70 typedef detail::int16 lowp_int16_t;
74 typedef detail::int32 lowp_int32_t;
78 typedef detail::int64 lowp_int64_t;
82 typedef detail::int8 lowp_i8;
86 typedef detail
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A D_swizzle.hpp2 /// @file glm/detail/_swizzle.hpp
7 namespace detail namespace
59 struct _swizzle_base2 : public _swizzle_base1<N, T, P, vecType, E0,E1,E2,E3, detail::is_aligned<P>::value>
137 struct _swizzle_base2<N, T, P, vecType, E0,E1,E2,E3, 1> : public _swizzle_base1<N, T, P, vecType, E0,E1,E2,E3, detail::is_aligned<P>::value>
263 }//namespace detail
268 namespace detail namespace
301 struct { detail::_swizzle<2, T, P, V, 0,0,-1,-2> E0 ## E0; }; \
302 struct { detail::_swizzle<2, T, P, V, 0,1,-1,-2> E0 ## E1; }; \
303 struct { detail::_swizzle<2, T, P, V, 1,0,-1,-2> E1 ## E0; }; \
304 struct { detail
[all...]
H A Dtype_int.hpp2 /// @file glm/detail/type_int.hpp
16 namespace detail namespace
204 }//namespace detail
206 typedef detail::int8 int8;
207 typedef detail::int16 int16;
208 typedef detail::int32 int32;
209 typedef detail::int64 int64;
211 typedef detail::uint8 uint8;
212 typedef detail::uint16 uint16;
213 typedef detail
[all...]
/third_party/json/include/nlohmann/detail/
H A Djson_pointer.hpp24 #include <nlohmann/detail/exceptions.hpp>
25 #include <nlohmann/detail/macro_scope.hpp>
26 #include <nlohmann/detail/string_concat.hpp>
27 #include <nlohmann/detail/string_escape.hpp>
28 #include <nlohmann/detail/value_t.hpp>
74 return detail::concat(a, '/', detail::escape(b)); in to_string()
163 JSON_THROW(detail::out_of_range::create(405, "JSON pointer has no parent", nullptr)); in pop_back()
175 JSON_THROW(detail::out_of_range::create(405, "JSON pointer has no parent", nullptr)); in back()
221 JSON_THROW(detail in array_index()
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/
H A Dfwd.hpp6 #include "detail/type_int.hpp"
7 #include "detail/type_float.hpp"
8 #include "detail/type_vec.hpp"
9 #include "detail/type_mat.hpp"
100 typedef detail::int8 lowp_int8;
104 typedef detail::int16 lowp_int16;
108 typedef detail::int32 lowp_int32;
112 typedef detail::int64 lowp_int64;
116 typedef detail::int8 lowp_int8_t;
120 typedef detail
[all...]
/third_party/json/include/nlohmann/
H A Djson.hpp37 #include <nlohmann/detail/conversions/from_json.hpp>
38 #include <nlohmann/detail/conversions/to_json.hpp>
39 #include <nlohmann/detail/exceptions.hpp>
40 #include <nlohmann/detail/hash.hpp>
41 #include <nlohmann/detail/input/binary_reader.hpp>
42 #include <nlohmann/detail/input/input_adapters.hpp>
43 #include <nlohmann/detail/input/lexer.hpp>
44 #include <nlohmann/detail/input/parser.hpp>
45 #include <nlohmann/detail/iterators/internal_iterator.hpp>
46 #include <nlohmann/detail/iterator
[all...]
H A Dordered_map.hpp20 #include <nlohmann/detail/macro_scope.hpp>
21 #include <nlohmann/detail/meta/type_traits.hpp>
67 template<class KeyType, detail::enable_if_t<
68 detail::is_usable_as_key_type<key_compare, key_type, KeyType>::value, int> = 0>
87 template<class KeyType, detail::enable_if_t<
88 detail::is_usable_as_key_type<key_compare, key_type, KeyType>::value, int> = 0>
99 template<class KeyType, detail::enable_if_t<
100 detail::is_usable_as_key_type<key_compare, key_type, KeyType>::value, int> = 0>
119 template<class KeyType, detail::enable_if_t<
120 detail
[all...]
/third_party/node/test/fixtures/wpt/user-timing/
H A Dmeasure-with-dict.any.js16 [{ entryType: "measure", name: "measure1", detail: null, startTime: 0 },
17 { entryType: "measure", name: "measure2", detail: null, startTime: 0 },
18 { entryType: "measure", name: "measure3", detail: null, startTime: 0 },
19 { entryType: "measure", name: "measure4", detail: null },
20 { entryType: "measure", name: "measure5", detail: null, startTime: 0 },
21 { entryType: "measure", name: "measure6", detail: null, startTime: timeStamp1 },
22 { entryType: "measure", name: "measure7", detail: null, startTime: timeStamp1, duration: timeStamp2 - timeStamp1 },
23 { entryType: "measure", name: "measure8", detail: null, startTime: 0 },
24 { entryType: "measure", name: "measure9", detail: null, startTime: 0 },
25 { entryType: "measure", name: "measure10", detail
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DEndian.h34 namespace detail { namespace
42 } // end namespace detail
70 memory, (detail::PickAlignment<value_type, alignment>::value)), in read()
102 memory, (detail::PickAlignment<value_type, alignment>::value)), in write()
128 memory, (detail::PickAlignment<value_type, alignment>::value)), in readAtBitAlignment()
163 memory, (detail::PickAlignment<value_type, alignment>::value)),
197 memory, (detail::PickAlignment<value_type, alignment>::value)),
204 namespace detail {
269 } // end namespace detail
272 detail
[all...]
H A DFormatAdapters.h20 template <typename T> class FormatAdapter : public detail::format_adapter {
27 namespace detail { namespace
39 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item)); in format()
53 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item)); in format()
68 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item)); in format()
85 detail::AlignAdapter<T> fmt_align(T &&Item, AlignStyle Where, size_t Amount, in fmt_align()
87 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill); in fmt_align()
91 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { in fmt_pad()
92 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right); in fmt_pad()
96 detail
[all...]
/third_party/skia/third_party/externals/dawn/src/common/
H A DResult.h91 namespace detail { namespace
109 } // namespace detail
140 intptr_t mPayload = detail::kEmptyPayload;
166 intptr_t mPayload = detail::kEmptyPayload;
201 intptr_t mPayload = detail::kEmptyPayload;
281 namespace detail { namespace
295 } // namespace detail
299 Result<T*, E>::Result(T* success) : mPayload(detail::MakePayload(success, detail::Success)) { in Result()
304 : mPayload(detail in Result()
[all...]
H A DTypedInteger.h42 // using UintA = detail::TypedIntegerImpl<struct TypeA, uint32_t>;
43 // using UintB = detail::TypedIntegerImpl<struct TypeB, uint32_t>;
52 namespace detail { namespace
55 } // namespace detail
59 using TypedInteger = detail::TypedIntegerImpl<Tag, T>;
64 namespace detail { namespace
212 } // namespace detail
217 class numeric_limits<detail::TypedIntegerImpl<Tag, T>> : public numeric_limits<T> {
219 static detail::TypedIntegerImpl<Tag, T> max() noexcept {
220 return detail
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DEndian.h27 namespace detail { namespace
33 } // end namespace detail
53 (detail::PickAlignment<value_type, alignment>::value)), in read()
75 (detail::PickAlignment<value_type, alignment>::value)), in write()
95 memory, (detail::PickAlignment<value_type, alignment>::value)), in readAtBitAlignment()
130 memory, (detail::PickAlignment<value_type, alignment>::value)),
164 memory, (detail::PickAlignment<value_type, alignment>::value)),
170 namespace detail {
230 } // end namespace detail
232 typedef detail
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dcivil_time.h267 using civil_year = detail::civil_year;
268 using civil_month = detail::civil_month;
269 using civil_day = detail::civil_day;
270 using civil_hour = detail::civil_hour;
271 using civil_minute = detail::civil_minute;
272 using civil_second = detail::civil_second;
282 using detail::weekday;
289 using detail::get_weekday;
315 using detail::next_weekday;
316 using detail
[all...]
/third_party/node/test/parallel/
H A Dtest-dns-perf_hooks.js38 assert.strictEqual(typeof entry.detail, 'object');
41 assert.strictEqual(typeof entry.detail.hostname, 'string');
42 assert.strictEqual(typeof entry.detail.family, 'number');
43 assert.strictEqual(typeof entry.detail.hints, 'number');
44 assert.strictEqual(typeof entry.detail.verbatim, 'boolean');
45 assert.strictEqual(Array.isArray(entry.detail.addresses), true);
48 assert.strictEqual(typeof entry.detail.host, 'string');
49 assert.strictEqual(typeof entry.detail.port, 'number');
50 assert.strictEqual(typeof entry.detail.hostname, 'string');
51 assert.strictEqual(typeof entry.detail
[all...]
H A Dtest-http2-perf_hooks.js27 assert.strictEqual(typeof entry.detail.pingRTT, 'number');
28 assert.strictEqual(typeof entry.detail.streamAverageDuration, 'number');
29 assert.strictEqual(typeof entry.detail.streamCount, 'number');
30 assert.strictEqual(typeof entry.detail.framesReceived, 'number');
31 assert.strictEqual(typeof entry.detail.framesSent, 'number');
32 assert.strictEqual(typeof entry.detail.bytesWritten, 'number');
33 assert.strictEqual(typeof entry.detail.bytesRead, 'number');
34 assert.strictEqual(typeof entry.detail.maxConcurrentStreams, 'number');
37 assert.strictEqual(entry.detail.streamCount, 1);
38 assert(entry.detail
[all...]
H A Dtest-events-customevent.js36 strictEqual(ev.detail, null);
48 detail: 56,
56 strictEqual(ev.detail, 56);
60 // Any types of value for `detail` are acceptable.
62 const ev = new CustomEvent('$', { detail: i });
63 strictEqual(ev.detail, i);
68 // Readonly `detail` behavior
70 detail: 56,
72 strictEqual(ev.detail, 56);
74 ev.detail
[all...]
/third_party/mesa3d/include/CL/
H A Dcl2.hpp703 namespace detail { namespace
705 } // namespace detail
793 namespace detail namespace
985 namespace detail { namespace
1286 F(cl_kernel_work_group_info, CL_KERNEL_COMPILE_WORK_GROUP_SIZE, cl::detail::size_t_array) \
1380 F(cl_kernel_sub_group_info, CL_KERNEL_LOCAL_SIZE_FOR_SUB_GROUP_COUNT, cl::detail::size_t_array)
1399 struct param_traits<detail:: token,param_name> \
1761 detail::errHandler(retain(), __RETAIN_ERR); in Wrapper()
1773 detail::errHandler(retain(), __RETAIN_ERR); in Wrapper()
1785 detail in operator =()
2004 namespace detail { global() namespace
3443 namespace detail global() namespace
3708 namespace detail global() namespace
5772 namespace detail { global() namespace
8999 namespace detail global() namespace
[all...]
/third_party/node/lib/internal/perf/
H A Dusertiming.js75 let detail = options.detail;
76 detail = detail != null ?
77 structuredClone(detail) :
79 super(name, 'mark', startTime, 0, detail);
88 constructor(name, start, duration, detail) {
89 super(name, 'measure', start, duration, detail);
161 let detail = startOrMeasureOptions?.detail;
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Drange.hpp66 namespace detail { namespace
184 class iterator_range : public detail::basic_range<iterator_range<I>, I, I> {
186 typedef detail::basic_range<iterator_range<I>, I, I> super;
218 namespace detail { namespace
230 public detail::basic_range<adaptor_range<F, Os...>,
231 detail::iterator_adaptor<
232 F, detail::preferred_iterator_type<Os>...>,
233 detail::iterator_adaptor<
234 F, detail::preferred_iterator_type<const Os>...>
237 typedef detail
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluStrUtil.hpp34 namespace detail namespace
78 } // detail
80 inline detail::EnumPointerFmt getEnumPointerStr (const deUint32* value, deInt32 size, detail::EnumPointerFmt::GetEnumNameFunc getName) in getEnumPointerStr()
82 return detail::EnumPointerFmt(value, (deUint32)de::max(0, size), getName); in getEnumPointerStr()
85 inline detail::BooleanPointerFmt getBooleanPointerStr (const deUint8* value, deInt32 size) in getBooleanPointerStr()
87 return detail::BooleanPointerFmt(value, (deUint32)de::max(0, size)); in getBooleanPointerStr()
90 inline detail::TextureUnitStr getTextureUnitStr (deUint32 unit) { return detail::TextureUnitStr(unit); } in getTextureUnitStr()
91 inline detail in getTextureUnitStr()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dcivil_time.h82 struct second_tag : cctz::detail::second_tag {};
83 struct minute_tag : second_tag, cctz::detail::minute_tag {};
84 struct hour_tag : minute_tag, cctz::detail::hour_tag {};
85 struct day_tag : hour_tag, cctz::detail::day_tag {};
86 struct month_tag : day_tag, cctz::detail::month_tag {};
87 struct year_tag : month_tag, cctz::detail::year_tag {};
324 time_internal::cctz::detail::civil_time<time_internal::second_tag>;
326 time_internal::cctz::detail::civil_time<time_internal::minute_tag>;
328 time_internal::cctz::detail::civil_time<time_internal::hour_tag>;
330 time_internal::cctz::detail
[all...]

Completed in 22 milliseconds

12345678910>>...15