HomeSort by relevance Sort by last modified time
    Searched full:base2 (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/clang/test/Modules/Inputs/
dependency-gen-base.modulemap 4 use "test-base2"
6 extern module "test-base2" "Inputs/dependency-gen-base2.modulemap"
dependency-gen-base2.modulemap 1 module "test-base2" {
  /external/libxml2/result/scripts/
base2 1 / > ./test/scripts/base2.xml
  /external/valgrind/none/tests/mips64/
cvm_atomic_thread.stdout.exp-LE 12 laa and saa: base1: 6913974, base2: 21777111
13 laad and saad: base1: 6913974, base2: 23901514779351
14 law and saa: base1: 3456986, base2: 2153186724
15 lawd and saad: base1: 3456986, base2: 11950752204196
16 lai and saa: base1: 6913974, base2: 21777111
17 laid and saad: base1: 6913974, base2: 23901514779351
18 las and saa: base1: 4294967295, base2: 4288053323
19 lasd and saad: base1: -1, base2: -6913973
20 lad and saa: base1: 4288053322, base2: 4273190185
21 ladd and saad: base1: -6913974, base2: -2390151477935
    [all...]
cvm_atomic_thread.c 261 #define TRIOP_AND_SAA(instruction, base1, base2, n) \
267 : /*in*/ "r"(base1), "r"(base2), "r"(n) \
272 #define TRIOP_AND_SAAD(instruction, base1, base2, n) \
278 : /*in*/ "r"(base1), "r"(base2), "r"(n) \
283 #define BINOP_AND_SAA(instruction, base1, base2) \
289 : /*in*/ "r"(base1), "r"(base2) \
294 #define BINOP_AND_SAAD(instruction, base1, base2) \
300 : /*in*/ "r"(base1), "r"(base2) \
424 printf("laa and saa: base1: %lld, base2: %lld\n", *p1[7], *p1[8]);
425 printf("laad and saad: base1: %lld, base2: %lld\n", *p2[7], *p2[8])
    [all...]
  /external/clang/test/Parser/
cxx0x-override-control-keywords.cpp 18 struct Base2 {
22 struct A : Base2 {
  /external/clang/test/Coverage/
cxx-language-features.inc 19 class Base2 { };
21 class Derived1 : Base1, virtual public Base2 { };
  /art/test/068-classloader/
expected.txt 2 base2: class DoubledImplement2
  /external/clang/test/CXX/class/class.mem/
p8-0x.cpp 12 struct Base2 {
17 struct B : Base2 {
40 struct Base2 {
44 struct B : Base2 {
  /external/clang/test/CodeCompletion/
member-access.cpp 6 struct Base2 {
12 struct Base3 : Base1, Base2 {
33 // CHECK-CC1: member1 : [#int#][#Base2::#]member1
39 // CHECK-CC1: memfun1 (Hidden) : [#void#]Base2::memfun1(<#int#>)
  /external/libxml2/test/schemas/
bug306806_0.xml 26 <base2 dimension='L' Length='inch'> 1.1 1.1 1.1 </base2>
38 <base2 dimension='L' Length='inch'> 1.1 1.1 1.1 </base2>
50 <base2 dimension='L' Length='inch'> 1.1 1.1 1.1 </base2>
61 <base2 dimension='L' Length='inch'> 1.1 1.1 1.1 </base2>
73 <base2 dimension='L' Length='inch'> 1.1 1.1 1.1 </base2>
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
inherited_exception.cpp 16 struct Base2 {
20 struct Child : public Base, public Base2 {
37 throw static_cast<Base2&>(child);
45 throw static_cast<Base2*>(child);
91 catch (const Base2& c)
117 catch (const Base2& b)
139 catch (const Base2* c)
catch_ptr_02.cpp 81 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/
HairlinePathBench.cpp 98 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 = 2 * rand.nextULessThan(hSize) variable
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
CommonSuperclassTest.java 76 TestUtils.makeInterfaceDef("Liface/sub1;", "Liface/base1;", "Liface/base2;"),
186 String base2 = "Liface/base2;"; local
218 superclassTest(base2, base2, sub1);
219 superclassTest(base2, base2, classsub1);
220 superclassTest(base2, base2, sub2);
221 superclassTest(base2, base2, classsub2)
    [all...]
  /external/libcxxabi/test/
catch_ptr_02.pass.cpp 81 struct base2 {int x;}; struct
82 struct derived : base1, base2 {};
91 catch (base2 *p) {
107 catch (base2 *p) {
123 catch (base2 *p) {
inherited_exception.pass.cpp 34 struct Base2 {
38 struct Child : public Base, public Base2 {
55 throw static_cast<Base2&>(child);
63 throw static_cast<Base2*>(&child);
109 catch (const Base2& c)
135 catch (const Base2& b)
157 catch (const Base2* c)
  /external/clang/test/Analysis/
reinterpret-cast.cpp 28 class Base2 {};
29 class Derived2 : public Base2 {};
31 void f2(Base2 *foo);
  /external/clang/test/Modules/
dependency-gen.modulemap 10 use "test-base2"
12 extern module "test-base2" "Inputs/dependency-gen-base2.modulemap"
  /external/clang/test/Index/
index-suppress-refs.cpp 6 typedef B2 Base2;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
desc_defs.h 23 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
58 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
desc_defs.h 23 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
58 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
desc_defs.h 23 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
58 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
desc_defs.h 23 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
58 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
desc_defs.h 23 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
58 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc

Completed in 1011 milliseconds

1 2 3 4 5