HomeSort by relevance Sort by last modified time
    Searched refs:str1 (Results 26 - 50 of 281) sorted by null

12 3 4 5 6 7 8 91011>>

  /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)
  /external/libvncserver/webclients/java-applet/ssl/
onetimekey 55 str1=`$pbinhex < "$der"`
63 echo "$str1,$str2"
  /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));
TestRules.h 52 const Rule ContainsAnyRule(Rule::Key key, const char* str1);
53 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2);
  /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 419 inline CFX_ByteString operator + (FX_BSTR str1, FX_BSTR str2)
421 return CFX_ByteString(str1, str2);
423 inline CFX_ByteString operator + (FX_BSTR str1, FX_LPCSTR str2)
425 return CFX_ByteString(str1, str2);
427 inline CFX_ByteString operator + (FX_LPCSTR str1, FX_BSTR str2)
429 return CFX_ByteString(str1, str2);
431 inline CFX_ByteString operator + (FX_BSTR str1, FX_CHAR ch)
433 return CFX_ByteString(str1, CFX_ByteStringC(ch));
439 inline CFX_ByteString operator + (const CFX_ByteString& str1, const CFX_ByteString& str2)
441 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/skia/gm/
morphology.cpp 35 const char* str1 = "ABC"; local
39 canvas.drawText(str1, strlen(str1), 10, 55, paint);
  /external/icu/icu4c/source/common/
unistr_case.cpp 171 const UnicodeString *str1 = (const UnicodeString*) key1.pointer; local
173 if (str1 == str2) {
176 if (str1 == NULL || str2 == NULL) {
179 return str1->caseCompare(*str2, U_FOLD_CASE_DEFAULT) == 0;
cstring.c 233 uprv_stricmp(const char *str1, const char *str2) {
234 if(str1==NULL) {
248 c1=(unsigned char)*str1;
265 ++str1;
272 uprv_strnicmp(const char *str1, const char *str2, uint32_t n) {
273 if(str1==NULL) {
287 c1=(unsigned char)*str1;
304 ++str1;
  /external/libvncserver/examples/
1instance.c 116 single_instance_struct str1 = { "/tmp/1instance" }; variable
124 delete_control_file(str1);
133 loop_if_server(str1,my_dispatcher);
136 send_event(str1,argv[i]);
  /external/v8/test/mjsunit/
string-externalize.js 55 var str1 = str + twoByteExternalWithOneByteData;
56 assertTrue(isOneByteString(str1));
59 var old_length = str1.length - twoByteExternalWithOneByteData.length;
61 assertEquals(String.fromCharCode(i & 0x7f), str1[i]);
63 for (var i = old_length; i < str1.length; i++) {
64 assertEquals("A", str1[i]);
68 assertTrue(isOneByteString(str1));
71 assertTrue(isOneByteString(str1.toLowerCase()));
  /bionic/libc/arch-mips/string/
mips_strlen.c 137 char str1[] = "DHRYSTONE PROGRAM, 1'ST STRING"; variable
182 P (str1, 0);
183 P (str1, 1);
184 P (str1, 2);
185 P (str1, 3);
  /external/zopfli/src/zopfli/
zopfli_bin.c 115 static char* AddStrings(const char* str1, const char* str2) {
116 size_t len = strlen(str1) + strlen(str2);
119 strcpy(result, str1);
124 static char StringsEqual(const char* str1, const char* str2) {
125 return strcmp(str1, str2) == 0;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 75 const char *str1 = "qwerty"; local
76 uptr len1 = internal_strlen(str1);
84 EXPECT_EQ(len1, internal_write(fd, str1, len1));
112 EXPECT_EQ(0, internal_memcmp(buf, str1, len1));
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
UtilityTest.java 221 CaseInsensitiveString str1 = new CaseInsensitiveString("ThIs is A tEst"); local
223 if (!str1.equals(str2)
224 || !str1.toString().equals(str1.getString())
225 || str1.toString().equals(str2.toString()))
227 errln("FAIL: str1("+str1+") != str2("+str2+")");
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)

Completed in 1587 milliseconds

12 3 4 5 6 7 8 91011>>