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

1 2

  /external/chromium_org/v8/test/mjsunit/compiler/
regress-arguments.js 50 var G1 = 21;
54 var v = G1 + G2;
  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 44 GlobalVariable *G1 =
47 Engine->addGlobalMapping(G1, &Mem1);
48 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G1));
50 Engine->updateGlobalMapping(G1, &Mem2);
51 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
52 Engine->updateGlobalMapping(G1, nullptr);
53 EXPECT_EQ(nullptr, Engine->getPointerToGlobalIfAvailable(G1));
54 Engine->updateGlobalMapping(G1, &Mem2);
55 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
65 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1))
    [all...]
  /external/clang/test/Sema/
ms_bitfield_layout.c 209 typedef union G1 {
215 } G1;
217 // CHECK: Type: union G1
262 sizeof(G1) +
warn-duplicate-enum.c 43 G1,
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 159 struct G1 {};
164 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.
80 (void)static_cast<const G1*>((A*)0);
81 (void)static_cast<const G1&>(*((A*)0));
93 (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}}
94 (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 52 struct G1 : public B {};
54 struct H : public G1, public G2 {}; // Ambiguous path to B.
117 (void)(const G1*)((A*)0);
118 (void)(const G1&)(*((A*)0));
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}}
functional-cast.cpp 84 struct G1 : public B {};
86 struct H : public G1, public G2 {}; // Ambiguous path to B.
165 typedef const G1 *cG1p;
167 typedef const G1 &cG1r;
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}}
  /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 82 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,
87 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/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 213 FX_FLOAT G1 = -0.9692f * X + 1.8760f * Y + 0.0416f * Z;
221 if (G1 > 1) {
222 G1 = 1;
224 if (G1 < 0) {
225 G1 = 0;
242 scale = (int)(G1 * 1023);
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 601 const deUint8 G1 = (deUint8)getBits(src, 52, 55);
610 paintG[0] = extend4To8(G1);
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /bionic/libc/kernel/uapi/linux/
ixjuser.h 219 G1 = hz392,
  /development/ndk/platforms/android-L/include/linux/
ixjuser.h 219 G1 = hz392,
  /external/kernel-headers/original/uapi/linux/
ixjuser.h 187 hz392 = 0x79fa, /* .00 G1 */
274 G1 = hz392,
  /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/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/linux/
ixjuser.h 187 hz392 = 0x79fa, /* .00 G1 */
274 G1 = hz392,
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
ixjuser.h 219 G1 = hz392,
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
ixjuser.h 219 G1 = hz392,
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
ixjuser.h 219 G1 = hz392,
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/qemu/disas/
mips.c     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 

Completed in 1413 milliseconds

1 2