HomeSort by relevance Sort by last modified time
    Searched refs:str2 (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/Lexer/
cxx0x_raw_string_delim_length.cpp 4 const char *str2 = R"foo()foo"; // ok variable
  /external/clang/test/Sema/
overloaded-func-transparent-union.c 8 char *str2; member in struct:__anon23758
15 __attribute__((overloadable)) void Class_Init(Instance this, char *str, void *str2) {
17 this.object->str2 = str2;
22 this.object->str2 = str;
string-plus-char.c 5 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
  /external/openssl/crypto/
o_str.c 69 int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n)
72 while (*str1 && *str2 && n)
74 int res = toupper(*str1) - toupper(*str2);
77 str2++;
84 if (*str2)
91 return strncasecmp(str1, str2, n);
94 int OPENSSL_strcasecmp(const char *str1, const char *str2)
97 return OPENSSL_strncasecmp(str1, str2, (size_t)-1);
99 return strcasecmp(str1, str2);
o_str.h 64 int OPENSSL_strcasecmp(const char *str1, const char *str2);
65 int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n);
  /external/chromium_org/net/spdy/
hpack_string_util.cc 12 base::StringPiece str2) {
14 if (str2.size() != size)
19 x |= str1[i] ^ str2[i];
hpack_string_util.h 19 base::StringPiece str2);
  /external/llvm/test/MC/ELF/
entsize.s 13 .type .L.str2,@object # @.str2
14 .L.str2:
16 .size .L.str2, 7
19 .section .rodata.str2.1,"aMS",@progbits,2
54 // CHECK-NEXT: Name: .rodata.str2.1
basic-elf-32.s 12 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
basic-elf-64.s 12 movl $.L.str2, %edi
26 .type .L.str2,@object # @.str2
27 .L.str2:
29 .size .L.str2, 7
  /art/test/003-omnibus-opcodes/src/
GenSelect.java 20 String str2 = null; local
21 String res = b ? str1 : str2;
  /external/llvm/unittests/ADT/
FoldingSet.cpp 32 std::string str2 = ">" + str1; local
33 b.AddString(str2.c_str() + 1);
  /external/llvm/test/MC/COFF/
symbol-fragment-offset-64.s 20 movl $.L_.str2, (%esp)
33 .align 16 # @.str2
34 .L_.str2:
symbol-fragment-offset.s 20 movl $L_.str2, (%esp)
33 .align 16 # @.str2
34 L_.str2:
  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_utility.h 25 const char* str2,
audio_device_utility.cc 41 const char* str1 , const char* str2,
44 return ((_strnicmp(str1, str2, length) == 0) ? true : false);
105 const char* str1 , const char* str2, const uint32_t length)
107 return (strncasecmp(str1, str2, length) == 0)?true: false;
  /external/elfutils/0.153/libcpu/
i386_dis.h 140 { .mnemonic = MNE_aaa, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
141 { .mnemonic = MNE_aad, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
142 { .mnemonic = MNE_aam, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
143 { .mnemonic = MNE_aas, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
144 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
145 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
146 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 18, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
147 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 26, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
148 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 24, .str1 = 0, .off1_1 = 5, .off1_2 = 9, .off1_3 = 0, .fct2 = 19, .str2 = 0, .off2_1 = 5, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
149 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }
    [all...]
x86_64_dis.h 141 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
142 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
143 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 19, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
144 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 27, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
145 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 25, .str1 = 0, .off1_1 = 5, .off1_2 = 9, .off1_3 = 0, .fct2 = 20, .str2 = 0, .off2_1 = 5, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
146 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
147 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
148 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 19, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
149 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 27, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
150 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 25, .str1 = 0, .off1_1 = 5, .off1_2 = 9, .off1_3 = 0, .fct2 = 20, .str2 = 0, .off2_1 = 5, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }
    [all...]
  /external/clang/test/SemaCXX/
string-plus-char.cpp 18 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/chromium_org/third_party/icu/source/test/intltest/
tchcfmt.h 48 double v2, const char* str2,
  /external/chromium_org/third_party/skia/tests/
ParsePathTest.cpp 12 SkString str, str2; local
19 SkParsePath::ToSVGString(path2, &str2);
20 REPORTER_ASSERT(reporter, str == str2);
25 SkDebugf("str1=%s\nstr2=%s\n", str.c_str(), str2.c_str());
  /external/icu/icu4c/source/test/intltest/
tchcfmt.h 48 double v2, const char* str2,
  /art/test/072-precise-gc/src/
Main.java 39 String str2 = generateString("String", 2); local
51 wrefs[2] = new WeakReference(str2);
72 String str2; local
103 str2 = generateString("String", 2);
111 System.out.println(str0+str1+str2+str3+str4+str5+str6+str7+str8+str9);
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_common.h 48 #define safe_strcmp(str1, str2) strcmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2))
49 #define safe_stricmp(str1, str2) _stricmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2))
50 #define safe_strncmp(str1, str2, count) strncmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2), count)
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlstring.h 65 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 976 milliseconds

1 2 3 4 5 6 7 8