HomeSort by relevance Sort by last modified time
    Searched defs:async (Results 1 - 21 of 21) sorted by null

  /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)
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8XMLHttpRequestCustom.cpp 165 // open(method, url, async)
166 // open(method, url, async, user)
167 // open(method, url, async, user, passwd)
186 bool async = info[2]->BooleanValue(); local
193 xmlHttpRequest->open(method, url, async, user, password, exceptionState);
195 xmlHttpRequest->open(method, url, async, user, exceptionState);
198 xmlHttpRequest->open(method, url, async, exceptionState);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLScriptElement.cpp 123 void HTMLScriptElement::setAsync(bool async)
125 setBooleanAttribute(asyncAttr, async);
129 bool HTMLScriptElement::async() const function in class:blink::HTMLScriptElement
HTMLLinkElement.cpp 428 bool HTMLLinkElement::async() const function in class:blink::HTMLLinkElement
  /external/chromium_org/third_party/boringssl/src/ssl/test/
test_config.h 37 bool async; member in struct:TestConfig
bssl_shim.cc 385 if (config->async) {
386 BIO *async = local
388 BIO_push(async, bio);
389 bio = async;
407 } while (config->async && retry_async(ssl, ret, bio));
514 } while ((config->async && retry_async(ssl, w, bio)) ||
528 } while (config->async && retry_async(ssl, w, bio));
535 } while (config->async && retry_async(ssl, n, bio));
549 } while (config->async && retry_async(ssl, w, bio));
  /external/chromium_org/ui/events/test/
event_generator.h 129 void set_async(bool async) { async_ = async; }
130 bool async() const { return async_; } function in class:ui::test::EventGenerator
364 void DoDispatchEvent(Event* event, bool async);
  /external/chromium_org/ui/file_manager/file_manager/background/js/
test_util.js 13 * Public functions in the test.util.sync and the test.util.async namespaces are
17 * first argument. The functions in the test.util.async namespace are passed the
30 test.util.async = {};
46 test.util.async.openMainWindow = function(appState, callback) {
276 test.util.async.selectVolume = function(contentWindow, iconName, callback) {
324 test.util.async.executeScriptInWebView = function(
700 if (test.util.async[request.func]) {
701 args[test.util.async[request.func].length - 1] = function() {
706 test.util.async[request.func].apply(null, args);
  /external/chromium_org/base/files/
file.h 286 bool async() const { return async_; } function in class:base::File
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
NetworkResourcesData.h 56 static PassRefPtrWillBeRawPtr<XHRReplayData> create(ExecutionContext*, const AtomicString& method, const KURL&, bool async, PassRefPtr<FormData>, bool includeCredentials);
61 bool async() const { return m_async; } function in class:blink::XHRReplayData
69 XHRReplayData(ExecutionContext*, const AtomicString& method, const KURL&, bool async, PassRefPtr<FormData>, bool includeCredentials);
  /bionic/libc/kernel/uapi/drm/
exynos_drm.h 102 __u64 async; member in struct:drm_exynos_g2d_exec
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 452 enum IsSync { SYNC, ASYNC };
466 // PrepareReadFramesError(). If |async| is ASYNC, then ReadFrames() will
469 // |async| is SYNC, the response will be returned synchronously. |error| is
475 void PrepareReadFrames(IsSync async,
478 responses_.push_back(new Response(async, error, CreateFrameVector(frames)));
483 void PrepareRawReadFrames(IsSync async,
486 responses_.push_back(new Response(async, error, frames.Pass()));
490 void PrepareReadFramesError(IsSync async, int error) {
492 new Response(async, error, ScopedVector<WebSocketFrame>()))
528 IsSync async; member in struct:net::__anon14445::ReadableFakeWebSocketStream::Response
    [all...]
  /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/kernel-headers/original/uapi/drm/
exynos_drm.h 149 __u64 async; member in struct:drm_exynos_g2d_exec
  /external/lldb/tools/debugserver/source/
RNBRemote.h 41 halt, // ^C (async halt)
255 HandlePacketCallback async; // Function to call when inferior is running member in struct:RNBRemote::Packet
275 async (NULL),
288 async (in_async),
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 73 MM_CAMERA_ASYNC_CMD_TYPE_STOP, /* async stop */
112 mm_camera_async_cmd_t async; /* async cmd */ member in union:__anon3513::__anon3514
357 /* cmd thread for superbuffer dataCB and async stop*/
409 mm_camera_cmd_thread_t async_cmd_thread; /* thread for async cmd */
561 * from the context of dataCB, but async stop is holding ch_lock */
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 72 MM_CAMERA_ASYNC_CMD_TYPE_STOP, /* async stop */
115 mm_camera_async_cmd_t async; /* async cmd */ member in union:__anon3994::__anon3995
391 /* cmd thread for superbuffer dataCB and async stop*/
446 mm_camera_cmd_thread_t async_cmd_thread; /* thread for async cmd */
636 * from the context of dataCB, but async stop is holding ch_lock */
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 258 BOOLEAN async; /* FALSE, if local initiates disconnect */ member in struct:__anon5513
340 BOOLEAN async; /* FALSE, if local initiates disconnect */ member in struct:__anon5522
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 749 // Helper for async upload token completion notification callback.
919 // Extra validation for async tex(Sub)Image2D.
7570 GLboolean async = c.async; local
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 4341 uint32_t async; member in struct:ReadPixels
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 2249 milliseconds