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

<<21222324252627282930>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
CodeViewYAMLTypes.h 37 namespace detail { namespace in namespace:llvm::CodeViewYAML
42 } // end namespace detail
45 std::shared_ptr<detail::MemberRecordBase> Member;
49 std::shared_ptr<detail::LeafRecordBase> Leaf;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 45 #include <ext/pb_ds/detail/eq_fn/eq_by_less.hpp>
46 #include <ext/pb_ds/detail/types_traits.hpp>
47 #include <ext/pb_ds/detail/type_utils.hpp>
48 #include <ext/pb_ds/detail/tree_trace_base.hpp>
50 #include <ext/pb_ds/detail/debug_map_base.hpp>
61 namespace detail namespace in namespace:__gnu_pbds
102 * @ingroup branch-detail
523 #include <ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp>
524 #include <ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp>
525 #include <ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/tree_policy/
node_metadata_selector.hpp 44 #include <ext/pb_ds/detail/branch_policy/null_node_metadata.hpp>
45 #include <ext/pb_ds/detail/types_traits.hpp>
49 namespace detail namespace in namespace:__gnu_pbds
100 } // namespace detail
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp 44 #include <ext/pb_ds/detail/branch_policy/null_node_metadata.hpp>
45 #include <ext/pb_ds/detail/types_traits.hpp>
49 namespace detail namespace in namespace:__gnu_pbds
100 } // namespace detail
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 45 #include <ext/pb_ds/detail/eq_fn/eq_by_less.hpp>
46 #include <ext/pb_ds/detail/types_traits.hpp>
47 #include <ext/pb_ds/detail/type_utils.hpp>
48 #include <ext/pb_ds/detail/tree_trace_base.hpp>
50 #include <ext/pb_ds/detail/debug_map_base.hpp>
61 namespace detail namespace in namespace:__gnu_pbds
102 * @ingroup branch-detail
523 #include <ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp>
524 #include <ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp>
525 #include <ext/pb_ds/detail/ov_tree_map_/debug_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/tree_policy/
node_metadata_selector.hpp 44 #include <ext/pb_ds/detail/branch_policy/null_node_metadata.hpp>
45 #include <ext/pb_ds/detail/types_traits.hpp>
49 namespace detail namespace in namespace:__gnu_pbds
100 } // namespace detail
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp 44 #include <ext/pb_ds/detail/branch_policy/null_node_metadata.hpp>
45 #include <ext/pb_ds/detail/types_traits.hpp>
49 namespace detail namespace in namespace:__gnu_pbds
100 } // namespace detail
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug289.go 7 // https://code.google.com/p/gofrontend/issues/detail?id=1
  /prebuilts/go/linux-x86/test/fixedbugs/
