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

1 2 3 4 5 6 7 8 91011>>

  /art/test/201-built-in-except-detail-messages/
info.txt 1 Tests of the built-in exceptions' detail messages.
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
fd_set_adapter.hpp 2 // detail/fd_set_adapter.hpp
15 #include "asio/detail/config.hpp"
18 #include "asio/detail/posix_fd_set_adapter.hpp"
19 #include "asio/detail/win_fd_set_adapter.hpp"
22 namespace detail { namespace in namespace:asio
26 } // namespace detail
noncopyable.hpp 2 // detail/noncopyable.hpp
15 #include "asio/detail/config.hpp"
17 #include "asio/detail/push_options.hpp"
20 namespace detail { namespace in namespace:asio
32 } // namespace detail
34 using asio::detail::noncopyable;
38 #include "asio/detail/pop_options.hpp"
task_io_service_thread_info.hpp 2 // detail/task_io_service_thread_info.hpp
15 #include "asio/detail/op_queue.hpp"
16 #include "asio/detail/thread_info_base.hpp"
18 #include "asio/detail/push_options.hpp"
21 namespace detail { namespace in namespace:asio
32 } // namespace detail
35 #include "asio/detail/pop_options.hpp"
operation.hpp 2 // detail/operation.hpp
15 #include "asio/detail/config.hpp"
17 # include "asio/detail/task_io_service_operation.hpp"
20 namespace detail { namespace in namespace:asio
24 } // namespace detail
select_interrupter.hpp 2 // detail/select_interrupter.hpp
15 #include "asio/detail/config.hpp"
18 # include "asio/detail/pipe_select_interrupter.hpp"
21 namespace detail { namespace in namespace:asio
25 } // namespace detail
dependent_type.hpp 2 // detail/dependent_type.hpp
15 #include "asio/detail/config.hpp"
17 #include "asio/detail/push_options.hpp"
20 namespace detail { namespace in namespace:asio
28 } // namespace detail
31 #include "asio/detail/pop_options.hpp"
event.hpp 2 // detail/event.hpp
15 #include "asio/detail/config.hpp"
18 # include "asio/detail/posix_event.hpp"
20 # include "asio/detail/std_event.hpp"
24 namespace detail { namespace in namespace:asio
32 } // namespace detail
mutex.hpp 2 // detail/mutex.hpp
15 #include "asio/detail/config.hpp"
18 # include "asio/detail/posix_mutex.hpp"
20 # include "asio/detail/std_mutex.hpp"
24 namespace detail { namespace in namespace:asio
32 } // namespace detail
thread.hpp 2 // detail/thread.hpp
15 #include "asio/detail/config.hpp"
18 # include "asio/detail/posix_thread.hpp"
20 # include "asio/detail/std_thread.hpp"
24 namespace detail { namespace in namespace:asio
32 } // namespace detail
handler_type_requirements.hpp 2 // detail/handler_type_requirements.hpp
15 #include "asio/detail/config.hpp"
57 namespace detail { namespace in namespace:asio
112 #define ASIO_COMPLETION_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void()) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::zero_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), 0)) == 1, "CompletionHandler type requirements not met") typedef asio::detail::handler_type_requirements< sizeof( asio::detail::argbyv( asio::detail::clvref< asio_true_handler_type>())) + sizeof( asio::detail::lvref< asio_true_handler_type>()(), char(0))> ASIO_UNUSED_TYPEDEF
114 #define ASIO_READ_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void(asio::error_code, std::size_t)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::two_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), (…)
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_vec4.inl 11 namespace detail{
151 this->Data = _mm_add_ps(this->Data , glm::detail::one);
157 this->Data = _mm_sub_ps(this->Data, glm::detail::one);
262 return fvec4SIMD(_mm_add_ps(v.Data, glm::detail::one));
267 return fvec4SIMD(_mm_sub_ps(v.Data, glm::detail::one));
270 }//namespace detail
274 detail::fvec4SIMD const & x
287 GLM_FUNC_QUALIFIER detail::fvec4SIMD abs
289 detail::fvec4SIMD const & x
292 return detail::sse_abs_ps(x.Data)
    [all...]
transform.inl 13 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> translate(
14 detail::tvec3<T, P> const & v)
17 detail::tmat4x4<T, P>(1.0f), v);
21 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> rotate(
23 detail::tvec3<T, P> const & v)
26 detail::tmat4x4<T, P>(1), angle, v);
30 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> scale(
31 detail::tvec3<T, P> const & v)
34 detail::tmat4x4<T, P>(1.0f), v);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
simd_vec4.inl 11 namespace detail{
151 this->Data = _mm_add_ps(this->Data , glm::detail::one);
157 this->Data = _mm_sub_ps(this->Data, glm::detail::one);
262 return fvec4SIMD(_mm_add_ps(v.Data, glm::detail::one));
267 return fvec4SIMD(_mm_sub_ps(v.Data, glm::detail::one));
270 }//namespace detail
274 detail::fvec4SIMD const & x
287 GLM_FUNC_QUALIFIER detail::fvec4SIMD abs
289 detail::fvec4SIMD const & x
292 return detail::sse_abs_ps(x.Data)
    [all...]
