/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
multi-level-substitution.cpp | 33 template<typename> struct Inner { 38 struct Inner<tuple<pair<Types, YTypes>...> > { 43 int check0[X<short, int, long>::Inner<tuple<pair<short, unsigned short>, 48 int check1[X<short, int>::Inner<tuple<pair<short, unsigned short>, 56 template<typename, typename> struct Inner { 61 struct Inner<tuple<pair<Types, YTypes>...>, 67 int check2[X1<short, int, long>::Inner<tuple<pair<short, unsigned short>, 74 int check3[X1<short, int>::Inner<tuple<pair<short, unsigned short>, 84 template<typename> struct Inner { 89 struct Inner<R(pair<Types, YTypes>...)> [all...] |
/external/skia/gm/ |
testimagefilters.cpp | 38 SkImageFilter* inner = new SkDownSampleImageFilter(SK_Scalar1 / 5); local 40 SkAutoUnref aur1(inner); 41 return new SkComposeImageFilter(outer, inner); 53 SkImageFilter* inner = new SkDownSampleImageFilter(SK_Scalar1 / 5); local 55 SkAutoUnref aur1(inner); 56 SkImageFilter* compose = new SkComposeImageFilter(outer, inner); 70 SkImageFilter* inner = make3(); local 72 SkAutoUnref aur1(inner); 73 SkImageFilter* compose = new SkComposeImageFilter(outer, inner);
|
/external/clang/test/CXX/temp/temp.param/ |
p15-cxx0x.cpp | 38 template<Ts ...As, template<Ts> class ...Bs, typename ...Cs> struct Inner { 51 Inner<12345, 'x', &x, 75 template<place> struct inner { typedef T type; }; struct in struct:ParameterPackExpansions::wrap 82 struct inner { // expected-note 2{{declared}} struct in struct:ParameterPackExpansions::takedrop_impl 90 template inner<wrap<Ts>::template inner...>::take; // expected-error {{too few template arguments}} 94 template inner<wrap<Ts>::template inner...>::drop; // expected-error {{too few template arguments}} 100 using T1 = types<void, void, void, void>; // expected-error {{'types<void, void, void, void>' vs 'types<typename inner<_>::type, typename inner<_>::type, typename inner<_>::type, (no argument)>'} [all...] |
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
p2.cpp | 59 struct Inner : public T { }; // expected-note 3{{here}} 140 struct X0<void*>::Inner { }; 143 struct X0<int>::Inner { }; 146 struct X0<unsigned>::Inner; 149 struct X0<float>::Inner; 152 struct X0<double>::Inner; // expected-note{{forward declaration}} 156 struct N0::X0<long>::Inner { }; // expected-warning{{C++11 extension}} 159 struct N0::X0<float>::Inner { }; 163 struct N0::X0<unsigned>::Inner { }; // expected-error{{member class specialization}} 166 struct N0::X0<unsigned long>::Inner { }; // expected-error{{member class specialization} [all...] |
p15.cpp | 27 struct Inner { 32 template<> unsigned X<1>::Inner::array[]; // okay
|
p2-0x.cpp | 58 struct Inner : public T { }; // expected-note 2{{here}} 139 struct X0<void*>::Inner { }; 142 struct X0<int>::Inner { }; 145 struct X0<unsigned>::Inner; 148 struct X0<float>::Inner; 151 struct X0<double>::Inner; // expected-note{{forward declaration}} 155 struct N0::X0<long>::Inner { }; 158 struct N0::X0<float>::Inner { }; 162 struct N0::X0<unsigned>::Inner { }; // expected-error{{member class specialization}} 165 struct N0::X0<unsigned long>::Inner { }; // expected-error{{member class specialization} 242 inline namespace inner { namespace in namespace:has_inline_namespaces [all...] |
/external/chromium_org/v8/test/webkit/ |
exception-with-handler-inside-eval-with-dynamic-scope.js | 28 with({test:"inner scope"}) { 29 eval("try { throw ''; } catch (e) { result = test; shouldBe('result', '\"inner scope\"'); }"); 31 eval("try { with({test:'innermost scope'}) throw ''; } catch (e) { result = test; shouldBe('result', '\"inner scope\"'); }"); 38 eval("try { throw ''; } finally { result = test; shouldBe('result', '\"inner scope\"'); result = null; undeclared; }"); 41 shouldBe('result', '"inner scope"'); 43 eval("try { with({test:'innermost scope'}) throw ''; } catch (e) { result = test; shouldBe('result', '\"inner scope\"'); }");
|
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/ |
LocatorImplTest.java | 44 LocatorImpl inner = new LocatorImpl(); local 46 inner.setPublicId(PUB); 47 inner.setSystemId(SYS); 48 inner.setLineNumber(ROW); 49 inner.setColumnNumber(COL); 52 LocatorImpl outer = new LocatorImpl(inner);
|
/external/elfutils/tests/ |
asm-tst3.c | 247 size_t inner; local 249 for (inner = 1; 250 inner < (shdr->sh_size 252 ++inner) 257 sym = gelf_getsym (data, inner, &sym_mem); 261 inner, elf_errmsg (-1)); 290 if (strcmp (names[inner], 294 printf ("symbol %zu has different name\n", inner); 298 if (sym->st_value != value[inner]) 300 printf ("symbol %zu has wrong value\n", inner); [all...] |
/external/chromium_org/v8/test/mjsunit/harmony/ |
block-leave.js | 35 // to actually verify that the inner context has been discarded. A static 86 let x = 'inner'; 97 let x = 'inner'; 107 let x = 'inner' + i; 118 let x = 'inner' + j; 128 let x = 'inner'; 140 let x = 'inner'; 152 let x = 'inner'; 168 let x = 'inner'; 186 let x = 'inner'; [all...] |
/external/chromium_org/v8/test/mjsunit/ |
with-leave.js | 65 // to actually verify that the inner context has been discarded. A static 69 with ({x: 'inner'}) { 80 with ({x: 'inner'}) { 91 with ({x: 'inner' + i}) { 103 with ({x: 'inner' + j}) { 115 with ({x: 'inner'}) { 127 with ({x: 'inner'}) { 140 with ({x: 'inner'}) { 156 with ({x: 'inner'}) { 175 with ({x: 'inner'}) { [all...] |
/external/v8/test/mjsunit/harmony/ |
block-leave.js | 35 // to actually verify that the inner context has been discarded. A static 86 let x = 'inner'; 97 let x = 'inner'; 107 let x = 'inner' + i; 118 let x = 'inner' + j; 128 let x = 'inner'; 140 let x = 'inner'; 152 let x = 'inner'; 168 let x = 'inner'; 186 let x = 'inner'; [all...] |
/external/v8/test/mjsunit/ |
with-leave.js | 65 // to actually verify that the inner context has been discarded. A static 69 with ({x: 'inner'}) { 80 with ({x: 'inner'}) { 91 with ({x: 'inner' + i}) { 103 with ({x: 'inner' + j}) { 115 with ({x: 'inner'}) { 127 with ({x: 'inner'}) { 140 with ({x: 'inner'}) { 156 with ({x: 'inner'}) { 175 with ({x: 'inner'}) { [all...] |
/external/chromium_org/chrome/browser/resources/ssl/ |
blocking.css | 22 .ssl-help-box-inner { 27 .ssl-help-box-inner {
|
/external/chromium_org/chrome/renderer/resources/ |
mobile_youtube_plugin.html | 18 #inner { 43 <div id="inner"><img id="play" src="play.png" onclick="plugin.openYoutubeURL();"/></div>
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/ |
p6.cpp | 22 struct Inner { 33 void X0<T>::Inner::g(int = 17) { } // expected-error{{cannot be added}}
|
/external/clang/test/CXX/stmt.stmt/stmt.dcl/ |
p3-0x.cpp | 37 goto inner; // expected-error{{goto into protected scope}} 40 inner:
|
/external/clang/test/Modules/Inputs/ |
cxx-templates-b.h | 26 typename Identity<DefinedInBImpl, T>::type::Inner inner; local
|
/external/clang/test/SemaCXX/ |
virtual-member-functions-key-function.cpp | 23 struct Inner { 29 void Outer::Inner::g() { }
|
/external/javassist/src/main/javassist/runtime/ |
Inner.java | 19 * A support class for compiling a method declared in an inner class. 23 public class Inner {
|
/frameworks/base/graphics/java/android/graphics/ |
ComposePathEffect.java | 22 * Construct a PathEffect whose effect is to apply first the inner effect 23 * and the the outer pathEffect (e.g. outer(inner(path))).
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
drawable2-expected-completion51.txt | 5 android:innerRadiusRatio : Inner radius of the ring expressed as a ratio of the ring's width. [float] 7 android:innerRadius : Inner radius of the ring. [dimension]
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
wrench_menu_observer.h | 8 // TODO(gbillock): Make this an inner class of WrenchMenu. (even needed?)
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
p8.cpp | 44 struct Inner {}; 49 void fi(Inner); 52 void fi2(Inner); 58 ADL::Inner i;
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
p5.cpp | 64 struct Inner { 71 template <class T> friend struct A<T>::Inner; 74 template <class T> int A<T>::Inner::foo() { 80 int test = A<int>::Inner::foo();
|