HomeSort by relevance Sort by last modified time
    Searched refs:nested (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/nested/nested/
Level2Test.java 17 package android.test.suitebuilder.examples.nested.nested;
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/nested/
Level1Test.java 17 package android.test.suitebuilder.examples.nested;
  /external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/
floats.js 11 function createSet(width, height, nested) {
18 for ( ; nested > 0; --nested)
19 nestedContainer = createElement("div", nestedContainer, "nested", "nested" + x + "_" + nested);
37 function createTestFunction(width, height, nested, runs) {
38 var container = createSet(width, height, nested);
39 nested = nested || 0
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
config_undef.hpp 24 # error missing or nested #include config_def
  /external/clang/test/CodeGenCXX/
debug-info-template.cpp 7 // CHECK: metadata [[TCNESTED:![0-9]*]], i32 0, i32 1, %"struct.TC<unsigned int, 2, &glb, &foo::e, &foo::f, &func, tmpl_impl, 1, 2, 3>::nested"* @tci, null} ; [ DW_TAG_variable ] [tci]
8 // CHECK: [[TCNESTED]] = metadata !{i32 {{[0-9]*}}, metadata !{{[0-9]*}}, metadata [[TC:![0-9]*]], {{.*}} ; [ DW_TAG_structure_type ] [nested]
80 struct nested { struct in struct:TC
91 TC<unsigned, 2, &glb, &foo::e, &foo::f, &func, tmpl_impl, 1, 2, 3>::nested tci;
  /external/clang/test/Preprocessor/
macro_paste_msextensions.c 19 #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/
TransformNewClass.java 23 private int nested; field in class:TransformNewClass
35 nested = 0;
62 ++nested;
68 if (typedesc != 0 && nested > 0) {
76 --nested;
TransformNew.java 23 private int nested; field in class:TransformNew
35 nested = 0;
66 ++nested;
82 if (typedesc != 0 && nested > 0) {
86 --nested;
  /external/clang/test/PCH/
struct.c 28 struct Nested nested = { 1, 2 }; variable in typeref:struct:Nested
  /external/skia/tests/
StrokeTest.cpp 47 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/
missing-namespace-qualifier-typo-corrections.cpp 17 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...]
trailing-return-0x.cpp 56 struct nested { struct in struct:X
65 nested<U> get_nested();
  /external/eigen/Eigen/src/Core/
Dot.h 140 typedef typename internal::nested<Derived>::type Nested;
141 typedef typename internal::remove_reference<Nested>::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())
    [all...]
Fuzzy.h 25 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());
  /external/clang/test/CXX/temp/temp.spec/
p5.cpp 32 // Make sure that we don't get tricked by redeclarations of nested classes.
36 struct Nested;
37 friend struct Nested;
39 struct Nested {
40 Nested() {}
41 } nested; member in struct:NestedClassRedecls::X
  /external/chromium_org/v8/test/mjsunit/compiler/
escape-analysis.js 74 // Test loads and stores inside nested loop.
81 function nested() { function
102 nested(); nested();
103 %OptimizeFunctionOnNextCall(nested);
104 nested(); nested();
  /external/chromium_org/tools/gn/
input_conversion.cc 51 // This creates an error message for this case with an optional nested error
52 // message to reference. If there is no nested err, pass Err().
59 const Err& nested) {
67 if (nested.has_error())
71 if (nested.has_error()) {
72 result.AppendSubErr(Err(LocationRange(), nested.message(),
73 nested.help_text()));
78 // Sets the origin of the value and any nested values with the given node.
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p6.cpp 10 struct Nested {
20 X0<int>::Nested nested; // expected-note{{implicit instantiation first required here}} local
33 struct X0<int>::Nested { }; // expected-error{{after instantiation}}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest2.py 50 """A nested D class.
56 def nested(self): member in class:C.D
test_contextlib.py 123 with nested(a(), b(), c()) as (x, y, z):
145 with nested(a(), b()) as (x, y):
164 with nested(a(), b()) as (x, y):
180 with nested(a(), b()):
192 with nested(a(), a()):
204 with nested(a(), a()):
217 with nested(a(), a()):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_doctest2.py 50 """A nested D class.
56 def nested(self): member in class:C.D
test_contextlib.py 123 with nested(a(), b(), c()) as (x, y, z):
145 with nested(a(), b()) as (x, y):
164 with nested(a(), b()) as (x, y):
180 with nested(a(), b()):
192 with nested(a(), a()):
204 with nested(a(), a()):
217 with nested(a(), a()):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py 26 # nested is true if the class could contain free variables,
27 # i.e. if it is nested within another function.
28 self.nested = None
80 print >> sys.stderr, self.name, self.nested and "nested" or ""
98 if self.nested and (name in self.frees or name in self.uses):
100 if self.nested:
106 if not self.nested:
143 """Process list of free vars from nested scope.
147 the nested scope should treat them as globals
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py 26 # nested is true if the class could contain free variables,
27 # i.e. if it is nested within another function.
28 self.nested = None
80 print >> sys.stderr, self.name, self.nested and "nested" or ""
98 if self.nested and (name in self.frees or name in self.uses):
100 if self.nested:
106 if not self.nested:
143 """Process list of free vars from nested scope.
147 the nested scope should treat them as globals
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
SystemScopeTest.java 185 SystemScope nested = new SystemScope("NestedScope", ss); local
186 assertEquals("NestedScope", nested.getName());
187 assertSame(ss, nested.getScope());

Completed in 994 milliseconds

1 2 3 4 5 6 7 8 910