Searched defs:execute (Results 151 - 175 of 294) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/bindings/js/
H A DScheduledAction.cpp76 void ScheduledAction::execute(ScriptExecutionContext* context) function in class:WebCore::ScheduledAction
79 execute(static_cast<Document*>(context));
83 execute(static_cast<WorkerContext*>(context));
118 void ScheduledAction::execute(Document* document) function in class:WebCore::ScheduledAction
140 void ScheduledAction::execute(WorkerContext* workerContext) function in class:WebCore::ScheduledAction
/external/webkit/Source/WebCore/storage/
H A DSQLStatement.cpp60 bool SQLStatement::execute(Database* db) function in class:WebCore::SQLStatement
154 m_error = SQLError::create(SQLError::UNKNOWN_ERR, "unable to execute statement, because the user deleted the database");
/external/webkit/Source/WebKit2/Platform/
H A DWorkItem.h45 virtual void execute() = 0;
74 virtual void execute() function in class:MemberFunctionWorkItem0
103 virtual void execute() function in class:MemberFunctionWorkItem1
134 virtual void execute() function in class:MemberFunctionWorkItem2
174 virtual void execute() function in class:FunctionWorkItem0
/external/webkit/Source/WebKit2/Platform/qt/
H A DWorkQueueQt.cpp54 connect(m_source, m_signal, SLOT(execute()), Qt::QueuedConnection);
62 Q_SLOT void execute() function in class:WorkQueue::WorkItemQt
65 m_workItem->execute();
70 execute();
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dirc_command.py41 def execute(self, nick, args, tool, sheriff): member in class:IRCCommand
46 def execute(self, nick, args, tool, sheriff): member in class:LastGreenRevision
52 def execute(self, nick, args, tool, sheriff): member in class:Restart
75 def execute(self, nick, args, tool, sheriff): member in class:Rollout
102 def execute(self, nick, args, tool, sheriff): member in class:Help
107 def execute(self, nick, args, tool, sheriff): member in class:Hi
114 def execute(self, nick, args, tool, sheriff): member in class:Whois
134 def execute(self, nick, args, tool, sheriff): member in class:Eliza
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaseline.py100 def execute(self, options, args, tool): member in class:Rebaseline
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DAntlr3Mojo.java244 public void execute() method in class:Antlr3Mojo
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DTokenRewriteStream.as60 * Then in the rules, you can execute
229 return toOriginalStringWithRange(start,end); // no instructions to execute
249 i = op.execute(state); // execute operation and skip
457 public function execute(state:RewriteState):int {
467 public override function execute(state:RewriteState):int {
489 public override function execute(state:RewriteState):int {
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemCallTemplate.java191 public void execute( method in class:ElemCallTemplate
241 m_template.execute(transformer);
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncExtFunction.java182 public XObject execute(XPathContext xctxt) method in class:FuncExtFunction
199 XObject xobj = arg.execute(xctxt);
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DOperation.java95 * Execute a binary operation by calling execute on each of the operands,
105 public XObject execute(XPathContext xctxt) method in class:Operation
109 XObject left = m_left.execute(xctxt, true);
110 XObject right = m_right.execute(xctxt, true);
H A DVariable.java185 public XObject execute(XPathContext xctxt) method in class:Variable
188 return execute(xctxt, false);
204 public XObject execute(XPathContext xctxt, boolean destructiveOK) throws javax.xml.transform.TransformerException method in class:Variable
248 // return execute(xctxt);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
H A Dhelpbase-ant.jar ... ="/4.1.2/s?defs= " () public void execute () throws org.apache.tools.ant.BuildException ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-stylebook.jar ... setLoaderConfig (java.lang.String) String loaderConfig public void execute () throws org.apache.tools.ant.BuildException ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DVersionTrackerTask.java45 public void execute(){ method in class:VersionTrackerTask
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
H A DRSSFeedPublisherTask.java125 public void execute() throws BuildException { method in class:RSSFeedPublisherTask
H A DRSSFeedWatcherTask.java37 * (Xpath to watch for); (what to execute if condition is met); (commandline args to the executable)...
107 public void execute() throws BuildException { method in class:RSSFeedWatcherTask
147 oldFeedWatcher.execute();
154 newFeedWatcher.execute();
/external/emma/ant/ant14/com/vladium/emma/instr/
H A DinstrTask.java52 public void execute () throws BuildException method in class:instrTask
/external/emma/ant/ant14/com/vladium/emma/report/
H A DreportTask.java43 public void execute () throws BuildException method in class:reportTask
/external/guava/guava/src/com/google/common/util/concurrent/
H A DMoreExecutors.java192 * that invokes {@code execute/submit}, as in {@link CallerRunsPolicy} This
250 public void execute(Runnable command) { method in class:MoreExecutors.SameThreadExecutorService
354 * given delegate executor. Those methods, as well as {@code execute} and
356 * delegate.execute}. All other methods are forwarded unchanged to the
360 * the delegate's {@code execute} method or by wrapping the returned {@code
381 * given delegate executor. Those methods, as well as {@code execute} and
383 * delegate.execute}. All other methods are forwarded unchanged to the
387 * handling of tasks must be implemented in the delegate's {@code execute}
439 public void execute(Runnable command) { method in class:MoreExecutors.ListeningDecorator
440 delegate.execute(comman
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureGeneratorWood.java127 public float execute(float x) {
134 public float execute(float x) {
146 public float execute(float x) {
165 result = woodIntData.waveformFunction.execute((x + y + z) * 10.0f);
168 result = woodIntData.waveformFunction.execute((float) Math.sqrt(x * x + y * y + z * z) * 20.0f);
172 result = woodIntData.waveformFunction.execute((x + y + z) * 10.0f + result);
176 result = woodIntData.waveformFunction.execute((float) Math.sqrt(x * x + y * y + z * z) * 20.0f + result);
214 float execute(float x); method in interface:TextureGeneratorWood.WaveForm
/external/proguard/src/proguard/optimize/
H A DOptimizer.java123 public boolean execute(ClassPool programClassPool, method in class:Optimizer
326 // System.out.println("Optimizer.execute: before evaluation simplification");
/external/webkit/Source/WebCore/html/parser/
H A DHTMLScriptRunner.cpp167 bool HTMLScriptRunner::execute(PassRefPtr<Element> scriptElement, const TextPosition1& scriptStartPosition) function in class:WebCore::HTMLScriptRunner
174 // Try to execute the script given to us.
179 return false; // Block the parser. Unwind to the outermost HTMLScriptRunner::execute before continuing parsing.
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmulticommandtool_unittest.py44 def execute(self, options, args, tool): member in class:TrivialCommand
61 def execute(self, options, args, tool): member in class:LikesToRetry
/external/v8/benchmarks/
H A Ddeltablue.js264 if (this.myOutput.stay) this.execute(); // Stay optimization
299 StayConstraint.prototype.execute = function () {
324 EditConstraint.prototype.execute = function () {
424 if (out.stay) this.execute();
487 ScaleConstraint.prototype.execute = function () {
504 if (out.stay) this.execute();
523 EqualityConstraint.prototype.execute = function () {
773 Plan.prototype.execute = function () {
776 c.execute();
819 plan.execute();
[all...]

Completed in 813 milliseconds

1234567891011>>