Home
last modified time | relevance | path

Searched refs:Tester (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/SemaObjC/
Dproperty-2.m3 @interface Tester interface
18 @implementation Tester implementation
33 @interface SubClass : Tester
/external/clang/test/CodeGenObjC/
Dnewproperty-nested-synthesis-1.m7 @interface Tester : Object interface
22 @implementation Tester implementation
37 @interface SubClass : Tester
/external/webkit/Tools/Scripts/
Dtest-webkitpy262 from webkitpy.test.main import Tester
266 Tester().run_tests(sys.argv, external_package_paths)
/external/clang/test/Sema/
Dcomplex-int.c24 void Tester() { in Tester() function
/external/webkit/Tools/Scripts/webkitpy/test/
Dmain.py36 class Tester(object): class
/external/llvm/utils/lit/lit/
Dmain.py103 class Tester(threading.Thread): class
304 t = Tester(litConfig, provider, display)
309 testers = [Tester(litConfig, provider, display)
/external/bluetooth/bluez/test/
Dapitest82 class Tester: class
447 tester = Tester(sys.argv)
/external/llvm/
DCREDITS.TXT183 D: Nightly Tester
/external/llvm/docs/CommandGuide/
Dlit.pod5 lit - LLVM Integrated Tester
/external/webkit/Tools/
DChangeLog-2011-02-1619393 (Tester.run_tests): Add a line that mysteriously got deleted.
19414 and pass it along to init and Tester.run_tests.
19417 (Tester.run_tests): Added an optional external_package_paths
22735 Add Windows WebKit2 Tester to buildbot
DChangeLog-2010-05-249642 to webkitpy.test.main.Tester().run_tests().
9648 - Added a Tester class that contains the following methods: