HomeSort by relevance Sort by last modified time
    Searched refs:testPath (Results 1 - 25 of 34) sorted by null

1 2

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AssetManagerTest.java 43 String testPath;
45 testPath = "";
46 files = Arrays.asList(assetManager.list(testPath));
50 testPath = "docs";
51 files = Arrays.asList(assetManager.list(testPath));
54 testPath = "docs" + sp + "extra";
55 files = Arrays.asList(assetManager.list(testPath));
58 testPath = "docs" + sp + "extra" + sp + "testing";
59 files = Arrays.asList(assetManager.list(testPath));
62 testPath = "assetsHome.txt"
    [all...]
  /external/chromium_org/third_party/angle/tests/deqp_tests/
deqp_tests.h 27 void RunDEQPTest(const std::string &testPath, const DEQPConfig& config);
deqp_tests.cpp 110 void RunDEQPTest(const std::string &testPath, const DEQPConfig& config)
128 std::vector<char> testNameArg = FormatArg("--deqp-case=%s", testPath.c_str());
  /external/chromium_org/third_party/angle/tests/gles_conformance_tests/
gles_conformance_tests.h 24 void RunConformanceTest(const std::string &testPath, const ConformanceConfig& config);
gles_conformance_tests.cpp 61 void RunConformanceTest(const std::string &testPath, const ConformanceConfig& config)
77 std::vector<char> runArg = FormatArg("-run=%s/conformance_tests/%s", GetExecutableDirectory().c_str(), testPath.c_str());
  /external/skia/tools/skpdiff/
SkDiffContext.h 47 * @param testPath The test directory's path
49 void diffDirectories(const char baselinePath[], const char testPath[]);
61 * @param testPath The matching test file path
63 void addDiff(const char* baselinePath, const char* testPath);
71 * and testPath filenames
73 * "testPath" : string containing the path to the test image
91 * "testPath": "/b/queue.png",
SkDiffContext.cpp 68 void SkDiffContext::addDiff(const char* baselinePath, const char* testPath) {
76 if (!SkImageDecoder::DecodeFile(testPath, &testBitmap)) {
77 SkDebugf("Failed to load bitmap \"%s\"\n", testPath);
88 SkString testName = SkOSPath::SkBasename(testPath);
92 newRecord->fTestPath = testPath;
141 void setup(SkDiffContext* diffContext, const SkString& baselinePath, const SkString& testPath) {
144 fTestPath = testPath;
157 void SkDiffContext::diffDirectories(const char baselinePath[], const char testPath[]) {
174 SkString testFile = SkOSPath::SkPathJoin(testPath, baseFilename);
252 stream.writeText(" \"testPath\": \"")
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/util/
BookmarkUtils.java 44 public static byte[] getIcon(String testPath) {
48 UrlUtils.getTestFileUrl(testPath))).getContent();
52 Log.e(TAG, "Error trying to get the icon '" + testPath + "': " + e.getMessage());
  /external/llvm/utils/lit/lit/formats/
googletest.py 68 testPath = path_in_suite + (basename, testname)
69 yield lit.Test.Test(testSuite, testPath, localConfig, file_path=execpath)
94 testPath,testName = os.path.split(test.getSourcePath())
95 while not os.path.exists(testPath):
98 testPath, namePrefix = os.path.split(testPath)
101 cmd = [testPath, '--gtest_filter=' + testName]
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 101 for testPath in glob.glob(os.path.join(testDir, 'test*.py')):
102 testFiles.append(testPath)
105 for testPath in testFiles:
106 testID = os.path.basename(testPath)[:-3]
125 (os.path.basename(testPath), buf.getvalue())
226 for testPath in glob.glob(os.path.join(testDir, test_glob)):
227 if testPath.endswith('Lexer.py') or testPath.endswith('Parser.py'):
233 and not os.path.basename(testPath)[:-3].startswith(self.testcase)):
236 testFiles.append(testPath)
    [all...]
  /external/chromium_org/third_party/skia/tools/skpdiff/
SkDiffContext.h 63 * testPath=/tmp/dir/image-after.png
84 * @param testPath The test directory's path
86 void diffDirectories(const char baselinePath[], const char testPath[]);
98 * @param testPath The matching test file path
100 void addDiff(const char* baselinePath, const char* testPath);
111 * "testPath" : string containing the path to the test image
137 * "testPath": "/b/queue.png",
SkDiffContext.cpp 98 void SkDiffContext::addDiff(const char* baselinePath, const char* testPath) {
106 if (!SkImageDecoder::DecodeFile(testPath, &testBitmap)) {
107 SkDebugf("Failed to load bitmap \"%s\"\n", testPath);
118 SkString testName = SkOSPath::Basename(testPath);
128 newRecord->fTestPath = testPath;
216 void setup(SkDiffContext* diffContext, const SkString& baselinePath, const SkString& testPath) {
219 fTestPath = testPath;
232 void SkDiffContext::diffDirectories(const char baselinePath[], const char testPath[]) {
249 SkString testFile = SkOSPath::Join(testPath, baseFilename);
336 stream.writeText(" \"testPath\": \"")
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatatst.c 134 const char* testPath=loadTestData(&status);
142 log_verbose("Testing udata_open(%s)\n", testPath);
143 result=udata_open(testPath, type, name, &status);
145 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status));
292 result = udata_open( testPath, "typ", "nam", &status);
294 log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_errorName(status));
309 /* strcpy(icuDataFilePath, testPath); */
357 strcat(longTestPath, testPath);
648 const char* testPath="testdata";
681 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
udatatst.c 134 const char* testPath=loadTestData(&status);
142 log_verbose("Testing udata_open(%s)\n", testPath);
143 result=udata_open(testPath, type, name, &status);
145 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status));
292 result = udata_open( testPath, "typ", "nam", &status);
294 log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_errorName(status));
309 /* strcpy(icuDataFilePath, testPath); */
357 strcat(longTestPath, testPath);
648 const char* testPath="testdata";
681 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status)
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ClientOnPageFinishedTest.java 159 final String testPath = "/test.html";
162 final String testUrl = webServer.setResponse(testPath, testHtml, null);
202 final String testPath = "/test.html";
206 final String testUrl = webServer.setResponse(testPath, testHtml, null);
257 final String testPath = "/test.html";
258 final String testUrl = webServer.setResponse(testPath, testHtml, null);
  /external/chromium_org/third_party/skia/experimental/Intersection/
