HomeSort by relevance Sort by last modified time
    Searched refs:G2 (Results 1 - 23 of 23) sorted by null

  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 58 GlobalVariable *G2 =
60 EXPECT_EQ(NULL, Engine->getPointerToGlobalIfAvailable(G2))
64 Engine->updateGlobalMapping(G2, &Mem1);
65 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G2));
82 GlobalVariable *G2 =
84 Engine->updateGlobalMapping(G2, &Mem1);
85 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1));
88 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1))
91 Engine->updateGlobalMapping(G2, &Mem2);
93 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem2)
    [all...]
  /external/clang/test/Sema/
warn-duplicate-enum.c 44 G2,
45 GMax = G2,
  /dalvik/tests/091-deep-interface-hierarchy/src/
Main.java 59 interface G2 extends F1, F2, F3, F4, F5 {}
64 interface H1 extends G1, G2, G3, G4, G5 {}
65 interface H2 extends G1, G2, G3, G4, G5 {}
66 interface H3 extends G1, G2, G3, G4, G5 {}
67 interface H4 extends G1, G2, G3, G4, G5 {}
68 interface H5 extends G1, G2, G3, G4, G5 {}
  /external/openfst/src/include/fst/
random-weight.h 183 // weights (by default) for the generators G1 and G2.
184 template <class G1, class G2,
185 class W = ProductWeight<typename G1::Weight, typename G2::Weight> >
189 typedef typename G2::Weight W2;
203 G2 generator2_;
208 // composed out of weights for the generators G1 and G2. For lexicographic
211 template <class G1, class G2>
215 typedef typename G2::Weight W2;
235 G2 generator2_;
240 template <class G1, class G2>
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 123 // weights for the generators G1 and G2.
124 template <class G1, class G2>
128 typedef typename G2::Weight W2;
142 G2 generator2_;
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 153 struct G2 { int i; };
158 P(G2());
  /external/clang/test/SemaCXX/
cstyle-cast.cpp 53 struct G2 : public B {};
54 struct H : public G1, public G2 {}; // Ambiguous path to B.
130 (void)(H*)((A*)0); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
131 (void)(H&)(*((A*)0)); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
static-cast.cpp 10 struct G2 : public B {};
11 struct H : public G1, public G2 {}; // Ambiguous path to B.
91 (void)static_cast<H*>((A*)0); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
92 (void)static_cast<H&>(*((A*)0)); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
functional-cast.cpp 85 struct G2 : public B {};
86 struct H : public G1, public G2 {}; // Ambiguous path to B.
187 (void)Hp((A*)0); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
189 (void)Hr(*((A*)0)); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
  /external/v8/test/mjsunit/compiler/
regress-arguments.js 42 var G2 = 22;
45 var v = G1 + G2;
inline-arguments.js 90 function G2() {
99 G2.apply(this, arguments);
  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.cpp 46 Reserved.set(SP::G2);
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 159 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
164 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ixjuser.h 221 hz783 = 0x688b, /* .99 G2 */
286 G2 = hz783,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ixjuser.h 221 hz783 = 0x688b, /* .99 G2 */
286 G2 = hz783,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ixjuser.h 221 hz783 = 0x688b, /* .99 G2 */
286 G2 = hz783,
  /external/svox/pico/lib/
picopam.c 228 picoos_int8 g2_current_secondary_phrase_word; /*G2 */
316 #define G2 47
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]
  /external/qemu/
mips-dis.c     [all...]
  /external/blktrace/doc/
blktrace.tex 81 As an example, bt/kernel contains blk-trace-2.6.14-rc1-git-G2, download
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 3215 milliseconds