/external/clang/test/CodeGen/ |
2007-05-11-str-const.c | 4 static const unsigned char str1[]="1"; variable
|
/external/clang/test/Lexer/ |
cxx0x_raw_string_delim_length.cpp | 3 const char *str1 = R"(abcdef)"; // ok variable
|
/external/pcre/dist/ |
pcre_string_utils.c | 61 str1 first string 68 PRIV(strcmp_uc_uc)(const pcre_uchar *str1, const pcre_uchar *str2) 73 while (*str1 != '\0' || *str2 != '\0') 75 c1 = *str1++; 87 PRIV(strcmp_uc_uc_utf)(const pcre_uchar *str1, const pcre_uchar *str2) 92 while (*str1 != '\0' || *str2 != '\0') 94 c1 = UCHAR21INC(str1); 106 PRIV(strcmp_uc_c8)(const pcre_uchar *str1, const char *str2) 112 while (*str1 != '\0' || *ustr2 != '\0') 114 c1 = *str1++ [all...] |
/external/llvm/unittests/ADT/ |
FoldingSet.cpp | 28 std::string str1= "a test string"; local 29 a.AddString(str1); 32 std::string str2 = ">" + str1;
|
/external/llvm/test/MC/ELF/ |
entsize.s | 6 .section .rodata.str1.1,"aMS",@progbits,1 8 .type .L.str1,@object # @.str1 9 .L.str1: 11 .size .L.str1, 6 37 // CHECK-NEXT: Name: .rodata.str1.1
|
basic-elf-32.s | 10 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
|
basic-elf-64.s | 10 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
|
undef.s | 15 .section .rodata.str1.1,"aMS",@progbits,1 42 // CHECK-NEXT: Section: .rodata.str1.1 72 // CHECK-NEXT: Name: .rodata.str1.1 78 // CHECK-NEXT: Section: .rodata.str1.1
|
/ndk/tests/device/test-gnustl-full/unit/ |
collate_facets_test.cpp | 22 char const str1[] = "abcdef1"; local 24 const size_t size1 = sizeof(str1) / sizeof(str1[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 ) 42 char const str1[] = "abcdef1"; local 89 wchar_t const str1[] = L"abcdef1"; local 216 char const str1[] = "abcdef1"; local [all...] |
/ndk/tests/device/test-stlport/unit/ |
collate_facets_test.cpp | 22 char const str1[] = "abcdef1"; local 24 const size_t size1 = sizeof(str1) / sizeof(str1[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 ) 42 char const str1[] = "abcdef1"; local 89 wchar_t const str1[] = L"abcdef1"; local 216 char const str1[] = "abcdef1"; local [all...] |
/external/valgrind/none/tests/s390x/ |
clst.c | 8 const char *str1; member in struct:__anon21025 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 | 2 str1 = 123 7 str1 = 234 12 str1 = equal 17 str1 = 22 str1 = long 27 str1 = lower1
|
/art/test/003-omnibus-opcodes/src/ |
GenSelect.java | 19 String str1 = null; local 21 String res = b ? str1 : str2;
|
/external/llvm/test/MC/COFF/ |
symbol-fragment-offset-64.s | 18 movl $.L_.str1, (%esp) 30 .L_.str1: # @.str1
|
symbol-fragment-offset.s | 18 movl $L_.str1, (%esp) 30 L_.str1: # @.str1
|
/external/valgrind/include/ |
pub_tool_basics_asm.h | 49 #define VGAPPEND(str1,str2) str1##str2
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
IOCase.java | 137 * @param str1 the first 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); 155 * @param str1 the first 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/llvm/test/MC/Mips/ |
elf-relsym.s | 10 // 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/ |
to_string.pass.cpp | 28 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/elfutils/src/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 (…) [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 (…) [all...] |
/external/compiler-rt/test/dfsan/ |
custom.cc | 75 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, sizeof(str1))) [all...] |
/external/icu/icu4c/source/test/intltest/ |
tchcfmt.h | 47 double v1, const char* str1,
|
/libcore/luni/src/test/java/libcore/java/util/jar/ |
OldAttributesNameTest.java | 54 String str1 = "Attr1"; local 56 Attributes.Name attr1 = new Attributes.Name(str1); 59 assertTrue(attr1.toString().equals(str1)); 61 assertFalse(attr2.toString().equals(str1));
|
/art/test/072-precise-gc/src/ |
Main.java | 38 String str1 = generateString("String", 1); local 50 wrefs[1] = new WeakReference(str1); 71 String str1; local 102 str1 = generateString("String", 1); 111 System.out.println(str0+str1+str2+str3+str4+str5+str6+str7+str8+str9);
|