HomeSort by relevance Sort by last modified time
    Searched full:detail (Results 226 - 250 of 6115) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/vulkan-validation-layers/libs/glm/gtx/
color_space.inl 13 GLM_FUNC_QUALIFIER detail::tvec3<T, P> rgbColor(const detail::tvec3<T, P>& hsvColor)
15 detail::tvec3<T, P> hsv = hsvColor;
16 detail::tvec3<T, P> rgbColor;
20 rgbColor = detail::tvec3<T, P>(hsv.z);
70 GLM_FUNC_QUALIFIER detail::tvec3<T, P> hsvColor(const detail::tvec3<T, P>& rgbColor)
72 detail::tvec3<T, P> hsv = rgbColor;
110 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> saturation(const T s)
112 detail::tvec3<T, P> rgbw = detail::tvec3<T, P>(T(0.2126), T(0.7152), T(0.0722))
    [all...]
euler_angles.inl 13 GLM_FUNC_QUALIFIER detail::tmat4x4<T, defaultp> eulerAngleX
21 return detail::tmat4x4<T, defaultp>(
29 GLM_FUNC_QUALIFIER detail::tmat4x4<T, defaultp> eulerAngleY
37 return detail::tmat4x4<T, defaultp>(
45 GLM_FUNC_QUALIFIER detail::tmat4x4<T, defaultp> eulerAngleZ
53 return detail::tmat4x4<T, defaultp>(
61 GLM_FUNC_QUALIFIER detail::tmat4x4<T, defaultp> eulerAngleXY
72 return detail::tmat4x4<T, defaultp>(
80 GLM_FUNC_QUALIFIER detail::tmat4x4<T, defaultp> eulerAngleYX
91 return detail::tmat4x4<T, defaultp>
    [all...]
matrix_transform_2d.hpp 60 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> translate(
61 detail::tmat3x3<T, P> const & m,
62 detail::tvec2<T, P> const & v);
69 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> rotate(
70 detail::tmat3x3<T, P> const & m,
78 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> scale(
79 detail::tmat3x3<T, P> const & m,
80 detail::tvec2<T, P> const & v);
87 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> shearX(
88 detail::tmat3x3<T, P> const & m
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
color_space.inl 13 GLM_FUNC_QUALIFIER detail::tvec3<T, P> rgbColor(const detail::tvec3<T, P>& hsvColor)
15 detail::tvec3<T, P> hsv = hsvColor;
16 detail::tvec3<T, P> rgbColor;
20 rgbColor = detail::tvec3<T, P>(hsv.z);
70 GLM_FUNC_QUALIFIER detail::tvec3<T, P> hsvColor(const detail::tvec3<T, P>& rgbColor)
72 detail::tvec3<T, P> hsv = rgbColor;
110 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> saturation(const T s)
112 detail::tvec3<T, P> rgbw = detail::tvec3<T, P>(T(0.2126), T(0.7152), T(0.0722))
    [all...]
euler_angles.inl 13 GLM_FUNC_QUALIFIER detail::tmat4x4<T, defaultp> eulerAngleX
21 return detail::tmat4x4<T, defaultp>(
29 GLM_FUNC_QUALIFIER detail::tmat4x4<T, defaultp> eulerAngleY
37 return detail::tmat4x4<T, defaultp>(
45 GLM_FUNC_QUALIFIER detail::tmat4x4<T, defaultp> eulerAngleZ
53 return detail::tmat4x4<T, defaultp>(
61 GLM_FUNC_QUALIFIER detail::tmat4x4<T, defaultp> eulerAngleXY
72 return detail::tmat4x4<T, defaultp>(
80 GLM_FUNC_QUALIFIER detail::tmat4x4<T, defaultp> eulerAngleYX
91 return detail::tmat4x4<T, defaultp>
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
func_common.inl 37 namespace detail
130 }//namespace detail
139 return detail::compute_abs<genFIType, std::numeric_limits<genFIType>::is_signed>::call(x);
319 GLM_FUNC_QUALIFIER detail::tvec2<T, P> modf
321 detail::tvec2<T, P> const & x,
322 detail::tvec2<T, P> & i
325 return detail::tvec2<T, P>(
331 GLM_FUNC_QUALIFIER detail::tvec3<T, P> modf
333 detail::tvec3<T, P> const & x,
334 detail::tvec3<T, P> &
    [all...]
func_integer.inl 303 GLM_FUNC_QUALIFIER detail::tvec2<T, P> bitfieldExtract
305 detail::tvec2<T, P> const & Value,
310 return detail::tvec2<T, P>(
316 GLM_FUNC_QUALIFIER detail::tvec3<T, P> bitfieldExtract
318 detail::tvec3<T, P> const & Value,
323 return detail::tvec3<T, P>(
330 GLM_FUNC_QUALIFIER detail::tvec4<T, P> bitfieldExtract
332 detail::tvec4<T, P> const & Value,
337 return detail::tvec4<T, P>(
368 GLM_FUNC_QUALIFIER detail::tvec2<T, P> bitfieldInser
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
func_common.inl 37 namespace detail
130 }//namespace detail
139 return detail::compute_abs<genFIType, std::numeric_limits<genFIType>::is_signed>::call(x);
319 GLM_FUNC_QUALIFIER detail::tvec2<T, P> modf
321 detail::tvec2<T, P> const & x,
322 detail::tvec2<T, P> & i
325 return detail::tvec2<T, P>(
331 GLM_FUNC_QUALIFIER detail::tvec3<T, P> modf
333 detail::tvec3<T, P> const & x,
334 detail::tvec3<T, P> &
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
resolver_service.hpp 2 // detail/resolver_service.hpp
15 #include "asio/detail/config.hpp"
20 #include "asio/detail/addressof.hpp"
21 #include "asio/detail/resolve_endpoint_op.hpp"
22 #include "asio/detail/resolve_op.hpp"
23 #include "asio/detail/resolver_service_base.hpp"
25 #include "asio/detail/push_options.hpp"
28 namespace detail { namespace in namespace:asio
57 asio::detail::addrinfo_type* address_info = 0;
74 typename op::ptr p = { asio::detail::addressof(handler)
    [all...]
posix_event.hpp 2 // detail/posix_event.hpp
15 #include "asio/detail/config.hpp"
20 #include "asio/detail/assert.hpp"
21 #include "asio/detail/noncopyable.hpp"
23 #include "asio/detail/push_options.hpp"
26 namespace detail { namespace in namespace:asio
112 } // namespace detail
115 #include "asio/detail/pop_options.hpp"
117 # include "asio/detail/impl/posix_event.ipp"
wrapped_handler.hpp 2 // detail/wrapped_handler.hpp
15 #include "asio/detail/bind_handler.hpp"
16 #include "asio/detail/handler_alloc_helpers.hpp"
17 #include "asio/detail/handler_cont_helpers.hpp"
18 #include "asio/detail/handler_invoke_helpers.hpp"
20 #include "asio/detail/push_options.hpp"
23 namespace detail { namespace in namespace:asio
81 dispatcher_.dispatch(detail::bind_handler(handler_, arg1));
87 dispatcher_.dispatch(detail::bind_handler(handler_, arg1));
93 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2))
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/impl/
io_service.hpp 15 #include "asio/detail/handler_type_requirements.hpp"
16 #include "asio/detail/service_registry.hpp"
18 #include "asio/detail/push_options.hpp"
33 inline detail::io_service_impl& use_service<detail::io_service_impl>(
61 #include "asio/detail/pop_options.hpp"
63 # include "asio/detail/task_io_service.hpp"
65 #include "asio/detail/push_options.hpp"
77 detail::async_result_init<
94 detail::async_result_init
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 41 #include <ext/pb_ds/detail/cond_dealtor.hpp>
42 #include <ext/pb_ds/detail/type_utils.hpp>
43 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp>
44 #include <ext/pb_ds/detail/rc_binomial_heap_/rc.hpp>
49 namespace detail namespace in namespace:__gnu_pbds
63 * @ingroup heap-detail
160 #include <ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp>
161 #include <ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp>
162 #include <ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp>
163 #include <ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 41 #include <ext/pb_ds/detail/cond_dealtor.hpp>
42 #include <ext/pb_ds/detail/type_utils.hpp>
43 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp>
44 #include <ext/pb_ds/detail/rc_binomial_heap_/rc.hpp>
49 namespace detail namespace in namespace:__gnu_pbds
63 * @ingroup heap-detail
160 #include <ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp>
161 #include <ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp>
162 #include <ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp>
163 #include <ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
    [all...]
  /libcore/ojluni/src/main/java/java/security/
DigestException.java 38 * Constructs a DigestException with no detail message. (A
39 * detail message is a String that describes this particular
47 * Constructs a DigestException with the specified detail
48 * message. (A detail message is a String that describes this
51 * @param msg the detail message.
59 * detail message and cause.
61 * @param message the detail message (which is saved for later retrieval
74 * and a detail message of {@code (cause==null ? null : cause.toString())}
75 * (which typically contains the class and detail message of
SignatureException.java 39 * Constructs a SignatureException with no detail message. A
40 * detail message is a String that describes this particular
48 * Constructs a SignatureException with the specified detail
49 * message. A detail message is a String that describes this
52 * @param msg the detail message.
60 * detail message and cause.
62 * @param message the detail message (which is saved for later retrieval
75 * and a detail message of {@code (cause==null ? null : cause.toString())}
76 * (which typically contains the class and detail message of
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/
MockFtpServerException.java 28 * Create a new instance with the specified detail message and no cause
29 * @param message - the exception detail message
36 * Create a new instance with the specified detail message and no cause
44 * Create a new instance with the specified detail message and cause
45 * @param message - the exception detail message
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/
MockFtpServerException.java 28 * Create a new instance with the specified detail message and no cause
29 * @param message - the exception detail message
36 * Create a new instance with the specified detail message and no cause
44 * Create a new instance with the specified detail message and cause
45 * @param message - the exception detail message
  /libcore/ojluni/src/main/java/java/lang/
AssertionError.java 36 * has as its detail message the <i>string conversion</i> of
47 * Constructs an AssertionError with no detail message.
62 * Constructs an AssertionError with its detail message derived
70 * @param detailMessage value to be used in constructing detail message
80 * Constructs an AssertionError with its detail message derived
85 * @param detailMessage value to be used in constructing detail message
92 * Constructs an AssertionError with its detail message derived
97 * @param detailMessage value to be used in constructing detail message
104 * Constructs an AssertionError with its detail message derived
109 * @param detailMessage value to be used in constructing detail messag
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Formatters.h 19 namespace detail { namespace in namespace:llvm::codeview
30 inline detail::GuidAdapter fmt_guid(StringRef Item) {
31 return detail::GuidAdapter(Item);
34 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) {
35 return detail::GuidAdapter(Item);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Formatters.h 19 namespace detail { namespace in namespace:llvm::codeview
30 inline detail::GuidAdapter fmt_guid(StringRef Item) {
31 return detail::GuidAdapter(Item);
34 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) {
35 return detail::GuidAdapter(Item);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
select_reactor.ipp 2 // detail/impl/select_reactor.ipp
15 #include "asio/detail/config.hpp"
19 #include "asio/detail/bind_handler.hpp"
20 #include "asio/detail/fd_set_adapter.hpp"
21 #include "asio/detail/select_reactor.hpp"
22 #include "asio/detail/signal_blocker.hpp"
23 #include "asio/detail/socket_ops.hpp"
25 #include "asio/detail/push_options.hpp"
28 namespace detail {
31 : asio::detail::service_base<select_reactor>(io_service)
    [all...]
  /external/capstone/suite/fuzz/
fuzz_harness.c 138 cs_detail *detail; local
174 detail = i->detail;
176 if (detail->regs_read_count > 0) {
178 for (n = 0; n < detail->regs_read_count; n++) {
179 printf("%s ", cs_reg_name(handle, detail->regs_read[n]));
184 if (detail->regs_write_count > 0) {
186 for (n = 0; n < detail->regs_write_count; n++) {
187 printf("%s ", cs_reg_name(handle, detail->regs_write[n]));
192 if (detail->groups_count > 0)
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
CorruptedInputException.java 22 * the default error detail message.
30 * the specified error detail message.
32 * @param s error detail message
  /external/parameter-framework/asio-1.10.6/include/asio/
handler_continuation_hook.hpp 15 #include "asio/detail/config.hpp"
17 #include "asio/detail/push_options.hpp"
49 #include "asio/detail/pop_options.hpp"

Completed in 836 milliseconds

1 2 3 4 5 6 7 8 91011>>