HomeSort by relevance Sort by last modified time
    Searched refs:returning (Results 1 - 25 of 391) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/gdbserver_tests/
nlgone_return.stderr.exp 7 returning ...
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8280.go 7 // Issue 8280: cannot import package exporting a func var returning a result named _
  /prebuilts/go/linux-x86/test/fixedbugs/
issue8280.go 7 // Issue 8280: cannot import package exporting a func var returning a result named _
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue18126.go 5 // Issue 18126: cgo check of void function returning errno.
  /prebuilts/go/darwin-x86/test/
compos.go 7 // Test that returning &T{} from a function causes an allocation.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue18126.go 5 // Issue 18126: cgo check of void function returning errno.
  /prebuilts/go/linux-x86/test/
compos.go 7 // Test that returning &T{} from a function causes an allocation.
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
sparc_atomic64.s 20 ! returning
39 ! returning
59 ! returning
sparc_atomic.s 42 ! returning
65 ! returning
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
sparc_atomic64.s 20 ! returning
39 ! returning
59 ! returning
sparc_atomic.s 42 ! returning
65 ! returning
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
CallablesTest.java 35 assertNull(Callables.returning(null).call());
38 Callable<Object> callable = Callables.returning(value);
  /external/guava/guava/src/com/google/common/util/concurrent/
Callables.java 40 public static <T> Callable<T> returning(final @Nullable T value) { method in class:Callables
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
FuturesCombineBenchmark.java 86 Callable<Integer> callable = Callables.returning(12);
101 Callable<Integer> callable = Callables.returning(12);
111 Callable<Integer> callable = Callables.returning(12);
126 Callable<Integer> callable = Callables.returning(12);
  /external/llvm/test/Bindings/OCaml/
executionengine.ml 65 let cg = coerce (Foreign.funptr (void @-> returning int32_t)) (ptr void)
84 let cplusty = Foreign.funptr (int32_t @-> int32_t @-> returning int32_t) in
89 (* let cgetglobalty = Foreign.funptr (void @-> returning int32_t) in
  /external/eigen/lapack/
dsecnd_NONE.f 19 *> DSECND returns nothing instead of returning the user time for a process in seconds.
second_NONE.f 19 *> SECOND returns nothing instead of returning the user time for a process in seconds.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 36 (* JIT the function, returning a function pointer. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 36 (* JIT the function, returning a function pointer. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 36 (* JIT the function, returning a function pointer. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 36 (* JIT the function, returning a function pointer. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 36 (* JIT the function, returning a function pointer. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 36 (* JIT the function, returning a function pointer. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 36 (* JIT the function, returning a function pointer. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 36 (* JIT the function, returning a function pointer. *)

Completed in 871 milliseconds

1 2 3 4 5 6 7 8 91011>>