Searched defs:Runner (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/gin/
H A Drunner.cc9 Runner::Runner() : weak_factory_(this) { function in class:gin::Runner
12 Runner::~Runner() {
15 Runner::Scope::Scope(Runner* runner)
21 Runner::Scope::~Scope() {
H A Drunner.h17 // Runner is responsible for running code in a v8::Context.
18 class GIN_EXPORT Runner { class in namespace:gin
20 Runner();
21 virtual ~Runner();
24 // context by creating an instance of Runner::Scope on the stack.
39 base::WeakPtr<Runner> GetWeakPtr() {
45 explicit Scope(Runner* runner);
59 base::WeakPtrFactory<Runner> weak_factory_;
61 DISALLOW_COPY_AND_ASSIGN(Runner);
/external/chromium_org/chrome/renderer/resources/
H A Doffline.js13 function Runner(outerContainerId, opt_config) { class
15 if (Runner.instance_) {
16 return Runner.instance_;
18 Runner.instance_ = this;
23 this.config = opt_config || Runner.config;
25 this.dimensions = Runner.defaultDimensions;
65 window['Runner'] = Runner;
94 Runner.config = {
119 Runner
[all...]
/external/junit/src/org/junit/runner/
H A DRunner.java6 * A <code>Runner</code> runs tests and notifies a {@link org.junit.runner.notification.RunNotifier}
7 * of significant events as it does so. You will need to subclass <code>Runner</code>
21 public abstract class Runner implements Describable { class in inherits:Describable
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/
H A Dclosure-runner.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/chromium/ org/chromium/devtools/ org/chromium/devtools/compiler/ ...
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Drunner.py40 class Runner(object): class in inherits:object
H A Drunner_unittest.py33 from webkitpy.test.runner import Runner namespace
96 runner = Runner(Printer(stream, options), loader, WebKitFinder(FileSystem()))
H A Dmain.py41 from webkitpy.test.runner import Runner, unit_test_name namespace
173 test_runner = Runner(self.printer, loader, self.webkit_finder)
/external/chromium_org/tools/cr/cr/actions/
H A Drunner.py5 """A module for the Runner base class."""
10 class Runner(cr.Action, cr.Plugin.Type): class in inherits:cr.Action, cr.Plugin.Type
13 Runner implementations must implement the Kill, Run and Test methods.
72 class SkipRunner(Runner):
73 """A Runner the user chooses to bypass the run step of a command."""
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
H A D__init__.py49 class Runner: class in inherits:
60 runner = Runner()
/external/chromium_org/third_party/closure_compiler/runner/
H A Drunner.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/chromium/ org/chromium/closure/ org/chromium/closure/compiler/ ...
/external/chromium_org/v8/tools/testrunner/local/
H A Dexecution.py61 class Runner(object): class in inherits:object
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/
H A DRunner.java30 public class Runner { class
35 public Runner(String[] args, PrintStream err) { method in class:Runner
164 Runner runner = new Runner(args, System.err);
/external/chromium_org/third_party/closure_compiler/runner/src/org/chromium/closure/compiler/
H A DRunner.java35 public class Runner { class
40 public Runner(String[] args, PrintStream err) { method in class:Runner
172 Runner runner = new Runner(args, System.err);
/external/chromium_org/v8/tools/
H A Drun_perf.py465 def Runner(): function in function:Main
483 results += runnable.Run(Runner)
/external/chromium_org/tools/
H A Dcheck_git_config.py274 class Runner(object): class in inherits:object
334 runner = Runner(tmp, verbose)
/external/jsoncpp/src/test_lib_json/
H A Djsontest.h146 class Runner class in namespace:JsonTest
149 Runner();
152 Runner &add( TestCaseFactory factory );
175 Runner( const Runner &other );
176 Runner &operator =( const Runner &other );
H A Djsontest.cpp293 // class Runner
296 Runner::Runner() function in class:JsonTest::Runner
301 Runner &
302 Runner::add( TestCaseFactory factory )
310 Runner::testCount() const
317 Runner::testNameAt( unsigned int index ) const
327 Runner::runTestAt( unsigned int index, TestResult &result ) const
355 Runner::runAllTest( bool printSummary ) const
397 Runner
[all...]
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 5882 milliseconds