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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/thread/futures/futures.async/
Android.mk 17 test_makefile := external/libcxx/test/thread/futures/futures.async/Android.mk
19 test_name := thread/futures/futures.async/async
20 test_src := async.pass.cpp
async.pass.cpp 14 // async(F&& f, Args&&... args);
18 // async(launch policy, F&& f, Args&&... args);
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/test/thread/futures/futures.overview/
launch.pass.cpp 14 // async = 1,
16 // any = async | deferred
26 (static_cast<int>(std::launch::async) | static_cast<int>(std::launch::deferred)), "");
28 static_assert(std::launch::any == (std::launch::async | std::launch::deferred), "");
29 static_assert(std::launch(0) == (std::launch::async & std::launch::deferred), "");
30 static_assert(std::launch::any == (std::launch::async ^ std::launch::deferred), "");
31 static_assert(std::launch::deferred == ~std::launch::async, "");
32 std::launch x = std::launch::async;
35 x = std::launch::async;
39 assert(x == std::launch::async);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.overview/
launch.pass.cpp 14 // async = 1,
16 // any = async | deferred
26 (static_cast<int>(std::launch::async) | static_cast<int>(std::launch::deferred)), "");
28 static_assert(std::launch::any == (std::launch::async | std::launch::deferred), "");
29 static_assert(std::launch(0) == (std::launch::async & std::launch::deferred), "");
30 static_assert(std::launch::any == (std::launch::async ^ std::launch::deferred), "");
31 static_assert(std::launch::deferred == ~std::launch::async, "");
32 std::launch x = std::launch::async;
35 x = std::launch::async;
39 assert(x == std::launch::async);
    [all...]
  /frameworks/wilhelm/src/android/
OutputMix_to_android.h 20 extern SLresult android_outputMix_realize(COutputMix *om, SLboolean async);
  /frameworks/wilhelm/src/objects/
