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

  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
AClassWithMethodReturningDouble.java 8 public double normalMethodReturningDouble(double doubleArg) {
9 return doubleArg + 1;
  /external/libffi/testsuite/libffi.call/
cls_double_va.c 32 double doubleArg = 7;
44 args[1] = &doubleArg;
55 res = ((int(*)(char*, ...))(code))(format, doubleArg);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_double_va.c 32 double doubleArg = 7;
44 args[1] = &doubleArg;
55 res = ((int(*)(char*, ...))(code))(format, doubleArg);

Completed in 2519 milliseconds