Searched defs:Execute (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_command.cc18 void SyncerCommand::Execute(SyncSession* session) { function in class:browser_sync::SyncerCommand
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dinspector_runtime.py20 def Execute(self, expr, timeout=60): member in class:InspectorRuntime
30 Consider using Execute for cases where the result of the expression is not
/external/clang/test/CodeGenCXX/
H A Dstatic-local-in-local-class.cpp27 static void Execute() { function in struct:Helper
31 Helper::Execute();
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_app_menu_item.cc27 void ChromeLauncherAppMenuItem::Execute(int event_flags) { function in class:ChromeLauncherAppMenuItem
H A Dchrome_launcher_app_menu_item_browser.cc36 void ChromeLauncherAppMenuItemBrowser::Execute(int event_flags) { function in class:ChromeLauncherAppMenuItemBrowser
H A Dchrome_launcher_app_menu_item_tab.cc34 void ChromeLauncherAppMenuItemTab::Execute(int event_flags) { function in class:ChromeLauncherAppMenuItemTab
H A Dchrome_launcher_app_menu_item_v2app.cc26 void ChromeLauncherAppMenuItemV2App::Execute(int event_flags) { function in class:ChromeLauncherAppMenuItemV2App
/external/chromium_org/tools/cr/cr/base/
H A Dhost.py114 def Execute(self, context, *command): member in class:Host
/external/chromium_org/v8/tools/
H A Dandroid-run.py49 def Execute(cmdline): function
104 error_code = Execute(command)
H A Dnacl-run.py44 def Execute(cmdline): function
147 error_code = Execute(command)
H A Drun-deopt-fuzzer.py315 code = Execute(arch, mode, args, options, suites, workspace)
331 def Execute(arch, mode, args, options, suites, workspace): function
H A Drun-tests.py332 code = Execute(arch, mode, args, options, suites, workspace)
337 def Execute(arch, mode, args, options, suites, workspace): function
/external/chromium_org/v8/tools/testrunner/network/
H A Dendpoint.py89 def Execute(workspace, ctx, tests, sock, server): function
/external/chromium/chrome/browser/diagnostics/
H A Ddiagnostics_test.cc19 bool DiagnosticTest::Execute(DiagnosticsModel::Observer* observer, function in class:DiagnosticTest
/external/chromium_org/ui/views/widget/
H A Daero_tooltip_manager.cc102 base::Bind(&InitialTimer::Execute, this),
110 void AeroTooltipManager::InitialTimer::Execute() { function in class:views::AeroTooltipManager::InitialTimer
/external/chromium_org/v8/tools/testrunner/local/
H A Dcommands.py133 def Execute(args, verbose=False, timeout=None): function
/external/chromium/chrome/browser/extensions/
H A Dexecute_code_in_tab_function.cc102 if (!Execute(code_string))
129 Execute(data);
145 bool ExecuteCodeInTabFunction::Execute(const std::string& code_string) { function in class:ExecuteCodeInTabFunction
219 Release(); // balanced in Execute()
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_task_executor.cc37 void FileTaskExecutor::Execute( function in class:drive::FileTaskExecutor
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_test.cc21 bool DiagnosticsTest::Execute(DiagnosticsModel::Observer* observer, function in class:diagnostics::DiagnosticsTest
/external/clang/examples/clang-interpreter/
H A Dmain.cpp45 static int Execute(llvm::Module *Mod, char * const *envp) { function
149 Res = Execute(Module, envp);
/external/chromium_org/chrome/browser/extensions/api/
H A Dexecute_code_function.cc98 if (!Execute(data))
109 bool ExecuteCodeFunction::Execute(const std::string& code_string) { function in class:extensions::ExecuteCodeFunction
179 return Execute(*details_->code);
/external/chromium_org/content/common/input/
H A Dweb_input_event_traits.cc130 bool Execute(WebInputEvent::Type /* type */, size_t* type_size) const { function in struct:content::__anon8376::WebInputEventSize
138 bool Execute(const WebInputEvent& event, function in struct:content::__anon8376::WebInputEventClone
149 bool Execute(WebInputEvent* event, bool* /* dummy_var */) const { function in struct:content::__anon8376::WebInputEventDelete
160 bool Execute(const WebInputEvent& event_to_coalesce, function in struct:content::__anon8376::WebInputEventCanCoalesce
173 bool Execute(const WebInputEvent& event_to_coalesce, function in struct:content::__anon8376::WebInputEventCoalesce
187 return op.template Execute<WebMouseEvent>(arg_in, arg_out);
189 return op.template Execute<WebMouseWheelEvent>(arg_in, arg_out);
191 return op.template Execute<WebKeyboardEvent>(arg_in, arg_out);
193 return op.template Execute<WebTouchEvent>(arg_in, arg_out);
195 return op.template Execute<WebGestureEven
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp87 void Execute() { function in class:__anon16492::WalkAST
226 walker.Execute();
234 walker.Execute();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs117 * Execute the rewrite operation by possibly adding to the buffer.
121 public virtual int Execute(StringBuilder buf) { method in class:Antlr.Runtime.TokenRewriteStream.RewriteOperation
137 public override int Execute(StringBuilder buf) { method in class:Antlr.Runtime.TokenRewriteStream.InsertBeforeOp
156 public override int Execute(StringBuilder buf) { method in class:Antlr.Runtime.TokenRewriteStream.ReplaceOp
427 i = op.Execute(buf); // execute operation and skip
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs130 * Execute the rewrite operation by possibly adding to the buffer.
134 public virtual int Execute( StringBuilder buf ) method in class:Antlr.Runtime.TokenRewriteStream.RewriteOperation
155 public override int Execute( StringBuilder buf ) method in class:Antlr.Runtime.TokenRewriteStream.InsertBeforeOp
178 public override int Execute( StringBuilder buf ) method in class:Antlr.Runtime.TokenRewriteStream.ReplaceOp
496 i = op.Execute( buf ); // execute operation and skip

Completed in 2551 milliseconds

123