HomeSort by relevance Sort by last modified time
    Searched defs:G1 (Results 1 - 17 of 17) sorted by null

  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 45 GlobalVariable *G1 =
48 Engine->addGlobalMapping(G1, &Mem1);
49 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G1));
51 Engine->updateGlobalMapping(G1, &Mem2);
52 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
53 Engine->updateGlobalMapping(G1, NULL);
54 EXPECT_EQ(NULL, Engine->getPointerToGlobalIfAvailable(G1));
55 Engine->updateGlobalMapping(G1, &Mem2);
56 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
66 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1))
    [all...]
  /external/v8/test/mjsunit/compiler/
regress-arguments.js 41 var G1 = 21;
45 var v = G1 + G2;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-97921.js 80 G1 = function() {innerValue = i;}; // capture value of i in inner function
81 G1();
  /dalvik/tests/091-deep-interface-hierarchy/src/
Main.java 58 interface G1 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/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 151 struct G1 {};
156 P(G1());
  /external/clang/test/SemaCXX/
static-cast.cpp 9 struct G1 : public B {};
11 struct H : public G1, public G2 {}; // Ambiguous path to B.
78 (void)static_cast<const G1*>((A*)0);
79 (void)static_cast<const G1&>(*((A*)0));
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}}
cstyle-cast.cpp 51 struct G1 : public B {};
53 struct H : public G1, public G2 {}; // Ambiguous path to B.
116 (void)(const G1*)((A*)0);
117 (void)(const G1&)(*((A*)0));
129 (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}}
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}}
functional-cast.cpp 83 struct G1 : public B {};
85 struct H : public G1, public G2 {}; // Ambiguous path to B.
164 typedef const G1 *cG1p;
166 typedef const G1 &cG1r;
186 (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}}
188 (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}}
  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 235 static final JavaSource G1 = new JavaSource("G1","public class G1<T extends G1>{}");
242 DexFile dexFile = javaToDexUtil.getFrom(G1);
244 DexClass G1 = getClass(dexFile, "LG1;");
245 assertPublic(G1);
246 DexAnnotation sig = getAnnotation(G1, LDALVIK_ANNOTATION_SIGNATURE);
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 158 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
163 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
  /external/svox/pico/lib/
picopam.c 226 picoos_int8 g1_current_secondary_phrase_syllable; /*G1 */
315 #define G1 46
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ixjuser.h 187 hz392 = 0x79fa, /* .00 G1 */
274 G1 = hz392,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ixjuser.h 187 hz392 = 0x79fa, /* .00 G1 */
274 G1 = hz392,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ixjuser.h 187 hz392 = 0x79fa, /* .00 G1 */
274 G1 = hz392,
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]
  /external/qemu/
mips-dis.c     [all...]

Completed in 761 milliseconds