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

1 23 4

  /cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceFuncTest.java 288 String testString = "blah";
290 stream.write(testString.getBytes());
303 assertTrue(tmpFileContents.contains(testString));
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestHeteroAST.java 170 @Test public void testString() throws Exception {
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmtest.cpp 203 UnicodeString testString(FALSE, testData, len);
223 RegexMatcher lineMat(UNICODE_STRING_SIMPLE("(?m)^(.*?)$"), testString, 0, status);
csdetest.cpp 157 void CharsetDetectionTest::checkEncoding(const UnicodeString &testString, const UnicodeString &encoding, const UnicodeString &id)
160 int32_t testLength = testString.length();
172 char *bytes = extractBytes(testString, codepage, byteLength);
220 if (testString.compare(decoded, dLength) != 0) {
225 if(testString[i] != decoded[i]) {
    [all...]
regextst.cpp     [all...]
tsmthred.cpp 185 name = "TestString";
187 TestString();
    [all...]
transtst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
dcfmtest.cpp 207 UnicodeString testString(FALSE, testData, len);
227 RegexMatcher lineMat(UNICODE_STRING_SIMPLE("(?m)^(.*?)$"), testString, 0, status);
csdetest.cpp 157 void CharsetDetectionTest::checkEncoding(const UnicodeString &testString, const UnicodeString &encoding, const UnicodeString &id)
160 int32_t testLength = testString.length();
172 char *bytes = extractBytes(testString, codepage, byteLength);
220 if (testString.compare(decoded, dLength) != 0) {
225 if(testString[i] != decoded[i]) {
    [all...]
regextst.cpp     [all...]
tsmthred.cpp 185 name = "TestString";
187 TestString();
    [all...]
transtst.cpp     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
JsoMapTest.java 197 public void testString() throws Exception {
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
ios_plist_writer_unittest.py 134 def testString(self):
  /external/clang/test/Analysis/
inline.cpp 299 void testString() {
  /external/chromium_org/extensions/test/data/
json_schema_test.js 356 function testString() {
660 exports.testString = testString;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiapts.c 625 UChar testString[TEST_STRING_LENGTH];
638 u_uastrncpy(testString, "ABC", TEST_STRING_LENGTH);
641 bi = ubrk_openRules(rules, -1, testString, -1, NULL, &status);
    [all...]
reapits.c 43 * testString: The string data, also a (char *) C string.
49 #define TEST_SETUP(pattern, testString, flags) { \
54 srcString = (UChar *)malloc((strlen(testString)+2)*sizeof(UChar)); \
55 u_uastrncpy(srcString, testString, strlen(testString)+1); \
    [all...]
cmsccoll.c     [all...]
cucdtst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 625 UChar testString[TEST_STRING_LENGTH];
638 u_uastrncpy(testString, "ABC", TEST_STRING_LENGTH);
641 bi = ubrk_openRules(rules, -1, testString, -1, NULL, &status);
    [all...]
cmsccoll.c     [all...]
reapits.c 43 * testString: The string data, also a (char *) C string.
49 #define TEST_SETUP(pattern, testString, flags) { \
54 srcString = (UChar *)malloc((strlen(testString)+2)*sizeof(UChar)); \
55 u_uastrncpy(srcString, testString, strlen(testString)+1); \
    [all...]
cucdtst.c     [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t053hetero.py 310 def testString(self):

Completed in 1866 milliseconds

1 23 4