HomeSort by relevance Sort by last modified time
    Searched refs:Run (Results 201 - 225 of 3560) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/valgrind/unittest/
racecheck_unittest.cc 83 void Run() {
87 REGISTER_TEST(Run, 00)
103 void Run() {
112 REGISTER_TEST(Run, 1);
156 void Run() {
161 REGISTER_TEST(Run, 2);
201 void Run() {
206 REGISTER_TEST2(Run, 3, FEATURE|NEEDS_ANNOTATIONS);
232 void Run() {
239 REGISTER_TEST(Run, 4)
    [all...]
  /external/chromium_org/dbus/
signal_sender_verification_unittest.cc 68 message_loop_.Run();
89 message_loop_.Run();
151 message_loop_.Run();
226 message_loop_.Run();
238 message_loop_.Run();
240 message_loop_.Run();
261 message_loop_.Run();
278 message_loop_.Run();
297 message_loop_.Run();
299 message_loop_.Run();
    [all...]
  /external/chromium/chrome/browser/sync/glue/
database_model_worker.cc 17 work->Run();
33 work->Run();
  /external/chromium/webkit/glue/
alt_error_page_resource_fetcher.cc 46 callback_->Run(frame_, original_error_, data);
48 callback_->Run(frame_, original_error_, std::string());
  /external/chromium_org/base/
task_runner_util.h 23 *result = func.Run();
35 callback.Run(CallbackForward(*result));
  /external/chromium_org/base/test/
sequenced_worker_pool_owner.cc 21 MessageLoop::current()->Run();
45 will_wait_for_shutdown_callback_.Run();
  /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/chrome/browser/gpu/
gpu_feature_checker.cc 52 callback_.Run(feature_allowed);
66 callback_.Run(feature_allowed);
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_registration_utility_stub.cc 36 callback_.Run(GoogleServiceAuthError(GoogleServiceAuthError::NONE), token);
45 callback_.Run(error, std::string());
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_validator_factory.cc 22 result_callback.Run(base::PLATFORM_FILE_ERROR_SECURITY);
29 result_callback.Run(base::PLATFORM_FILE_ERROR_SECURITY);
  /external/chromium_org/chrome/browser/
process_singleton_modal_dialog_lock.cc 60 set_foreground_window_handler_.Run(active_dialog_);
63 return original_callback_.Run(command_line, current_directory);
process_singleton_startup_lock.cc 35 original_callback_.Run(CommandLine(it->first), it->second);
46 // we are probably in a first run critical phase.
51 return original_callback_.Run(command_line, current_directory);
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
folder_creator.cc 42 void FolderCreator::Run(const FileIDCallback& callback) {
56 callback.Run(std::string(), status);
74 callback.Run(std::string(), status);
80 callback.Run(std::string(), SYNC_STATUS_FAILED);
111 callback.Run(std::string(), SYNC_FILE_ERROR_NOT_FOUND);
127 callback.Run(std::string(), status);
133 callback.Run(std::string(), SYNC_FILE_ERROR_NOT_FOUND);
137 callback.Run(file_id, status);
  /external/chromium_org/chrome/browser/ui/app_list/
profile_loader.cc 40 callback.Run(profile);
58 callback.Run(profile);
  /external/chromium_org/chrome/test/pyautolib/chromeos/
enable_testing.py 12 Needs to be run with superuser privileges.
41 def Run(self):
53 sys.exit(EnableChromeTestingOnChromeOS().Run())
  /external/chromium_org/chromeos/attestation/
mock_attestation_flow.cc 22 callback.Run(result_, request + "_response");
27 callback.Run(result_, request + "_response");
  /external/chromium_org/chromeos/dbus/
fake_nfc_record_client.cc 27 callback.Run(false);
38 callback.Run(false);
  /external/chromium_org/content/public/test/
test_utils.cc 28 // kNumQuitDeferrals * frame_render_time. Some perf tests run slow, such as
35 quit_task.Run();
78 return callback.Run();
100 run_loop->Run();
144 loop->Run();
156 void MessageLoopRunner::Run() {
157 // Do not run the message loop if our quit closure has already been called.
158 // This helps in scenarios where the closure has a chance to run before
159 // we Run explicitly.
174 // Only run the quit task if we are running the message loop
    [all...]
  /external/chromium_org/content/renderer/fetchers/
alt_error_page_resource_fetcher.cc 49 callback_.Run(frame_, original_request_, original_error_, data);
51 callback_.Run(frame_, original_request_, original_error_, std::string());
  /external/chromium_org/mojo/system/
waiter_test_utils.cc 22 void SimpleWaiterThread::Run() {
47 void WaiterThread::Run() {
waiter_test_utils.h 54 virtual void Run() OVERRIDE;
77 virtual void Run() OVERRIDE;
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-builder.py 65 buildbot_common.Run([buildbot_common.GetGsutil(), 'cp', sdk_url, sdk_file],
104 buildbot_common.Run(['git', 'clone', git_url, MONO_DIR])
106 buildbot_common.Run(['git', 'fetch'], cwd=MONO_DIR)
108 buildbot_common.Run(['git', 'checkout', git_rev], cwd=MONO_DIR)
121 buildbot_common.Run(['./autogen.sh'], cwd=MONO_DIR)
122 buildbot_common.Run(['make', 'distclean'], cwd=MONO_DIR)
127 buildbot_common.Run(['./nacl-mono-runtime.sh',
133 # TODO(elijahtaylor,olonho): Re-enable tests on arm when they compile/run.
136 buildbot_common.Run(['make', 'check', '-j8'],
  /external/chromium_org/net/dns/
notify_watcher_mac.cc 56 callback_.Run(false);
61 callback_.Run(true);
  /external/chromium_org/net/proxy/
mock_proxy_script_fetcher.cc 44 callback.Run(result);
65 base::MessageLoop::current()->Run();
  /external/chromium_org/ppapi/api/
ppb_message_loop.idl 19 * for asynchronous operations, you must run the message loop via Run().
33 * - Call PostWork() on the message loop to run functions on the thread.
37 * - Call Run() with the message loop resource.
78 * You can create a message loop object on a thread and never actually run the
81 * from those calls will be queued in the message loop and never run. The same
83 * the message loop is not run again.
91 * callback is never run. To avoid this memory leak, you need to be careful
94 * There are a number of cases where posted callbacks will never be run:
100 * - You create a message loop, post callbacks to it, and never run it
    [all...]

Completed in 749 milliseconds

1 2 3 4 5 6 7 891011>>