Home
last modified time | relevance | path

Searched refs:test_path (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DLayoutTestsAutoTest.java422 String test_path = LAYOUT_TESTS_ROOT; in getTestPath() local
424 test_path += runner.mTestPath; in getTestPath()
426 test_path = new File(test_path).getAbsolutePath(); in getTestPath()
427 Log.v("LayoutTestsAutoTest", " Test path : " + test_path); in getTestPath()
429 return test_path; in getTestPath()
/frameworks/base/docs/html/guide/developing/testing/
Dtesting_otheride.jd88 android create test-project -m <main_path> -n <project_name> -p <test_path>
212 <pre>android update-test-project -m &lt;main_path&gt; -p &lt;test_path&gt;</pre>