HomeSort by relevance Sort by last modified time
    Searched full:myoperation (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CXX/class/class.friend/
p1.cpp 34 friend int myoperation(float); // okay
79 int myoperation(float f) { function
  /libcore/luni/src/main/java/java/util/concurrent/
CountedCompleter.java 107 * class MyOperation<E> { void apply(E e) { ... } }
111 * public static <E> void forEach(E[] array, MyOperation<E> op) {
115 * final E[] array; final MyOperation<E> op; final int lo, hi;
116 * ForEach(CountedCompleter<?> p, E[] array, MyOperation<E> op, int lo, int hi) {

Completed in 1051 milliseconds