/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
__init__.py | 27 # These two are reserved for future use:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sre.py | 2 It will be removed in the future. sre was moved to re in version 2.5.
|
/external/libcxx/test/std/thread/futures/futures.async/ |
async_race.pass.cpp | 13 // <future> 16 // future<typename result_of<F(Args...)>::type> 20 // future<typename result_of<F(Args...)>::type> 26 #include <future> 47 std::future<int> f = std::async(f_async); 52 std::future<int> f = std::async(std::launch::async, f_async); 58 std::future<int> f = std::async(std::launch::deferred, f_deferred);
|
async.pass.cpp | 13 // <future> 16 // future<typename result_of<F(Args...)>::type> 20 // future<typename result_of<F(Args...)>::type> 23 #include <future> 70 std::future<int> f = std::async(f0); 78 std::future<int> f = std::async(std::launch::async, f0); 86 std::future<int> f = std::async(std::launch::any, f0); 94 std::future<int> f = std::async(std::launch::deferred, f0); 103 std::future<int&> f = std::async(f1); 111 std::future<int&> f = std::async(std::launch::async, f1) [all...] |
/external/libcxx/test/std/thread/futures/futures.unique_future/ |
dtor.pass.cpp | 12 // <future> 14 // class future<R> 16 // ~future(); 18 #include <future> 28 std::future<T> f; 42 std::future<T> f; 56 std::future<T> f;
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAsyncTask.java | 22 private final FutureTask<Result> future; field in class:ShadowAsyncTask 28 future = new FutureTask<Result>(worker) { 57 return future.isCancelled(); 62 return future.cancel(mayInterruptIfRunning); 67 return future.get(); 72 return future.get(timeout, unit); 84 future.run();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/ |
dtor.pass.cpp | 10 // <future> 12 // class future<R> 14 // ~future(); 16 #include <future> 26 std::future<T> f; 40 std::future<T> f; 54 std::future<T> f;
|
/packages/apps/Camera2/src/com/android/camera/data/ |
NewestFirstComparator.java | 34 * Construct a comparator that sorts items by newest first. We ignore future 38 * the future. 52 // If creation date is in future, fall back to modified, b/19565464. 78 * Is the Date in the future from a base date. If the date is in the future 81 * @param date The date to check whether it is in the future 83 * @return true if date is in the future from base
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
BitmapLoader.java | 22 import com.android.gallery3d.util.Future; 45 private Future<Bitmap> mTask; 49 public void onFutureDone(Future<Bitmap> future) { 52 mBitmap = future.get(); 60 if (future.isCancelled() && mBitmap == null) { 106 abstract protected Future<Bitmap> submitBitmapTask(FutureListener<Bitmap> l);
|
/external/boringssl/linux-aarch64/crypto/sha/ |
sha1-armv8.S | 47 add w23,w23,w28 // future e+=K 51 add w23,w23,w4 // future e+=X[i] 61 add w22,w22,w28 // future e+=K 65 add w22,w22,w5 // future e+=X[i] 72 add w21,w21,w28 // future e+=K 76 add w21,w21,w6 // future e+=X[i] 86 add w20,w20,w28 // future e+=K 90 add w20,w20,w7 // future e+=X[i] 97 add w24,w24,w28 // future e+=K 101 add w24,w24,w8 // future e+=X[i [all...] |
/external/guice/extensions/service/test/com/google/inject/service/ |
SingleServiceIntegrationTest.java | 10 import java.util.concurrent.Future; 42 Future<?> future = service.start(); local 46 // to wait until the Future finishes to guarantee it really was started. 49 future.get(1, TimeUnit.SECONDS);
|
/external/libcxx/test/std/thread/futures/futures.promise/ |
default.pass.cpp | 12 // <future> 18 #include <future> 25 std::future<int> f = p.get_future(); 30 std::future<int&> f = p.get_future(); 35 std::future<void> f = p.get_future();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.async/ |
async.pass.cpp | 10 // <future> 13 // future<typename result_of<F(Args...)>::type> 17 // future<typename result_of<F(Args...)>::type> 20 #include <future> 67 std::future<int> f = std::async(f0); 75 std::future<int> f = std::async(std::launch::async, f0); 83 std::future<int> f = std::async(std::launch::any, f0); 91 std::future<int> f = std::async(std::launch::deferred, f0); 100 std::future<int&> f = std::async(f1); 108 std::future<int&> f = std::async(std::launch::async, f1) [all...] |
/external/libcxx/include/ |
future | 2 //===--------------------------- future -----------------------------------===// 15 future synopsis 75 future<R> get_future(); 105 future<R&> get_future(); 133 future<void> get_future(); 150 class future 153 future() noexcept; 154 future(future&&) noexcept; 155 future(const future& rhs) = delete [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
SimpleHoliday.java | 20 * @provisional This API might change or be removed in a future release. 36 * @provisional This API might change or be removed in a future release. 56 * @provisional This API might change or be removed in a future release. 77 * @provisional This API might change or be removed in a future release. 108 * @provisional This API might change or be removed in a future release. 119 * @provisional This API might change or be removed in a future release. 133 * @provisional This API might change or be removed in a future release. 172 * @provisional This API might change or be removed in a future release. 180 * @provisional This API might change or be removed in a future release. 188 * @provisional This API might change or be removed in a future release [all...] |
Holiday.java | 23 * @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. 38 * @provisional This API might change or be removed in a future release. 47 * @provisional This API might change or be removed in a future release. 73 * @provisional This API might change or be removed in a future release. 91 * @provisional This API might change or be removed in a future release. 105 * @provisional This API might change or be removed in a future release. 116 * @provisional This API might change or be removed in a future release. 134 * @provisional This API might change or be removed in a future release. 146 * @provisional This API might change or be removed in a future release [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
future | 2 //===--------------------------- future -----------------------------------===// 15 future synopsis 75 future<R> get_future(); 105 future<R&> get_future(); 133 future<void> get_future(); 150 class future 153 future() noexcept; 154 future(future&&) noexcept; 155 future(const future& rhs) = delete [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
future | 2 //===--------------------------- future -----------------------------------===// 15 future synopsis 75 future<R> get_future(); 105 future<R&> get_future(); 133 future<void> get_future(); 150 class future 153 future() noexcept; 154 future(future&&) noexcept; 155 future(const future& rhs) = delete [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
future | 0 // <future> -*- C++ -*- 25 /** @file include/future 113 class future; 170 future<typename result_of<_Fn(_Args...)>::type> 174 future<typename result_of<_Fn(_Args...)>::type> 227 // Return lvalue, future will add const or rvalue-reference 378 // Called when this object is passed to a future. 547 /// Common implementation for future and shared_future. 606 // Construction of a future by promise::get_future() 622 // Move construction from a future [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
future | 0 // <future> -*- C++ -*- 25 /** @file include/future 113 class future; 170 future<typename result_of<_Fn(_Args...)>::type> 174 future<typename result_of<_Fn(_Args...)>::type> 227 // Return lvalue, future will add const or rvalue-reference 378 // Called when this object is passed to a future. 547 /// Common implementation for future and shared_future. 606 // Construction of a future by promise::get_future() 622 // Move construction from a future [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
future | 0 // <future> -*- C++ -*- 25 /** @file include/future 113 class future; 170 future<typename result_of<_Fn(_Args...)>::type> 174 future<typename result_of<_Fn(_Args...)>::type> 227 // Return lvalue, future will add const or rvalue-reference 378 // Called when this object is passed to a future. 547 /// Common implementation for future and shared_future. 606 // Construction of a future by promise::get_future() 622 // Move construction from a future [all...] |
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/ |
MockFutureListener.java | 40 private final ListenableFuture<?> future; field in class:MockFutureListener 42 public MockFutureListener(ListenableFuture<?> future) { 44 this.future = future; 46 future.addListener(this, directExecutor()); 56 * Asserts that the future returns the expected data. 65 Assert.assertEquals(expectedData, future.get()); 73 * Asserts that the future throws an {@code ExecutableException} and that the 81 future.get();
|
/frameworks/volley/src/main/java/com/android/volley/toolbox/ |
RequestFuture.java | 24 import java.util.concurrent.Future; 29 * A Future that represents a Volley request. 33 * RequestFuture<JSONObject> future = RequestFuture.newFuture(); 34 * MyRequest request = new MyRequest(URL, future, future); 37 * future.setRequest(requestQueue.add(request)); 43 * JSONObject response = future.get(); 52 * @param <T> The type of parsed response this future expects. 54 public class RequestFuture<T> implements Future<T>, Response.Listener<T>,
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/ |
ParallelSensorOperation.java | 29 import java.util.concurrent.Future; 96 ArrayList<Future<SensorOperation>> futures = new ArrayList<>(); 98 Future<SensorOperation> future = executor.submit(new Callable<SensorOperation>() { local 105 futures.add(future); 118 Future<SensorOperation> future = futures.get(i); local 120 SensorOperation operation = getFutureResult(future, executionTimeNs); 131 future.cancel(true /* mayInterruptIfRunning */); 162 * Helper method that waits for a {@link Future} to complete, and returns its result [all...] |
/external/guava/guava/src/com/google/common/util/concurrent/ |
SettableFuture.java | 44 * Sets the value of this future. This method will return {@code true} if 45 * the value was successfully set, or {@code false} if the future has already 48 * @param value the value the future should hold. 57 * Sets the future to having failed with the given exception. This exception 60 * successfully set, or {@code false} if the future has already been set or 63 * @param throwable the exception the future should hold.
|