HomeSort by relevance Sort by last modified time
    Searched refs:str1 (Results 101 - 125 of 464) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libxml2/
error.c 415 if ((domain == XML_FROM_XPATH) && (err->str1 != NULL) &&
417 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) {
421 channel(data, "%s\n", err->str1);
442 * @str1: extra string info
458 const char *file, int line, const char *str1,
589 if (str1 != NULL)
590 to->str1 = (char *) xmlStrdup((const xmlChar *) str1);
883 if (err->str1 != NULL)
884 xmlFree(err->str1);
958 char *message, *file, *str1, *str2, *str3; local
    [all...]
  /external/llvm/test/MC/Mips/
elf-N64.s 58 .section .rodata.str1.4,"aMS",@progbits,1
xgot.s 61 .section .rodata.str1.1,"aMS",@progbits,1
r-mips-got-disp.s 59 .section .rodata.str1.1,"aMS",@progbits,1
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc 56 bool StringCompare(const char* str1, const char* str2,
58 return _strnicmp(str1, str2, length) == 0;
61 bool StringCompare(const char* str1, const char* str2,
63 return strncasecmp(str1, str2, length) == 0;
rtp_utility.h 42 bool StringCompare(const char* str1, const char* str2, const uint32_t length);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
ifunc-1b.S 1 .section .rodata.str1.1,"aMS",@progbits,1
no-plt-check1a.S 1 .section .rodata.str1.1,"aMS",@progbits,1
pr20253-2b.S 1 .section .rodata.str1.1,"aMS",@progbits,1
pr20253-1b.S 1 .section .rodata.str1.1,"aMS",@progbits,1
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr20253-2b.S 1 .section .rodata.str1.1,"aMS",@progbits,1
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
cpuinfo.c 204 char str1[20], str2[BUFFSIZE]; local
222 sscanf(buf, "%s %s", str1, str2);
223 if (!strncmp(str1, "cpu", 3)) {
224 ci = atoi(str1 + 3);
230 } else if (!strncmp(str1, "domain", 6)) {
  /external/protobuf/src/google/protobuf/
message_unittest.cc 81 string str1("foo");
84 EXPECT_TRUE(message.SerializeToString(&str1));
88 EXPECT_EQ(str1.size() + 3, str2.size());
92 EXPECT_TRUE(str2.substr(3) == str1);
94 // GCC gives some sort of error if we try to just do stream.str() == str1.
96 EXPECT_TRUE(temp == str1);
98 EXPECT_TRUE(message.SerializeAsString() == str1);
  /external/clang/test/SemaCXX/
array-bounds.cpp 66 const char *str1 = "foo"; local
67 char c1 = str1[5]; // no warning for pointers
  /external/icu/icu4c/source/common/
cstring.h 133 uprv_stricmp(const char *str1, const char *str2);
140 uprv_strnicmp(const char *str1, const char *str2, uint32_t n);
  /external/icu/icu4c/source/test/cintltst/
ulistfmttest.c 31 static const UChar str1[] = { 0x42,0x62,0 }; /* "Bb" */ variable
35 static const UChar* strings[] = { str0, str1, str2, str3, str4 };
  /external/libbrillo/brillo/strings/
string_utils.h 97 const std::string& str1,
99 return str1 + delimiter + str2;
  /external/llvm/test/MC/ELF/
relocation-386.s 131 .section .rodata.str1.16,"aMS",@progbits,1
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
relocation-386.s 233 .section .rodata.str1.16,"aMS",@progbits,1
  /frameworks/av/media/mtp/
MtpDescriptors.h 90 char str1[sizeof(STR_INTERFACE)]; member in struct:android::functionfs_lang
  /external/eigen/bench/btl/generic_bench/
btl.hh 142 BtlString str1 = str; local
143 str1.toLowerCase();
144 return str0 == str1;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationRegressionTest.java 1176 String str1 = "\\u09be"; local
1261 String str1, str2; local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationRegressionTest.java 1173 String str1 = "\\u09be"; local
1258 String str1, str2; local
    [all...]
  /external/pdfium/core/fxcrt/
fx_system.h 167 #define FXSYS_wcsicmp(str1, str2) _wcsicmp((wchar_t*)(str1), (wchar_t*)(str2))
203 int FXSYS_wcsicmp(const wchar_t* str1, const wchar_t* str2);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessTest.java 60 String str1 = "Some data for testing communication between processes\n"; local
63 os.write(str1.getBytes());
74 assertEquals(str1 + str2 + str3, received);

Completed in 750 milliseconds

1 2 3 45 6 7 8 91011>>