Searched defs:execute (Results 251 - 275 of 317) sorted by relevance

<<111213

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-swing.jar ... String password public void setShowduration (int) int duration public void execute () throws org.apache.tools.ant.BuildException ...
H A Dant-netrexx.jar ... boolean) boolean suppressDeprecation public void init () String p public void execute () throws org.apache.tools.ant.BuildException ...
H A Dant-nodeps.jar ... FileSet fs java.util.Vector files public void execute () throws org.apache.tools.ant.BuildException ...
H A Dant-starteam.jar ... .BuildException java.io.File dirExist public void execute () throws org.apache.tools.ant.BuildException ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbugTools.jar ... public void setMilestone (java.lang.String) 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 DTestResultsGenerator.java167 test.execute();
170 public void execute() { method in class:TestResultsGenerator
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
H A DUpdateBugStateTask.java314 public void execute() throws BuildException method in class:UpdateBugStateTask
/external/mksh/src/
H A Dexec.c48 * execute command tree
51 execute(struct op * volatile t, function
186 rv = execute(t->left, flags | XFORK, xerrok);
224 execute(t->left, flags & XERROK, NULL);
227 rv = execute(t, flags & XERROK, xerrok);
301 rv = execute(t->left, (flags&~XEXEC)|XBGND|XFORK, xerrok);
306 rv = execute(t->left, XERROK, xerrok);
308 rv = execute(t->right, XERROK, xerrok);
315 rv = !execute(t->right, XERROK, xerrok);
357 rv = execute(
[all...]
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp412 return callFrame->globalData().interpreter->execute(eval, callFrame, callFrame->uncheckedR(codeBlock->thisRegister()).jsValue().toThisObject(callFrame), callFrame->registers() - registerFile->start() + registerOffset, scopeChain);
728 JSValue Interpreter::execute(ProgramExecutable* program, CallFrame* callFrame, ScopeChainNode* scopeChain, JSObject* thisObj) function in class:JSC::Interpreter
767 result = program->generatedJITCode().execute(&m_registerFile, newCallFrame, scopeChain->globalData);
838 result = callData.js.functionExecutable->generatedJITCodeForCall().execute(&m_registerFile, newCallFrame, callDataScopeChain->globalData);
927 result = constructData.js.functionExecutable->generatedJITCodeForConstruct().execute(&m_registerFile, newCallFrame, constructDataScopeChain->globalData);
1015 JSValue Interpreter::execute(CallFrameClosure& closure) function in class:JSC::Interpreter
1031 result = closure.functionExecutable->generatedJITCodeForCall().execute(&m_registerFile, closure.newCallFrame, closure.globalData);
1052 JSValue Interpreter::execute(EvalExecutable* eval, CallFrame* callFrame, JSObject* thisObj, ScopeChainNode* scopeChain) function in class:JSC::Interpreter
1057 return execute(eval, callFrame, thisObj, m_registerFile.size() + eval->generatedBytecode().m_numParameters + RegisterFile::CallFrameHeaderSize, scopeChain);
1060 JSValue Interpreter::execute(EvalExecutabl function in class:JSC::Interpreter
[all...]
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp57 virtual void execute() = 0;
120 undoCommand->execute();
429 void execute();
449 void WebEditorUndoCommand::execute() function in class:WebEditorUndoCommand
/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp68 execute(false), verbose(false), cleared(false)
91 bool execute; member in class:Options
1368 fprintf(stderr, "*** %s/%s differs in the execute bit (may cause problems for perforce)\n", workingDir, oldFile);
1678 if (strncmp(arg, "-x", 2) == 0 || strcmp(arg, "--execute") == 0) {
1679 options.execute = true;
1705 "-x --execute Execute the merge scripts.\n"
1794 if (options.execute) {
/external/emma/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jar ... dumpHeader (java.lang.StringBuffer) StringBuffer buffer public void execute () throws org.apache.tools.ant.BuildException ...
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... ant.DirectoryScanner ds String separator String[] files public void execute () throws org.apache.tools.ant.BuildException
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java51 public void execute() throws SQLException { method in class:Impl_RowSet
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar ... options String command String extension boolean verbose protected static int execute (java.lang.String[]) String[] cmd protected static int ...
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jar ... .IHandlerListener handlerListener public abstract java.lang.Object execute (org.eclipse.core.commands.ExecutionEvent) throws ...
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar ... eclipse.core.filebuffers.ISynchronizationContext) public abstract void execute (java.lang.Runnable) public abstract void requestSynchronizationContext (org ...
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java267 * The ListenableFuture variant rethrows errors from execute() as well
353 @Override public void execute(Runnable command) { method in class:FuturesTest.ExecutorSpy
354 delegate.execute(command);
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp1756 "JSC::Bindings::QtConnectionObject\0\0execute()\0"
1784 case 0: execute(_a); break;
1791 void QtConnectionObject::execute(void **argv) function in class:JSC::Bindings::QtConnectionObject
/external/webkit/Source/WebCore/editing/
H A DEditorCommand.cpp70 bool (*execute)(Frame*, Event*, EditorCommandSource, const String&); member in class:WebCore::EditorInternalCommand
1636 bool Editor::Command::execute(const String& parameter, Event* triggeringEvent) const function in class:WebCore::Editor::Command
1644 return m_command->execute(m_frame.get(), triggeringEvent, m_source, parameter);
1647 bool Editor::Command::execute(Event* triggeringEvent) const function in class:WebCore::Editor::Command
1649 return execute(String(), triggeringEvent);
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp2270 int execute(YarrCodeBlock& jitObject, const UChar* input, unsigned start, unsigned length, int* output) function in namespace:JSC::Yarr
2272 return jitObject.execute(input, start, length, output);
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 621 milliseconds

<<111213