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

1 2 3 4 56 7 8 91011>>

  /external/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java 27 * {@link #shutDown} methods. This class uses a single thread to execute the
39 executor().execute(new Runnable() {
107 * priority. The returned executor's {@link Executor#execute(Runnable)
108 * execute()} method is called when this service is started, and should return
113 public void execute(Runnable command) {
  /external/llvm/utils/
plotNLT.pl 41 my $rc = $sth->execute or die DBI->errstr;
  /external/valgrind/main/none/tests/
shell.stderr.exp 6 ./shell: ./shell_binaryfile: cannot execute binary file
  /libcore/luni/src/test/java/libcore/java/sql/
OldSQLTest.java 57 st.execute("drop table if exists zoo");
81 st.execute(queries[i]);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BatchingNamedTaskExecutor.java 48 public void execute(NamedTask task) { method in class:BatchingNamedTaskExecutor
57 mExecutor.execute(task);
62 * @param batchSize the maximum number of entries to execute.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/build/
NdkCommandLauncher.java 31 public Process execute(IPath commandPath, String[] args, String[] env, IPath changeToDirectory, method in class:NdkCommandLauncher
45 return super.execute(commandPath, args, env, changeToDirectory, monitor);
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
StepPattern.java 316 * Execute this pattern step, including predicates.
330 public XObject execute(XPathContext xctxt, int currentNode) method in class:StepPattern
340 return execute(xctxt, currentNode, dtm, expType);
347 * Execute this pattern step, including predicates.
360 public XObject execute(XPathContext xctxt) method in class:StepPattern
363 return execute(xctxt, xctxt.getCurrentNode());
367 * Execute an expression in the XPath runtime context, and return the
381 public XObject execute( method in class:StepPattern
390 return m_relativePathPattern.execute(xctxt);
398 score = super.execute(xctxt, currentNode, dtm, expType)
    [all...]
ContextMatchStepPattern.java 47 * Execute this pattern step, including predicates.
60 public XObject execute(XPathContext xctxt) method in class:ContextMatchStepPattern
71 * Execute the match pattern step relative to another step.
119 score = execute(xctxt);
147 score = execute(xctxt);
FunctionPattern.java 102 public XObject execute(XPathContext xctxt, int context) method in class:FunctionPattern
145 public XObject execute(XPathContext xctxt, int context, method in class:FunctionPattern
188 public XObject execute(XPathContext xctxt) method in class:FunctionPattern
  /external/webkit/Source/WebCore/bindings/js/
ScheduledAction.cpp 76 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/WebKit2/Platform/
WorkItem.h 45 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/apache-xml/src/main/java/org/apache/xalan/templates/
FuncKey.java 38 * Execute the Key() function.
49 * Execute the function. The function must return
56 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException method in class:FuncKey
72 String xkeyname = getArg0().execute(xctxt).str();
74 XObject arg = getArg1().execute(xctxt);
ElemApplyImport.java 63 * Execute the xsl:apply-imports transformation.
69 public void execute( method in class:ElemApplyImport
ElemExsltFuncResult.java 53 public void execute(TransformerImpl transformer) throws TransformerException method in class:ElemExsltFuncResult
59 // in the owner ElemExsltFunction execute().
ElemMessage.java 112 public void execute( method in class:ElemMessage
ElemUnknown.java 48 * Execute the fallbacks when an extension is not available.
96 * Execute an unknown element.
97 * Execute fallback if fallback child exists or do nothing
103 public void execute(TransformerImpl transformer) method in class:ElemUnknown
FuncFormatNumb.java 38 * Execute the FormatNumber() function.
46 * Execute the function. The function must return
53 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException method in class:FuncFormatNumb
62 double num = getArg0().execute(xctxt).num();
63 String patternStr = getArg1().execute(xctxt).str();
77 String dfName = arg2Expr.execute(xctxt).str();
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Operation.java 95 * 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);
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queries.py 56 def execute(self, options, args, tool): member in class:SuggestReviewers
65 def execute(self, options, args, tool): member in class:BugsToCommit
76 def execute(self, options, args, tool): member in class:PatchesInCommitQueue
104 def execute(self, options, args, tool): member in class:PatchesToCommitQueue
121 def execute(self, options, args, tool): member in class:PatchesToReview
132 def execute(self, options, args, tool): member in class:LastGreenRevision
166 def execute(self, options, args, tool): member in class:WhatBroke
196 def execute(self, options, args, tool): member in class:ResultsFor
281 def execute(self, options, args, tool): member in class:FailureReason
353 def execute(self, options, args, tool) member in class:FindFlakyTests
365 def execute(self, options, args, tool): function
378 def execute(self, options, args, tool): function
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/http/
CookiesTest.java 62 client.execute(new HttpGet(server.getUrl("/").toURI()));
95 HttpResponse getCookies = client.execute(new HttpGet("http://my.t-mobile.com/"));
99 HttpResponse sendCookies = client.execute(new HttpGet("http://my.t-mobile.com/"));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/areturn/jm/
T_areturn_7.java 42 public static boolean execute() { method in class:T_areturn_7
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokeinterface/jm/
T_invokeinterface_19.java 49 public static boolean execute() { method in class:T_invokeinterface_19
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lreturn/jm/
T_lreturn_7.java 41 public static boolean execute() { method in class:T_lreturn_7
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_OBJECT_INIT_RANGE.S 23 GOTO_OPCODE(ip) @ execute it
48 GOTO_OPCODE_BASE(r1,ip) @ execute it
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncDoclocation.java 29 * Execute the proprietary document-location() function, which returns
38 * Execute the function. The function must return
45 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException method in class:FuncDoclocation

Completed in 1066 milliseconds

1 2 3 4 56 7 8 91011>>