Searched defs:Run (Results 176 - 200 of 227) sorted by relevance

12345678910

/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc338 MessageLoop::current()->Run();
480 virtual void Run() { function in class:AddAutofillTask
1047 MessageLoop::current()->Run();
/external/chromium/chrome/browser/themes/
H A Dtheme_service.cc179 virtual void Run() { function in class:__anon2405::WritePackToDiskTask
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc91 void Run(const gfx::Point& point) { function in class:DownloadShelfContextMenuWin
664 // When we call the Run method on the menu, it runs an inner message loop
668 context_menu_->Run(point);
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_master.cc76 virtual void Run() { function in class:__anon2651::AsyncWriter
120 virtual void Run() { function in class:__anon2651::AsyncSetEndOfFile
135 virtual void Run() { function in class:__anon2651::AsyncCloseHandle
899 rebuild_complete_task_->Run();
/external/icu4c/common/
H A Dubidiimp.h129 /* Run structure for reordering --------------------------------------------- */
137 typedef struct Run { struct
142 } Run; typedef in typeref:struct:Run
144 /* in a Run, logicalStart will get this bit set if the run level is odd */
227 Run *runsMemory;
292 Run *runs;
295 Run simpleRuns[1];
315 Run *runsMemory;
370 (pBiDi)->mayAllocateRuns, (length)*sizeof(Run))
387 TRUE, (length)*sizeof(Run))
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc568 int CommandLineInterface::Run(int argc, const char* const argv[]) { function in class:google::protobuf::compiler::CommandLineInterface
687 // Clear all members that are set by Run(). Note that we must not clear
688 // members which are set by other methods before Run() is called.
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h811 virtual void Run() = 0;
827 void Run() { function in class:google::protobuf::internal::FunctionClosure0
846 void Run() { function in class:google::protobuf::internal::MethodClosure0
868 void Run() { function in class:google::protobuf::internal::FunctionClosure1
890 void Run() { function in class:google::protobuf::internal::MethodClosure1
913 void Run() { function in class:google::protobuf::internal::FunctionClosure2
936 void Run() { function in class:google::protobuf::internal::MethodClosure2
/external/qemu/android/skin/
H A Dregion.c72 typedef SkinRegionRun Run; typedef
80 #define RUNS_EMPTY ((Run*)(void*)(-1))
81 #define RUNS_RECT ((Run*)(void*)(0))
118 RunStore* s = malloc( sizeof(*s) + sizeof(Run)*count );
135 memcpy( s2, s, sizeof(*s) + s->count*sizeof(Run) );
161 runstore_from_runs( Run* runs )
168 static __inline__ Run*
172 return (Run*)(s + 1);
175 static Run*
188 /** Run parsin
[all...]
/external/stressapptest/src/
H A Dsat.cc549 // This needs to be called before Run(), and after ParseArgs().
590 // Run SAT in monitor only mode, do not continue to allocate resources.
862 // Run SAT in monitor mode. No test load at all.
865 // Run SAT in address mode. Tag all cachelines by virt addr.
914 // Run threads that listen for incoming SAT net connections.
1656 // Calculates the next time an action in Sat::Run() should occur, based on a
1673 // Run the actual test.
1674 bool Sat::Run() { function in class:Sat
/external/v8/src/
H A Dplatform-cygwin.cc404 thread->Run();
658 // Implement Thread::Run().
659 virtual void Run() { function in class:v8::internal::SamplerThread
H A Dd8.cc165 Handle<Value> result = script->Run();
745 // Run the d8 shell utility script in the utility context
756 script->Run();
1110 virtual void Run();
1117 void ShellThread::Run() { function in class:v8::ShellThread
1350 // Run parallel threads if we are not using --isolate
1499 printf("============ Run %d/%d ============\n", i + 1, stress_runs);
1510 // Run remote debugger if requested, but never on --test
1518 // Run interactive shell if explicitly requested or if no script has been
/external/valgrind/unittest/
H A Dbigtest.cc78 bool Run() { function in class:Test
676 if (the_map_of_tests[test_idx].Run()) {
/external/chromium/base/
H A Dmessage_loop_unittest.cc120 MessageLoop::current()->Run();
152 MessageLoop::current()->Run();
165 virtual void Run() { function in class:__anon1559::SlowTask
175 // This class records the time when Run was called in a Time object, which is
182 virtual void Run() { function in class:__anon1559::RecordRunTimeTask
184 // Cause our Run function to take some time to execute. As a result we can
187 SlowTask::Run();
207 loop.Run();
229 loop.Run();
256 loop.Run();
368 virtual void Run() { function in class:SubPumpQuitTask
424 virtual void Run() {} function in class:RecordDeletionTask
464 void Run() { function in class:NestingTest
495 void Run() { function in class:CrasherTask
682 virtual void Run() { function in class:OrderedTasks
714 virtual void Run() { function in class:MessageBoxTask
733 virtual void Run() { function in class:EndDialogTask
755 virtual void Run() { function in class:RecursiveTask
777 virtual void Run() { function in class:RecursiveSlowTask
789 virtual void Run() { function in class:QuitTask
802 virtual void Run() { function in class:SleepTask
828 virtual void Run() { function in class:Recursive2Tasks
1077 virtual void Run() { function in class:TaskThatPumps
1179 virtual void Run() { function in class:MyTask
1205 virtual void Run() { function in class:MyTask
1277 virtual void Run() { function in class:IOHandlerTask
[all...]
/external/chromium/chrome/browser/
H A Daeropeek_manager.cc248 void Run() { function in class:__anon1689::RegisterThumbnailTask
314 void Run() { function in class:__anon1689::SendThumbnailTask
453 void Run() { function in class:__anon1689::SendLivePreviewTask
H A Dbrowser_main.cc587 MessageLoopForUI::current()->Run(&accelerator_handler);
589 MessageLoopForUI::current()->Run(NULL);
591 MessageLoopForUI::current()->Run();
615 virtual void Run() { function in class:__anon1774::GetLinuxDistroTask
1561 // Show the First Run UI if this is the first time Chrome has been run on
1773 // Run the Out of Memory priority manager while in this scope. Wait
1802 // We are in test mode. Run one task and enter the main message loop.
1805 parameters.ui_task->Run();
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl.cc182 virtual void Run();
187 void ProfileSizeTask::Run() { function in class:__anon2217::ProfileSizeTask
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc110 void Run() { function in class:__anon2225::NotifyPluginProcessHostTask
/external/chromium/chrome/browser/ui/
H A Dbrowser_init.cc115 virtual void Run();
126 void SetAsDefaultBrowserTask::Run() { function in class:__anon2413::SetAsDefaultBrowserTask
242 virtual void Run();
253 void NotifyNotDefaultBrowserTask::Run() { function in class:__anon2413::NotifyNotDefaultBrowserTask
275 virtual void Run();
286 void CheckDefaultBrowserTask::Run() { function in class:__anon2413::CheckDefaultBrowserTask
/external/chromium/chrome/browser/ui/webui/
H A Dnet_internals_ui.cc196 virtual void Run();
624 renderer_ready_io_callback_->Run(list);
655 void NetInternalsMessageHandler::ReadLogFileTask::Run() { function in class:__anon2618::NetInternalsMessageHandler::ReadLogFileTask
/external/chromium/net/disk_cache/
H A Dbackend_impl.cc91 virtual void Run();
99 void CleanupTask::Run() { function in class:__anon2862::CleanupTask
203 int Run();
227 int CacheCreator::Run() { function in class:__anon2862::CacheCreator
251 int rv = Run();
264 callback_->Run(result);
276 virtual void Run();
282 void FinalCleanup::Run() { function in class:__anon2862::FinalCleanup
422 return creator->Run();
/external/chromium/net/http/
H A Dhttp_cache_unittest.cc332 callback->Run(result);
516 virtual void Run() { function in class:__anon2942::MockDiskEntry::CallbackRunner
517 callback_->Run(result_);
673 cb->Run(Result()); // This object can be deleted here.
2115 callback->Run(net::ERR_ABORTED);
4568 MessageLoop::current()->Run();
/external/chromium/net/socket/
H A Dsocket_test_util.cc411 void DeterministicSocketData::Run() { function in class:net::DeterministicSocketData
439 Run();
689 callback->Run(result);
881 write_callback_->Run(write_result_);
906 read_callback_->Run(result);
1013 user_callback_->Run(rv_);
1234 callback->Run(rv);
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1093 // in order to call its Run(). Introducing ThreadWithParamBase as a
1099 virtual void Run() = 0;
1109 static_cast<ThreadWithParamBase*>(thread)->Run();
1151 virtual void Run() { function in class:testing::internal::ThreadWithParam
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1127 // in order to call its Run(). Introducing ThreadWithParamBase as a
1133 virtual void Run() = 0;
1143 static_cast<ThreadWithParamBase*>(thread)->Run();
1185 virtual void Run() { function in class:testing::internal::ThreadWithParam
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1114 // in order to call its Run(). Introducing ThreadWithParamBase as a
1120 virtual void Run() = 0;
1130 static_cast<ThreadWithParamBase*>(thread)->Run();
1172 virtual void Run() { function in class:testing::internal::ThreadWithParam

Completed in 805 milliseconds

12345678910