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

  /external/valgrind/tsan/
get_and_build_tsan.sh 13 # Get ThreadSanitizer. This will create directory 'drt'
14 svn co http://data-race-test.googlecode.com/svn/trunk drt || exit 1
15 cd drt || exit 1
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt.py 127 drt = MockChromiumDRT(options, args, fs, stdin, stdout, stderr)
129 drt = MockDRT(options, args, fs, stdin, stdout, stderr)
130 return drt.run()
138 # every command line flag DRT accepts, but optparse complains about
140 # DRT options class between this file and webkit.py and chromium.py
224 # This mirrors actual (Mac) DRT behavior but is a bug.
279 # FIXME: (See above FIXME as well). Chromium DRT appears to always
280 # ensure the text output has a trailing newline. Mac DRT does not.
mock_drt_unittest.py 171 drt = self.make_drt(options, args, filesystem, stdin, stdout, stderr)
172 res = drt.run()
  /external/mdnsresponder/mDNSCore/
uDNS.h 80 extern mStatus mDNS_Deregister_internal(mDNS *const m, AuthRecord *const rr, mDNS_Dereg_type drt);
mDNS.c     [all...]
mDNSEmbeddedAPI.h     [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 60 LayoutTestController(WebCore::DumpRenderTree* drt);
DumpRenderTreeQt.cpp 136 WebPage::WebPage(QObject* parent, DumpRenderTree* drt)
139 , m_drt(drt)
426 // Set running in DRT mode for qwebpage to create testable objects.
548 // of the DRT.
    [all...]
LayoutTestControllerQt.cpp 40 LayoutTestController::LayoutTestController(WebCore::DumpRenderTree* drt)
42 , m_drt(drt)
163 // which is not considered in the DRT tests.

Completed in 227 milliseconds