HomeSort by relevance Sort by last modified time
    Searched refs:execute (Results 151 - 175 of 664) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncLocalPart.java 29 * Execute the LocalPart() function.
37 * Execute the function. The function must return
44 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException method in class:FuncLocalPart
FuncQname.java 29 * Execute the Qname() function.
37 * Execute the function. The function must return
44 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException method in class:FuncQname
FuncSum.java 31 * Execute the Sum() function.
39 * Execute the function. The function must return
46 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException method in class:FuncSum
FuncExtElementAvailable.java 32 * Execute the ExtElementAvailable() function.
40 * Execute the function. The function must return
47 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException method in class:FuncExtElementAvailable
54 String fullName = m_arg0.execute(xctxt).str();
FunctionDef1Arg.java 40 * Execute the first argument expression that is expected to return a
69 * Execute the first argument expression that is expected to return a
97 return m_arg0.execute(xctxt).xstr();
101 * Execute the first argument expression that is expected to return a
131 return m_arg0.execute(xctxt).num();
  /external/dbus/test/name-test/
run-test-systemserver.sh 34 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/tools/dbus-send --print-reply --dest=org.freedesktop.DBus.TestSuiteEchoService /org/freedesktop/TestSuite org.freedesktop.TestSuite.Echo string:hi >echo-error-output.tmp 2>&1
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/
AddFunction.java 29 public Value execute(Value... args) { method in class:AddFunction
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
CrcFunction.java 36 public Value execute(Value... args) { method in class:CrcFunction
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/
FirstFunction.java 34 public Value execute(Value... args) { method in class:FirstFunction
LastFunction.java 34 public Value execute(Value... args) { method in class:LastFunction
NameFunction.java 35 public Value execute(Value... args) { method in class:NameFunction
SubcountFunction.java 34 public Value execute(Value... args) { method in class:SubcountFunction
  /external/llvm/utils/lit/lit/
LitTestCase.py 24 tr, output = self._test.config.test_format.execute(
  /external/llvm/utils/
webNLT.pl 30 my $rc = $sth->execute or die DBI->errstr;
38 my $rc = $sth->execute or die DBI->errstr;
  /external/oprofile/libregex/
demangle_symbol.cpp 66 regex.execute(result);
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.h 97 JSValue execute(ProgramExecutable*, CallFrame*, ScopeChainNode*, JSObject* thisObj);
100 JSValue execute(EvalExecutable* evalNode, CallFrame* exec, JSObject* thisObj, ScopeChainNode* scopeChain);
122 JSValue execute(CallFrameClosure&);
124 JSValue execute(EvalExecutable*, CallFrame*, JSObject* thisObject, int globalRegisterOffset, ScopeChainNode*);
  /external/webkit/Source/WebCore/storage/
SQLStatement.h 52 bool execute(Database*);
SQLTransactionSync.h 63 ExceptionCode execute();
  /external/webkit/Source/WebKit2/Platform/
RunLoop.cpp 63 item->execute();
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
abstractsequencedcommand.py 44 def execute(self, options, args, tool): member in class:AbstractSequencedCommand
commandtest.py 48 OutputCapture().assert_outputs(self, command.execute, [options, args, tool], expected_stdout=expected_stdout, expected_stderr=expected_stderr, expected_exception=expected_exception)
  /sdk/anttasks/src/com/android/ant/
BuildConfigTask.java 41 public void execute() throws BuildException { method in class:BuildConfigTask
  /cts/tests/tests/database/src/android/database/sqlite/cts/
DatabaseStatementTest.java 84 statement.execute();
136 statement.execute();
158 statement.execute();
181 statement.execute();
228 statement.execute();
262 mStatement.execute();
305 statement.execute();
313 statement.execute();
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemUse.java 165 attrSet.execute(transformer);
193 public void execute( method in class:ElemUse
  /external/emma/ant/ant14/com/vladium/emma/
emmaTask.java 42 public synchronized void execute () throws BuildException method in class:emmaTask
57 task.execute ();

Completed in 199 milliseconds

1 2 3 4 5 67 8 91011>>