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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/testsuite/
icf_string_merge_test.cc 31 const char* const str2 = "bbbbaaaaaastr1"; variable
40 return str2;
  /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:__anon15631
15 __attribute__((overloadable)) void Class_Init(Instance this, char *str, void *str2) {
17 this.object->str2 = str2;
22 this.object->str2 = str;
  /external/pcre/dist2/src/
pcre2_string_utils.c 60 str2 second string
66 PRIV(strcmp)(PCRE2_SPTR str1, PCRE2_SPTR str2)
69 while (*str1 != '\0' || *str2 != '\0')
72 c2 = *str2++;
88 str2 second string
94 PRIV(strcmp_c8)(PCRE2_SPTR str1, const char *str2)
97 while (*str1 != '\0' || *str2 != '\0')
100 c2 = *str2++;
114 str2 second string
121 PRIV(strncmp)(PCRE2_SPTR str1, PCRE2_SPTR str2, size_t len
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
memcmp.c 23 memcmp (const PTR str1, const PTR str2, size_t count)
26 register const unsigned char *s2 = (const unsigned char*)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: 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/swiftshader/third_party/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
48 // CHECK-NEXT: ('sh_name', 0x00000039) # '.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
basic-elf-64.s 12 movl $.L.str2, %edi
26 .type .L.str2,@object # @.str2
27 .L.str2:
29 .size .L.str2, 7
  /external/mesa3d/src/util/tests/hash_table/
delete_and_lookup.c 48 const char *str2 = "test2"; local
57 _mesa_hash_table_insert(ht, str2, NULL);
59 entry = _mesa_hash_table_search(ht, str2);
60 assert(strcmp(entry->key, str2) == 0);
70 entry = _mesa_hash_table_search(ht, str2);
71 assert(strcmp(entry->key, str2) == 0);
replacement.c 38 char *str2 = strdup("test1"); local
44 assert(str1 != str2);
50 _mesa_hash_table_insert(ht, str2, str2);
54 assert(entry->data == str2);
63 free(str2);
insert_and_lookup.c 38 const char *str2 = "test2"; local
48 _mesa_hash_table_insert(ht, str2, NULL);
53 entry = _mesa_hash_table_search(ht, str2);
54 assert(strcmp(entry->key, str2) == 0);
collision.c 38 const char *str2 = "test2"; local
53 _mesa_hash_table_insert_pre_hashed(ht, bad_hash, str2, NULL);
59 entry2 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str2);
60 assert(entry2->key == str2);
68 entry2 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str2);
69 assert(entry2->key == str2);
72 _mesa_hash_table_insert_pre_hashed(ht, bad_hash, str2, NULL);
73 entry2 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str2);
75 assert(search_entry == entry2 || search_entry->key != str2);
89 entry2 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str2);
    [all...]
destroy_callback.c 34 static const char *str2 = "test2"; variable
43 else if (strcmp(entry->key, str2) == 0)
61 _mesa_hash_table_insert(ht, str2, NULL);
  /external/valgrind/none/tests/s390x/
clst.c 9 const char *str2; member in struct:__anon38104
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/swiftshader/third_party/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/swiftshader/third_party/LLVM/test/MC/COFF/
symbol-fragment-offset.s 21 movl $L_.str2, (%esp)
34 .align 16 # @.str2
35 L_.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/pdfium/core/fxcrt/
fx_string.h 190 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) {
205 return CFX_ByteString(ch, str2);
208 const CFX_ByteString& str2) {
209 return CFX_ByteString(str1.AsStringC(), str2.AsStringC())
    [all...]

Completed in 1288 milliseconds

1 2 3 4 5 6 7 8 91011>>