Searched defs:harness (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/tests/lldb/tests/
H A D__init__.py19 from . import harness namespace
H A Drun_test.py28 import harness namespace
29 from harness import util_constants
30 from harness import util_log
31 from harness import util_warnings
32 from harness.util_functions import load_py_module
33 from harness.util_lldb import UtilLLDB
34 from harness.exception import DisconnectedException
35 from harness.exception import TestSuiteException, TestIgnoredException
36 from harness.util_timer import Timer
164 android: current instance of harness
[all...]
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp52 CodecObserver(const sp<Harness> &harness, int32_t gen) argument
53 : mHarness(harness), mGeneration(gen) {}
267 NodeReaper(const sp<Harness> &harness, const sp<IOMXNode> &omxNode) argument
268 : mHarness(harness),

Completed in 275 milliseconds