OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readTestFile
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/letest/
xmlreader.cpp
133
void
readTestFile
(const char *testFilePath, TestCaseCallback callback)
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java
197
String newContents =
readTestFile
(sourceName, true);
205
String xml =
readTestFile
(sourceName, true);
492
protected String
readTestFile
(String relativePath, boolean expectExists) {
534
String expected =
readTestFile
(expectedName, false);
Completed in 905 milliseconds