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

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 868 protected abstract T realCall() throws Throwable;
872 return realCall();
882 protected abstract T realCall() throws Throwable;
886 T result = realCall();
914 protected String realCall() {
    [all...]
  /system/tools/aidl/
generate_java_binder.cpp 303 MethodCall* realCall = new MethodCall(THIS_VALUE, method.GetName());
332 realCall->arguments.push_back(v);
340 c->statements->Add(realCall);
351 c->statements->Add(new VariableDeclaration(_result, realCall));
  /libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java     [all...]
FutureTaskTest.java 523 public Boolean realCall() {
551 public Object realCall() {
590 public Object realCall() throws InterruptedException {
635 public Object realCall() throws InterruptedException {
ThreadPoolExecutorTest.java 555 public Boolean realCall() throws InterruptedException {
621 public Boolean realCall() throws InterruptedException {
    [all...]
ThreadPoolExecutorSubclassTest.java 670 public Boolean realCall() throws InterruptedException {
736 public Boolean realCall() throws InterruptedException {
    [all...]
AbstractExecutorServiceTest.java 201 public Void realCall() throws InterruptedException {
ScheduledExecutorSubclassTest.java 129 public Boolean realCall() {
    [all...]
ScheduledExecutorTest.java 72 public Boolean realCall() {
    [all...]
ForkJoinPoolTest.java 575 public Void realCall() throws InterruptedException {
    [all...]

Completed in 702 milliseconds