| /external/skqp/include/ports/ | 
| SkTypeface_mac.h | 44  *  See https://code.google.com/p/skia/issues/detail?id=3408 
 | 
| /external/skqp/src/utils/ | 
| SkPatchUtils.h | 46      * Method that calculates a level of detail (number of subdivisions) for a patch in both axis. 
 | 
| /external/skqp/tests/ | 
| FillPathTest.cpp | 29 // http://code.google.com/p/skia/issues/detail?id=87 
 | 
| TLSTest.cpp | 58     // http://code.google.com/p/skia/issues/detail?id=619 
 | 
| /external/skqp/tools/skp/page_sets/ | 
| skia_css3gradients_desktop.py | 39       # Why: http://code.google.com/p/chromium/issues/detail?id=168448 
 | 
| skia_pokemonwiki_desktop.py | 36       # Why: http://code.google.com/p/chromium/issues/detail?id=136555 
 | 
| skia_wowwiki_desktop.py | 36       # Why: http://code.google.com/p/chromium/issues/detail?id=136555 
 | 
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue147/ | 
| PrintableTest.java | 23     // http://code.google.com/p/snakeyaml/issues/detail?id=147 
 | 
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue24/ | 
| LineNumberTest.java | 24  * to test http://code.google.com/p/snakeyaml/issues/detail?id=24 
 | 
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue38/ | 
| BigNumberIdTest.java | 26  * to test http://code.google.com/p/snakeyaml/issues/detail?id=38 
 | 
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue51/ | 
| UnicodeStyleTest.java | 26  *      href="http://code.google.com/p/snakeyaml/issues/detail?id=51">Issue</a> 
 | 
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ | 
| AlignOf.h | 105 namespace detail {  namespace in namespace:llvm 125 } // end namespace detail
 139     alignof(llvm::detail::AlignerImpl<T1, T2, T3, T4, T5,
 141     sizeof(::llvm::detail::SizerImpl<T1, T2, T3, T4, T5,
 
 | 
| Options.h | 45 namespace detail {  namespace in namespace:llvm 57 } // namespace detail
 100     instance().addOption(&detail::OptionKey<ValT, Base, Mem>::ID, Option);
 112     auto It = Options.find(&detail::OptionKey<ValT, Base, Mem>::ID);
 
 | 
| /external/swiftshader/third_party/subzero/src/ | 
| IceClFlags.h | 54 // detail defines the type cl_type_traits, which is used to define the 57 namespace detail {  namespace in namespace:Ice
 81 } // end of namespace detail
 115       detail::cl_type_traits<Type, cl_detail::ClType>::storage_type;           \
 
 | 
| /external/tensorflow/tensorflow/core/api_def/base_api/ | 
| api_def_LRN.pbtxt | 38 `depth_radius`.  In detail, 
 | 
| api_def_VariableV2.pbtxt | 41 TODO(zhifengc/mrry): Adds a pointer to a more detail document 
 | 
| /external/v8/src/ | 
| base.isolate | 42     # Workaround for https://code.google.com/p/swarming/issues/detail?id=211 
 | 
| /external/valgrind/ | 
| valgrind.spec | 18 memory management and threading bugs, and profile your programs in detail. You 
 | 
| valgrind.spec.in | 18 memory management and threading bugs, and profile your programs in detail. You 
 | 
| /external/vulkan-validation-layers/libs/glm/ | 
| common.hpp | 32 #include "detail/func_common.hpp" 
 | 
| exponential.hpp | 32 #include "detail/func_exponential.hpp" 
 | 
| geometric.hpp | 32 #include "detail/func_geometric.hpp" 
 | 
| integer.hpp | 32 #include "detail/func_integer.hpp" 
 | 
| matrix.hpp | 32 #include "detail/func_matrix.hpp" 
 | 
| /external/vulkan-validation-layers/libs/glm/detail/ | 
| type_mat3x3.inl | 30 namespace detail 198 		this->value[2] = col_type(detail::tvec2<T, P>(0), value_type(1));
 220 		this->value[2] = col_type(detail::tvec2<T, P>(0), value_type(1));
 242 		this->value[2] = col_type(detail::tvec2<T, P>(0), value_type(1));
 371 		return (*this = *this * detail::compute_inverse<detail::tmat3x3, T, P>::call(m));
 409 	struct compute_inverse<detail::tmat3x3, T, P>
 411 		static detail::tmat3x3<T, P> call(detail::tmat3x3<T, P> const & m)
 418 			detail::tmat3x3<T, P> Inverse(detail::tmat3x3<T, P>::_null)
 [all...]
 |