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

  /art/test/004-StackWalk/src/
Main.java 46 String s20 = new String("20"); local
68 s += s20;
76 s10 += s20;
78 s20 += s10;
79 s = s17 + s20;
  /external/clang/test/CodeGen/
x86_64-arguments-nacl.c 71 // CHECK-LABEL: define void @f20(%struct.s20* byval align 32 %x)
72 struct __attribute__((aligned(32))) s20 { struct
76 void f20(struct s20 x) {}
arm-arguments.c 114 // APCS-GNU: struct.s20* noalias sret
116 struct s20 { struct s8 f1; int f0; }; struct
117 struct s20 f20(void) {}
x86_64-arguments.c 113 // CHECK-LABEL: define void @f20(%struct.s20* byval align 32 %x)
114 struct __attribute__((aligned(32))) s20 { struct
118 void f20(struct s20 x) {}
arm64-arguments.c 85 struct s20 { struct s8 f1; int f0; }; struct
86 struct s20 f20(void) {}
  /external/clang/test/Sema/
bitfield-layout_1.c 193 } s20; variable in typeref:struct:__anon15556
194 CHECK_SIZE(s20,16)
  /external/clang/test/CXX/lex/lex.charset/
p2-cxx98.cpp 33 const char *s20 = "\u0020"; // ' ', expected-error {{character ' ' cannot be specified by a universal character name}} variable
  /external/v8/src/arm/
simulator-arm.h 122 s16, s17, s18, s19, s20, s21, s22, s23, enumerator in enum:v8::internal::Simulator::Register
  /external/boringssl/src/crypto/curve25519/
curve25519.c 3813 int64_t s20 = 2097151 & (load_4(s + 52) >> 4); local
4191 int64_t s20; local
    [all...]
  /external/r8/src/test/examples/jumbostring/
StringPool0.java 27 public static final String s20 = "20"; field in class:StringPool0
    [all...]

Completed in 134 milliseconds