OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_future
(Results
51 - 56
of
56
) sorted by null
1
2
3
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
assign_move.pass.cpp
37
std::future<double> f = p.
get_future
();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
wait_until.pass.cpp
50
std::shared_future<T> f = p.
get_future
();
66
std::shared_future<T> f = p.
get_future
();
82
std::shared_future<T> f = p.
get_future
();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
wait_until.pass.cpp
50
std::future<T> f = p.
get_future
();
66
std::future<T> f = p.
get_future
();
82
std::future<T> f = p.
get_future
();
/external/chromium_org/chrome/common/extensions/docs/server2/
caching_file_system_test.py
87
get_future
= file_system.ReadSingle('bob/bob0')
89
self.assertEqual('bob/bob0 contents',
get_future
.Get())
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
datastorefile.py
103
for
get_future
in get_futures:
104
result =
get_future
.get_result()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp
219
promise<void>::
get_future
()
function in class:promise
Completed in 493 milliseconds
1
2
3