/external/lldb/tools/driver/ |
Driver.cpp | 900 m_io_channel_ap->OutWrite(message, message_len, ASYNC); [all...] |
/external/chromium_org/net/http/ |
http_stream_parser_unittest.cc | 199 MockWrite(ASYNC, 0, 204 MockWrite(ASYNC, 1, "7\r\nChunk 1\r\n"), 205 MockWrite(ASYNC, 2, "8\r\nChunky 2\r\n"), 206 MockWrite(ASYNC, 3, "6\r\nTest 3\r\n"), 207 MockWrite(ASYNC, 4, "0\r\n\r\n"), 215 MockRead(ASYNC, 5, "HTTP/1.1 200 OK\r\n"), 216 MockRead(ASYNC, 6, "Content-Length: 8\r\n\r\n"), 217 MockRead(ASYNC, 7, "one.html"), 286 // complete due to the async nature.
|
/frameworks/base/core/java/android/os/ |
Handler.java | 162 * @param async If true, the handler calls {@link Message#setAsynchronous(boolean)} for 167 public Handler(boolean async) { 168 this(null, async); 183 * @param async If true, the handler calls {@link Message#setAsynchronous(boolean)} for 188 public Handler(Callback callback, boolean async) { 205 mAsynchronous = async; 222 * @param async If true, the handler calls {@link Message#setAsynchronous(boolean)} for 227 public Handler(Looper looper, Callback callback, boolean async) { 231 mAsynchronous = async;
|
/external/chromium_org/build/android/pylib/device/ |
device_utils.py | 306 def parallel(devices=None, async=False): 316 async: If true, returns a Parallelizer that runs operations 323 parallelizer_type = (parallelizer.Parallelizer if async
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_file_system_helper_unittest.cc | 57 // any async call whose response we want to test ought to be followed by a call 59 // called. For this to work, you'll need to ensure that each async call is 89 // of async activity in a callback method.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
login_common.js | 347 // Register assets for async loading. 358 // Immediately load async assets. 362 // This screen is async-loaded so we manually trigger i18n processing.
|
/external/chromium_org/gpu/command_buffer/service/ |
async_pixel_transfer_manager_share_group.cc | 103 // we would probably want to use a PBO texture upload for a true async 196 // Class which holds async pixel transfers state. 511 // will run after all async transfers are complete.
|
/external/chromium_org/ppapi/proxy/ |
plugin_dispatcher.cc | 200 // and some async messages are sent in response to a synchronous 201 // renderer->plugin call, the sync reply will be processed before the async 204 // Allowing all async messages to unblock the renderer means more reentrancy
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
display-form-data.html | 17 test-11, the -sync and -async versions should show the same Form Data, 185 // async 188 req.url = url.replace("^","-async");
|
/external/chromium_org/tools/gn/ |
input_file_manager.cc | 128 // Prevent mixing async and sync loads. See SyncLoadFile for discussion. 180 // Don't allow mixing of sync and async loads. If an async load is
|
/external/libnl/lib/ |
cache_mngr.c | 36 * <-------|---| route/link |<-------(async)--+ [ 10.0.1.1/32 dev eth1 ] 39 * <---|---|---| route/addr |<------|-(async)--------------+ 174 /* Required to receive async event notifications */
|
/external/libusb/examples/ |
dpfp.c | 159 printf("async cb_mode_changed length=%d actual_length=%d\n", 179 printf("async set mode %02x\n", data); 449 /* async from here onwards */
|
dpfp_threaded.c | 188 printf("async cb_mode_changed length=%d actual_length=%d\n", 208 printf("async set mode %02x\n", data); 476 /* async from here onwards */
|
/external/qemu/android/ |
async-socket.h | 21 #include "android/async-io-common.h" 22 #include "android/async-utils.h" 62 * asio - Async I/O in progress.
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzVideo.h | 121 SDL_Thread *thread; /* thread for async updates to the screen */ 122 SDL_sem *sem1, *sem2; /* synchronization for async screen updates */ 124 BOOL quit_thread; /* used to quit the async blitting thread */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
xmlbuilder.py | 337 async = False variable in class:DocumentLS 341 def _set_async(self, async): 342 if async:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
xmlbuilder.py | 337 async = False variable in class:DocumentLS 341 def _set_async(self, async): 342 if async:
|
/external/chromium_org/third_party/tlslite/tlslite/ |
tlsconnection.py | 165 async=False): 199 @type async: bool 200 @param async: If False, this function will block until the 208 @return: If 'async' is True, a generator object will be 223 if async: 231 async=False): 276 @type async: bool 277 @param async: If False, this function will block until the 285 @return: If 'async' is True, a generator object will be 303 # If 'async' is True, the generator is returned to the caller, [all...] |
/build/tools/droiddoc/templates-ds/ |
head_tag.cs | 48 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
/build/tools/droiddoc/templates-pdk/ |
head_tag.cs | 36 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|