HomeSort by relevance Sort by last modified time
    Searched full:async (Results 426 - 450 of 1591) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/spdy/
spdy_test_util_common.cc 72 chunks[index] = MockWrite(ASYNC, ptr, chunk_size);
95 chunks[index] = MockRead(ASYNC, ptr, chunk_size);
156 return MockWrite(ASYNC, req.data(), req.size());
161 return CreateMockWrite(req, seq, ASYNC);
171 return MockRead(ASYNC, resp.data(), resp.size());
176 return CreateMockRead(resp, seq, ASYNC);
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 328 /* cmd thread for superbuffer dataCB and async stop*/
520 * from the context of dataCB, but async stop is holding ch_lock */
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera.c 114 mm_camera_async_cmd_t *async_cmd = &cmd_cb->u.async;
276 CDBG("%s : Launch async cmd Thread in Cam Open",__func__);
    [all...]
  /external/chromium/third_party/libevent/
evdns.3 88 Async DNS lookups are really a whole lot harder than they should be,
91 can do the job for you with the modern async call getaddrinfo_a
  /external/chromium_org/base/files/
file_util_proxy_unittest.cc 203 // Temporary file is created with ASYNC flag, so WriteFile may return 0
210 // On POSIX ASYNC flag does not affect synchronous read/write behavior.
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.h 175 // TODO(vandebo) figure out if we want this to be async, in which case:
249 // location of the database file multiple times, which may be an async
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_selection.js 139 * Cancels any async computation by increasing the sequence number. Results
322 * Calculates async selection stats and updates secondary UI elements.
  /external/chromium_org/chromeos/attestation/
attestation_flow_unittest.cc 335 // We're not expecting any async calls in this case; StrictMock will verify.
405 // We're not expecting any async calls in this case; StrictMock will verify.
  /external/chromium_org/google_apis/gcm/base/
socket_stream_unittest.cc 236 net::MockRead(net::ASYNC, kReadData, first_read_len));
238 net::MockRead(net::ASYNC, &kReadData[first_read_len], second_read_len));
  /external/chromium_org/gpu/config/
gpu_driver_bug_list_json.cc 211 "description": "Everything except async + NPOT + multiple-of-8 textures are brutally slow for Imagination drivers",
345 "description": "Async Readpixels with GL_BGRA format is broken on Haswell chipset on Mac.",
  /external/chromium_org/ppapi/proxy/
url_loader_resource.cc 288 DVLOG(1) << "Suspending async load - buffer size: " << buffer_.size();
389 DVLOG(1) << "Resuming async load - buffer size: " << buffer_.size();
  /external/chromium_org/third_party/libevent/
evdns.3 88 Async DNS lookups are really a whole lot harder than they should be,
91 can do the job for you with the modern async call getaddrinfo_a
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
chatroommodule.h 89 //! Async callback for this method is ChatroomEnteredStatus
95 //! Async callback for this method is ChatroomExitedStatus
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_hook.h 145 // should be async signal safe.
187 // async signal safe.
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_hook.h 145 // should be async signal safe.
187 // async signal safe.
  /external/chromium_org/webkit/browser/appcache/
appcache_host.h 239 // Cache loading is async, if we're loading a specific cache or group
266 // involves async loading of a cache or a group from storage.
appcache_quota_client_unittest.cc 329 EXPECT_EQ(3, num_delete_origins_completions_); // deletes are really async
415 // Start an async delete.
appcache_update_job.cc 149 // Write response info to storage for URL fetches. Wait for async write
179 break; // wait for async data processing, then read more
251 return false; // wait for async write completion to continue reading
467 storage_->MakeGroupObsolete(group_, this); // async
501 MaybeCompleteUpdate(); // if not done, run async 6.9.4 step 7 substeps
537 MaybeCompleteUpdate(); // if not done, continues when async fetches complete
887 base::Unretained(this))); // async read
    [all...]
  /external/libppp/src/
mbuf.c 95 "hdlc in", "hdlc out", "async in", "async out", "cbcp in", "cbcp out",
  /external/qemu/android/protocol/
core-commands-impl.c 24 #include "android/async-utils.h"
339 // We don't use async writer here, so we don't expect
  /frameworks/base/docs/html/training/displaying-bitmaps/
process-bitmap.jd 14 <li><a href="#async-task">Use an AsyncTask</a></li>
50 <h2 id="async-task">Use an AsyncTask</h2>
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 328 /* cmd thread for superbuffer dataCB and async stop*/
520 * from the context of dataCB, but async stop is holding ch_lock */
  /packages/apps/Calendar/src/com/android/calendar/
CalendarUtils.java 85 * This is a helper class for handling the async queries and updates for the
282 // When the async query returns it should synchronize on
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 69 // This is used to debounce multiple clicks on the proceed button (which does async work)
301 * Handle OK or error result from check settings. Save settings (async), and then
AccountSetupNames.java 206 * After clicking the next button, we'll start an async task to commit the data
221 // Launch async task for final commit work

Completed in 540 milliseconds

<<11121314151617181920>>