Home
last modified time | relevance | path

Searched refs:teststr (Results 1 – 6 of 6) sorted by relevance

/external/minijail/
Dlibminijail_unittest.c159 char teststr[] = "test\n"; in TEST() local
160 size_t teststr_len = strlen(teststr); in TEST()
173 write_ret = write(child_stdin, teststr, teststr_len); in TEST()
179 EXPECT_EQ(strcmp(buf, teststr), 0); in TEST()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DGlobalizationPreferences.java592 String teststr = result; in getDisplayName() local
596 teststr = result.substring(sidx+1, eidx); in getDisplayName()
598 if (teststr.length() == 2) { in getDisplayName()
601 char c = teststr.charAt(i); in getDisplayName()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
DGlobalizationPreferences.java617 String teststr = result; in getDisplayName() local
621 teststr = result.substring(sidx+1, eidx); in getDisplayName()
623 if (teststr.length() == 2) { in getDisplayName()
626 char c = teststr.charAt(i); in getDisplayName()
/external/icu/icu4c/source/test/cintltst/
Dcitertst.c943 UChar teststr[500]; in TestSmallBuffer() local
951 teststr[count ++] = 0x300; in TestSmallBuffer()
954 teststr[count ++] = 0x31A; in TestSmallBuffer()
960 testiter = ucol_openElements(coll, teststr, 500, &status); in TestSmallBuffer()
Dcapitst.c452 UChar teststr[10]; in TestRuleBasedColl() local
510 teststr[0] = 0x0e40; in TestRuleBasedColl()
511 teststr[1] = 0x0e01; in TestRuleBasedColl()
512 teststr[2] = 0x0e2d; in TestRuleBasedColl()
523 iter1 = ucol_openElements(col1, teststr, 3, &status); in TestRuleBasedColl()
524 iter2 = ucol_openElements(col2, teststr, 3, &status); in TestRuleBasedColl()
/external/chromium-trace/catapult/third_party/Paste/paste/util/
DPySourceColor.py829 teststr=r'''"""This is a test of decorators and other things"""
867 str2file(teststr, htmlPath, colors=dark, markup='xhtml',
871 str2file(teststr, htmlPath, colors=dark, markup='xhtml',