Searched refs:base1 (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/FixIt/
H A Dfixit-cxx11-attributes.cpp37 struct base1 {}; struct in namespace:BaseSpecifier
42 virtual [[b]] base1, // expected-error {{an attribute list cannot appear here}} expected-warning {{unknown}}
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
H A DCommonSuperclassTest.java74 TestUtils.makeInterfaceDef("Liface/base1;"),
76 TestUtils.makeInterfaceDef("Liface/sub1;", "Liface/base1;", "Liface/base2;"),
78 TestUtils.makeInterfaceDef("Liface/sub2;", "Liface/base1;", "Liface/sub1;"),
79 TestUtils.makeInterfaceDef("Liface/sub3;", "Liface/base1;"),
80 TestUtils.makeInterfaceDef("Liface/sub4;", "Liface/base1;", "Liface/sub3;"),
185 String base1 = "Liface/base1;";
202 superclassTest(base1, base1, base1);
[all...]
/external/chromium_org/third_party/skia/bench/
H A DHairlinePathBench.cpp101 int base1 = 2 * rand.nextULessThan(hSize); variable
104 path->moveTo(SkIntToScalar(points[base1] + xTrans),
105 SkIntToScalar(points[base1+1] + yTrans));
133 int base1 = 2 * rand.nextULessThan(hSize); variable
136 path->moveTo(SkIntToScalar(points[base1] + xTrans),
137 SkIntToScalar(points[base1+1] + yTrans));
166 int base1 = 2 * rand.nextULessThan(hSize); variable
170 path->moveTo(SkIntToScalar(points[base1] + xTrans),
171 SkIntToScalar(points[base1+1] + yTrans));
216 int base1 variable
[all...]
/external/libcxxabi/test/
H A Dcatch_ptr_02.cpp80 struct base1 {int x;}; struct
82 struct derived : base1, base2 {};
124 assert ((unsigned long)p == 12+sizeof(base1));
/external/skia/bench/
H A DHairlinePathBench.cpp101 int base1 = 2 * rand.nextULessThan(hSize); variable
104 path->moveTo(SkIntToScalar(points[base1] + xTrans),
105 SkIntToScalar(points[base1+1] + yTrans));
133 int base1 = 2 * rand.nextULessThan(hSize); variable
136 path->moveTo(SkIntToScalar(points[base1] + xTrans),
137 SkIntToScalar(points[base1+1] + yTrans));
166 int base1 = 2 * rand.nextULessThan(hSize); variable
170 path->moveTo(SkIntToScalar(points[base1] + xTrans),
171 SkIntToScalar(points[base1+1] + yTrans));
216 int base1 variable
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc51 printf("*** Error code = %i \n", base1->LastError()); \
55 VoEBase* base1 = NULL; variable
128 base1 = VoEBase::GetInterface(m_voe);
157 res = base1->Init();
159 printf("\nError calling Init: %d\n", base1->LastError());
164 res = base1->RegisterVoiceEngineObserver(my_observer);
169 res = base1->GetVersion(tmp);
177 base1->DeRegisterVoiceEngineObserver();
179 res = base1->Terminate();
182 if (base1)
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Darray-bounds-check-removal.js207 var base1 = ((base0 + 2));
208 var base2 = ((base1 + 8) >> 2);
214 result += a[base1];
/external/chromium_org/third_party/libevent/test/
H A Dregress.c686 /* make sure that the base1 pipe is closed correctly. */
687 struct event_base *base1, *base2; local
691 base1 = event_init();
692 pipe1 = base1->sig.ev_signal_pair[0];
695 event_base_free(base1);
715 struct event_base *base1, *base2; local
719 base1 = event_init();
724 if (event_base_set(base1, &ev1) ||
741 event_base_loop(base1, EVLOOP_NONBLOCK);
745 /* set base1 t
877 struct event_base *base1; local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dregressions.py36 def compFiles(res, expected, base1, base2):
37 l1 = len(base1)
42 j = string.find(res[i],base1)
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp30 Base&& base1 = xvalue<Derived>(); local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp333 int base1 = (baseSize2[mask] >> 0) & 0xf; local
341 reg->reg.data.id = base + base1;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp333 int base1 = (baseSize2[mask] >> 0) & 0xf; local
341 reg->reg.data.id = base + base1;
/external/clang/tools/c-index-test/
H A Dc-index-test.c33 char* base1 = (char*)strrchr(path, '/'); local
35 if (base1 && base2)
36 return((base1 > base2) ? base1 + 1 : base2 + 1);
37 else if (base1)
38 return(base1 + 1);
46 char* base1 = (char*)strrchr(path, '/'); local
48 if (base1 && base2)
49 if (base1 > base2)
50 *base1
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp598 const deUint32 base1 = rnd.getUint32(); local
602 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1;
689 const deInt32 base1 = (deInt32)rnd.getUint32(); local
693 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1;
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp514 constexpr bool base1 = &e.c[0] < &e.d; // expected-error {{constant expression}} expected-note {{comparison of addresses of subobjects of different base classes has unspecified value}}
/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c953 #define EMIT_DATA_TRANSFER(type, add, wb, target, base1, base2) \
954 (data_transfer_insts[(type) >> 4] | ((add) << 23) | ((wb) << 21) | (reg_map[target] << 12) | (reg_map[base1] << 16) | (base2))
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc1857 v8::Handle<v8::FunctionTemplate> base1 = v8::FunctionTemplate::New(isolate); local
1858 base1->Inherit(super);
1859 base1->PrototypeTemplate()->Set(isolate, "v1", v8_num(20.1));
1868 env->Global()->Set(v8_str("base1"), base1->GetFunction());
1872 CHECK(CompileRun("base1.prototype.__proto__ == s.prototype")->BooleanValue());
1880 CHECK(CompileRun("base1.prototype.knurd == undefined")->BooleanValue());
1883 base1->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 3097 milliseconds