| /external/eigen/Eigen/src/Eigen2Support/ |
| Minor.h | 34 typedef typename nested<MatrixType>::type MatrixTypeNested; 85 const typename MatrixType::Nested m_matrix;
|
| /external/eigen/Eigen/src/LU/ |
| Determinant.h | 95 typedef typename internal::nested<Derived,Base::RowsAtCompileTime>::type Nested; 96 return internal::determinant_impl<typename internal::remove_all<Nested>::type>::run(derived());
|
| /external/libffi/src/ia64/ |
| ffi.c | 167 hfa_element_type (ffi_type *type, int nested) 175 synthetic HFA type if we're nested within an aggregate. */ 176 if (nested) 182 if (nested) 190 if (LDBL_MANT_DIG == 64 && nested)
|
| /external/v8/test/mjsunit/compiler/ |
| literals-optimized.js | 56 // Test nested array literal. 90 // Test nested object literal.
|
| /system/media/camera/docs/ |
| metadata_template.mako | 55 % for nested in node.namespaces: 56 ${insert_namespace(nested)}
|
| html.mako | 122 % for nested in node.namespaces: 123 ${ insert_toc_body(nested)} 195 % for nested in node.namespaces: 196 ${insert_namespace(nested)}
|
| /external/chromium_org/third_party/icu/source/common/ |
| uniset_props.cpp | 564 UnicodeSet* nested = 0; // alias - do not delete local 574 // -------- Parse '[' of opening delimiter OR nested set. 575 // If there is a nested set, use `setMode' to define how 579 // characters representing a nested set in the symbol 607 // otherwise restart loop for nested [], \p{}, etc. 624 // casting away const, but `nested' won't be modified 626 nested = const_cast<UnicodeSet*>(ms); 632 // -------- Handle a nested set. This either is inline in 654 if (nested == 0) { 660 nested = scratch.pointer() [all...] |
| /external/chromium_org/v8/src/ |
| interface.cc | 104 Nesting nested; local 178 Nesting nested; local
|
| /external/chromium_org/v8/test/webkit/ |
| resolve-arguments-from-scope.js | 25 "Tests that doing repeated resolves of 'arguments' from some nested scope doesn't crash."
|
| /external/eigen/Eigen/src/Core/ |
| ArrayWrapper.h | 29 : public traits<typename remove_all<typename ExpressionType::Nested>::type > 49 typedef typename internal::nested<ExpressionType>::type NestedExpressionType; 142 : public traits<typename remove_all<typename ExpressionType::Nested>::type > 162 typedef typename internal::nested<ExpressionType>::type NestedExpressionType;
|
| CwiseBinaryOp.h | 63 typedef typename Lhs::Nested LhsNested; 64 typedef typename Rhs::Nested RhsNested; 120 typedef typename internal::nested<Lhs>::type LhsNested; 121 typedef typename internal::nested<Rhs>::type RhsNested; 149 /** \returns the left hand side nested expression */ 151 /** \returns the right hand side nested expression */
|
| CwiseUnaryView.h | 37 typedef typename MatrixType::Nested MatrixTypeNested; 77 /** \returns the nested expression */ 78 const typename internal::remove_all<typename MatrixType::Nested>::type& 81 /** \returns the nested expression */ 82 typename internal::remove_all<typename MatrixType::Nested>::type& 86 // FIXME changed from MatrixType::Nested because of a weird compilation error with sun CC 87 typename internal::nested<MatrixType>::type m_matrix;
|
| /external/eigen/Eigen/src/SparseCore/ |
| SparseProduct.h | 28 typename internal::nested<Lhs,Rhs::RowsAtCompileTime>::type>::type LhsNested; 32 typename internal::nested<Rhs,Lhs::RowsAtCompileTime>::type>::type RhsNested; 42 // clean the nested types:
|
| /external/v8/src/ |
| interface.cc | 98 Nesting nested; local 162 Nesting nested; local
|
| /external/clang/test/CodeGenCXX/ |
| cxx0x-initializer-stdinitializerlist.cpp | 399 namespace nested { namespace
|
| /external/chromium_org/third_party/sqlite/src/src/ |
| tokenize.c | 487 if( pParse->pVdbe && pParse->nErr>0 && pParse->nested==0 ){ 492 if( pParse->nested==0 ){
|
| /external/chromium_org/v8/test/mjsunit/ |
| global-load-from-nested-eval.js | 28 // Tests global loads from nested eval.
|
| /external/chromium_org/v8/test/mjsunit/harmony/ |
| debug-evaluate-blockscopes.js | 31 // nested catch contexts.
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-1586.js | 31 // nested catch contexts.
|
| regress-265.js | 28 // When returning or breaking out of a deeply nested try/finally, we
|
| /external/eigen/Eigen/src/Core/util/ |
| Macros.h | 329 typedef typename Eigen::internal::nested<Derived>::type Nested; \ 346 typedef typename Eigen::internal::nested<Derived>::type Nested; \
|
| /external/eigen/unsupported/Eigen/src/Skyline/ |
| SkylineProduct.h | 17 typedef const typename internal::nested<Lhs, Rhs::RowsAtCompileTime>::type LhsNested; 18 typedef const typename internal::nested<Rhs, Lhs::RowsAtCompileTime>::type RhsNested; 25 // clean the nested types:
|
| /external/v8/test/mjsunit/ |
| global-load-from-nested-eval.js | 28 // Tests global loads from nested eval.
|
| /external/v8/test/mjsunit/harmony/ |
| debug-evaluate-blockscopes.js | 31 // nested catch contexts.
|
| /external/v8/test/mjsunit/regress/ |
| regress-1586.js | 31 // nested catch contexts.
|