/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mn10300/ |
i143317.s | 1 .section .rodata.str1.1 ,"aMS",@progbits,0x1 16 .section .rodata.str1.1 ,"aMS",@progbits,0x1
|
i36434-2.s | 9 .section .rodata.str1.1,"aMS",@progbits,1
|
/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...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/ |
elf-reloc-8.d | 12 0*0000040 GPRELHIGH \.rodata\.str1\.1\+0x0*00000eb 13 0*0000048 GPRELLOW \.rodata\.str1\.1\+0x0*00000eb 21 0*0000078 GPRELHIGH \.rodata\.str1\.1\+0x0*0000101 22 0*0000080 GPRELLOW \.rodata\.str1\.1\+0x0*0000101 25 0*000009c GPRELHIGH \.rodata\.str1\.1\+0x0*0000106 28 0*00000a4 GPRELHIGH \.rodata\.str1\.1\+0x0*0000108 29 0*00000a8 GPRELLOW \.rodata\.str1\.1\+0x0*0000106 30 0*00000ac GPRELLOW \.rodata\.str1\.1\+0x0*0000108 47 0*0000154 GPRELHIGH \.rodata\.str1\.1\+0x0*0000031 48 0*0000160 GPRELLOW \.rodata\.str1\.1\+0x0*000003 [all...] |
/external/icu/icu4c/source/test/intltest/ |
tchcfmt.h | 47 double v1, const char* str1,
|
/external/llvm/test/MC/ELF/ |
undef.s | 14 .section .rodata.str1.1,"aMS",@progbits,1 41 // CHECK-NEXT: Section: .rodata.str1.1
|
/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);
|
/external/libxml2/include/libxml/ |
xmlstring.h | 64 xmlStrcmp (const xmlChar *str1, 67 xmlStrncmp (const xmlChar *str1, 71 xmlStrcasecmp (const xmlChar *str1, 74 xmlStrncasecmp (const xmlChar *str1, 78 xmlStrEqual (const xmlChar *str1, 94 xmlStrncatNew (const xmlChar *str1,
|
/external/pdfium/testing/tools/ |
text_diff.py | 17 str1 = f1.readlines(); 21 str1, str2, fromfile=filename1, tofile=filename2)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
rodata-merge-map1.s | 6 .section .rodata.str1.1,"aMS",%progbits,1
|
rodata-merge-map3.s | 6 .section .rodata.str1.1,"aMS",%progbits,1
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/ |
merge1.s | 1 .section .rodata.str1.8,"aMS", 1
|
merge2.s | 1 .section .rodata.str1.8,"aMS", 1
|
/external/libvncserver/webclients/java-applet/ssl/ |
onetimekey | 55 str1=`$pbinhex < "$der"` 63 echo "$str1,$str2"
|
/external/webrtc/webrtc/base/ |
versionparsing_unittest.cc | 23 std::string str1("1.1.2.0"); 25 EXPECT_TRUE(ParseVersionString(str1, kExampleSegments, ver)); 35 std::string str1("1.1.2"); 36 EXPECT_FALSE(ParseVersionString(str1, kExampleSegments, ver));
|
/frameworks/base/tools/split-select/ |
TestRules.cpp | 51 const Rule ContainsAnyRule(Rule::Key key, const char* str1) { 55 rule.stringArgs.add(String8(str1)); 59 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2) { 63 rule.stringArgs.add(String8(str1));
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
got-reloc.s | 2 .section .const.str1.1,"aMS",@progbits,1
|
/ndk/tests/device/test-gnustl-full/unit/ |
string_test.cpp | 256 string const ref_short_str1("str1"), ref_short_str2("str2"); 266 string str1(short_str1); 267 str1 = long_str1; 268 CPPUNIT_ASSERT(str1 == ref_long_str1); 272 string str1(long_str1); 273 str1 = short_str1; 274 CPPUNIT_ASSERT(str1 == ref_short_str1); 503 string str1; local 506 str1.insert(pos, nb, '1'); 508 CPPUNIT_ASSERT( str1 == "11" ) 866 static string str1; local [all...] |
/ndk/tests/device/test-stlport/unit/ |
string_test.cpp | 256 string const ref_short_str1("str1"), ref_short_str2("str2"); 266 string str1(short_str1); 267 str1 = long_str1; 268 CPPUNIT_ASSERT(str1 == ref_long_str1); 272 string str1(long_str1); 273 str1 = short_str1; 274 CPPUNIT_ASSERT(str1 == ref_short_str1); 503 string str1; local 506 str1.insert(pos, nb, '1'); 508 CPPUNIT_ASSERT( str1 == "11" ) 866 static string str1; local [all...] |
/external/libxml2/ |
xmlstring.c | 123 * @str1: the first xmlChar * 132 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) { 135 if (str1 == str2) return(0); 136 if (str1 == NULL) return(-1); 139 tmp = *str1++ - *str2; 147 * @str1: the first xmlChar * 157 xmlStrEqual(const xmlChar *str1, const xmlChar *str2) { 158 if (str1 == str2) return(1); 159 if (str1 == NULL) return(0); 162 if (*str1++ != *str2) return(0) [all...] |
/external/pdfium/core/include/fxcrt/ |
fx_string.h | 373 inline CFX_ByteString operator+(const CFX_ByteStringC& str1, 375 return CFX_ByteString(str1, str2); 377 inline CFX_ByteString operator+(const CFX_ByteStringC& str1, 379 return CFX_ByteString(str1, str2); 381 inline CFX_ByteString operator+(const FX_CHAR* str1, 383 return CFX_ByteString(str1, str2); 385 inline CFX_ByteString operator+(const CFX_ByteStringC& str1, FX_CHAR ch) { 386 return CFX_ByteString(str1, CFX_ByteStringC(ch)); 391 inline CFX_ByteString operator+(const CFX_ByteString& str1, 393 return CFX_ByteString(str1, str2) [all...] |
/external/ltrace/sysdeps/linux-gnu/ |
hooks.c | 38 append(const char *str1, const char *str2) 40 char *ret = malloc(strlen(str1) + strlen(str2) + 2); 43 strcpy(stpcpy(ret, str1), str2); 48 add_dir(struct vect *dirs, const char *str1, const char *str2) 50 char *dir = append(str1, str2); 55 str1, str2, strerror(errno));
|
/external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/ |
utils.h | 27 stringstream str1, str2, str3; local 29 str1 << "Matches: " << stats.matches; 33 putText(image, str1.str(), Point(0, image.rows - 90), font, 2, Scalar::all(255), 3);
|
/external/skia/gm/ |
morphology.cpp | 35 const char* str1 = "ABC"; local 39 canvas.drawText(str1, strlen(str1), 10, 55, paint);
|