/external/libppp/src/ |
physical.h | 83 struct async async; /* Our async state */ member in struct:physical
|
tty.c | 65 #include "async.h" 234 /* Configure the async converter node */ 242 log_Printf(LogDEBUG, "Configure async node at %s\n", asyncpath); 245 log_Printf(LogWARN, "%s: Can't configure async node at %s\n", 248 /* No netgraph node, just config the async layer */ 249 async_SetLinkParams(&p->async, mymap, hismap); 319 /* Attach an async converter node */ 323 log_Printf(LogDEBUG, "%s: Send mkpeer async:%s to %s:%s\n", p->link.name, 332 /* Connect the async node to our socket */ 346 /* Get the async node id * [all...] |
link.c | 57 #include "async.h" 161 * we've already async-encoded our data at this point, but the async 163 * the async layer record how much it's padded the packet in the mbuf's 263 bp->priv = 0; /* Adjusted by the async layer ! */
|
/external/ppp/pppd/ |
lcp.h | 49 #define CI_ASYNCMAP 2 /* Async Control Character Map */ 77 bool neg_asyncmap; /* Negotiate the async map? */ 92 u_int32_t asyncmap; /* Value of async map */
|
/external/qemu/android/ |
async-socket-connector.h | 21 #include "android/async-io-common.h" 22 #include "android/async-utils.h" 69 /* Declares async socket connector descriptor. */
|
/frameworks/wilhelm/src/itf/ |
IObject.c | 46 // but the hook is permitted to temporarily unlock the mutex (e.g. for async). 84 static SLresult IObject_Realize(SLObjectItf self, SLboolean async) 114 if (async && (SL_OBJECTID_ENGINE != clazz->mSLObjectID)) { 124 assert(async); 137 // but the hook is permitted to temporarily unlock the mutex (e.g. for async). 138 result = (NULL != realize) ? (*realize)(thiz, async) : SL_RESULT_SUCCESS; 148 if (async && (NULL != callback)) { 189 // but the hook is permitted to temporarily unlock the mutex (e.g. for async). 227 static SLresult IObject_Resume(SLObjectItf self, SLboolean async) 242 if (async) { [all...] |
/external/chromium_org/net/spdy/ |
spdy_session_unittest.cc | 234 MockRead reads[] = {MockRead(ASYNC, 0, 0), }; 357 MockRead(ASYNC, 0, 3) // EOF 441 MockRead(ASYNC, 0, 4) // EOF 523 MockRead(ASYNC, 0, 3) // EOF 604 MockRead(ASYNC, 0, 2) // EOF 675 MockRead(ASYNC, 0, 4) // EOF 739 MockRead(ASYNC, 0, 0, 2) // EOF 850 MockRead(ASYNC, 0, 2) // EOF [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
future | 128 async = 1, 172 async(launch __policy, _Fn&& __fn, _Args&&... __args); 187 async(_Fn&& __fn, _Args&&... __args); 484 // Misnamed: waits for completion of async function. 651 async(launch, _Fn&&, _Args&&...); 694 async(launch, _Fn&&, _Args&&...); 737 async(launch, _Fn&&, _Args&&...); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
future | 128 async = 1, 172 async(launch __policy, _Fn&& __fn, _Args&&... __args); 187 async(_Fn&& __fn, _Args&&... __args); 484 // Misnamed: waits for completion of async function. 651 async(launch, _Fn&&, _Args&&...); 694 async(launch, _Fn&&, _Args&&...); 737 async(launch, _Fn&&, _Args&&...); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
future | 127 async = 1, 171 async(launch __policy, _Fn&& __fn, _Args&&... __args); 175 async(_Fn&& __fn, _Args&&... __args); 480 // Misnamed: waits for completion of async function. 645 async(launch, _Fn&&, _Args&&...); 688 async(launch, _Fn&&, _Args&&...); 731 async(launch, _Fn&&, _Args&&...); [all...] |
/external/chromium_org/chrome/browser/password_manager/ |
password_store.h | 105 // Updates the matching PasswordForm in the secure password store (async). 108 // Removes the matching PasswordForm from the secure password store (async). 115 // Searches for a matching PasswordForm and returns a ID so the async request 128 // are thus auto-fillable--and returns a handle so the async request can be 134 // returns a handle so the async request can be tracked. Implement the
|
/external/chromium_org/jingle/glue/ |
fake_ssl_client_socket_unittest.cc | 114 if (mode == net::ASYNC) { 157 if (mode == net::ASYNC) { 261 RunUnsuccessfulHandshakeTestHelper(net::ASYNC, error, location); 313 RunSuccessfulHandshakeTest(net::ASYNC, i, j, 0); 319 RunSuccessfulHandshakeTest(net::ASYNC, 1, 2, 3);
|
/external/kernel-headers/original/linux/ |
sync.h | 301 * sync_fence_wait_async() - registers and async wait on the fence 314 * sync_fence_cancel_async() - cancels an async wait 318 * returns 0 if waiter was removed from fence's async waiter list. 319 * returns -ENOENT if waiter was not found on fence's async waiter list. 321 * Cancels a previously registered async wait. Will fail gracefully if
|
/external/llvm/lib/Target/R600/ |
SIInsertWaits.cpp | 65 /// \brief Registers used by async instructions. 68 /// \brief Registers defined by async instructions. 77 /// \brief Is operand relevant for async execution? 83 /// \brief Handle instructions async components 247 // Figure out if the async instructions execute in order
|
/external/chromium_org/gpu/command_buffer/service/ |
async_pixel_transfer_manager_egl.cc | 32 LOG(ERROR) << "Async transfer EGL error at " 37 LOG(ERROR) << "Async transfer OpenGL error at " 143 // Class which holds async pixel transfers state (EGLImage). 388 // Indicates that an async transfer is in progress. 409 // Class which handles async pixel transfers using EGLImageKHR and another 462 // uploaded to with both async and normal uploads. Synchronize after EGLImage 559 // If this wasn't async allocated, we don't have an EGLImage yet. 633 // If the dimensions support fast async uploads, create the 653 // If the dimensions support fast async uploads, we can use the 654 // normal async upload path for uploads [all...] |
/external/chromium_org/third_party/leveldatabase/src/doc/bench/ |
db_bench_tree_db.cc | 15 // fillseq -- write N values in sequential key order in async mode 16 // fillrandom -- write N values in random key order in async mode 17 // overwrite -- overwrite N values in random key order in async mode 20 // fillrand100K -- write N/1000 100K values in random order in async mode 21 // fillseq100K -- write N/1000 100K values in seq order in async mode 23 // readseq100K -- read N/1000 100K values in sequential order in async mode 24 // readrand100K -- read N/1000 100K values in sequential order in async mode
|
/external/chromium_org/webkit/browser/appcache/ |
mock_appcache_storage.cc | 87 // Always make this operation look async. 101 // Always make this operation look async. 146 // Always make this method look async. 498 // manifest_url exists on disk. So return true for async. 508 // if loading the newest cache should appear async, so too must the 515 // be memory resident and not require async loading. 519 // "in use" caches don't require async loading
|
/frameworks/native/libs/gui/ |
BufferQueue.cpp | 170 // fine to assume async to false before we're setting the buffer count 253 status_t BufferQueue::dequeueBuffer(int *outBuf, sp<Fence>* outFence, bool async, 284 const int maxBufferCount = getMaxBufferCountLocked(async); 285 if (async && mOverrideMaxBufferCount) { 290 ST_LOGE("dequeueBuffer: async mode is invalid with buffercount override"); 347 const int minUndequeuedCount = getMinUndequeuedBufferCount(async); 479 bool async; local 483 &async, &fence); 511 const int maxBufferCount = getMaxBufferCountLocked(async); 512 if (async && mOverrideMaxBufferCount) [all...] |
/frameworks/native/include/gui/ |
BufferQueue.h | 50 // When in async mode we reserve two slots in order to guarantee that the 160 virtual status_t dequeueBuffer(int *buf, sp<Fence>* fence, bool async, 281 // disableAsyncBuffer disables the extra buffer used in async mode 333 // The async parameter tells whether we're in asynchronous mode. 334 int getMinUndequeuedBufferCount(bool async) const; 338 // The async parameter tells whether we're in asynchronous mode. 339 int getMinMaxBufferCountLocked(bool async) const; 349 // async parameter 353 int getMaxBufferCountLocked(bool async) const; 515 // mUseAsyncBuffer whether an extra buffer is used in async mode to preven [all...] |
/external/chromium_org/net/socket_stream/ |
socket_stream_unittest.cc | 407 MockWrite(ASYNC, "\0message1\xff", 10), 408 MockWrite(ASYNC, "\0message2\xff", 10) 413 MockRead(ASYNC, ERR_IO_PENDING) 549 MockRead(ASYNC, ERR_IO_PENDING) 607 MockRead(ASYNC, ERR_IO_PENDING) 661 MockRead(ASYNC, ERR_IO_PENDING) 667 SSLSocketDataProvider data2(ASYNC, OK); 728 MockWrite(ASYNC, "\0message1\xff", 10), 729 MockWrite(ASYNC, "\0message2\xff", 10) 734 MockRead(ASYNC, ERR_IO_PENDING [all...] |
/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:__anon2054::__anon2055 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 */
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
login_common.js | 279 // Register assets for async loading. 290 // Immediately load async assets. 294 // This screen is async-loaded so we manually trigger i18n processing.
|
/external/chromium_org/net/base/ |
file_stream.cc | 119 // Make sure we're async. 131 // If we're in async, make sure we don't have a request in flight. 256 // Make sure we're async.
|
file_stream_context.cc | 95 // TODO(satorux): Remove this once all async clients are migrated to use 274 // Reset this before Run() as Run() may issue a new async operation. Also it 275 // should be reset before CloseAsync() because it shouldn't run if any async
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XMLHttpRequest.h | 102 void open(const AtomicString& method, const KURL&, bool async, ExceptionState&); 103 void open(const AtomicString& method, const KURL&, bool async, const String& user, ExceptionState&); 104 void open(const AtomicString& method, const KURL&, bool async, const String& user, const String& password, ExceptionState&);
|