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

1 2 3 4

  /dalvik/dx/tests/001-nop/
info.txt 2 test harness is working.
  /dalvik/tests/001-nop/
info.txt 2 test harness is working.
  /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 80 harness = []
81 harness += [join(self.root, 'data', 'SimpleTestHarness', f) for f in HARNESS_FILES]
82 harness += [join(self.root, 'harness-adapt.js')]
94 self.root, mode, harness)
harness-adapt.js 38 // The harness uses the IE specific .description property of exceptions but
  /external/expat/tests/
runtestspp.cpp 1 // C++ compilation harness for the test suite.
  /frameworks/base/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 &);
OMXHarness.cpp 49 Harness::Harness()
54 Harness::~Harness() {
57 status_t Harness::initCheck() const {
61 status_t Harness::initOMX() {
70 void Harness::onMessage(const omx_message &msg) {
76 status_t Harness::dequeueMessageForNode(
83 bool Harness::handleBufferMessage(
123 status_t Harness::dequeueMessageForNodeIgnoringBuffers
    [all...]
  /cts/libs/vogar-expect/src/vogar/
Result.java 25 * An action that cannot be run by this harness, such as a shell script.
  /dalvik/tests/
README.txt 1 VM test harness.
  /packages/experimental/
README 4 harness, development tool, or general fun times.
  /development/pdk/docs/compatibility/
cts-intro.jd 6 <div>The CTS is an automated testing harness that includes two major software components:</div>
8 <li>The CTS test harness runs on your desktop machine and manages test execution.</li>
20 <li>Launch the CTS. The CTS test harness loads the test plan onto the attached devices. For each test in the test harness:
22 <li>The test harness pushes a .apk file to each device, executes the test through instrumentation, and records test results.</li>
23 <li>The test harness removes the .apk file from each device.</li>
  /libcore/dalvik/src/main/java/dalvik/annotation/
Timeout.java 26 * harness that supports timeouts should allow a test to be run for at least
  /system/extras/timeinfo/
timeinfo.cpp 18 * Primarily called by powerdroid test harness.
  /external/webkit/WebKitTools/Scripts/
test-webkitperl 38 use Test::Harness;
  /frameworks/base/core/java/android/test/
PerformanceTestCase.java 44 * harness to decide the number of iterations.
  /external/chromium/third_party/icu/source/test/hdrtst/
Makefile.in 118 @echo Building test harness for header files in ../../common and ../../i18n
134 @echo Building test harness for header files in ../../common and ../../i18n
151 @echo Building test harness for header files in ../../common and ../../i18n
168 @echo Building test harness for header files in ../../common and ../../i18n
185 @echo Building test harness for header files in ../../common and ../../i18n
  /external/icu4c/test/hdrtst/
Makefile.in 118 @echo Building test harness for header files in ../../common and ../../i18n
134 @echo Building test harness for header files in ../../common and ../../i18n
151 @echo Building test harness for header files in ../../common and ../../i18n
168 @echo Building test harness for header files in ../../common and ../../i18n
185 @echo Building test harness for header files in ../../common and ../../i18n
  /external/webkit/SunSpider/hosted/
versions.html 45 <p>This version of the harness is 0.9.1. This page lists all versions
  /dalvik/tests/071-dexfile/src/
Main.java 98 * Create an instance of DexClassLoader. The test harness doesn't
  /dalvik/tests/086-null-super/src/
Main.java 45 * Note that this depends heavily on the Dalvik test harness.
  /dalvik/tests/087-gc-after-link/src/
Main.java 45 * Note that this depends heavily on the Dalvik test harness.
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
GraphicsPerformanceTests.java 76 /** Number of iterations to pass back to harness. Subclass should override */
183 // and just inherit them, our test harness doesn't support it. So we replicate
  /cts/tools/host/src/com/android/cts/
TestCase.java 25 * storing and executing a test case from CTS test harness.
  /external/webkit/WebCore/WebCore.gyp/scripts/
action_csspropertynames.py 31 # action_csspropertynames.py is a harness script to connect actions sections of

Completed in 540 milliseconds

1 2 3 4