HomeSort by relevance Sort by last modified time
    Searched refs:str2 (Results 51 - 75 of 389) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/io/
OldPushbackReaderTest.java 247 String str2 = "0123456789"; local
248 char[] buf2 = str2.toCharArray();
260 assertEquals("Incorrect bytes read", str2, new String(readBuf));
307 String str2 = "0123456789"; local
308 char[] buf2 = (str2 + str2 + str2).toCharArray();
  /external/v8/test/mjsunit/
string-externalize.js 76 var str2 = str + realTwoByteExternalString;
77 assertFalse(isOneByteString(str2));
80 old_length = str2.length - realTwoByteExternalString.length;
82 assertEquals(String.fromCharCode(i & 0x7f), str2[i]);
85 assertEquals("\u1234", str2[i]);
89 assertFalse(isOneByteString(str2));
  /packages/apps/Test/connectivity/sl4n/
main.cpp 92 std::string str2 = buffer.GetString(); local
93 str2 += '\n';
94 strncpy(str, str2.c_str(), sizeof(str)-1);
  /external/webrtc/webrtc/base/
logging_unittest.cc 64 std::string str1, str2; local
65 LogSinkImpl<StringStream> stream1(&str1), stream2(&str2);
76 EXPECT_NE(std::string::npos, str2.find("INFO"));
77 EXPECT_NE(std::string::npos, str2.find("VERBOSE"));
  /cts/suite/audio_quality/test/
StringUtilTest.cpp 65 android::String8 str2("::::");
66 std::vector<android::String8>* tokens2 = StringUtil::split(str2, ':');
  /external/icu/icu4c/source/samples/translit/answers/
main_3.cpp 37 UnicodeString str, str2; local
97 str2 = str;
main_1.cpp 24 UnicodeString str, str2; local
  /frameworks/base/tools/split-select/
TestRules.cpp 59 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2) {
64 rule.stringArgs.add(String8(str2));
  /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)
  /prebuilts/ndk/current/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/current/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/current/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/current/platforms/android-15/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/current/platforms/android-16/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/current/platforms/android-17/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/current/platforms/android-18/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/current/platforms/android-19/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/current/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)
  /toolchain/binutils/binutils-2.25/bfd/
aix5ppc-core.c 248 const char *str1, *str2; local
292 str2 = strrchr (exec_bfd->filename, '/');
296 str2 = str2 != NULL ? str2 + 1 : exec_bfd->filename;
298 if (strcmp (str1, str2) == 0)
  /external/dbus/dbus/
dbus-errors.c 313 DBusString str1, str2; local
315 _dbus_string_init_const (&str2, name);
316 return _dbus_string_equal (&str1, &str2);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessTest.java 60 String str2 = "More data that serves the same purpose.\n"; local
68 os.write(str2.getBytes());
73 assertEquals(str1 + str2 + str3, received);
  /external/elfutils/tests/
elfstrtab.c 40 static char *str2; variable
96 if (str == NULL || strcmp (str2, str) != 0)
259 str2 = "strtabelf2";
260 str2_off = add_string (scn, str2);
321 str2 = "supercalifragilisticexpialidocious";
322 str2_off = add_string (scn, str2);
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
MultiArgTestAdapter.java 51 String str2) {
52 view.setText(join(str1, str2));
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 90 const char *str2 = "zxcv"; local
91 uptr len2 = internal_strlen(str2);
100 EXPECT_TRUE(WriteToFile(fd, str2, len2, &bytes_written));
139 EXPECT_EQ(0, internal_memcmp(buf, str2, len2));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
UtilityTest.java 226 CaseInsensitiveString str2 = new CaseInsensitiveString("This IS a test"); local
227 if (!str1.equals(str2)
229 || str1.toString().equals(str2.toString()))
231 errln("FAIL: str1("+str1+") != str2("+str2+")");

Completed in 1378 milliseconds

1 23 4 5 6 7 8 91011>>