HomeSort by relevance Sort by last modified time
    Searched defs:Run (Results 1 - 25 of 581) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
pocdll.cc 18 void POCDLL_API Run(HANDLE log) {
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
lintrunner.py 30 def Run(self, filenames, error_handler):
31 """Run a linter on the given filenames.
  /external/chromium_org/chrome/browser/android/provider/
run_on_ui_thread_blocking.h 20 static void Run(base::Callback<Signature> runnable) {
34 runnable.Run();
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
lintrunner.py 30 def Run(self, filenames, error_handler):
31 """Run a linter on the given filenames.
  /external/chromium_org/tools/grit/grit/tool/
test.py 17 def Run(self, global_options, my_arguments):
20 print 'run "grit unit" which is the unit-test suite for GRIT.'
count.py 21 def Run(self, opts, args):
newgrd.py 63 def Run(self, global_options, my_arguments):
unit.py 16 '''By using this tool (e.g. 'grit unit') you run all the unit tests for GRIT.
18 whether to run disconnected has been specified, etc.'''
21 return 'Use this tool to run all the unit tests for GRIT.'
23 def Run(self, opts, args):
24 return unittest.TextTestRunner(verbosity=2).run(
  /external/chromium/chrome/browser/automation/
ui_controls_internal.cc 15 void ClickTask::Run() {
  /external/chromium/chrome/browser/sync/glue/
do_optimistic_refresh_task.cc 17 void DoOptimisticRefreshForAutofill::Run() {
  /external/chromium_org/v8/src/
hydrogen-bch.h 42 void Run() {
hydrogen-canonicalize.cc 33 void HCanonicalizePhase::Run() {
hydrogen-dce.h 42 void Run() {
hydrogen-bce.h 57 void Run() {
hydrogen-infer-types.h 43 void Run() {
hydrogen-sce.cc 34 void HStackCheckEliminationPhase::Run() {
  /external/chromium/base/
callback.h 49 // LOG(INFO) << func_cb.Run(); // Prints 5.
53 // LOG(INFO) << void_func_cb.Run(); // Prints: hi.
63 // LOG(INFO) << ref_cb.Run(); // Prints out 3.
66 // void_ref_cb.Run(); // Prints: bye.
83 // LOG(INFO) << ref_cb.Run(); // Prints out 4.
87 // void_no_ref_cb.Run(); // Prints: why???
95 // LOG(INFO) << bound_copy_cb.Run(); // Prints 1.
96 // LOG(INFO) << bound_ref_cb.Run(); // Prints 1.
98 // LOG(INFO) << bound_copy_cb.Run(); // Prints 1.
99 // LOG(INFO) << bound_ref_cb.Run(); // Prints 2
    [all...]
message_pump_default.cc 17 void MessagePumpDefault::Run(Delegate* delegate) {
18 DCHECK(keep_running_) << "Quit must have been called outside of Run!";
65 // Since this can be called on any thread, we need to ensure that our Run
73 // only be called on the same thread as Run, so we only need to update our
task_queue.cc 34 void TaskQueue::Run() {
35 // Nothing to run if our queue is empty.
42 // Run the tasks that are ready.
45 // Run the task and then delete it.
46 (*task)->Run();
  /external/chromium/base/synchronization/
cancellation_flag_unittest.cc 28 virtual void Run() {
  /external/chromium/base/threading/
worker_pool_unittest.cc 22 void Run() {
  /external/chromium/chrome/common/web_resource/
web_resource_unpacker.cc 26 bool WebResourceUnpacker::Run() {
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_context_menu_view.cc 24 void DownloadShelfContextMenuView::Run(views::Widget* parent_widget,
28 // Run() should not be getting called if the DownloadItem was destroyed.
  /external/chromium_org/chrome/utility/
web_resource_unpacker.cc 26 bool WebResourceUnpacker::Run() {
  /external/chromium_org/tools/playback_benchmark/
run.py 13 python run.py -t <test_dir>
23 def Run(options):
40 Run(options)

Completed in 2384 milliseconds

1 2 3 4 5 6 7 8 91011>>