Searched defs:Run (Results 26 - 50 of 516) sorted by relevance

1234567891011>>

/external/chromium_org/v8/tools/testrunner/local/
H A Dpool_unittest.py10 def Run(x): function
19 for result in pool.imap_unordered(Run, [[x] for x in range(0, 10)]):
26 for result in pool.imap_unordered(Run, [[x] for x in range(0, 12)]):
36 for result in pool.imap_unordered(Run, [[x] for x in range(0, 10)]):
/external/chromium_org/base/
H A Dbarrier_closure.cc16 void Run();
28 void BarrierInfo::Run() { function in class:__anon2194::BarrierInfo
31 done_closure_.Run();
45 done_closure.Run();
47 return base::Bind(&BarrierInfo::Run,
/external/chromium_org/base/test/
H A Dthread_test_helper.cc20 bool ThreadTestHelper::Run() { function in class:base::ThreadTestHelper
/external/chromium_org/cc/resources/
H A Dsingle_release_callback.cc23 void SingleReleaseCallback::Run(uint32 sync_point, bool is_lost) { function in class:cc::SingleReleaseCallback
26 callback_.Run(sync_point, is_lost);
H A Dsingle_release_callback_impl.cc25 void SingleReleaseCallbackImpl::Run( function in class:cc::SingleReleaseCallbackImpl
31 callback_.Run(sync_point, is_lost, main_thread_task_runner);
/external/chromium_org/chrome/utility/
H A Dweb_resource_unpacker.cc26 bool WebResourceUnpacker::Run() { function in class:WebResourceUnpacker
/external/chromium_org/mojo/examples/echo/
H A Decho_client.cc19 void Run(const String& value) const { function in class:mojo::examples::ResponsePrinter
43 return runner.Run(shell_handle);
/external/chromium_org/mojo/public/cpp/application/lib/
H A Dapplication_runner.cc23 MojoResult ApplicationRunner::Run(MojoHandle shell_handle) { function in class:mojo::ApplicationRunner
29 loop.Run();
/external/chromium_org/mojo/shell/
H A Drun.cc23 void Run(Context* context, const std::vector<GURL>& app_urls) { function in namespace:mojo::shell
/external/chromium_org/ppapi/c/private/
H A Dppb_flash_message_loop.h60 * <code>Run()</code>. In the callback, call <code>Quit()</code>.
63 * <code>Run()</code> will start a nested message loop. The subsequent calls
72 * <code>Run()</code>.
74 int32_t (*Run)(PP_Resource flash_message_loop); member in struct:PPB_Flash_MessageLoop_0_1
77 * return back to the caller after you call <code>Run()</code>.
80 * <code>Run()</code>, the outermost nested message loop will be quitted
/external/chromium_org/ppapi/cpp/private/
H A Dflash_message_loop.cc39 int32_t MessageLoop::Run() { function in class:pp::flash::MessageLoop
42 return get_interface<PPB_Flash_MessageLoop>()->Run(pp_resource());
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_message_loop_thunk.cc29 int32_t Run(PP_Resource resource) { function in namespace:ppapi::thunk::__anon10272
33 return enter.object()->Run();
45 &Run,
/external/chromium_org/tools/cr/cr/actions/
H A Dlinux.py24 def Run(self, target, arguments): member in class:LinuxRunner
29 self.Run(target, arguments)
/external/chromium_org/tools/cr/cr/commands/
H A Dcommand.py89 def Run(self): member in class:Command
H A Dselect.py43 def Run(self): member in class:SelectCommand
/external/chromium_org/tools/gn/
H A Dninja_group_target_writer.cc21 void NinjaGroupTargetWriter::Run() { function in class:NinjaGroupTargetWriter
/external/chromium_org/tools/grit/grit/tool/
H A Dbuildinfo.py27 def Run(self, opts, args): member in class:DetermineBuildInfo
H A Dinterface.py23 def Run(self, global_options, my_arguments): member in class:Tool
/external/chromium_org/tools/win/sizeviewer/
H A Dsizeviewer.py15 def Run(*args): function
50 Run(os.path.join(BASE_DIR, 'code_tally.exe'),
/external/chromium_org/ui/views/
H A Drepeat_controller.cc29 this, &RepeatController::Run);
39 void RepeatController::Run() { function in class:views::RepeatController
41 &RepeatController::Run);
42 callback_.Run();
/external/chromium_org/v8/src/
H A Dhydrogen-bce.h34 void Run() { function in class:v8::internal::HBoundsCheckEliminationPhase
H A Dhydrogen-infer-types.h20 void Run() { function in class:v8::internal::HInferTypesPhase
H A Dhydrogen-mark-deoptimize.cc10 void HMarkDeoptimizeOnUndefinedPhase::Run() { function in class:v8::internal::HMarkDeoptimizeOnUndefinedPhase
44 void HComputeChangeUndefinedToNaN::Run() { function in class:v8::internal::HComputeChangeUndefinedToNaN
/external/chromium_org/v8/test/promises-aplus/lib/
H A Dmocha.js59 function Run() { function
76 suite.Run();
87 Run();
123 TestCase.prototype.Run = function(suite, postAction) {
194 TestSuite.prototype.Run = function() {
197 PostMicrotask(Run);
201 // TestCase.prototype.Run cannot throw an exception.
202 this.cases[this.currentIndex].Run(this, function() {
204 PostMicrotask(Run);
227 PostMicrotask(Run);
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dchecker.py119 def Run(self, filenames, error_handler): member in class:GJsLintRunner
120 """Run GJsLint on the given filenames.

Completed in 463 milliseconds

1234567891011>>