Home
last modified time | relevance | path

Searched refs:textOut (Results 1 – 12 of 12) sorted by relevance

/external/skqp/tools/bookmaker/
DfiddleParser.cpp83 && !this->textOut(example, textString.c_str(), textString.c_str() + strLen)) { in parseFiddles()
105 bool FiddleParser::textOut(Definition* example, const char* stdOutStart, in textOut() function in FiddleParser
108 for (auto& textOut : example->fChildren) { in textOut() local
109 if (MarkType::kStdOut != textOut->fMarkType) { in textOut()
114 for (auto& stdOutChild : textOut->fChildren) { in textOut()
120 TextParser bmh(textOut); in textOut()
DfiddleParser.h33 virtual bool textOut(Definition* example, const char* stdOutStart,
58 bool textOut(Definition* example, const char* stdOutStart,
76 bool textOut(Definition* example, const char* stdOutStart,
Dcataloger.cpp130 bool Catalog::textOut(Definition* def, const char* stdOutStart, in textOut() function in Catalog
DbmhParser.cpp975 bool textOut = string::npos != text.find("SkDebugf(") in exampleToScript() local
1033 textOut = true; in exampleToScript()
1040 string textOutStr = textOut ? "true" : "false"; in exampleToScript()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderRunsOnly.java26 String textOut[][]; field in TestReorderRunsOnly.TestCase
31 this.textOut = out; in TestCase()
143 testCases[i].textOut[option][level], in testReorderRunsOnly()
DTestClassOverride.java63 static final String textOut = "12<.HIJ->a 78CBA 6 \u05d1\u05d0"; field in TestClassOverride
135 assertEquals("Actual and expected output mismatch", textOut, out); in testClassOverride()
DTestReorderingMode.java55 static final String[] textOut = { field in TestReorderingMode
262 expected = textOut[index]; in testReorderingMode()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestReorderRunsOnly.java29 String textOut[][]; field in TestReorderRunsOnly.TestCase
34 this.textOut = out; in TestCase()
146 testCases[i].textOut[option][level], in testReorderRunsOnly()
DTestClassOverride.java66 static final String textOut = "12<.HIJ->a 78CBA 6 \u05d1\u05d0"; field in TestClassOverride
138 assertEquals("Actual and expected output mismatch", textOut, out); in testClassOverride()
DTestReorderingMode.java58 static final String[] textOut = { field in TestReorderingMode
265 expected = textOut[index]; in testReorderingMode()
/external/angle/src/libANGLE/
DOverlayWidgets.cpp139 void GetTextString(const std::string &src, uint8_t textOut[kMaxTextLength]) in GetTextString()
144 textOut[i] = src[i] - ' '; in GetTextString()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c3715 static const char* const textOut[] = { variable
4149 const char* textOut[2][2]; in testReorderRunsOnly() member
4223 assertStringsEqual(testCases[i].textOut[option][level], destChars, in testReorderRunsOnly()
4341 expectedChars = textOut[idx]; in testReorderingMode()