Searched refs:Run (Results 76 - 100 of 3895) sorted by relevance

1234567891011>>

/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/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc86 void Run(const string& command);
89 // Methods to set up the test (called before Run()).
109 // Methods to check the test results (called after Run()).
111 // Checks that no text was written to stderr during Run(), and Run()
115 // Checks that Run() returned non-zero and the stderr output is exactly
120 // Checks that Run() returned non-zero and the stderr contains the given
170 // The result of Run().
248 void CommandLineInterfaceTest::Run(const string& command) { function in class:google::protobuf::compiler::__anon28927::CommandLineInterfaceTest
299 return_code_ = cli_.Run(arg
1284 bool Run(const string& command) { function in class:google::protobuf::compiler::__anon28927::EncodeDecodeTest
[all...]
/external/chromium_org/google_apis/drive/
H A Dtask_util.h25 static void Run( function in struct:google_apis::internal::ComposedCallback
28 runner.Run(callback);
35 static void Run( function in struct:google_apis::internal::ComposedCallback
39 runner.Run(base::Bind(callback, arg1));
46 static void Run( function in struct:google_apis::internal::ComposedCallback
50 runner.Run(base::Bind(callback, arg1, arg2));
57 static void Run( function in struct:google_apis::internal::ComposedCallback
61 runner.Run(base::Bind(callback, arg1, base::Passed(&arg2)));
68 static void Run( function in struct:google_apis::internal::ComposedCallback
72 runner.Run(bas
79 static void Run( function in struct:google_apis::internal::ComposedCallback
90 static void Run( function in struct:google_apis::internal::ComposedCallback
[all...]
/external/chromium_org/mojo/shell/
H A Dshell_test_base_unittest.cc65 message_loop()->Run();
98 message_loop()->Run();
106 message_loop()->Run();
120 message_loop()->Run();
127 message_loop()->Run();
144 message_loop()->Run();
157 message_loop()->Run(); // Waits for all connections to die.
171 message_loop()->Run();
178 message_loop()->Run(); // Waits for all connections to die.
192 message_loop()->Run();
[all...]
/external/chromium_org/chrome/utility/extensions/
H A Dunpacker_unittest.cc64 EXPECT_FALSE(unpacker_->Run());
71 EXPECT_FALSE(unpacker_->Run());
78 EXPECT_FALSE(unpacker_->Run());
85 EXPECT_FALSE(unpacker_->Run());
93 EXPECT_FALSE(unpacker_->Run());
100 EXPECT_FALSE(unpacker_->Run());
107 EXPECT_FALSE(unpacker_->Run());
115 EXPECT_FALSE(unpacker_->Run());
122 EXPECT_TRUE(unpacker_->Run());
129 EXPECT_TRUE(unpacker_->Run());
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTScanner.h56 class Run { class in class:blink::VTTScanner
58 Run(Position start, Position end, bool is8Bit) function in class:blink::VTTScanner::Run
102 Run collectWhile();
106 Run collectUntil();
110 bool scanRun(const Run&, const String& toMatch);
113 void skipRun(const Run&);
117 String extractString(const Run&);
153 inline size_t VTTScanner::Run::length() const
185 inline VTTScanner::Run VTTScanner::collectWhile()
190 return Run(positio
[all...]
/external/chromium_org/storage/browser/blob/
H A Dlocal_file_stream_reader.cc87 callback.Run(static_cast<int>(get_length_result));
98 callback.Run(result);
105 callback.Run(result);
114 callback.Run(result);
122 callback.Run(static_cast<int>(seek_result));
126 callback.Run(net::ERR_REQUEST_RANGE_NOT_SATISFIABLE);
129 callback.Run(net::OK);
141 callback.Run(open_result);
147 callback.Run(read_result);
155 callback.Run(ne
[all...]
/external/chromium_org/components/storage_monitor/
H A Dtest_media_transfer_protocol_manager_linux.cc35 callback.Run("", true);
41 callback.Run(true);
48 callback.Run(std::vector<MtpFileEntry>(),
59 callback.Run(std::string(), true);
66 callback.Run(MtpFileEntry(), true);
/external/chromium_org/content/browser/
H A Dstartup_task_runner.cc29 startup_complete_callback_.Run(result);
45 result = it->Run();
50 startup_complete_callback_.Run(result);
63 int result = task_list_.front().Run();
71 startup_complete_callback_.Run(result);
H A Dpepper_flash_settings_helper_impl.cc33 callback.Run(false, IPC::ChannelHandle());
59 callback_.Run(true, channel_handle);
61 callback_.Run(false, IPC::ChannelHandle());
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dswapcontext_test.cc49 int Run(int arg, int mode, char *child_stack) { function
74 ret += Run(argc - 1, 0, stack);
77 ret += Run(argc - 1, 1, stack);
81 ret += Run(argc - 1, 0, heap);
84 ret += Run(argc - 1, 1, heap);
/external/chromium_org/media/filters/
H A Ddecrypting_video_decoder.cc58 set_decryptor_ready_cb_.Run(BindToCurrentLoop(base::Bind(
83 base::ResetAndReturn(&decode_cb_).Run(kDecodeError);
89 base::ResetAndReturn(&decode_cb_).Run(kOk);
125 base::ResetAndReturn(&decode_cb_).Run(kAborted);
143 base::ResetAndReturn(&set_decryptor_ready_cb_).Run(DecryptorReadyCB());
146 base::ResetAndReturn(&init_cb_).Run(DECODER_ERROR_NOT_SUPPORTED);
148 base::ResetAndReturn(&decode_cb_).Run(kAborted);
150 base::ResetAndReturn(&reset_cb_).Run();
164 base::ResetAndReturn(&init_cb_).Run(DECODER_ERROR_NOT_SUPPORTED);
166 decryptor_attached_cb.Run(fals
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A Dopus_test.cc114 // Run Opus with 2.5 ms frame size.
115 Run(channel_a2b_, audio_channels, 64000, 120);
117 // Run Opus with 5 ms frame size.
118 Run(channel_a2b_, audio_channels, 64000, 240);
120 // Run Opus with 10 ms frame size.
121 Run(channel_a2b_, audio_channels, 64000, 480);
123 // Run Opus with 20 ms frame size.
124 Run(channel_a2b_, audio_channels, 64000, 960);
126 // Run Opus with 40 ms frame size.
127 Run(channel_a2b
210 void OpusTest::Run(TestPackStereo* channel, int channels, int bitrate, function in class:webrtc::OpusTest
[all...]
/external/chromium_org/base/
H A Dcritical_closure.h34 R Run() { function in class:base::internal::CriticalClosure
35 return closure_.Run();
66 return base::Bind(&internal::CriticalClosure<R>::Run,
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_test_util.cc17 message_loop_runner_->Run();
35 message_loop_runner_->Run();
41 continue_to_completion_callback_.Run();
/external/chromium_org/chrome/browser/extensions/api/automation_internal/
H A Dautomation_internal_api.h42 virtual ExtensionFunction::ResponseAction Run() OVERRIDE;
52 virtual ExtensionFunction::ResponseAction Run() OVERRIDE;
68 virtual ResponseAction Run() OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_private_api.h23 virtual ResponseAction Run() OVERRIDE;
38 virtual ResponseAction Run() OVERRIDE;
54 virtual ResponseAction Run() OVERRIDE;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dcallback_tracker_unittest.cc33 callback.Run();
45 callback.Run();
51 callback.Run();
H A Duninstall_app_task.cc39 callback.Run(SYNC_STATUS_FAILED);
45 callback.Run(status);
55 callback.Run(SYNC_STATUS_OK);
63 callback.Run(SYNC_STATUS_FAILED);
84 callback.Run(SYNC_STATUS_FAILED);
89 callback.Run(status);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dauthenticated_user_email_retriever.cc35 callback_.Run(std::string());
37 callback_.Run(accounts.front().first);
42 callback_.Run(std::string());
/external/chromium_org/ppapi/proxy/
H A Dplugin_resource_callback.h23 virtual void Run(const ResourceMessageReplyParams& params,
36 virtual void Run(
40 &callback_, &CallbackType::Run, reply_params, msg);
/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/remoting/protocol/
H A Dchannel_dispatcher_base.cc41 callback.Run(false);
54 initialized_callback_.Run(false);
63 initialized_callback_.Run(true);
/external/chromium_org/ui/wm/public/
H A Ddispatcher_client.cc24 void DispatcherRunLoop::Run() { function in class:aura::client::DispatcherRunLoop
27 run_closure_.Run();
35 quit_closure_.Run();
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys/
H A Denterprise_platform_keys_api.h27 virtual ResponseAction Run() OVERRIDE;
42 virtual ResponseAction Run() OVERRIDE;
56 virtual ResponseAction Run() OVERRIDE;
71 virtual ResponseAction Run() OVERRIDE;
85 virtual ResponseAction Run() OVERRIDE;
99 virtual ResponseAction Run() OVERRIDE;

Completed in 603 milliseconds

1234567891011>>