Searched refs:str1 (Results 1 - 25 of 185) sorted by relevance

12345678

/external/clang/test/CodeGen/
H A D2007-05-11-str-const.c4 static const unsigned char str1[]="1"; variable
/external/clang/test/Lexer/
H A Dcxx0x_raw_string_delim_length.cpp3 const char *str1 = R"(abcdef)"; // ok variable
/external/pcre/dist2/src/
H A Dpcre2_string_utils.c59 str1 first string
66 PRIV(strcmp)(PCRE2_SPTR str1, PCRE2_SPTR str2) argument
69 while (*str1 != '\0' || *str2 != '\0')
71 c1 = *str1++;
87 str1 first string
94 PRIV(strcmp_c8)(PCRE2_SPTR str1, const char *str2) argument
97 while (*str1 != '\0' || *str2 != '\0')
99 c1 = *str1++;
113 str1 first string
121 PRIV(strncmp)(PCRE2_SPTR str1, PCRE2_SPT argument
150 strncmp_c8(PCRE2_SPTR str1, const char *str2, size_t len) argument
193 strcpy_c8(PCRE2_UCHAR *str1, const char *str2) argument
[all...]
/external/swiftshader/third_party/LLVM/unittests/ADT/
H A DFoldingSet.cpp28 std::string str1= "a test string"; local
29 a.AddString(str1);
32 std::string str2 = ">" + str1;
/external/llvm/test/MC/ELF/
H A Dentsize.s6 .section .rodata.str1.1,"aMS",@progbits,1
8 .type .L.str1,@object # @.str1
9 .L.str1:
11 .size .L.str1, 6
37 // CHECK: Name: .rodata.str1.1
H A Dbasic-elf-32.s10 movl $.L.str1, (%esp)
20 .type .L.str1,@object # @.str1
21 .section .rodata.str1.1,"aMS",@progbits,1
22 .L.str1:
24 .size .L.str1, 6
49 // CHECK: 0x6 R_386_32 .L.str1
H A Dbasic-elf-64.s10 movl $.L.str1, %edi
20 .type .L.str1,@object # @.str1
21 .section .rodata.str1.1,"aMS",@progbits,1
22 .L.str1:
24 .size .L.str1, 6
49 // CHECK: 0x5 R_X86_64_32 .rodata.str1.1 0x0
51 // CHECK: 0xF R_X86_64_32 .rodata.str1.1 0x6
H A Dundef.s14 .section .rodata.str1.1,"aMS",@progbits,1
41 // CHECK-NEXT: Section: .rodata.str1.1
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dentsize.s6 .section .rodata.str1.1,"aMS",@progbits,1
8 .type .L.str1,@object # @.str1
9 .L.str1:
11 .size .L.str1, 6
36 // CHECK-NEXT: ('sh_name', 0x00000048) # '.rodata.str1.1'
H A Dbasic-elf-32.s10 movl $.L.str1, (%esp)
20 .type .L.str1,@object # @.str1
21 .section .rodata.str1.1,"aMS",@progbits,1
22 .L.str1:
24 .size .L.str1, 6
H A Dbasic-elf-64.s10 movl $.L.str1, %edi
20 .type .L.str1,@object # @.str1
21 .section .rodata.str1.1,"aMS",@progbits,1
22 .L.str1:
24 .size .L.str1, 6
H A Dundef.s15 .section .rodata.str1.1,"aMS",@progbits,1
/external/valgrind/none/tests/s390x/
H A Dclst.c8 const char *str1; member in struct:__anon23776
24 return (clst_t) { .str1 = string1, .str2 = string2, .cc = get_cc() };
28 clst(const char *str1, const char *str2, int sentinel) argument
32 printf("comparing: %s with %s sentinel = %d", str1, str2, sentinel);
36 res = do_clst(str1, str2, sentinel);
37 printf("str1 = %s\nstr2 = %s\ncc = %d\n", res.str1, res.str2, res.cc);
H A Dclst.stdout.exp2 str1 = 123
7 str1 = 234
12 str1 = equal
17 str1 =
22 str1 = long
27 str1 = lower1
/external/llvm/test/MC/COFF/
H A Dsymbol-fragment-offset-64.s18 movl $.L_.str1, (%esp)
30 .L_.str1: # @.str1
H A Dsymbol-fragment-offset.s18 movl $L_.str1, (%esp)
30 L_.str1: # @.str1
/external/swiftshader/third_party/LLVM/test/MC/COFF/
H A Dsymbol-fragment-offset.s19 movl $L_.str1, (%esp)
31 L_.str1: # @.str1
/external/llvm/test/MC/Mips/
H A Delf-relsym.s10 // CHECK: Name: $.str1
51 lw $2, %got($.str1)($1)
52 addiu $2, $2, %lo($.str1)
76 .section .rodata.str1.1,"aMS",@progbits,1
81 .type $.str1,@object # @.str1
82 $.str1:
84 .size $.str1, 5
/external/libcxx/test/std/experimental/string.view/string.view.ops/
H A Dto_string.pass.cpp28 String str1 = (String) sv1; local
30 assert ( sv1.size() == str1.size ());
31 assert ( std::char_traits<CharT>::compare ( sv1.data(), str1.data(), sv1.size()) == 0 );
42 String str1 = (String) sv1; local
45 assert ( sv1.size() == str1.size ());
/external/llvm/test/MC/X86/AlignedBundling/
H A Drodata-section.s12 movl $.str1, 4(%esp)
22 .type .str1,@object
23 .str1:
25 .size .str1, 7
/external/pdfium/testing/tools/
H A Dtext_diff.py17 str1 = f1.readlines();
21 str1, str2, fromfile=filename1, tofile=filename2)
/external/valgrind/include/
H A Dpub_tool_basics_asm.h49 #define VGAPPEND(str1,str2) str1##str2
/external/compiler-rt/test/dfsan/
H A Dcustom.cc75 char str1[] = "str1", str2[] = "str2"; local
76 dfsan_set_label(i_label, &str1[3], 1);
79 int rv = memcmp(str1, str2, sizeof(str1));
89 char str1[] = "str1";
90 char str2[sizeof(str1)];
91 dfsan_set_label(i_label, &str1[3], 1);
93 ASSERT_ZERO_LABEL(memcpy(str2, str1, sizeo
[all...]
/external/pdfium/core/fxcrt/
H A Dfx_string.h189 inline CFX_ByteString operator+(const CFX_ByteStringC& str1, argument
191 return CFX_ByteString(str1, str2);
193 inline CFX_ByteString operator+(const CFX_ByteStringC& str1, argument
195 return CFX_ByteString(str1, str2);
197 inline CFX_ByteString operator+(const FX_CHAR* str1, argument
199 return CFX_ByteString(str1, str2);
201 inline CFX_ByteString operator+(const CFX_ByteStringC& str1, FX_CHAR ch) { argument
202 return CFX_ByteString(str1, CFX_ByteStringC(ch));
207 inline CFX_ByteString operator+(const CFX_ByteString& str1, argument
209 return CFX_ByteString(str1
211 operator +(const CFX_ByteString& str1, FX_CHAR ch) argument
217 operator +(const CFX_ByteString& str1, const FX_CHAR* str2) argument
221 operator +(const FX_CHAR* str1, const CFX_ByteString& str2) argument
225 operator +(const CFX_ByteString& str1, const CFX_ByteStringC& str2) argument
229 operator +(const CFX_ByteStringC& str1, const CFX_ByteString& str2) argument
370 operator +(const CFX_WideStringC& str1, const CFX_WideStringC& str2) argument
374 operator +(const CFX_WideStringC& str1, const FX_WCHAR* str2) argument
378 operator +(const FX_WCHAR* str1, const CFX_WideStringC& str2) argument
382 operator +(const CFX_WideStringC& str1, FX_WCHAR ch) argument
388 operator +(const CFX_WideString& str1, const CFX_WideString& str2) argument
392 operator +(const CFX_WideString& str1, FX_WCHAR ch) argument
398 operator +(const CFX_WideString& str1, const FX_WCHAR* str2) argument
402 operator +(const FX_WCHAR* str1, const CFX_WideString& str2) argument
406 operator +(const CFX_WideString& str1, const CFX_WideStringC& str2) argument
410 operator +(const CFX_WideStringC& str1, const CFX_WideString& str2) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtchcfmt.h49 double v1, const char* str1,

Completed in 620 milliseconds

12345678