HomeSort by relevance Sort by last modified time
    Searched refs:detail (Results 401 - 425 of 1841) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/
mod_based_range_hashing.hpp 46 namespace detail namespace in namespace:__gnu_pbds
70 } // namespace detail
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
list_update_policy.hpp 47 #include <ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp>
94 : private detail::lu_counter_policy_base<typename _Alloc::size_type>
108 typedef detail::lu_counter_metadata<size_type> metadata_type;
111 typedef detail::lu_counter_policy_base<size_type> base_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/
mod_based_range_hashing.hpp 46 namespace detail namespace in namespace:__gnu_pbds
70 } // namespace detail
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/
list_update_policy.hpp 46 #include <ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp>
93 : private detail::lu_counter_policy_base<typename _Alloc::size_type>
107 typedef detail::lu_counter_metadata<size_type> metadata_type;
110 typedef detail::lu_counter_policy_base<size_type> base_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/
mod_based_range_hashing.hpp 46 namespace detail namespace in namespace:__gnu_pbds
70 } // namespace detail
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
list_update_policy.hpp 46 #include <ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp>
93 : private detail::lu_counter_policy_base<typename _Alloc::size_type>
107 typedef detail::lu_counter_metadata<size_type> metadata_type;
110 typedef detail::lu_counter_policy_base<size_type> base_type;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
ICallDetailProvider.java 17 package com.android.ide.eclipse.gltrace.views.detail;
27 * Update the detail view for given {@link GLCall} that is part of the given
IStateDetailProvider.java 17 package com.android.ide.eclipse.gltrace.views.detail;
25 /** Update the detail view for given GL state property. */
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CustomEventCustom.cpp 45 static v8::Handle<v8::Value> cacheState(v8::Handle<v8::Object> customEvent, v8::Handle<v8::Value> detail, v8::Isolate* isolate)
47 V8HiddenValue::setHiddenValue(isolate, customEvent, V8HiddenValue::detail(isolate), detail);
48 return detail;
56 v8::Handle<v8::Value> result = V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::detail(info.GetIsolate()));
65 // we need to find the 'detail' property on the main world wrapper and clone it.
66 v8::Local<v8::Value> mainWorldDetail = V8HiddenValue::getHiddenValueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenValue::detail(info.GetIsolate()));
93 V8HiddenValue::setHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::detail(info.GetIsolate()), detailsArg);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_categories.hpp 10 # include <boost/detail/iterator.hpp>
11 # include <boost/iterator/detail/config_def.hpp>
13 # include <boost/detail/workaround.hpp>
67 namespace detail namespace in namespace:boost
142 } // namespace detail
153 , boost::detail::old_category_to_traversal<Cat>
161 typename boost::detail::iterator_traits<Iterator>::iterator_category
186 #include <boost/iterator/detail/config_undef.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_pod.hpp 15 #include <boost/type_traits/detail/ice_or.hpp>
21 #include <boost/type_traits/detail/bool_trait_def.hpp>
34 namespace detail { namespace in namespace:boost
114 ::boost::detail::is_pod_helper<
132 } // namespace detail
134 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_POD,T,::boost::detail::is_pod_impl<T>::value)
135 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_pod,T,::boost::detail::is_pod_impl<T>::value)
139 #include <boost/type_traits/detail/bool_trait_undef.hpp>
is_signed.hpp 16 #include <boost/type_traits/detail/ice_or.hpp>
19 #include <boost/type_traits/detail/bool_trait_def.hpp>
25 namespace detail{ namespace in namespace:boost
46 BOOST_STATIC_CONSTANT(bool, value = (!(::boost::detail::is_signed_values<T>::minus_one > boost::detail::is_signed_values<T>::zero)));
133 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_signed,T,::boost::detail::is_signed_imp<T>::value)
138 #include <boost/type_traits/detail/bool_trait_undef.hpp>
is_unsigned.hpp 16 #include <boost/type_traits/detail/ice_or.hpp>
19 #include <boost/type_traits/detail/bool_trait_def.hpp>
25 namespace detail{ namespace in namespace:boost
45 BOOST_STATIC_CONSTANT(bool, value = (::boost::detail::is_unsigned_values<T>::minus_one > ::boost::detail::is_unsigned_values<T>::zero));
128 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_unsigned,T,::boost::detail::is_unsigned_imp<T>::value)
133 #include <boost/type_traits/detail/bool_trait_undef.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 101 namespace detail{\
112 template <class T> struct is_##name : public boost::mpl::bool_< ::boost::math::policies::detail::is_##name##_imp<T>::value>{};
116 namespace detail{\
127 template <class T> struct is_##name : public boost::mpl::bool_< ::boost::math::policies::detail::is_##name##_imp<T>::value>{};
131 namespace detail{\
143 BOOST_STATIC_CONSTANT(bool, value = sizeof( ::boost::math::policies::detail::is_##name##_tester<T>::test(inst)) == 1);\
146 template <class T> struct is_##name : public boost::mpl::bool_< ::boost::math::policies::detail::is_##name##_imp<T>::value>\
153 namespace detail{\
165 BOOST_STATIC_CONSTANT(bool, value = sizeof( ::boost::math::policies::detail::is_##name##_tester<T>::test(inst)) == 1);\
168 template <class T> struct is_##name : public boost::mpl::bool_< ::boost::math::policies::detail::is_##name##_imp<T>::value>
232 namespace detail{ namespace in namespace:boost::math::policies
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
find_format.hpp 18 #include <boost/algorithm/string/detail/find_format_store.hpp>
19 #include <boost/algorithm/string/detail/replace_storage.hpp>
23 namespace detail { namespace in namespace:boost::algorithm
78 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) {
79 return ::boost::algorithm::detail::find_format_copy_impl2(
139 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) {
140 return ::boost::algorithm::detail::find_format_copy_impl2(
179 ::boost::algorithm::detail::replace( Input, M.begin(), M.end(), M.format_result() );
191 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) {
192 ::boost::algorithm::detail::find_format_impl2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/pat_trie_/
traits.hpp 44 #include <ext/pb_ds/detail/pat_trie_/node_base.hpp>
45 #include <ext/pb_ds/detail/pat_trie_/head.hpp>
46 #include <ext/pb_ds/detail/pat_trie_/leaf.hpp>
47 #include <ext/pb_ds/detail/pat_trie_/internal_node.hpp>
48 #include <ext/pb_ds/detail/pat_trie_/point_iterators.hpp>
49 #include <ext/pb_ds/detail/pat_trie_/node_iterators.hpp>
50 #include <ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp>
54 namespace detail namespace in namespace:__gnu_pbds
90 __gnu_pbds::detail::synth_e_access_traits<
251 __gnu_pbds::detail::synth_e_access_traits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 51 #include <ext/pb_ds/detail/cond_dealtor.hpp>
52 #include <ext/pb_ds/detail/type_utils.hpp>
53 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp>
57 namespace detail namespace in namespace:__gnu_pbds
196 #include <ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp>
197 #include <ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp>
198 #include <ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp>
199 #include <ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp>
200 #include <ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp>
201 #include <ext/pb_ds/detail/binomial_heap_base_/split_join_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/binomial_heap_base_/
binomial_heap_base_.hpp 51 #include <ext/pb_ds/detail/cond_dealtor.hpp>
52 #include <ext/pb_ds/detail/type_utils.hpp>
53 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp>
57 namespace detail namespace in namespace:__gnu_pbds
196 #include <ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp>
197 #include <ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp>
198 #include <ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp>
199 #include <ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp>
200 #include <ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp>
201 #include <ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 44 #include <ext/pb_ds/detail/pat_trie_/node_base.hpp>
45 #include <ext/pb_ds/detail/pat_trie_/head.hpp>
46 #include <ext/pb_ds/detail/pat_trie_/leaf.hpp>
47 #include <ext/pb_ds/detail/pat_trie_/internal_node.hpp>
48 #include <ext/pb_ds/detail/pat_trie_/point_iterators.hpp>
49 #include <ext/pb_ds/detail/pat_trie_/node_iterators.hpp>
50 #include <ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp>
54 namespace detail namespace in namespace:__gnu_pbds
90 __gnu_pbds::detail::synth_e_access_traits<
251 __gnu_pbds::detail::synth_e_access_traits
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 44 #include <ext/pb_ds/detail/pat_trie_/node_base.hpp>
45 #include <ext/pb_ds/detail/pat_trie_/head.hpp>
46 #include <ext/pb_ds/detail/pat_trie_/leaf.hpp>
47 #include <ext/pb_ds/detail/pat_trie_/internal_node.hpp>
48 #include <ext/pb_ds/detail/pat_trie_/point_iterators.hpp>
49 #include <ext/pb_ds/detail/pat_trie_/node_iterators.hpp>
50 #include <ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp>
54 namespace detail namespace in namespace:__gnu_pbds
90 __gnu_pbds::detail::synth_e_access_traits<
251 __gnu_pbds::detail::synth_e_access_traits
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 44 #include <ext/pb_ds/detail/pat_trie_/node_base.hpp>
45 #include <ext/pb_ds/detail/pat_trie_/head.hpp>
46 #include <ext/pb_ds/detail/pat_trie_/leaf.hpp>
47 #include <ext/pb_ds/detail/pat_trie_/internal_node.hpp>
48 #include <ext/pb_ds/detail/pat_trie_/point_iterators.hpp>
49 #include <ext/pb_ds/detail/pat_trie_/node_iterators.hpp>
50 #include <ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp>
54 namespace detail namespace in namespace:__gnu_pbds
90 __gnu_pbds::detail::synth_e_access_traits<
251 __gnu_pbds::detail::synth_e_access_traits
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 44 #include <ext/pb_ds/detail/pat_trie_/node_base.hpp>
45 #include <ext/pb_ds/detail/pat_trie_/head.hpp>
46 #include <ext/pb_ds/detail/pat_trie_/leaf.hpp>
47 #include <ext/pb_ds/detail/pat_trie_/internal_node.hpp>
48 #include <ext/pb_ds/detail/pat_trie_/point_iterators.hpp>
49 #include <ext/pb_ds/detail/pat_trie_/node_iterators.hpp>
50 #include <ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp>
54 namespace detail namespace in namespace:__gnu_pbds
90 __gnu_pbds::detail::synth_e_access_traits<
251 __gnu_pbds::detail::synth_e_access_traits
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 44 #include <ext/pb_ds/detail/pat_trie_/node_base.hpp>
45 #include <ext/pb_ds/detail/pat_trie_/head.hpp>
46 #include <ext/pb_ds/detail/pat_trie_/leaf.hpp>
47 #include <ext/pb_ds/detail/pat_trie_/internal_node.hpp>
48 #include <ext/pb_ds/detail/pat_trie_/point_iterators.hpp>
49 #include <ext/pb_ds/detail/pat_trie_/node_iterators.hpp>
50 #include <ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp>
54 namespace detail namespace in namespace:__gnu_pbds
90 __gnu_pbds::detail::synth_e_access_traits<
251 __gnu_pbds::detail::synth_e_access_traits
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 51 #include <ext/pb_ds/detail/cond_dealtor.hpp>
52 #include <ext/pb_ds/detail/type_utils.hpp>
53 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp>
57 namespace detail namespace in namespace:__gnu_pbds
196 #include <ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp>
197 #include <ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp>
198 #include <ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp>
199 #include <ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp>
200 #include <ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp>
201 #include <ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 44 #include <ext/pb_ds/detail/pat_trie_/node_base.hpp>
45 #include <ext/pb_ds/detail/pat_trie_/head.hpp>
46 #include <ext/pb_ds/detail/pat_trie_/leaf.hpp>
47 #include <ext/pb_ds/detail/pat_trie_/internal_node.hpp>
48 #include <ext/pb_ds/detail/pat_trie_/point_iterators.hpp>
49 #include <ext/pb_ds/detail/pat_trie_/node_iterators.hpp>
50 #include <ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp>
54 namespace detail namespace in namespace:__gnu_pbds
90 __gnu_pbds::detail::synth_e_access_traits<
251 __gnu_pbds::detail::synth_e_access_traits
    [all...]

Completed in 1802 milliseconds

<<11121314151617181920>>