/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
progress.php | 255 'APPSERVER-PASSWORD','APPSERVER-USERID','ASYNCHRONOUS','ASYNC-REQUEST-COUNT', 256 'ASYNC-REQUEST-HANDLE','ATTACHED-PAIRLIST','attribute-NAMES','ATTR-SPACE', 298 'FILL-WHERE-STRING','FIRST-ASYNC-REQUEST','FIRST-BUFFER','FIRST-CHILD', 324 'LAST-ASYNC-REQUEST','LAST-BATCH','LAST-CHILD','LAST-object',
|
/external/qemu/android/ |
async-socket.c | 24 #include "android/async-socket-connector.h" 25 #include "android/async-socket.h" 676 /* Closes socket handle used by the async socket. [all...] |
sdk-controller-socket.h | 20 #include "android/async-socket.h" 21 #include "android/async-utils.h" 45 * android/async-socket.*). It means that connection, and all data transfer
|
/external/qemu/android/protocol/ |
ui-commands-impl.c | 21 #include "android/async-utils.h"
|
/external/qemu/hw/ |
usb.h | 222 /* Notify the controller that an async packet is complete. This should only
|
/external/valgrind/main/helgrind/ |
libhb.h | 57 /* Thread async exit */
|
/frameworks/base/core/java/android/net/ |
NetworkStateTracker.java | 238 * Called once to setup async channel between this and
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiStateTracker.java | 101 * TODO: do away with return value after making MobileDataStateTracker async
|
/packages/apps/Calendar/src/com/android/calendar/ |
ContactsAsyncHelper.java | 36 * Helper class for async access of images.
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlertActivity.java | 233 // If the cursor is null, start the async handler. If it is not null just requery.
|
/packages/apps/Protips/src/com/android/protips/ |
ProtipWidget.java | 52 HandlerThread thr = new HandlerThread("ProtipWidget async");
|
/packages/apps/Settings/src/com/android/settings/ |
SettingsPreferenceFragment.java | 52 // Cache the content resolver for async callbacks
|
/system/core/toolbox/ |
mount.c | 43 { "async", MS_SYNCHRONOUS, 0, MS_SYNCHRONOUS },
|
/development/host/windows/usb/api/ |
adb_api.h | 502 @param[in] event_handle Event handle that should be signaled when async I/O
525 @param[in] event_handle Event handle that should be signaled when async I/O
579 /** \brief Gets overlapped I/O result for async I/O performed on the
|
/external/chromium-trace/trace-viewer/src/tracing/importer/ |
trace_event_importer.js | 143 * Helper to process an 'async finish' event, which will close an open slice 384 'Async events (ph: S, T or F) require an name parameter.'); 391 'Async events (ph: S, T or F) require an id parameter.');
|
/external/chromium_org/base/strings/ |
safe_sprintf.h | 42 // require strict async-signal-safety. In fact, it is safe to call them from 83 // to test, don't jeopardize the async-signal-safety of the code, and overall 111 // Example with dynamically sized buffer (async-signal-safe). This code won't
|
/external/chromium_org/chrome/browser/ |
unload_browsertest.cc | 158 // load is purposely async to test the case where the user loads another 193 // Then two async crosssite requests to ensure 221 // Then two two async crosssite requests to ensure
|
/external/chromium_org/net/ssl/ |
server_bound_cert_service.cc | 512 // Async DB lookup found a valid cert. 519 // Async lookup did not find a valid cert. If no request asked to create one, 653 // We are waiting for async DB lookup. Create a job & request to track it.
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorResourceAgent.cpp | 442 void InspectorResourceAgent::willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient* client, const AtomicString& method, const KURL& url, bool async, PassRefPtr<FormData> formData, const HTTPHeaderMap& headers, bool includeCredentials) 444 RefPtr<XHRReplayData> xhrReplayData = XHRReplayData::create(method, urlWithoutFragment(url), async, formData, includeCredentials); 661 xhr->open(xhrReplayData->method(), xhrReplayData->url(), xhrReplayData->async(), IGNORE_EXCEPTION);
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_response_unittest.cc | 289 // Most of the individual tests involve multiple async steps. Each test 346 // This tests involves multiple async steps. 411 // This tests involves multiple async steps.
|
/external/tcpdump/ |
print-radius.c | 218 static const char *nas_port_type[]={ "Async", 221 "ISDN Async V.120", 222 "ISDN Async V.110", [all...] |
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc.cpp | 409 int fd = -1; //FenceFD from the Copybit(valid in async mode) 457 int fd = -1; //FenceFD from the Copybit(valid in async mode) 540 //set retireFenceFd to -1. Since we want hwc to be async, choosing
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/ |
video_encoder_test.c | 820 /* Thread function which will accept commands from async thread 965 DEBUG_PRINT("\n Entering the async thread"); 972 DEBUG_PRINT("\n Address of Venc msg in async thread %p",\
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/ |
video_encoder_test.c | 767 /* Thread function which will accept commands from async thread 907 DEBUG_PRINT("\n Entering the async thread"); 913 DEBUG_PRINT("\n Address of Venc msg in async thread %p",\ [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
AccountTypeManager.java | 641 // (2) an async task to refresh the account type list in the cache has already been 657 // an async task has not already been started by another thread, then kick off a new 658 // async task to compute the list. [all...] |