Searched defs:run (Results 126 - 150 of 990) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRefQueueWorker.java98 public void run() { method in class:RefQueueWorker
122 * It can be re-started afterwards by another call to {@link #run run()}.
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DThreadControllerWrapper.java35 return m_tpool.run(runnable, priority);
61 * @param priority if >0 the task will run with the given priority
66 public Thread run(Runnable task, int priority) method in class:ThreadControllerWrapper.ThreadController
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DTestThread.java15 * Since the test code is run in a single thread, the posted tasks are never executed.
16 * The TestThread class lets you run that code on a specific thread synchronously and flush the
27 * public void run() {
59 public void run() { method in class:TestThread
64 public void run() {
121 public void run() {
122 if (r != null) r.run();
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Drequesthelper.js54 * @return {boolean} Whether this handler could be run.
56 RequestHandler.prototype.run = function(cb) {};
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/common/
H A DCleanupReferenceTest.java28 public void run() { method in class:CleanupReferenceTest.ReferredObject.DestroyRunnable
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_task.h16 // WebTask represents a task which can run by WebTestDelegate::postTask() or
24 // An implementation of run() should return immediately if cancel() was
26 virtual void run() = 0;
58 virtual void run() { function in class:content::WebMethodTask
/external/chromium_org/extensions/renderer/resources/
H A Dlast_error.js110 function run(name, message, stack, callback, args) { function
124 exports.run = run;
/external/chromium_org/mojo/tools/pylib/
H A Dmojo_python_tests_runner.py14 """Helper class to run python tests on the bots."""
19 def run(self): member in class:MojoPythonTestRunner
65 result = runner.run(suite)
90 This matches run-webkit-tests (the layout tests) and the flakiness dashboard.
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dcreate.c91 int run = PTW32_TRUE; local
190 tp->state = run ? PThreadStateInitial : PThreadStateSuspended;
222 if (run)
253 if (!run)
/external/chromium_org/third_party/WebKit/ManualTests/resources/
H A DDrawMessage.class ... _r1/s?defs= " () public void init () public void run
/external/chromium_org/third_party/WebKit/PerformanceTests/Interactive/resources/
H A Dwindow-resize.js8 var run = function() {
25 run: run,
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptStreamerThread.cpp64 void ScriptStreamingTask::run() function in class:blink::ScriptStreamingTask
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
H A Dnetworktransaction.py48 def run(self, request): member in class:NetworkTransaction
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Drunner.py23 """code to actually run a list of python tests."""
50 def run(self, test_names, num_workers): member in class:Runner
55 pool.run(('test', test_name) for test_name in test_names)
88 self._loader.loadTestsFromName(test_name, None).run(result)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Dconfirmdiff.py70 def run(self, state): member in class:ConfirmDiff
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
H A DAsyncTestCaseTest.java31 public void run() {
42 public void run() {
76 public void run() { method in class:AsyncTestCaseTest.AsyncCallback
84 mCallback.run();
/external/chromium_org/third_party/markdown/extensions/
H A Dadmonition.py107 def run(self, parent, blocks): member in class:AdmonitionProcessor
H A Dfenced_code.py142 def run(self, lines): member in class:FencedBlockPreprocessor
H A Dmeta.py96 def run(self, lines): member in class:MetaPreprocessor
H A Dtables.py64 def run(self, parent, blocks): member in class:TableProcessor
/external/chromium_org/third_party/markdown/
H A Dpostprocessors.py38 that they need to implement a "run" method. However, they are run after core
61 Postprocessors are run after the ElementTree it converted back into text.
63 Each Postprocessor implements a "run" method that takes a pointer to a
70 def run(self, text): member in class:Postprocessor
72 Subclasses of Postprocessor should implement a `run` method, which
83 def run(self, text): member in class:RawHtmlPostprocessor
122 def run(self, text): member in class:AndSubstitutePostprocessor
135 def run(self, text): member in class:UnescapePostprocessor
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt.h56 * linear, middle->run_linear_elts is called; Otherwise, middle->run is
72 void (*run)( struct draw_pt_front_end *, member in struct:draw_pt_front_end
96 void (*run)( struct draw_pt_middle_end *, member in struct:draw_pt_middle_end
/external/chromium_org/third_party/qunit/src/
H A Dbrowser_test_harness.js69 BrowserTestHarness.prototype.run = function() {
/external/chromium_org/third_party/skia/gm/
H A Dcopy_config.py48 def run(self): member in class:Copier
101 copier.run()
H A Drename_config.py48 def run(self): member in class:Renamer
101 renamer.run()

Completed in 5044 milliseconds

1234567891011>>