Searched defs:base2 (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/FixIt/
H A Dfixit-cxx11-attributes.cpp38 struct base2 {}; struct in namespace:BaseSpecifier
48 public [[d]] base2 {}; // expected-error {{an attribute list cannot appear here}} expected-warning {{unknown}}
/external/libcxxabi/test/
H A Dcatch_ptr_02.pass.cpp81 struct base2 {int x;}; struct
82 struct derived : base1, base2 {};
91 catch (base2 *p) {
107 catch (base2 *p) {
123 catch (base2 *p) {
/external/skia/bench/
H A DHairlinePathBench.cpp98 int base2 = 2 * rand.nextULessThan(hSize); variable
102 path->lineTo(SkIntToScalar(points[base2] + xTrans),
103 SkIntToScalar(points[base2+1] + yTrans));
130 int base2 = 2 * rand.nextULessThan(hSize); variable
134 path->quadTo(SkIntToScalar(points[base2] + xTrans),
135 SkIntToScalar(points[base2+1] + yTrans),
163 int base2 = 2 * rand.nextULessThan(hSize); variable
168 path->conicTo(SkIntToScalar(points[base2] + xTrans),
169 SkIntToScalar(points[base2+1] + yTrans),
198 int base2 variable
[all...]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp34 Base&& base2 = prvalue<Base>(); local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp335 int base2 = (baseSize2[mask] >> 8) & 0xf; local
347 reg->reg.data.id = base + base2;
/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc1018 Base base, base2; local
1022 EXPECT_FALSE(m1.Matches(base2));
1028 EXPECT_FALSE(m1.Matches(base2));
/external/libxml2/
H A Druntest.c2986 const char *base2; local
3041 base2 = baseFilename(instance);
3042 len = strlen(base2);
3043 if ((len > 6) && (base2[len - 6] == '_')) {
3044 count = base2[len - 5];
3163 const char *base2; local
3206 base2 = baseFilename(instance);
3207 len = strlen(base2);
3208 if ((len > 6) && (base2[len - 6] == '_')) {
3209 count = base2[le
3252 const char *base2; local
[all...]
/external/clang/tools/c-index-test/
H A Dc-index-test.c34 char* base2 = (char*)strrchr(path, '\\'); local
35 if (base1 && base2)
36 return((base1 > base2) ? base1 + 1 : base2 + 1);
39 else if (base2)
40 return(base2 + 1);
47 char* base2 = (char*)strrchr(path, '\\'); local
48 if (base1 && base2)
49 if (base1 > base2)
52 *base2
[all...]
/external/v8/test/cctest/
H A Dtest-api.cc1861 v8::Handle<v8::FunctionTemplate> base2 = v8::FunctionTemplate::New(isolate); local
1862 base2->Inherit(super);
1863 base2->PrototypeTemplate()->Set(isolate, "v2", v8_num(10.1));
1869 env->Global()->Set(v8_str("base2"), base2->GetFunction());
1873 CHECK(CompileRun("base2.prototype.__proto__ == s.prototype")->BooleanValue());
1891 base2->GetFunction()->NewInstance());
1898 // base1 and base2 cannot cross reference to each's prototype
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2172 milliseconds