CAudioRecorder.c 24 SLresult CAudioRecorder_Realize(void *self, SLboolean async)
30 result = android_audioRecorder_realize(thiz, async);
39 SLresult CAudioRecorder_Resume(void *self, SLboolean async)
CMediaPlayer.c 27 XAresult CMediaPlayer_Realize(void *self, XAboolean async)
35 result = android_Player_realize(thiz, async);
41 XAresult CMediaPlayer_Resume(void *self, XAboolean async)
COutputMix.c 24 SLresult COutputMix_Realize(void *self, SLboolean async)
30 result = android_outputMix_realize(thiz, async);
39 SLresult COutputMix_Resume(void *self, SLboolean async)
CAudioPlayer.c 24 SLresult CAudioPlayer_Realize(void *self, SLboolean async)
30 result = android_audioPlayer_realize(thiz, async);
47 SLresult CAudioPlayer_Resume(void *self, SLboolean async)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.async/
async.pass.cpp 14 // async(F&& f, Args&&... args);
18 // async(launch policy, F&& f, Args&&... args);
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/chromium_org/third_party/sinonjs/src/
sinon-qunit.js 54 QUnit.test = global.test = function (testName, expected, callback, async) {
60 return qTest(testName, expected, sinon.test(callback), async);
  /external/chromium_org/chrome/renderer/resources/extensions/
input.ime_custom_bindings.js 26 if (!input_ime.onKeyEvent.async) {
32 input_ime.onKeyEvent.async = false;
35 if (opt_extraInfo[i] == "async") {
36 input_ime.onKeyEvent.async = true;
  /hardware/intel/img/hwcomposer/platforms/merrifield_plus/
PlatfBufferManager.h 38 crop_t& srcCrop, uint32_t async);
  /external/chromium_org/net/http/
http_auth_handler_unittest.cc 29 bool async = (i == 0); local
47 mock_handler.SetGenerateExpectation(async, rv);
50 if (async)
  /frameworks/native/include/gui/
BufferQueueProducer.h 96 virtual status_t dequeueBuffer(int *outSlot, sp<Fence>* outFence, bool async,
173 virtual void allocateBuffers(bool async, uint32_t width, uint32_t height,
185 status_t waitForFreeSlotThenRelock(const char* caller, bool async,
IGraphicBufferProducer.h 128 // The async parameter sets whether we're in asynchronous mode for this
155 // * BAD_VALUE - both in async mode and buffer count was less than the
169 virtual status_t dequeueBuffer(int* slot, sp<Fence>* fence, bool async,
223 // async mode and buffer count override.
258 // * both in async mode and buffer count was less than the
273 // async - if the buffer is queued in asynchronous mode
279 const Rect& crop, int scalingMode, uint32_t transform, bool async,
283 async(async), fence(fence) { }
293 *outAsync = bool(async);
313 int async; member in struct:android::IGraphicBufferProducer::QueueBufferInput
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
async2.test 18 # The async logic is not built into this system
85 do_test async-$err-1.1.$n {
92 do_test async-$err-1.2.$n.1 {
97 do_test async-$err-1.2.$n.2 {
104 do_test async-$err-1.3.$n.1 {
109 do_test async-$err-1.3.$n.2 {
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 67 ** protected by the async.queueMutex. As are the async.ioError and
68 ** async.nFile variables.
70 ** * The async.pLock list and all AsyncLock and AsyncFileLock
71 ** structures must be protected by the async.lockMutex mutex.
103 ** prepare the entry, acquire the async.queueMutex momentarily while
113 ** write-op queue. So async.queueMutex is held for the duration
128 ** The async.writerMutex is used to make sure only there is only
138 ** The async.queueMutex is always held during the <write-op list is
380 ** State information is held in the static variable "async" define
394 } async = { 0,0,0,0,0,1,0,0 }; variable in typeref:struct:TestAsyncStaticData
    [all...]
  /external/chromium_org/remoting/protocol/
fake_authenticator.cc 18 FakeChannelAuthenticator::FakeChannelAuthenticator(bool accept, bool async)
20 async_(async),
82 Type type, int round_trips, Action action, bool async)
86 async_(async),
166 FakeAuthenticator::Action action, bool async)
169 action_(action), async_(async) {
fake_authenticator.h 18 FakeChannelAuthenticator(bool accept, bool async);
61 FakeAuthenticator(Type type, int round_trips, Action action, bool async);
98 FakeAuthenticator::Action action, bool async);
  /external/chromium_org/chrome/browser/chromeos/extensions/
default_app_order.h 24 // Constructs an ExternalLoader and starts file loading. |async| is true to
26 explicit ExternalLoader(bool async);
  /external/chromium_org/win8/metro_driver/
file_picker_ash.h 105 HRESULT SinglePickerDone(SingleFileAsyncOp* async, AsyncStatus status);
108 HRESULT MultiPickerDone(MultiFileAsyncOp* async, AsyncStatus status);
141 HRESULT FilePickerDone(SaveFileAsyncOp* async, AsyncStatus status);
161 HRESULT FolderPickerDone(FolderPickerAsyncOp* async, AsyncStatus status);
  /frameworks/native/services/surfaceflinger/
MonitoredProducer.cpp 64 bool async, uint32_t w, uint32_t h, uint32_t format, uint32_t usage) {
65 return mProducer->dequeueBuffer(slot, fence, async, w, h, format, usage);
108 void MonitoredProducer::allocateBuffers(bool async, uint32_t width,
110 mProducer->allocateBuffers(async, width, height, format, usage);
  /frameworks/wilhelm/src/
sles_allinclusive.h 116 typedef SLresult (*AsyncHook)(void *self, SLboolean async);
216 AsyncHook mRealize; // called with mutex locked; can temporarily unlock mutex (for async)
217 AsyncHook mResume; // called with mutex locked; can temporarily unlock mutex (for async)
337 extern SLresult CAudioPlayer_Realize(void *self, SLboolean async);
338 extern SLresult CAudioPlayer_Resume(void *self, SLboolean async);
342 extern SLresult CAudioRecorder_Realize(void *self, SLboolean async);
343 extern SLresult CAudioRecorder_Resume(void *self, SLboolean async);
347 extern SLresult CEngine_Realize(void *self, SLboolean async);
348 extern SLresult CEngine_Resume(void *self, SLboolean async);
353 extern SLresult COutputMix_Realize(void *self, SLboolean async);
    [all...]
  /external/chromium_org/base/prefs/
pref_service_factory.h 64 void set_async(bool async) {
65 async_ = async;

Completed in 746 milliseconds

1 2 3 4 5 6 7 8 91011>>