Searched defs:Run (Results 101 - 125 of 516) sorted by relevance

1234567891011>>

/external/gtest/test/
H A Dgtest_list_tests_unittest.py117 def Run(args): function
158 output = Run(args)
H A Dgtest_throw_on_failure_test.py70 def Run(command): function
118 failed = not Run(command)
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCExpand.cpp58 bool Run; member in class:__anon26261::ObjCARCExpand
81 Run = ModuleHasARC(M);
90 if (!Run)
/external/protobuf/gtest/test/
H A Dgtest_list_tests_unittest.py91 def Run(args): function
133 output = Run(args)
H A Dgtest_throw_on_failure_test.py70 def Run(command): function
118 failed = not Run(command)
/external/webrtc/test/
H A Dtest_suite.cc25 int TestSuite::Run() { function in class:webrtc::test::TestSuite
/external/chromium_org/base/
H A Dcallback.h57 // LOG(INFO) << func_cb.Run(); // Prints 5.
71 // LOG(INFO) << ref_cb.Run(); // Prints out 3.
80 // Callbacks can be run with their "Run" method, which has the same
84 // callback.Run(5, "hello");
91 // double myresult = callback.Run(3.14159);
92 // myresult += callback.Run(2.71828);
97 // Unbound parameters are specified at the time a callback is Run(). They are
102 // cb.Run(23, "hello, world");
107 // to Bind(). They will be passed to the function and the Run()ner of the
113 // cb.Run();
397 R Run() const { function in class:base::Callback
437 R Run(typename internal::CallbackParamTraits<A1>::ForwardType a1) const { function in class:base::Callback
478 R Run(typename internal::CallbackParamTraits<A1>::ForwardType a1, function in class:base::Callback
522 R Run(typename internal::CallbackParamTraits<A1>::ForwardType a1, function in class:base::Callback
569 R Run(typename internal::CallbackParamTraits<A1>::ForwardType a1, function in class:base::Callback
620 R Run(typename internal::CallbackParamTraits<A1>::ForwardType a1, function in class:base::Callback
674 R Run(typename internal::CallbackParamTraits<A1>::ForwardType a1, function in class:base::Callback
731 R Run(typename internal::CallbackParamTraits<A1>::ForwardType a1, function in class:base::Callback
[all...]
/external/chromium_org/base/message_loop/
H A Dmessage_pump_android.cc93 void MessagePumpForUI::Run(Delegate* delegate) { function in class:base::MessagePumpForUI
/external/chromium_org/build/android/pylib/utils/
H A Dfindbugs.py87 """Run the FindBugs.
157 def Run(options): function
241 return Run(options)
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_diagnosis_runner.cc61 void KioskDiagnosisRunner::Run(Profile* profile, function in class:chromeos::KioskDiagnosisRunner
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dinput_method_api.cc28 ExtensionFunction::ResponseAction GetCurrentInputMethodFunction::Run() { function in class:extensions::GetCurrentInputMethodFunction
39 ExtensionFunction::ResponseAction SetCurrentInputMethodFunction::Run() { function in class:extensions::SetCurrentInputMethodFunction
60 ExtensionFunction::ResponseAction GetInputMethodsFunction::Run() { function in class:extensions::GetInputMethodsFunction
/external/chromium_org/chrome/browser/extensions/
H A Dpack_extension_job.cc34 base::Bind(&PackExtensionJob::Run, this));
36 Run();
46 void PackExtensionJob::Run() { function in class:extensions::PackExtensionJob
57 if (creator.Run(root_directory_, crx_file_out_, key_file_, key_file_out_,
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dcallback_tracker_internal.h46 static void Run(const base::WeakPtr<AbortHelper>& abort_helper, function in struct:sync_file_system::drive_backend::internal::InvokeAndInvalidateHelper
50 callback.Run();
57 static void Run(const base::WeakPtr<AbortHelper>& abort_helper, function in struct:sync_file_system::drive_backend::internal::InvokeAndInvalidateHelper
61 callback.Run(base::internal::CallbackForward(a1));
68 static void Run(const base::WeakPtr<AbortHelper>& abort_helper, function in struct:sync_file_system::drive_backend::internal::InvokeAndInvalidateHelper
72 callback.Run(base::internal::CallbackForward(a1),
80 static void Run(const base::WeakPtr<AbortHelper>& abort_helper, function in struct:sync_file_system::drive_backend::internal::InvokeAndInvalidateHelper
85 callback.Run(base::internal::CallbackForward(a1),
94 static void Run(const base::WeakPtr<AbortHelper>& abort_helper, function in struct:sync_file_system::drive_backend::internal::InvokeAndInvalidateHelper
99 callback.Run(bas
109 static void Run(const base::WeakPtr<AbortHelper>& abort_helper, function in struct:sync_file_system::drive_backend::internal::InvokeAndInvalidateHelper
126 static void Run(const base::WeakPtr<AbortHelper>& abort_helper, function in struct:sync_file_system::drive_backend::internal::InvokeAndInvalidateHelper
144 static void Run(const base::WeakPtr<AbortHelper>& abort_helper, function in struct:sync_file_system::drive_backend::internal::InvokeAndInvalidateHelper
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_fetch_dispatcher.cc27 void ServiceWorkerFetchDispatcher::Run() { function in class:content::ServiceWorkerFetchDispatcher
76 prepare_callback.Run();
89 fetch_callback.Run(status, fetch_result, response);
/external/chromium_org/content/public/test/
H A Djavascript_test_observer.cc45 bool JavascriptTestObserver::Run() { function in class:content::JavascriptTestObserver
46 // Messages may have arrived before Run was called.
/external/chromium_org/content/renderer/
H A Dweb_ui_runner.cc61 void WebUIRunner::Run(const std::string& source, function in class:content::WebUIRunner
/external/chromium_org/media/base/
H A Dbind_to_current_loop.h51 static void Run( function in struct:media::internal::TrampolineHelper
61 static void Run( function in struct:media::internal::TrampolineHelper
72 static void Run( function in struct:media::internal::TrampolineHelper
83 static void Run( function in struct:media::internal::TrampolineHelper
95 static void Run( function in struct:media::internal::TrampolineHelper
108 static void Run( function in struct:media::internal::TrampolineHelper
123 static void Run( function in struct:media::internal::TrampolineHelper
138 static void Run( function in struct:media::internal::TrampolineHelper
156 return base::Bind(&internal::TrampolineHelper<T>::Run,
/external/chromium_org/mojo/apps/js/
H A Djs_app.cc40 // TODO(hansmuller): need to funnel Run() failures back to the caller.
43 FROM_HERE, base::Bind(&JSApp::Run, base::Unretained(this)));
72 void JSApp::Run() { function in class:mojo::apps::JSApp
90 shell_runner_->Run(module.c_str(), url_.c_str());
/external/chromium_org/mojo/examples/wget/
H A Dwget.cc21 void Run(URLResponsePtr response) const { function in class:mojo::examples::__anon8754::ResponsePrinter
110 return runner.Run(shell_handle);
/external/chromium_org/mojo/public/cpp/bindings/
H A Dcallback.h28 virtual void Run() const = 0;
36 // Any class that is copy-constructable and has a compatible Run method may
41 void Run() const { function in class:mojo::Callback
43 sink_->Run();
54 virtual void Run() const MOJO_OVERRIDE {
55 sink.Run();
68 virtual void Run(
77 // Any class that is copy-constructable and has a compatible Run method may
82 void Run(typename internal::Callback_ParamTraits<A1>::ForwardType a1) const { function in class:mojo::Callback
84 sink_->Run(interna
126 void Run( function in class:mojo::Callback
178 void Run( function in class:mojo::Callback
235 void Run( function in class:mojo::Callback
297 void Run( function in class:mojo::Callback
365 void Run( function in class:mojo::Callback
438 void Run( function in class:mojo::Callback
[all...]
/external/chromium_org/mojo/system/
H A Dchannel_endpoint.cc82 void ChannelEndpoint::Run(MessageInTransit::EndpointId remote_id) { function in class:mojo::system::ChannelEndpoint
H A Dwaiter_test_utils.cc22 void SimpleWaiterThread::Run() { function in class:mojo::system::test::SimpleWaiterThread
55 void WaiterThread::Run() { function in class:mojo::system::test::WaiterThread
/external/chromium_org/net/cookies/
H A Dcookie_store_test_callbacks.h60 void Run(T result) { function in class:net::ResultSavingCookieCallback
76 void Run(const std::string& result) { function in class:net::StringResultCookieCallback
92 void Run() { function in class:net::NoResultCookieCallback
/external/chromium_org/net/tools/quic/test_tools/
H A Dserver_thread.cc48 void ServerThread::Run() { function in class:net::tools::test::ServerThread
/external/chromium_org/remoting/tools/
H A Dzip2msi.py179 def Run(args): function
243 # Run candle and light to generate the installation.
246 rc = Run(args)
251 rc = Run(args)

Completed in 3289 milliseconds

1234567891011>>