SimplifyAddIntersectingTs_Test.cpp 86 static void testPath(const SkPath& path, const SkPoint* pts1, SkPath::Verb c1Type,
124 testPath(path2, pts1, c1Type, pts2, c2Type);
132 testPath(path2, pts1, c1Type, pts2, c2Type);
  /external/skia/experimental/Intersection/
SimplifyAddIntersectingTs_Test.cpp 86 static void testPath(const SkPath& path, const SkPoint* pts1, SkPath::Verb c1Type,
124 testPath(path2, pts1, c1Type, pts2, c2Type);
132 testPath(path2, pts1, c1Type, pts2, c2Type);
  /external/lldb/test/attic/
tester.py 7 testPath = sys.path[0]
8 rem = re.match("(^.*/)test$", testPath)
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DeqpTestRunnerTest.java 67 final String testPath = "dEQP-GLES"
93 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n"
196 final String testPath = "dEQP-GLES3.info.version";
215 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n"
  /external/deqp/android/scripts/
GenAndroidCTSXML.py 108 testPath = line[len("TEST: "):-1]
109 addTestToHierarchy(rootGroup, testPath)
  /external/chromium_org/third_party/skia/tests/
SurfaceTest.cpp 239 SkPath testPath;
240 testPath.addRect(SkRect::MakeXYWH(SkIntToScalar(0), SkIntToScalar(0),
297 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint))
306 EXPECT_COPY_ON_WRITE(drawTextOnPath(testText.c_str(), testText.size(), testPath, NULL, \
  /external/skia/tests/
SurfaceTest.cpp 218 SkPath testPath;
219 testPath.addRect(SkRect::MakeXYWH(SkIntToScalar(0), SkIntToScalar(0),
276 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint))
285 EXPECT_COPY_ON_WRITE(drawTextOnPath(testText.c_str(), testText.size(), testPath, NULL, \
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DeqpTestRunner.java 181 private TestIdentifier pathToIdentifier(String testPath) {
182 String[] components = testPath.split("\\.");
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieTest.java 183 public void testPath() {
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.h 314 char* testPath; // specifies subtests

Completed in 1116 milliseconds

1 2