| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/ | 
| insert_fn_imps.hpp | 41 #include <ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp> 42 #include <ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp>
 
 | 
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/hash_fn/ | 
| probe_fn_base.hpp | 48   namespace detail  namespace in namespace:__gnu_pbds 57 } // 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/list_update_map_/ | 
| entry_metadata_base.hpp | 46   namespace detail  namespace in namespace:__gnu_pbds 57   } // namespace detail
 
 | 
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/ | 
| test_convertible.hpp | 26 namespace detail {  namespace 40 { return detail::test_convertible_imp<Tp, Args...>(0); }
 
 | 
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/ | 
| _literals.hpp | 37 	GLM_FUNC_QUALIFIER detail::half operator "" _h(long double const s) 39 		return detail::half(s);
 
 | 
| intrinsic_geometric.hpp | 41 namespace detail  namespace in namespace:glm 70 }//namespace detail
 
 | 
| intrinsic_integer.hpp | 39 namespace detail  namespace in namespace:glm 44 }//namespace detail
 
 | 
| type_mat2x2.inl | 30 namespace detail 338 		return (*this = *this * detail::compute_inverse<detail::tmat2x2, T, P>::call(m));
 374 	struct compute_inverse<detail::tmat2x2, T, P>
 376 		GLM_FUNC_QUALIFIER static detail::tmat2x2<T, P> call(detail::tmat2x2<T, P> const & m)
 382 			detail::tmat2x2<T, P> Inverse(
 498 		return detail::tvec2<T, P>(
 510 		return detail::tvec2<T, P>(
 594 		return detail::compute_inverse<detail::tmat2x2, T, P>::call(m) * v
 [all...]
 | 
| type_mat4x4.inl | 30 namespace detail 236 		this->value[0] = col_type(m[0], detail::tvec2<T, P>(0));
 237 		this->value[1] = col_type(m[1], detail::tvec2<T, P>(0));
 272 		this->value[0] = col_type(m[0], detail::tvec2<T, P>(0));
 273 		this->value[1] = col_type(m[1], detail::tvec2<T, P>(0));
 274 		this->value[2] = col_type(m[2], detail::tvec2<T, P>(0));
 296 		this->value[0] = col_type(m[0], detail::tvec2<T, P>(0));
 297 		this->value[1] = col_type(m[1], detail::tvec2<T, P>(0));
 437 		return (*this = *this * detail::compute_inverse<detail::tmat4x4, T, P>::call(m))
 [all...]
 | 
| /tools/tradefederation/core/atest/ | 
| test_mapping.py | 29         Parse test detail from a dictionary, e.g., 41             details: A dictionary of test detail.
 
 | 
| /external/mesa3d/src/gallium/state_trackers/clover/core/ | 
| property.hpp | 34    namespace detail {  namespace in namespace:clover 99       detail::property_scalar<T>
 105       detail::property_vector<T>
 111       detail::property_matrix<T>
 116       detail::property_string
 142    namespace detail {  namespace in namespace:clover
 
 | 
| /external/parameter-framework/asio-1.10.6/include/asio/ip/ | 
| basic_endpoint.hpp | 15 #include "asio/detail/config.hpp" 17 #include "asio/ip/detail/endpoint.hpp"
 20 #include "asio/detail/push_options.hpp"
 46   typedef asio::detail::socket_addr_type data_type;
 218   asio::ip::detail::endpoint impl_;
 225 #include "asio/detail/pop_options.hpp"
 
 | 
| /external/webrtc/webrtc/modules/video_coding/ | 
| BUILD.gn | 78     # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. 112     # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
 132     # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
 167     # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
 201     # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
 239     # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
 
 | 
| /frameworks/compile/mclinker/lib/MC/ | 
| MCLDDirectory.cpp | 30     sys::fs::detail::open_dir(*this); 44     sys::fs::detail::open_dir(*this);
 58     sys::fs::detail::open_dir(*this);
 72     sys::fs::detail::open_dir(*this);
 93     sys::fs::detail::canonicalize(Directory::m_Path.native());
 94     sys::fs::detail::open_dir(*this);
 
 | 
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/ | 
| traits.hpp | 44 #include <ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp> 45 #include <ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp>
 49   namespace detail  namespace in namespace:__gnu_pbds
 74       typedef __gnu_pbds::detail::synth_access_traits<type_traits, false, access_traits>   synth_access_traits;
 121       typedef __gnu_pbds::detail::synth_access_traits<type_traits, true, access_traits> synth_access_traits;
 145   } // 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/pat_trie_/ | 
| traits.hpp | 44 #include <ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp> 45 #include <ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp>
 49   namespace detail  namespace in namespace:__gnu_pbds
 74       typedef __gnu_pbds::detail::synth_access_traits<type_traits, false, access_traits>   synth_access_traits;
 121       typedef __gnu_pbds::detail::synth_access_traits<type_traits, true, access_traits> synth_access_traits;
 145   } // namespace detail
 
 | 
| /external/apache-commons-math/src/main/java/org/apache/commons/math/ | 
| MathRuntimeException.java | 57      * formatted detail message. 70      * formatted detail message.
 96      * formatted detail message and nested <code>Throwable</code> root cause.
 112      * formatted detail message and nested <code>Throwable</code> root cause.
 222      * Constructs a new <code>ArithmeticException</code> with specified formatted detail message.
 236      * Constructs a new <code>ArithmeticException</code> with specified formatted detail message.
 266      * Constructs a new <code>ArrayIndexOutOfBoundsException</code> with specified formatted detail message.
 280      * Constructs a new <code>ArrayIndexOutOfBoundsException</code> with specified formatted detail message.
 310      * Constructs a new <code>EOFException</code> with specified formatted detail message.
 324      * Constructs a new <code>EOFException</code> with specified formatted detail message
 [all...]
 | 
| MathException.java | 56      * detail message. 65      * formatted detail message.
 78      * formatted detail message.
 104      * formatted detail message and nested <code>Throwable</code> root cause.
 120      * formatted detail message and nested <code>Throwable</code> root cause.
 
 | 
| /art/libartbase/base/ | 
| variant_map.h | 76 namespace detail {  namespace in namespace:art 133 }  // namespace detail
 137 struct VariantMapKey : detail::VariantMapKeyRaw {
 149   // explicit VariantMapKey(size_t counter) : detail::VariantMapKeyRaw(counter) {}
 191 namespace detail {  namespace in namespace:art
 195 }  // namespace detail
 249   // TODO: move to detail, or make it more generic like a ScopeGuard(function)
 354       const detail::VariantMapKeyRaw* raw_key_other = kv_pair.first;
 357       detail::VariantMapKeyRaw* cloned_raw_key = raw_key_other->Clone();
 401     bool operator()(const detail::VariantMapKeyRaw* lhs
 [all...]
 | 
| /external/vulkan-validation-layers/libs/glm/detail/ | 
| type_mat2x2.inl | 30 namespace detail 338 		return (*this = *this * detail::compute_inverse<detail::tmat2x2, T, P>::call(m));
 374 	struct compute_inverse<detail::tmat2x2, T, P>
 376 		GLM_FUNC_QUALIFIER static detail::tmat2x2<T, P> call(detail::tmat2x2<T, P> const & m)
 382 			detail::tmat2x2<T, P> Inverse(
 498 		return detail::tvec2<T, P>(
 510 		return detail::tvec2<T, P>(
 594 		return detail::compute_inverse<detail::tmat2x2, T, P>::call(m) * v
 [all...]
 | 
| type_mat4x4.inl | 30 namespace detail 236 		this->value[0] = col_type(m[0], detail::tvec2<T, P>(0));
 237 		this->value[1] = col_type(m[1], detail::tvec2<T, P>(0));
 272 		this->value[0] = col_type(m[0], detail::tvec2<T, P>(0));
 273 		this->value[1] = col_type(m[1], detail::tvec2<T, P>(0));
 274 		this->value[2] = col_type(m[2], detail::tvec2<T, P>(0));
 296 		this->value[0] = col_type(m[0], detail::tvec2<T, P>(0));
 297 		this->value[1] = col_type(m[1], detail::tvec2<T, P>(0));
 437 		return (*this = *this * detail::compute_inverse<detail::tmat4x4, T, P>::call(m))
 [all...]
 | 
| /external/autotest/client/site_tests/graphics_WebGLAquarium/ | 
| sampler.py | 137             '(?P<detail>.*)') # detail: 'pipe=0, fb=25, state=wait_kds' 144             pipe, fb, state = self.exynos_parser(m_dict['detail'])
 151     def exynos_parser(self, detail):
 152         """Parse exynos event's detail.
 154         @param detail: a string like 'pipe=0, fb=25, state=wait_kds'
 162         if re.match(re_pattern, detail) is None:
 163             logging.debug('==fail==' + re_pattern + ', ' + detail)
 164         m_dict = re.match(re_pattern, detail).groupdict()
 
 | 
| /external/parameter-framework/asio-1.10.6/include/asio/detail/ | 
| bind_handler.hpp | 2 // detail/bind_handler.hpp 15 #include "asio/detail/config.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
 481 } // namespace detail
 484 #include "asio/detail/pop_options.hpp"
 
 | 
| /external/llvm/include/llvm/ADT/ | 
| DenseSet.h | 21 namespace detail {  namespace in namespace:llvm 40   typedef DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT,
 41                    detail::DenseSetPair<ValueT>> MapTy;
 153     detail::DenseSetEmpty Empty;
 166     detail::DenseSetEmpty Empty;
 
 | 
| /external/mesa3d/src/gallium/state_trackers/clover/util/ | 
| algebra.hpp | 67    namespace detail {  namespace in namespace:clover 79                         typename detail::are_defined<
 136    namespace detail {  namespace in namespace:clover
 153    detail::dot_type<U, V>
 155       return fold(plus(), detail::dot_type<U, V>(),
 
 |