HomeSort by relevance Sort by last modified time
    Searched refs:harness (Results 1 - 9 of 9) sorted by null

  /cts/tools/
Android.mk 15 # Build the CTS harness
33 .PHONY: cts-harness
34 cts-harness : $(cts_prebuilt_jar)
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_fileapp.py 25 harness = TestApp(DataApp(b'mycontent'))
26 res = harness.get("/")
30 harness.app.set_content(b"bingles")
31 assert "<Response 200 OK 'bingles'>" == repr(harness.get("/"))
84 harness = TestApp(DataApp(b'mycontent'))
85 res = harness.get("/")
88 res = harness.get("/",headers={'if-modified-since': last_modified})
90 res = harness.get("/",headers={'if-modified-since': last_modified + \
93 res = harness.get("/",status=400,
96 res = harness.get("/",status=400
    [all...]
  /external/v8/test/test262/
testcfg.py 51 self.harness = [os.path.join(self.root, "data", "test", "harness", f)
53 self.harness += [os.path.join(self.root, "harness-adapt.js")]
76 return (testcase.flags + context.mode_flags + self.harness +
  /external/v8/test/test262-es6/
testcfg.py 46 TEST_262_HARNESS_PATH = ["data", "test", "harness"]
55 self.harness = [os.path.join(self.harnesspath, f)
57 self.harness += [os.path.join(self.root, "harness-adapt.js")]
81 return (testcase.flags + context.mode_flags + self.harness +
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
OGLESContext.java 287 AndroidHarness harness = (AndroidHarness) ctx; local
288 if (harness.isFinishOnAppStop()) {
289 harness.finish();
  /external/icu/icu4c/source/test/hdrtst/
Makefile.in 108 @echo Building test harness for header files in ../../common and ../../i18n
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 46 Harness::Harness()
51 Harness::~Harness() {
54 status_t Harness::initCheck() const {
58 status_t Harness::initOMX() {
67 void Harness::onMessages(const std::list<omx_message> &messages) {
75 status_t Harness::dequeueMessageForNode(
82 bool Harness::handleBufferMessage(
122 status_t Harness::dequeueMessageForNodeIgnoringBuffers
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js 2 // benchmark harness code at the beginning and end of the file.
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 2 // benchmark harness code at the beginning and end of the file.
    [all...]

Completed in 181 milliseconds