Searched refs:str2 (Results 1 - 25 of 196) sorted by relevance

12345678

/external/clang/test/Lexer/
H A Dcxx0x_raw_string_delim_length.cpp4 const char *str2 = R"foo()foo"; // ok variable
/external/pcre/dist2/src/
H A Dpcre2_string_utils.c60 str2 second string
66 PRIV(strcmp)(PCRE2_SPTR str1, PCRE2_SPTR str2) argument
69 while (*str1 != '\0' || *str2 != '\0')
72 c2 = *str2++;
88 str2 second string
94 PRIV(strcmp_c8)(PCRE2_SPTR str1, const char *str2) argument
97 while (*str1 != '\0' || *str2 != '\0')
100 c2 = *str2++;
114 str2 second string
121 PRIV(strncmp)(PCRE2_SPTR str1, PCRE2_SPTR str2, size_ 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/clang/test/Sema/
H A Doverloaded-func-transparent-union.c8 char *str2; member in struct:__anon2868
15 __attribute__((overloadable)) void Class_Init(Instance this, char *str, void *str2) { argument
17 this.object->str2 = str2;
22 this.object->str2 = str;
/external/llvm/test/MC/ELF/
H A Dentsize.s13 .type .L.str2,@object # @.str2
14 .L.str2:
16 .size .L.str2, 7
19 .section .rodata.str2.1,"aMS",@progbits,2
54 // CHECK: Name: .rodata.str2.1
H A Dbasic-elf-32.s12 movl $.L.str2, (%esp)
26 .type .L.str2,@object # @.str2
27 .L.str2:
29 .size .L.str2, 7
51 // CHECK: 0x12 R_386_32 .L.str2
H A Dbasic-elf-64.s12 movl $.L.str2, %edi
26 .type .L.str2,@object # @.str2
27 .L.str2:
29 .size .L.str2, 7
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dentsize.s13 .type .L.str2,@object # @.str2
14 .L.str2:
16 .size .L.str2, 7
19 .section .rodata.str2.1,"aMS",@progbits,2
48 // CHECK-NEXT: ('sh_name', 0x00000039) # '.rodata.str2.1'
H A Dbasic-elf-32.s12 movl $.L.str2, (%esp)
26 .type .L.str2,@object # @.str2
27 .L.str2:
29 .size .L.str2, 7
H A Dbasic-elf-64.s12 movl $.L.str2, %edi
26 .type .L.str2,@object # @.str2
27 .L.str2:
29 .size .L.str2, 7
/external/valgrind/none/tests/s390x/
H A Dclst.c9 const char *str2; 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.exp3 str2 = abc
8 str2 = 123
13 str2 = equal
18 str2 = long
23 str2 =
28 str2 = lower2
/external/swiftshader/third_party/LLVM/unittests/ADT/
H A DFoldingSet.cpp32 std::string str2 = ">" + str1; local
33 b.AddString(str2.c_str() + 1);
/external/llvm/test/MC/COFF/
H A Dsymbol-fragment-offset-64.s20 movl $.L_.str2, (%esp)
33 .align 16 # @.str2
34 .L_.str2:
H A Dsymbol-fragment-offset.s20 movl $L_.str2, (%esp)
33 .align 16 # @.str2
34 L_.str2:
/external/swiftshader/third_party/LLVM/test/MC/COFF/
H A Dsymbol-fragment-offset.s21 movl $L_.str2, (%esp)
34 .align 16 # @.str2
35 L_.str2:
/external/libcxx/test/std/experimental/string.view/string.view.ops/
H A Dto_string.pass.cpp34 auto str2 = sv1.to_string(min_allocator<CharT>()); local
35 assert ( sv1.size() == str2.size ());
36 assert ( std::char_traits<CharT>::compare ( sv1.data(), str2.data(), sv1.size()) == 0 );
48 auto str2 = sv1.to_string(min_allocator<CharT>()); local
49 assert ( sv1.size() == str2.size ());
/external/libvncserver/webclients/java-applet/ssl/
H A Donetimekey59 str2=`tail +$n $in | $pbinhex`
61 echo "$str2"
63 echo "$str1,$str2"
/external/clang/test/SemaCXX/
H A Dstring-plus-char.cpp18 char *str2 = str + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}} local
26 str2 = str + u'a'; // expected-warning {{adding 'char16_t' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
/external/llvm/test/MC/X86/AlignedBundling/
H A Drodata-section.s10 movl $.str2, 8(%esp)
27 .type .str2,@object
28 .str2:
30 .size .str2, 7
/external/pdfium/testing/tools/
H A Dtext_diff.py19 str2 = f2.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/pdfium/core/fxcrt/
H A Dfx_string.h190 const CFX_ByteStringC& str2) {
191 return CFX_ByteString(str1, str2);
194 const FX_CHAR* str2) {
195 return CFX_ByteString(str1, str2);
198 const CFX_ByteStringC& str2) {
199 return CFX_ByteString(str1, str2);
204 inline CFX_ByteString operator+(FX_CHAR ch, const CFX_ByteStringC& str2) { argument
205 return CFX_ByteString(ch, str2);
208 const CFX_ByteString& str2) {
209 return CFX_ByteString(str1.AsStringC(), str2
189 operator +(const CFX_ByteStringC& str1, const CFX_ByteStringC& str2) argument
193 operator +(const CFX_ByteStringC& str1, const FX_CHAR* str2) argument
197 operator +(const FX_CHAR* str1, const CFX_ByteStringC& str2) argument
207 operator +(const CFX_ByteString& str1, const CFX_ByteString& str2) argument
214 operator +(FX_CHAR ch, const CFX_ByteString& str2) 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
385 operator +(FX_WCHAR ch, const CFX_WideStringC& str2) argument
388 operator +(const CFX_WideString& str1, const CFX_WideString& str2) argument
395 operator +(FX_WCHAR ch, const CFX_WideString& str2) 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.h50 double v2, const char* str2,
/external/ltp/testcases/kernel/syscalls/memmap/
H A Dmem03.c76 char str2[] = "my test mem"; local
87 write(f2, str2, strlen(str2));
104 if (strncmp(str2, mm2, strlen(str2)))
129 if (strncmp(str2, mm2, strlen(str2)))
/external/libxml2/include/libxml/
H A Dxmlstring.h65 const xmlChar *str2);
68 const xmlChar *str2,
72 const xmlChar *str2);
75 const xmlChar *str2,
79 const xmlChar *str2);
95 const xmlChar *str2,

Completed in 619 milliseconds

12345678