transform.inl 13 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> translate(
14 detail::tvec3<T, P> const & v)
17 detail::tmat4x4<T, P>(1.0f), v);
21 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> rotate(
23 detail::tvec3<T, P> const & v)
26 detail::tmat4x4<T, P>(1), angle, v);
30 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> scale(
31 detail::tvec3<T, P> const & v)
34 detail::tmat4x4<T, P>(1.0f), v);
  /external/vulkan-validation-layers/libs/glm/gtc/
noise.inl 37 #include "../detail/_noise.hpp"
43 GLM_FUNC_QUALIFIER detail::tvec4<T, P> grad4(T const & j, detail::tvec4<T, P> const & ip)
45 detail::tvec3<T, P> pXYZ = floor(fract(detail::tvec3<T, P>(j) * detail::tvec3<T, P>(ip)) * T(7)) * ip[2] - T(1);
46 T pW = static_cast<T>(1.5) - dot(abs(pXYZ), detail::tvec3<T, P>(1));
47 detail::tvec4<T, P> s = detail::tvec4<T, P>(lessThan(detail::tvec4<T, P>(pXYZ, pW), detail::tvec4<T, P>(0.0)))
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/
noise.inl 37 #include "../detail/_noise.hpp"
43 GLM_FUNC_QUALIFIER detail::tvec4<T, P> grad4(T const & j, detail::tvec4<T, P> const & ip)
45 detail::tvec3<T, P> pXYZ = floor(fract(detail::tvec3<T, P>(j) * detail::tvec3<T, P>(ip)) * T(7)) * ip[2] - T(1);
46 T pW = static_cast<T>(1.5) - dot(abs(pXYZ), detail::tvec3<T, P>(1));
47 detail::tvec4<T, P> s = detail::tvec4<T, P>(lessThan(detail::tvec4<T, P>(pXYZ, pW), detail::tvec4<T, P>(0.0)))
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
intrinsic_vector_relational.inl 31 //GLM_FUNC_QUALIFIER typename detail::tvec2<T, P>::bool_type lessThan
33 // detail::tvec2<T, P> const & x,
34 // detail::tvec2<T, P> const & y
38 // detail::type<valType>::is_float ||
39 // detail::type<valType>::is_int ||
40 // detail::type<valType>::is_uint);
42 // return typename detail::tvec2<bool>::bool_type(x.x < y.x, x.y < y.y);
46 //GLM_FUNC_QUALIFIER typename detail::tvec3<T, P>::bool_type lessThan
48 // detail::tvec3<T, P> const & x,
49 // detail::tvec3<T, P> const &
    [all...]
