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

1 2 3

  /external/chromium_org/v8/test/webkit/
regexp-zero-length-alternatives.js 33 var s5 = "ab"; variable
260 shouldBe('s5.match(re32)', '["ab"]');
  /external/clang/test/Sema/
no-documentation-warn-tagdecl-specifier.c 27 /** @return s5 Test 5 - expected warning here */
28 struct s5 { int is; }; struct
29 struct s5* f5(void);
pragma-align-mac68k.c 50 struct s5 { struct
54 extern int a5_0[sizeof(struct s5) == 4 ? 1 : -1];
55 extern int a5_1[__alignof(struct s5) == 2 ? 1 : -1];
warn-strlcpycat-size.c 15 } s4, **s5; variable in typeref:struct:__anon18769
26 strlcpy((*s5)->f2[x], s2, sizeof(s2)); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
warn-strncat-size.c 21 } s4, **s5; variable in typeref:struct:__anon18770
41 strncat((*s5)->f2[x], s2, sizeof(s2)); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
  /external/clang/test/SemaCXX/
warn-dangling-field.cpp 39 struct S5 {
42 S5 s5 = { 0 }; // ok, lifetime-extended variable
45 S5 s5; // expected-note {{here}} member in struct:S6
46 S6() : s5 { 0 } {} // expected-warning {{binding reference subobject of member 's5' to a temporary}}
49 struct S7 : S5 {
50 S7() : S5 { 0 } {} // expected-warning {{binding reference member 'x' to a temporary}}
  /art/test/Statics/
Statics.java 23 static final long s5 = 0x1234567890abcdefL; field in class:Statics
44 return s5;
  /external/clang/test/CodeGen/
ppc64-struct-onefloat.c 7 typedef struct s5 { Sd ds; } SSd; struct
15 // CHECK: %e = alloca %struct.s5, align 8
23 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s5* %e, i32 0, i32 0
45 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s5* %p5, i32 0, i32 0
x86_32-arguments-win32.c 34 // CHECK: define void @f5_2(%struct.s5* byval align 4)
35 struct s5 { struct
38 struct s5 f5_1(void) { while (1) {} }
39 void f5_2(struct s5 a0) {}
regparm-struct.c 73 struct s5 { struct
76 __attribute__((regparm(3))) void f9(struct s5 a, int b);
79 struct s5 x = {41};
bitfield-2.c 207 struct s5 { struct
213 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef };
215 int f5_load(struct s5 *a0) {
218 int f5_store(struct s5 *a0) {
221 int f5_reload(struct s5 *a0) {
229 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef };
  /external/chromium_org/courgette/
adjustment_method_unittest.cc 97 std::string s5 = Serialize(prog5); local
100 EXPECT_TRUE(s1 == s5); // Adjustment did not change A (prog5)
101 EXPECT_TRUE(s5 == s6); // Adjustment did change B into A
  /external/chromium_org/v8/test/mjsunit/
uri.js 42 var s5 = String.fromCharCode(cc5); variable
60 assertEquals('%DF%BF', encodeURI(s5));
71 assertEquals(cc5, decodeURI(encodeURI(s5)).charCodeAt(0));
  /external/v8/test/mjsunit/
uri.js 42 var s5 = String.fromCharCode(cc5); variable
60 assertEquals('%DF%BF', encodeURI(s5));
71 assertEquals(cc5, decodeURI(encodeURI(s5)).charCodeAt(0));
  /art/test/StackWalk/
StackWalk.java 26 String s5 = new String("5"); local
48 s += s5;
66 s += s5;
  /external/pixman/pixman/
pixman-mips-dspr2-asm.h 56 #define s5 $21 macro
  /bionic/libc/arch-mips/include/machine/
regdef.h 80 #define s5 $21 macro
  /bionic/libc/kernel/arch-mips/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 50 #define s5 $21 macro
100 #define s5 $21 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 80 #define s5 $21 macro
  /external/chromium_org/third_party/icu/source/test/intltest/
astrotst.cpp 317 UnicodeString s1, s2, s3, s4, s5; local
329 s1.remove(); s2.remove(); s3.remove(); s4.remove(); s5.remove();
345 " (USNO " + df_t->format(expset,s5) + ")");
  /external/clang/test/CXX/class/class.union/
p1.cpp 88 struct s5 : CopyAssign { // expected-note {{because no assignment operator can be used to copy an object of type 'const U3::s5'}} struct in union:U3
  /external/clang/test/CodeGenCXX/
x86_32-arguments.cpp 88 struct s5 { s5(); int &x; }; struct
89 s5 f5() { return s5(); }
  /external/icu4c/test/intltest/
astrotst.cpp 317 UnicodeString s1, s2, s3, s4, s5; local
329 s1.remove(); s2.remove(); s3.remove(); s4.remove(); s5.remove();
345 " (USNO " + df_t->format(expset,s5) + ")");
  /external/kernel-headers/original/asm-mips/
regdef.h 41 #define s5 $21 macro
84 #define s5 $21 macro

Completed in 588 milliseconds

1 2 3