Searched refs:nested (Results 1 - 25 of 94) sorted by relevance

1234

/external/clang/test/Preprocessor/
H A Dmacro_paste_msextensions.c19 #define nested(x) int x comment cute little dead tokens... macro
21 nested(baz) rise of the dead tokens
/external/javassist/src/main/javassist/convert/
H A DTransformNewClass.java23 private int nested; field in class:TransformNewClass
35 nested = 0;
62 ++nested;
68 if (typedesc != 0 && nested > 0) {
76 --nested;
H A DTransformNew.java23 private int nested; field in class:TransformNew
35 nested = 0;
66 ++nested;
82 if (typedesc != 0 && nested > 0) {
86 --nested;
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
H A Dregress-154693.js56 function nested() {}
57 return nested;
/external/clang/test/PCH/
H A Dstruct.c28 struct Nested nested = { 1, 2 }; variable in typeref:struct:Nested
/external/skia/tests/
H A DStrokeTest.cpp47 SkRect nested[2]; local
48 REPORTER_ASSERT(reporter, fillPath.isNestedRects(nested) == isMiter);
52 REPORTER_ASSERT(reporter, equal(nested[0], outer));
53 REPORTER_ASSERT(reporter, equal(nested[1], inner));
/external/clang/test/SemaCXX/
H A Dmissing-namespace-qualifier-typo-corrections.cpp17 namespace nested { bool moreFoobar() { return true; } } // expected-note{{'fizbin::nested::moreFoobar' declared here}} namespace in namespace:fizbin
18 namespace nested { bool lessFoobar() { return true; } } // expected-note{{'fizbin::nested' declared here}} \ namespace in namespace:fizbin
19 // expected-note{{'fizbin::nested::lessFoobar' declared here}}
28 if (moreFoobar()) Double(7); // expected-error{{use of undeclared identifier 'moreFoobar'; did you mean 'fizbin::nested::moreFoobar'}}
29 if (lessFoobar()) Double(7); // expected-error{{use of undeclared identifier 'lessFoobar'; did you mean 'fizbin::nested::lessFoobar'?}}
31 if (nested::moreFoobar()) Double(7); // expected-error{{use of undeclared identifier 'nested'; did you mean 'fizbin::nested'
[all...]
H A Dtrailing-return-0x.cpp56 struct nested { struct in struct:X
65 nested<U> get_nested();
H A Dlambda-expressions.cpp192 template<typename...Ts> void nested(Ts ...ts) {
201 template void nested(int, int, int);
/external/eigen/Eigen/src/Core/
H A DDot.h140 typedef typename internal::nested<Derived>::type Nested;
228 typename internal::nested<Derived,2>::type nested(derived());
229 typename internal::nested<OtherDerived,2>::type otherNested(other.derived());
230 return internal::abs2(nested.dot(otherNested)) <= prec * prec * nested.squaredNorm() * otherNested.squaredNorm();
247 typename Derived::Nested nested(derived());
250 if(!internal::isApprox(nested.col(i).squaredNorm(), static_cast<RealScalar>(1), prec))
253 if(!internal::isMuchSmallerThan(nested.col(i).dot(nested
[all...]
H A DFuzzy.h25 typename internal::nested<Derived,2>::type nested(x);
26 typename internal::nested<OtherDerived,2>::type otherNested(y);
27 return (nested - otherNested).cwiseAbs2().sum() <= prec * prec * (min)(nested.cwiseAbs2().sum(), otherNested.cwiseAbs2().sum());
H A DNoAlias.h49 typedef typename internal::nested<OtherDerived>::type OtherDerivedNested;
61 typedef typename internal::nested<OtherDerived>::type OtherDerivedNested;
H A DReturnByValue.h38 * So internal::nested always gives the plain return matrix type.
43 struct nested<ReturnByValue<Derived>, n, PlainObject> struct in namespace:Eigen::internal
/external/clang/test/CXX/temp/temp.spec/
H A Dp5.cpp32 // Make sure that we don't get tricked by redeclarations of nested classes.
41 } nested; member in struct:NestedClassRedecls::X
/external/v8/test/mjsunit/compiler/
H A Doptimized-function-calls.js56 // Check that nested global function calls work.
77 function nested() { function
81 assertEquals(3113460, nested());
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp6.cpp20 X0<int>::Nested nested; // expected-note{{implicit instantiation first required here}} local
/external/clang/test/SemaTemplate/
H A Ddependent-base-classes.cpp48 class HasDepBase::Nested nested; local
57 class NoDepBase::Nested nested; // expected-error{{no class named 'Nested' in 'NoDepBase<T>'}} local
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
H A DSystemScopeTest.java185 SystemScope nested = new SystemScope("NestedScope", ss);
186 assertEquals("NestedScope", nested.getName());
187 assertSame(ss, nested.getScope());
/external/eigen/Eigen/src/Geometry/
H A DOrthoMethods.h33 typename internal::nested<Derived,2>::type lhs(derived());
34 typename internal::nested<OtherDerived,2>::type rhs(other.derived());
79 typedef typename internal::nested<Derived,2>::type DerivedNested;
80 typedef typename internal::nested<OtherDerived,2>::type OtherDerivedNested;
H A DAlignedBox.h74 const typename internal::nested<Derived,2>::type p(a_p.derived());
180 typename internal::nested<Derived,2>::type p(a_p.derived());
192 typename internal::nested<Derived,2>::type p(a_p.derived());
226 const typename internal::nested<Derived,2>::type t(a_t.derived());
299 const typename internal::nested<Derived,2*AmbientDim>::type p(a_p.derived());
/external/doclava/res/assets/templates/
H A Dyaml_navtree.cs3 # walk the children pages and print them nested below the parent
/external/clang/test/Sema/
H A Dblock-return.c84 int (^nested)(char *s) = ^(char *str) { void (^nest)(void) = ^(void) { printf("%s\n", str); }; next(); return 1; }; // expected-warning{{implicitly declaring library function 'printf' with type 'int (const char *, ...)'}} \
/external/icu4c/common/
H A Duniset_props.cpp484 UnicodeSet* nested = 0; // alias - do not delete local
494 // -------- Parse '[' of opening delimiter OR nested set.
495 // If there is a nested set, use `setMode' to define how
499 // characters representing a nested set in the symbol
527 // otherwise restart loop for nested [], \p{}, etc.
544 // casting away const, but `nested' won't be modified
546 nested = const_cast<UnicodeSet*>(ms);
552 // -------- Handle a nested set. This either is inline in
574 if (nested == 0) {
580 nested
[all...]
/external/eigen/Eigen/src/Eigen2Support/
H A DMinor.h34 typedef typename nested<MatrixType>::type MatrixTypeNested;
/external/eigen/Eigen/src/LU/
H A DDeterminant.h95 typedef typename internal::nested<Derived,Base::RowsAtCompileTime>::type Nested;

Completed in 525 milliseconds

1234