HomeSort by relevance Sort by last modified time
    Searched full:harness (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /dalvik/dx/tests/001-nop/
info.txt 2 test harness is working.
  /dalvik/tests/001-nop/
info.txt 2 test harness is working.
  /external/chromium/chrome/browser/resources/file_manager/
harness.html 40 <script src='js/harness.js'></script>
42 <title>File Manager Test Harness</title>
47 <a href='javascript:harness.changeParam("type", "saveas-file")'
49 <a href='javascript:harness.changeParam("type", "open-file")'
51 <a href='javascript:harness.changeParam("type", "open-multi-file")'
53 <a href='javascript:harness.changeParam("type", "folder")'
56 <a href='javascript:harness.changePath()'>Go</a>
61 <button onclick='harness.onClearClick(event)'>Reset Filesystem</button>
63 <input type='file' multiple onchange='harness.onFilesChange(event)'>
66 <script>harness.init()</script
    [all...]
README.harness 1 File Manager Development Harness
4 The File Manager harness hosts file manager dialogs as a regular web page. It's
7 In order to use the harness, you must start chrome with the following
11 To view the harness, visit:
12 file://PATH/TO/src/chrome/browser/resources/file_manager/harness.html
37 `harness.fileManager`.
  /external/v8/test/es5conform/
README 2 into the v8 test harness. To use the tests check out the es5conform
12 harness adapter code since it uses internal functionality from the
13 harness that comes bundled with the tests. You will most likely also
testcfg.py 79 harness = []
80 harness += [join(self.root, 'data', 'SimpleTestHarness', f) for f in HARNESS_FILES]
81 harness += [join(self.root, 'harness-adapt.js')]
95 self.root, mode, harness)
  /external/expat/tests/
runtestspp.cpp 1 // C++ compilation harness for the test suite.
  /external/webkit/LayoutTests/fast/encoding/
parser-tests-10.html 4 <title>Harness</title>
parser-tests-100.html 4 <title>Harness</title>
parser-tests-110.html 4 <title>Harness</title>
parser-tests-120.html 4 <title>Harness</title>
parser-tests-20.html 4 <title>Harness</title>
parser-tests-30.html 4 <title>Harness</title>
parser-tests-40.html 4 <title>Harness</title>
parser-tests-50.html 4 <title>Harness</title>
parser-tests-60.html 4 <title>Harness</title>
parser-tests-70.html 4 <title>Harness</title>
parser-tests-80.html 4 <title>Harness</title>
parser-tests-90.html 4 <title>Harness</title>
parser-tests.html 4 <title>Harness</title>
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.h 32 struct Harness : public BnOMXObserver {
42 Harness();
80 virtual ~Harness();
99 Harness(const Harness &);
100 Harness &operator=(const Harness &);
  /external/v8/test/test262/
README 2 into the v8 test harness. To use the tests check out the test262
14 harness adapter code since it uses internal functionality from the
15 harness that comes bundled with the tests. You will most likely also
  /external/chromium-trace/trace-viewer/src/
timeline_viewport_test.html 21 // The test harness considers no tests as a failure. So, until we get a
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
CachedLaterTest.java 31 private Harness mHarness;
38 mHarness = new Harness();
92 private static class Harness extends CachedLater<String> {
  /cts/libs/vogar-expect/src/vogar/
Result.java 25 * An action that cannot be run by this harness, such as a shell script.

Completed in 1684 milliseconds

1 2 3 4 5 6 7