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

1 2 3 4 5 6 7 8 91011>>

  /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:__anon2845
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/pcre/dist/
pcre_string_utils.c 62 str2 second string
68 PRIV(strcmp_uc_uc)(const pcre_uchar *str1, const pcre_uchar *str2)
73 while (*str1 != '\0' || *str2 != '\0')
76 c2 = *str2++;
87 PRIV(strcmp_uc_uc_utf)(const pcre_uchar *str1, const pcre_uchar *str2)
92 while (*str1 != '\0' || *str2 != '\0')
95 c2 = UCHAR21INC(str2);
106 PRIV(strcmp_uc_c8)(const pcre_uchar *str1, const char *str2)
108 const pcre_uint8 *ustr2 = (pcre_uint8 *)str2;
126 PRIV(strcmp_uc_c8_utf)(const pcre_uchar *str1, const char *str2)
    [all...]
  /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
  /external/stlport/test/unit/
collate_facets_test.cpp 23 char const str2[] = "abcdef2"; local
25 const size_t size2 = sizeof(str2) / sizeof(str2[0]) - 1;
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 )
43 char const str2[] = "abcdef2"; local
90 wchar_t const str2[] = L"abcdef2"; local
217 char const str2[] = "abcdef2"; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
collate_facets_test.cpp 23 char const str2[] = "abcdef2"; local
25 const size_t size2 = sizeof(str2) / sizeof(str2[0]) - 1;
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 )
43 char const str2[] = "abcdef2"; local
90 wchar_t const str2[] = L"abcdef2"; local
217 char const str2[] = "abcdef2"; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
collate_facets_test.cpp 23 char const str2[] = "abcdef2"; local
25 const size_t size2 = sizeof(str2) / sizeof(str2[0]) - 1;
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 )
43 char const str2[] = "abcdef2"; local
90 wchar_t const str2[] = L"abcdef2"; local
217 char const str2[] = "abcdef2"; local
    [all...]
  /external/valgrind/main/none/tests/s390x/
clst.c 9 const char *str2; member in struct:__anon16894
24 return (clst_t) { .str1 = string1, .str2 = string2, .cc = get_cc() };
28 clst(const char *str1, const char *str2, int sentinel)
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);
clst.stdout.exp 3 str2 = abc
8 str2 = 123
13 str2 = equal
18 str2 = long
23 str2 =
28 str2 = lower2
  /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/srec/seti/setiUtils/src/
platform_utils.c 93 int stricmp(const char *str1, const char *str2)
95 if(str1 == NULL || str2 == NULL){
97 PLogError(L("stricmp: str1 or str2 is NULL\n"));
102 for (; *str1 != '\0' && *str2 != '\0' && tolower(*str1) == tolower(*str2);
103 str1++, str2++)
106 return *str2 == '\0'? 0 : -1;
107 else if (*str2 == '\0')
110 return tolower(*str1) < tolower(*str2)? -1 : 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,
  /external/valgrind/main/include/
pub_tool_basics_asm.h 49 #define VGAPPEND(str1,str2) str1##str2
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
IOCase.java 138 * @param str2 the second string to compare, not null
142 public int checkCompareTo(String str1, String str2) {
143 if (str1 == null || str2 == null) {
146 return sensitive ? str1.compareTo(str2) : str1.compareToIgnoreCase(str2);
156 * @param str2 the second string to compare, not null
160 public boolean checkEquals(String str1, String str2) {
161 if (str1 == null || str2 == null) {
164 return sensitive ? str1.equals(str2) : str1.equalsIgnoreCase(str2);
    [all...]
  /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...]

Completed in 570 milliseconds

1 2 3 4 5 6 7 8 91011>>