bug289.go 7 // https://code.google.com/p/gofrontend/issues/detail?id=1
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/experimental/filesystem/
operations.cpp 35 namespace detail { namespace { namespace
96 fs_tmp.permissions(detail::posix_get_perms(path_stat));
105 m_ec = detail::capture_errno();
119 m_ec = detail::capture_errno();
132 // DETAIL::MISC
159 }} // end namespace detail
161 using detail::set_or_throw;
188 ? detail::posix_lstat(from, f_st, &m_ec)
189 : detail::posix_stat(from, f_st, &m_ec);
194 const file_status t = sym_status ? detail::posix_lstat(to, t_st, &m_ec
508 namespace detail { namespace { namespace
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
intrinsic_common.inl 30 namespace detail{
156 return _mm_and_ps(glm::detail::abs4Mask, x);
178 __m128 and0 = _mm_and_ps(cmp0, glm::detail::_ps_1);
193 __m128 and0 = _mm_and_ps(glm::detail::_epi32_sign_mask, x);
194 __m128 or0 = _mm_or_ps(and0, glm::detail::_ps_2pow23);
203 __m128 and0 = _mm_and_ps(glm::detail::_epi32_sign_mask, x);
204 __m128 or0 = _mm_or_ps(and0, glm::detail::_ps_2pow23);
214 __m128 and0 = _mm_and_ps(cmp0, glm::detail::_ps_1);
257 __m128 sub0 = _mm_sub_ps(glm::detail::one, a);
268 return glm::detail::one
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
closest_point.hpp 56 GLM_FUNC_DECL detail::tvec3<T, P> closestPointOnLine(
57 detail::tvec3<T, P> const & point,
58 detail::tvec3<T, P> const & a,
59 detail::tvec3<T, P> const & b);
matrix_cross_product.hpp 57 GLM_FUNC_DECL detail::tmat3x3<T, P> matrixCross3(
58 detail::tvec3<T, P> const & x);
63 GLM_FUNC_DECL detail::tmat4x4<T, P> matrixCross4(
64 detail::tvec3<T, P> const & x);
matrix_query.inl 16 GLM_FUNC_QUALIFIER bool isNull(detail::tmat2x2<T, P> const & m, T const & epsilon)
25 GLM_FUNC_QUALIFIER bool isNull(detail::tmat3x3<T, P> const & m, T const & epsilon)
34 GLM_FUNC_QUALIFIER bool isNull(detail::tmat4x4<T, P> const & m, T const & epsilon)
59 GLM_FUNC_QUALIFIER bool isNormalized(detail::tmat2x2<T, P> const & m, T const & epsilon)
66 typename detail::tmat2x2<T, P>::col_type v;
75 GLM_FUNC_QUALIFIER bool isNormalized(detail::tmat3x3<T, P> const & m, T const & epsilon)
82 typename detail::tmat3x3<T, P>::col_type v;
91 GLM_FUNC_QUALIFIER bool isNormalized(detail::tmat4x4<T, P> const & m, T const & epsilon)
98 typename detail::tmat4x4<T, P>::col_type v;
normal.hpp 57 GLM_FUNC_DECL detail::tvec3<T, P> triangleNormal(
58 detail::tvec3<T, P> const & p1,
59 detail::tvec3<T, P> const & p2,
60 detail::tvec3<T, P> const & p3);
polar_coordinates.hpp 57 GLM_FUNC_DECL detail::tvec3<T, P> polar(
58 detail::tvec3<T, P> const & euclidean);
64 GLM_FUNC_DECL detail::tvec3<T, P> euclidean(
65 detail::tvec2<T, P> const & polar);
  /system/nvram/core/tests/
gtest_stubs.h 54 namespace detail { namespace in namespace:testing
111 } // namespace detail
115 struct TestDeclaration : public detail::TestDeclarationBase {
117 : TestDeclarationBase(name, &detail::TestInstance<TestCase>::Create) {}
  /external/parameter-framework/asio-1.10.6/include/asio/
stream_socket_service.hpp 15 #include "asio/detail/config.hpp"
18 #include "asio/detail/type_traits.hpp"
22 # include "asio/detail/reactive_socket_service.hpp"
24 #include "asio/detail/push_options.hpp"
31 : public asio::detail::service_base<stream_socket_service<Protocol> >
43 typedef detail::reactive_socket_service<Protocol> service_impl_type;
57 : asio::detail::service_base<
190 detail::async_result_init<
288 detail::async_result_init<
315 detail::async_result_init
    [all...]
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 51 detail::get_pwd(m_Path);
53 detail::open_dir(*this);
67 detail::open_dir(*this);
71 detail::close_dir(*this);
91 detail::get_pwd(m_Path);
96 detail::open_dir(*this);
107 detail::status(m_Path, m_FileStatus);
114 detail::symlink_status(m_Path, m_SymLinkStatus);
136 detail::close_dir(*this);
184 m_pEntry = detail::bring_one_into_cache(*this)
    [all...]
  /external/compiler-rt/test/asan/TestCases/
throw_catch.cc 33 // https://code.google.com/p/address-sanitizer/issues/detail?id=258
52 // https://code.google.com/p/address-sanitizer/issues/detail?id=258
  /external/jsilver/src/com/google/streamhtmlparser/
ParseException.java 27 * Constructs an {@code ParseException} with no detail message.
32 * Constructs an {@code ParseException} with a detail message obtained
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
MemoryLimitException.java 17 * included in the error detail message in human readable format.
29 * included in the error detail message.
  /external/mesa3d/src/gallium/state_trackers/clover/util/
algorithm.hpp 33 namespace detail { namespace in namespace:clover
42 detail::preferred_reference_type<R>
62 detail::preferred_reference_type<R>
113 for (detail::preferred_reference_type<R> x : r)
130 for (detail::preferred_reference_type<R> x : r)
144 for (detail::preferred_reference_type<R> y : r) {
157 detail::preferred_reference_type<R>
159 for (detail::preferred_reference_type<R> x : r) {
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
handler_tracking.ipp 2 // detail/impl/handler_tracking.ipp
15 #include "asio/detail/config.hpp"
21 #include "asio/detail/handler_tracking.hpp"
24 # include "asio/detail/chrono_time_traits.hpp"
29 #include "asio/detail/push_options.hpp"
32 namespace detail {
232 } // namespace detail
235 #include "asio/detail/pop_options.hpp"
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
address_v4.hpp 15 #include "asio/detail/config.hpp"
17 #include "asio/detail/array.hpp"
18 #include "asio/detail/socket_types.hpp"
19 #include "asio/detail/winsock_init.hpp"
23 #include "asio/detail/push_options.hpp"
45 typedef asio::detail::array<unsigned char, 4> bytes_type;
194 asio::detail::in4_addr_type addr_;
201 #include "asio/detail/pop_options.hpp"

Completed in 841 milliseconds

<<21222324252627282930>>