HomeSort by relevance Sort by last modified time
    Searched refs:realCall (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
FutureTaskTest.java 146 public Object realCall() throws InterruptedException {
167 public Object realCall() throws InterruptedException {
187 public Object realCall() throws InterruptedException {
211 public Object realCall() throws InterruptedException {
235 public Object realCall() throws InterruptedException {
259 public Object realCall() throws InterruptedException {
JSR166TestCase.java 568 protected abstract T realCall() throws Throwable;
572 return realCall();
581 protected abstract T realCall() throws Throwable;
585 T result = realCall();
612 public String realCall() {
655 protected Object realCall() throws InterruptedException {
AbstractExecutorServiceTest.java 221 public Object realCall()
  /frameworks/base/tools/aidl/
generate_java.cpp 358 MethodCall* realCall = new MethodCall(THIS_VALUE, method->name.data);
392 realCall->arguments.push_back(v);
400 c->statements->Add(realCall);
411 c->statements->Add(new VariableDeclaration(_result, realCall));
  /external/webkit/JavaScriptCore/bytecompiler/
NodesCodegen.cpp 395 RefPtr<Label> realCall = generator.newLabel();
401 generator.emitJumpIfNotFunctionCall(function.get(), realCall.get());
416 generator.emitLabel(realCall.get());
438 RefPtr<Label> realCall = generator.newLabel();
444 generator.emitJumpIfNotFunctionApply(function.get(), realCall.get());
487 generator.emitLabel(realCall.get());
    [all...]

Completed in 408 milliseconds