| /external/v8/test/mjsunit/ |
| debug-liveedit-3.js | 32 // hasen't been changed. However actually function became one level more nested
|
| global-load-from-eval.js | 61 // Test loading of globals from deeply nested eval. This code is a
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| WrapInRefactoring.java | 368 String nested = getText(mSelectionStart, mSelectionEnd); local 371 index = nested.indexOf('\n', index);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
| LinearLayoutRuleTest.java | 235 NestedAction nested = (NestedAction) propertiesMenu; local 236 List<RuleAction> nestedActions = nested.getNestedActions(node);
|
| /build/tools/droiddoc/templates-pdk/ |
| sdkpage.cs | 69 # (nested in if/else redirect) 140 # (nested in if/else redirect and if/else NDK)
|
| /external/eigen/Eigen/src/Core/ |
| Diagonal.h | 40 typedef typename nested<MatrixType>::type MatrixTypeNested; 132 const typename internal::remove_all<typename MatrixType::Nested>::type& 144 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; \
|
| /external/kernel-headers/original/linux/ |
| lockdep.h | 236 extern void lock_release(struct lockdep_map *lock, int 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);
|
| /system/media/camera/docs/ |
| html.mako | 164 % for nested in node.namespaces: 165 ${insert_namespace(nested)}
|
| /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/grub/stage2/ |
| stage2.c | 88 get_entry (char *list, int num, int nested) 98 while (nested && *(list++));
|
| /external/webkit/LayoutTests/dom/xhtml/level3/core/ |
| handleerror02.js | 85 * @param errors Value from value attribute of nested var element
|
| /external/chromium/testing/gmock/test/ |
| gmock-generated-matchers_test.cc | 465 vector<list<char> > nested; local 467 nested.push_back(list<char>(strings[i], strings[i] + strlen(strings[i]))); 470 EXPECT_THAT(nested, ElementsAre(ElementsAre('H', Ne('e')), 472 EXPECT_THAT(nested, Not(ElementsAre(ElementsAre('H', 'e'), [all...] |
| /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;
|
| /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)
|