Searched defs:execute (Results 101 - 125 of 317) sorted by relevance

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DGenerateExcludeListTask.java38 parser.execute();
57 public void execute() throws BuildException { method in class:GenerateExcludeListTask
H A DSystemProperty.java24 public void execute(){ method in class:SystemProperty
H A DVersionNumberStripper.java36 public void execute() throws BuildException { method in class:VersionNumberStripper
42 new VersionNumberStripper().execute();
H A DFetchValidator.java53 validator.execute();
57 public void execute() throws BuildException { method in class:FetchValidator
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DEclipseTestResultsGeneratorNoMail.java70 test.execute();
73 public void execute() { method in class:EclipseTestResultsGeneratorNoMail
74 super.execute();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
H A DRSSFeedGetPropertyTask.java58 public void execute() throws BuildException { method in class:RSSFeedGetPropertyTask
63 updater.execute();
/external/emma/ant/ant14/com/vladium/emma/data/
H A DmergeTask.java33 public void execute () throws BuildException method in class:mergeTask
/external/emma/ant/ant14/com/vladium/emma/
H A DemmaTask.java42 public synchronized void execute () throws BuildException method in class:emmaTask
57 task.execute ();
/external/guava/guava/src/com/google/common/util/concurrent/
H A DExecutionList.java30 * be executed after {@link #execute()} is called. Any {@code Runnable} added
31 * after the call to {@code execute} is still guaranteed to execute. There is no
36 * Any exception thrown during {@code Executor.execute} (e.g., a {@code
51 // The runnable,executor pairs to execute.
64 * listeners to execute. If execution has already begun, the listener is
67 * <p>Note: For fast, lightweight listeners that would be safe to execute in
73 * that calls {@link #execute} may be an internal implementation thread, such
105 new RunnableExecutorPair(runnable, executor).execute();
121 public void execute() { method in class:ExecutionList
147 void execute() { method in class:ExecutionList.RunnableExecutorPair
[all...]
/external/guava/guava-tests/test/com/google/common/eventbus/
H A DAsyncEventBusTest.java74 public void execute(Runnable task) { method in class:AsyncEventBusTest.FakeExecutor
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
H A DHttpClient4.java60 public HttpResponseMessage execute(HttpMessage request) throws IOException { method in class:HttpClient4
90 HttpResponse httpResponse = client.execute(httpRequest);
/external/proguard/src/proguard/
H A DOutputWriter.java54 public void execute(ClassPool programClassPool) throws IOException method in class:OutputWriter
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteStatement.java22 public void execute() { method in class:ShadowSQLiteStatement
27 actualDBstatement.execute();
/external/v8/test/mjsunit/regress/
H A Dregress-1713.js48 Node.prototype.execute = function (O) {
84 L.execute(O);
/external/webkit/Source/WebCore/bindings/v8/
H A DScheduledAction.cpp91 void ScheduledAction::execute(ScriptExecutionContext* context) function in class:WebCore::ScheduledAction
95 execute(proxy);
98 execute(static_cast<WorkerContext*>(context));
104 void ScheduledAction::execute(V8Proxy* proxy) function in class:WebCore::ScheduledAction
128 void ScheduledAction::execute(WorkerContext* workerContext) function in class:WebCore::ScheduledAction
/external/webkit/Source/WebCore/storage/
H A DSQLStatementSync.cpp54 PassRefPtr<SQLResultSet> SQLStatementSync::execute(DatabaseSync* db, ExceptionCode& ec) function in class:WebCore::SQLStatementSync
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dopenbugs.py54 def execute(self, options, args, tool): member in class:OpenBugs
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DTokenRewriteStream.js29 * Then in the rules, you can execute
96 execute: function(buf) {
112 execute: function(buf) {
126 execute: function(buf) {
403 // execute instructions associated with this token index
417 //System.out.println("execute "+op+" at instruction "+rewriteOpIndex);
418 tokenCursor = op.execute(buf);
419 //System.out.println("after execute tokenCursor = "+tokenCursor);
437 op.execute(buf); // must be insertions if after last token
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dmain.py103 def execute(self, argv): member in class:_Main
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemApplyTemplates.java149 public void execute(TransformerImpl transformer) throws TransformerException method in class:ElemApplyTemplates
360 // And execute the child templates.
361 // Loop through the children of the template, calling execute on
370 t.execute(transformer);
H A DElemAttributeSet.java102 public void execute( method in class:ElemAttributeSet
116 super.execute(transformer);
122 attr.execute(transformer);
H A DElemIf.java117 * Conditionally execute a sub-template.
127 public void execute(TransformerImpl transformer) throws TransformerException method in class:ElemIf
H A DElemPI.java124 public void execute( method in class:ElemPI
H A DFuncDocument.java73 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException method in class:FuncDocument
79 XObject arg = (XObject) this.getArg0().execute(xctxt);
91 XObject arg2 = arg1Expr.execute(xctxt);
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXRTreeFragSelectWrapper.java65 public XObject execute(XPathContext xctxt) method in class:XRTreeFragSelectWrapper
69 m_selected = ((Expression)m_obj).execute(xctxt);

Completed in 487 milliseconds

1234567891011>>