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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
orthonormalize.inl 13 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> orthonormalize
15 const detail::tmat3x3<T, P>& m
18 detail::tmat3x3<T, P> r = m;
35 GLM_FUNC_QUALIFIER detail::tvec3<T, P> orthonormalize
37 const detail::tvec3<T, P>& x,
38 const detail::tvec3<T, P>& y
compatibility.hpp 65 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec2<T, P> lerp(const detail::tvec2<T, P>& x, const detail::tvec2<T, P>& y, T a){return mix(x, y, a);} //!< \brief Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
67 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec3<T, P> lerp(const detail::tvec3<T, P>& x, const detail::tvec3<T, P>& y, T a){return mix(x, y, a);} //!< \brief Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
68 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec4<T, P> lerp(const detail::tvec4<T, P>& x, const detail::tvec4<T, P>& y, T a){return mix(x, y, a);} //!< \brief Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
69 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec2<T, P> lerp(const detail::tvec2<T, P>& x, const detail::tvec2<T, P>& y, const detail::tvec2< (…)
    [all...]
rotate_vector.hpp 58 GLM_FUNC_DECL detail::tvec2<T, P> rotate(
59 detail::tvec2<T, P> const & v,
65 GLM_FUNC_DECL detail::tvec3<T, P> rotate(
66 detail::tvec3<T, P> const & v,
68 detail::tvec3<T, P> const & normal);
73 GLM_FUNC_DECL detail::tvec4<T, P> rotate(
74 detail::tvec4<T, P> const & v,
76 detail::tvec3<T, P> const & normal);
81 GLM_FUNC_DECL detail::tvec3<T, P> rotateX(
82 detail::tvec3<T, P> const & v
    [all...]
  /tools/tradefederation/core/atest/
test_mapping_unittest.py 30 detail = test_mapping.TestDetail(uc.TEST_MAPPING_TEST)
31 self.assertEqual(uc.TEST_MAPPING_TEST['name'], detail.name)
32 self.assertEqual([], detail.options)
36 detail = test_mapping.TestDetail(uc.TEST_MAPPING_TEST_WITH_OPTION)
37 self.assertEqual(uc.TEST_MAPPING_TEST_WITH_OPTION['name'], detail.name)
38 self.assertEqual(uc.TEST_MAPPING_TEST_WITH_OPTION_STR, str(detail))
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_recv_op.hpp 2 // detail/reactive_socket_recv_op.hpp
15 #include "asio/detail/config.hpp"
16 #include "asio/detail/addressof.hpp"
17 #include "asio/detail/bind_handler.hpp"
18 #include "asio/detail/buffer_sequence_adapter.hpp"
19 #include "asio/detail/fenced_block.hpp"
20 #include "asio/detail/reactor_op.hpp"
21 #include "asio/detail/socket_ops.hpp"
23 #include "asio/detail/push_options.hpp"
26 namespace detail { namespace in namespace:asio
    [all...]
reactive_socket_recvfrom_op.hpp 2 // detail/reactive_socket_recvfrom_op.hpp
15 #include "asio/detail/config.hpp"
16 #include "asio/detail/addressof.hpp"
17 #include "asio/detail/bind_handler.hpp"
18 #include "asio/detail/buffer_sequence_adapter.hpp"
19 #include "asio/detail/fenced_block.hpp"
20 #include "asio/detail/reactor_op.hpp"
21 #include "asio/detail/socket_ops.hpp"
23 #include "asio/detail/push_options.hpp"
26 namespace detail { namespace in namespace:asio
    [all...]
reactive_socket_recvmsg_op.hpp 2 // detail/reactive_socket_recvmsg_op.hpp
15 #include "asio/detail/config.hpp"
16 #include "asio/detail/addressof.hpp"
17 #include "asio/detail/bind_handler.hpp"
18 #include "asio/detail/buffer_sequence_adapter.hpp"
19 #include "asio/detail/fenced_block.hpp"
20 #include "asio/detail/reactor_op.hpp"
21 #include "asio/detail/socket_ops.hpp"
24 #include "asio/detail/push_options.hpp"
27 namespace detail { namespace in namespace:asio
    [all...]
reactive_socket_sendto_op.hpp 2 // detail/reactive_socket_sendto_op.hpp
15 #include "asio/detail/config.hpp"
16 #include "asio/detail/addressof.hpp"
17 #include "asio/detail/bind_handler.hpp"
18 #include "asio/detail/buffer_sequence_adapter.hpp"
19 #include "asio/detail/fenced_block.hpp"
20 #include "asio/detail/reactor_op.hpp"
21 #include "asio/detail/socket_ops.hpp"
23 #include "asio/detail/push_options.hpp"
26 namespace detail { namespace in namespace:asio
    [all...]
pipe_select_interrupter.hpp 2 // detail/pipe_select_interrupter.hpp
15 #include "asio/detail/config.hpp"
18 #include "asio/detail/push_options.hpp"
21 namespace detail { namespace in namespace:asio
66 } // namespace detail
69 #include "asio/detail/pop_options.hpp"
71 # include "asio/detail/impl/pipe_select_interrupter.ipp"
select_reactor.hpp 2 // detail/select_reactor.hpp
15 #include "asio/detail/config.hpp"
20 #include "asio/detail/fd_set_adapter.hpp"
21 #include "asio/detail/limits.hpp"
22 #include "asio/detail/mutex.hpp"
23 #include "asio/detail/op_queue.hpp"
24 #include "asio/detail/reactor_op.hpp"
25 #include "asio/detail/reactor_op_queue.hpp"
26 #include "asio/detail/select_interrupter.hpp"
27 #include "asio/detail/socket_types.hpp
37 namespace detail { namespace in namespace:asio
    [all...]
  /external/llvm/include/llvm/Support/
Endian.h 28 namespace detail { namespace in namespace:llvm::support
34 } // end namespace detail
54 (detail::PickAlignment<value_type, alignment>::value)),
76 (detail::PickAlignment<value_type, alignment>::value)),
96 memory, (detail::PickAlignment<value_type, alignment>::value)),
131 memory, (detail::PickAlignment<value_type, alignment>::value)),
165 memory, (detail::PickAlignment<value_type, alignment>::value)),
171 namespace detail {
231 } // end namespace detail
233 typedef detail::packed_endian_specific_integra
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Endian.h 27 namespace detail { namespace in namespace:llvm::support
33 } // end namespace detail
53 (detail::PickAlignment<value_type, alignment>::value)),
75 (detail::PickAlignment<value_type, alignment>::value)),
95 memory, (detail::PickAlignment<value_type, alignment>::value)),
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::packed_endian_specific_integra
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
func_geometric.inl 36 namespace detail
42 struct compute_dot<detail::tvec1, T, P>
44 GLM_FUNC_QUALIFIER static T call(detail::tvec1<T, P> const & x, detail::tvec1<T, P> const & y)
47 detail::tvec1<T, P> tmp(x * y);
50 return detail::tvec1<T, P>(x * y).x;
56 struct compute_dot<detail::tvec2, T, P>
58 GLM_FUNC_QUALIFIER static T call(detail::tvec2<T, P> const & x, detail::tvec2<T, P> const & y)
60 detail::tvec2<T, P> tmp(x * y)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
func_geometric.inl 36 namespace detail
42 struct compute_dot<detail::tvec1, T, P>
44 GLM_FUNC_QUALIFIER static T call(detail::tvec1<T, P> const & x, detail::tvec1<T, P> const & y)
47 detail::tvec1<T, P> tmp(x * y);
50 return detail::tvec1<T, P>(x * y).x;
56 struct compute_dot<detail::tvec2, T, P>
58 GLM_FUNC_QUALIFIER static T call(detail::tvec2<T, P> const & x, detail::tvec2<T, P> const & y)
60 detail::tvec2<T, P> tmp(x * y)
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/ip/detail/impl/
endpoint.ipp 2 // ip/detail/impl/endpoint.ipp
15 #include "asio/detail/config.hpp"
17 #include "asio/detail/socket_ops.hpp"
18 #include "asio/detail/throw_error.hpp"
20 #include "asio/ip/detail/endpoint.hpp"
22 #include "asio/detail/push_options.hpp"
26 namespace detail {
44 asio::detail::socket_ops::host_to_network_short(port_num);
51 asio::detail::socket_ops::host_to_network_short(port_num);
74 asio::detail::socket_ops::host_to_network_short(port_num)
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
compatibility.hpp 65 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec2<T, P> lerp(const detail::tvec2<T, P>& x, const detail::tvec2<T, P>& y, T a){return mix(x, y, a);} //!< \brief Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
67 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec3<T, P> lerp(const detail::tvec3<T, P>& x, const detail::tvec3<T, P>& y, T a){return mix(x, y, a);} //!< \brief Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
68 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec4<T, P> lerp(const detail::tvec4<T, P>& x, const detail::tvec4<T, P>& y, T a){return mix(x, y, a);} //!< \brief Returns x * (1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value for a is not restricted to the range [0, 1]. (From GLM_GTX_compatibility)
69 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec2<T, P> lerp(const detail::tvec2<T, P>& x, const detail::tvec2<T, P>& y, const detail::tvec2< (…)
    [all...]
rotate_vector.hpp 58 GLM_FUNC_DECL detail::tvec2<T, P> rotate(
59 detail::tvec2<T, P> const & v,
65 GLM_FUNC_DECL detail::tvec3<T, P> rotate(
66 detail::tvec3<T, P> const & v,
68 detail::tvec3<T, P> const & normal);
73 GLM_FUNC_DECL detail::tvec4<T, P> rotate(
74 detail::tvec4<T, P> const & v,
76 detail::tvec3<T, P> const & normal);
81 GLM_FUNC_DECL detail::tvec3<T, P> rotateX(
82 detail::tvec3<T, P> const & v
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
resolver_service_base.ipp 2 // detail/impl/resolver_service_base.ipp
15 #include "asio/detail/config.hpp"
16 #include "asio/detail/resolver_service_base.hpp"
18 #include "asio/detail/push_options.hpp"
21 namespace detail {
77 work_thread_.reset(new asio::detail::thread(
114 asio::detail::mutex::scoped_lock lock(mutex_);
117 work_thread_.reset(new asio::detail::thread(
122 } // namespace detail
125 #include "asio/detail/pop_options.hpp
    [all...]
timer_queue_set.ipp 2 // detail/impl/timer_queue_set.ipp
15 #include "asio/detail/config.hpp"
16 #include "asio/detail/timer_queue_set.hpp"
18 #include "asio/detail/push_options.hpp"
21 namespace detail {
93 } // namespace detail
96 #include "asio/detail/pop_options.hpp"
  /libcore/ojluni/src/main/java/java/net/
HttpRetryException.java 47 * specified response code and exception detail message
49 * @param detail the detail message.
52 public HttpRetryException(String detail, int code) {
53 super(detail);
58 * Constructs a new {@code HttpRetryException} with detail message
61 * @param detail the detail message.
65 public HttpRetryException(String detail, int code, String location) {
66 super (detail);
    [all...]
  /libcore/ojluni/src/main/java/sun/net/ftp/
FtpProtocolException.java 40 * specified detail message. The reply code is set to unknow error.
42 * @param detail the detail message.
44 public FtpProtocolException(String detail) {
45 super(detail);
51 * specified response code and exception detail message
53 * @param detail the detail message.
56 public FtpProtocolException(String detail, FtpReplyCode code) {
57 super(detail);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/branch_policy/
traits.hpp 44 #include <ext/pb_ds/detail/types_traits.hpp>
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
46 #include <ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp>
47 #include <ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp>
57 namespace detail namespace in namespace:__gnu_pbds
85 } // namespace detail
88 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
89 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
90 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
91 #include <ext/pb_ds/detail/pat_trie_/traits.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/branch_policy/
traits.hpp 44 #include <ext/pb_ds/detail/types_traits.hpp>
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
46 #include <ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp>
47 #include <ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp>
57 namespace detail namespace in namespace:__gnu_pbds
85 } // namespace detail
88 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
89 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
90 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
91 #include <ext/pb_ds/detail/pat_trie_/traits.hpp
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/impl/
io_service.ipp 15 #include "asio/detail/config.hpp"
17 #include "asio/detail/limits.hpp"
18 #include "asio/detail/scoped_ptr.hpp"
19 #include "asio/detail/service_registry.hpp"
20 #include "asio/detail/throw_error.hpp"
22 # include "asio/detail/task_io_service.hpp"
24 #include "asio/detail/push_options.hpp"
29 : service_registry_(new asio::detail::service_registry(
37 : service_registry_(new asio::detail::service_registry(
52 asio::detail::throw_error(ec)
    [all...]
  /external/capstone/arch/PowerPC/
PPCInstPrinter.c 46 if (MI->csh->detail != CS_OPT_ON)
52 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_MEM;
53 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].mem.base = PPC_REG_INVALID;
54 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].mem.disp = 0;
57 MI->flat_insn->detail->ppc.op_count++;
63 if (((cs_struct *)ud)->detail != CS_OPT_ON)
68 insn->detail->ppc.bh = PPC_BH_PLUS
    [all...]

Completed in 814 milliseconds

1 2 3 4 5 6 7 891011>>