HomeSort by relevance Sort by last modified time
    Searched refs:nested (Results 101 - 125 of 268) sorted by null

1 2 3 45 6 7 8 91011

  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/
parser_unittest.py 369 """Tests that "nested" namespaces work."""
  /external/eigen/Eigen/src/Core/
Diagonal.h 40 typedef typename nested<MatrixType>::type MatrixTypeNested;
133 const typename internal::remove_all<typename MatrixType::Nested>::type&
145 typename MatrixType::Nested m_matrix;
GeneralProduct.h 151 // TODO use the nested type to reduce instanciations ????
152 // typedef typename internal::nested<Lhs,Rhs::ColsAtCompileTime>::type LhsNested;
153 // typedef typename internal::nested<Rhs,Lhs::RowsAtCompileTime>::type RhsNested;
155 typedef GeneralProduct<Lhs/*Nested*/, Rhs/*Nested*/, ProductType> Type;
161 typedef typename internal::nested<Lhs, Rhs::ColsAtCompileTime, typename internal::plain_matrix_type<Lhs>::type >::type LhsNested;
162 typedef typename internal::nested<Rhs, Lhs::RowsAtCompileTime, typename internal::plain_matrix_type<Rhs>::type >::type RhsNested;
169 typedef typename internal::nested<Lhs, Rhs::ColsAtCompileTime, typename internal::plain_matrix_type<Lhs>::type >::type LhsNested;
170 typedef typename internal::nested<Rhs, Lhs::RowsAtCompileTime, typename internal::plain_matrix_type<Rhs>::type >::type RhsNested;
Replicate.h 41 typedef typename nested<MatrixType,Factor>::type MatrixTypeNested;
Reverse.h 40 typedef typename nested<MatrixType>::type MatrixTypeNested;
173 const typename internal::remove_all<typename MatrixType::Nested>::type&
180 typename MatrixType::Nested m_matrix;
SelfCwiseBinaryOp.h 149 typename internal::nested<Rhs>::type rhs(_rhs);
SelfAdjointView.h 35 typedef typename nested<MatrixType>::type MatrixTypeNested;
Transpose.h 35 typedef typename nested<MatrixType>::type MatrixTypeNested;
72 /** \returns the nested expression */
73 const typename internal::remove_all<typename MatrixType::Nested>::type&
76 /** \returns the nested expression */
77 typename internal::remove_all<typename MatrixType::Nested>::type&
81 typename MatrixType::Nested m_matrix;
  /external/eigen/Eigen/src/SparseCore/
SparseUtil.h 50 typedef typename Eigen::internal::nested<Derived >::type Nested; \
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceParticipant.java 265 /** Create nested Java refactoring which updates the R field references, if applicable */
271 * Create nested Java refactoring which updates the R field references, if
386 CompositeChange nested = new CompositeChange( local
388 addResourceFileChanges(nested, project, monitor);
389 if (nested.getChildren().length > 0) {
390 result.add(nested);
  /external/chromium_org/third_party/sqlite/src/src/
insert.c 539 if( pParse->nested==0 ) sqlite3VdbeCountChanges(v);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 1302 NestedConfiguration nested = (NestedConfiguration) configuration; local
1325 NestedConfiguration nested = NestedConfiguration.create( local
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 290 // then also check if we're in a third-level nested list that's toggleable
298 // then also check if the parent list is also nested in a hidden list
518 // handle nested items
521 // handle second level nested items
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 535 * nested within a (..), {..}, or [..], then ignore newlines.
552 * Ignore leading whitespace when nested in [..], (..), {..}.
  /external/chromium_org/extensions/renderer/resources/
utils.js 129 * Returns a deep copy of |value|. The copy will have no references to nested
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-parsing.js 85 // Yield is only a keyword in the body of the generator, not in nested
  /external/libunwind/doc/
unw_resume.tex 28 frames younger (more deeply nested) than the one identified by
  /external/skia/gm/
Android.mk 123 nested.cpp \
  /external/chromium_org/testing/gtest/test/
gtest-printers_test.cc 1031 // Nested tuples.
1033 ::std::tr1::tuple< ::std::tr1::tuple<int, bool>, char> nested(
1035 EXPECT_EQ("((5, true), 'a' (97, 0x61))", Print(nested));
    [all...]
  /external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp 360 namespace nested { namespace
  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 37 typedef typename nested<MatrixType>::type MatrixTypeNested;
111 typename MatrixType::Nested m_matrix;
239 typedef typename remove_all<typename LhsMatrixTypeCleaned::Nested>::type LhsMatrixTypeNested;
260 typename LhsMatrixTypeCleaned::Nested m_lhs;
261 typename MatrixType::Nested m_rhs;
279 typedef typename remove_all<typename Rhs::Nested>::type RhsNested;
299 typename MatrixType::Nested m_lhs;
300 typename Rhs::Nested m_rhs;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 84 return bool(self._table.nested)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 84 return bool(self._table.nested)
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 272 int nested = 0; local
277 ++nested;
281 if (--nested < 0) {
    [all...]
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 72 # (nested in if/else redirect)
178 # (nested in if/else redirect and if/else NDK)

Completed in 1238 milliseconds

1 2 3 45 6 7 8 91011