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

/external/testng/src/test/java/test/failures/
H A DBase1.java7 public void base2() { method in class:Base1
/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.cpp99 int base2 = 2 * rand.nextULessThan(hSize); variable
103 path->lineTo(SkIntToScalar(points[base2] + xTrans),
104 SkIntToScalar(points[base2+1] + yTrans));
131 int base2 = 2 * rand.nextULessThan(hSize); variable
135 path->quadTo(SkIntToScalar(points[base2] + xTrans),
136 SkIntToScalar(points[base2+1] + yTrans),
164 int base2 = 2 * rand.nextULessThan(hSize); variable
169 path->conicTo(SkIntToScalar(points[base2] + xTrans),
170 SkIntToScalar(points[base2+1] + yTrans),
199 int base2 variable
[all...]
/external/v8/test/cctest/heap/
H A Dtest-lab.cc174 Address base2 = limit1; local
175 Address limit2 = base2 + kLabSize;
204 AllocationResult lab_backing_store2(HeapObject::FromAddress(base2));
229 Address base2 = base1 + kLabSize; local
230 Address base3 = base2 + kLabSize;
238 AllocationResult lab_backing_store2(HeapObject::FromAddress(base2));
/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/gmock/test/
H A Dgmock-matchers_test.cc1087 Base base, base2; local
1091 EXPECT_FALSE(m1.Matches(base2));
1097 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.cc1974 v8::Local<v8::FunctionTemplate> base2 = v8::FunctionTemplate::New(isolate); local
1975 base2->Inherit(super);
1976 base2->PrototypeTemplate()->Set(isolate, "v2", v8_num(10.1));
1989 ->Set(env.local(), v8_str("base2"),
1990 base2->GetFunction(env.local()).ToLocalChecked())
1997 CHECK(CompileRun("base2.prototype.__proto__ == s.prototype")
2050 ->Set(env.local(), v8_str("obj2"), base2->GetFunction(env.local())
2081 // 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 ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 771 milliseconds