func_noise.inl 29 #include "../detail/_noise.hpp"
33 namespace detail
36 GLM_FUNC_QUALIFIER detail::tvec4<T, P> grad4(T const & j, detail::tvec4<T, P> const & ip)
38 detail::tvec3<T, P> pXYZ = floor(fract(detail::tvec3<T, P>(j) * detail::tvec3<T, P>(ip)) * T(7)) * ip[2] - T(1);
39 T pW = static_cast<T>(1.5) - dot(abs(pXYZ), detail::tvec3<T, P>(1));
40 detail::tvec4<T, P> s = detail::tvec4<T, P>(lessThan(detail::tvec4<T, P>(pXYZ, pW), detail::tvec4<T, P>(0.0)))
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
intrinsic_vector_relational.inl 31 //GLM_FUNC_QUALIFIER typename detail::tvec2<T, P>::bool_type lessThan
33 // detail::tvec2<T, P> const & x,
34 // detail::tvec2<T, P> const & y
38 // detail::type<valType>::is_float ||
39 // detail::type<valType>::is_int ||
40 // detail::type<valType>::is_uint);
42 // return typename detail::tvec2<bool>::bool_type(x.x < y.x, x.y < y.y);
46 //GLM_FUNC_QUALIFIER typename detail::tvec3<T, P>::bool_type lessThan
48 // detail::tvec3<T, P> const & x,
49 // detail::tvec3<T, P> const &
    [all...]
func_noise.inl 29 #include "../detail/_noise.hpp"
33 namespace detail
36 GLM_FUNC_QUALIFIER detail::tvec4<T, P> grad4(T const & j, detail::tvec4<T, P> const & ip)
38 detail::tvec3<T, P> pXYZ = floor(fract(detail::tvec3<T, P>(j) * detail::tvec3<T, P>(ip)) * T(7)) * ip[2] - T(1);
39 T pW = static_cast<T>(1.5) - dot(abs(pXYZ), detail::tvec3<T, P>(1));
40 detail::tvec4<T, P> s = detail::tvec4<T, P>(lessThan(detail::tvec4<T, P>(pXYZ, pW), detail::tvec4<T, P>(0.0)))
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
posix_event.ipp 2 // detail/impl/posix_event.ipp
15 #include "asio/detail/config.hpp"
19 #include "asio/detail/posix_event.hpp"
20 #include "asio/detail/throw_error.hpp"
23 #include "asio/detail/push_options.hpp"
26 namespace detail {
34 asio::detail::throw_error(ec, "event");
37 } // namespace detail
40 #include "asio/detail/pop_options.hpp"
posix_mutex.ipp 2 // detail/impl/posix_mutex.ipp
15 #include "asio/detail/config.hpp"
19 #include "asio/detail/posix_mutex.hpp"
20 #include "asio/detail/throw_error.hpp"
23 #include "asio/detail/push_options.hpp"
26 namespace detail {
33 asio::detail::throw_error(ec, "mutex");
36 } // namespace detail
39 #include "asio/detail/pop_options.hpp"
posix_tss_ptr.ipp 2 // detail/impl/posix_tss_ptr.ipp
15 #include "asio/detail/config.hpp"
19 #include "asio/detail/posix_tss_ptr.hpp"
20 #include "asio/detail/throw_error.hpp"
23 #include "asio/detail/push_options.hpp"
26 namespace detail {
33 asio::detail::throw_error(ec, "tss");
36 } // namespace detail
39 #include "asio/detail/pop_options.hpp"
  /external/capstone/arch/XCore/
XCoreInstPrinter.c 42 if (((cs_struct *)ud)->detail != CS_OPT_ON)
67 if (MI->csh->detail) {
68 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_REG;
69 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].reg = id;
70 MI->flat_insn->detail->xcore.op_count++;
89 if (MI->csh->detail) {
90 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_MEM
    [all...]

Completed in 422 milliseconds

1 2 3 4 5 6 7 8 91011>>