HomeSort by relevance Sort by last modified time
    Searched full:future (Results 226 - 250 of 6981) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
swap.pass.cpp 10 // <future>
16 #include <future>
37 std::future<double> f = p.get_future();
dtor.pass.cpp 10 // <future>
16 #include <future>
42 std::future<double> f = p.get_future();
56 std::future<double> f = p.get_future();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.nonmembers/
swap.pass.cpp 10 // <future>
18 #include <future>
39 std::future<double> f = p.get_future();
  /packages/apps/Camera2/src/com/android/camera/device/
SingleDeviceRequest.java 29 * ThreadSafe class to deal with the combined future and lifetime
45 * Return the future instance for this request.
59 * If the future has not been set, set the value.
  /packages/apps/Camera2/src/com/android/camera/one/v2/commands/
ResettingRunnableCameraCommand.java 21 import java.util.concurrent.Future;
39 * The future corresponding to any currently-executing command.
42 private Future<?> mInProgressCommand;
  /developers/samples/android/
README.txt 7 Note: In the future, the samples will be built using a template system, which
  /external/clang/test/SemaCXX/
auto-cxx0x.cpp 4 auto int a; // expected-warning {{'auto' storage class specifier is not permitted in C++11, and will not be supported in future releases}}
  /external/dagger2/producers/src/test/java/dagger/producers/internal/
SetProducerTest.java 49 ListenableFuture<Set<Integer>> future = producer.get(); local
51 future.get();
63 ListenableFuture<Set<Integer>> future = producer.get(); local
65 future.get();
  /external/eigen/unsupported/doc/
Overview.dox 21 subject to be included in Eigen in the future.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
EasterHoliday.java 20 * @provisional This API might change or be removed in a future release.
29 * @provisional This API might change or be removed in a future release.
43 * @provisional This API might change or be removed in a future release.
59 * @provisional This API might change or be removed in a future release.
69 * @provisional This API might change or be removed in a future release.
76 * @provisional This API might change or be removed in a future release.
83 * @provisional This API might change or be removed in a future release.
90 * @provisional This API might change or be removed in a future release.
97 * @provisional This API might change or be removed in a future release.
104 * @provisional This API might change or be removed in a future release
    [all...]
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_ucontext.h 22 /* last for future expansion */
  /external/libcxx/test/std/thread/futures/futures.promise/
set_rvalue.pass.cpp 12 // <future>
18 #include <future>
40 std::future<T> f = p.get_future();
57 std::future<T> f = p.get_future();
  /external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/
dtor.pass.cpp 12 // <future>
18 #include <future>
44 std::future<double> f = p.get_future();
58 std::future<double> f = p.get_future();
  /external/okhttp/okhttp-ws/
README.md 22 in future releases.*
  /external/selinux/libsepol/include/sepol/
errcodes.h 14 * previous version of libsepol. In the future, custome error
  /external/skia/src/utils/
SkRGBAToYUV.h 15 // Works with any image type at the moment, but in the future it may only work with raster-backed
  /external/webrtc/tools/valgrind-webrtc/memcheck/
suppressions_mac.txt 10 # It acts as a place holder for future additions for WebRTC.
suppressions_win32.txt 10 # It acts as a place holder for future additions for WebRTC.
  /frameworks/base/core/java/android/accounts/
AccountManagerCallback.java 19 void run(AccountManagerFuture<V> future);
  /frameworks/compile/slang/tests/P_warnings_deprecated/
stderr.txt.expect 3 deprecated.rs:10:8: warning: 'rsGetAllocation' is deprecated: This function is deprecated and will be removed from the SDK in a future release.
  /frameworks/support/compat/jellybean/android/support/v4/app/
BundleUtil.java 14 * Update the bundle to have a typed array so fetches in the future don't need
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
set_rvalue.pass.cpp 10 // <future>
16 #include <future>
38 std::future<T> f = p.get_future();
55 std::future<T> f = p.get_future();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
mman.h 17 #define MCL_FUTURE 2 /* lock all future mappings */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
mman.h 17 #define MCL_FUTURE 2 /* lock all future mappings */
  /tools/test/connectivity/acts/framework/
README 10 - future

Completed in 5827 milliseconds

1 2 3 4 5 6 7 8 91011>>