OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asynchronous
(Results
151 - 175
of
2015
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java
33
* it launches an
asynchronous
query (queries should always be
asynchronous
) to load
/external/chromium/chrome/browser/visitedlink/
visitedlink_master.h
175
//
asynchronous
I/O operations.
186
// Wrapper around Window's WriteFile using
asynchronous
I/O. This will proxy
190
// Helper function to schedule and
asynchronous
write of the used count to
194
// Helper function to schedule an
asynchronous
write of the given range of
199
// Synchronous read from the file. Assumes there are no pending
asynchronous
302
// Indicates whether any
asynchronous
operation has ever been completed.
303
// We do some synchronous reads that require that no
asynchronous
operations
306
//
asynchronous
writes have been fired.
/external/chromium_org/chrome/browser/extensions/
extension_icon_image.h
65
// used to perform the
asynchronous
image load work.
82
// If representation loading is
asynchronous
, an empty image
/external/chromium_org/content/browser/service_worker/
service_worker_register_job.cc
76
// TODO: Eventually RegisterInternal will be replaced by an
asynchronous
98
//
asynchronous
operation. Pass its resulting status though
/external/chromium_org/content/renderer/pepper/
pepper_in_process_router.h
28
//
Asynchronous
messages are converted into an
asynchronous
execution of the
/external/chromium_org/content/test/
weburl_loader_mock_factory.h
27
// In order to serve the
asynchronous
requests, you need to invoke
57
// Serves all the pending
asynchronous
requests.
/external/chromium_org/native_client_sdk/src/getting_started/part1/
hello_tutorial.cc
21
/// (postMessage() in Javascript and PostMessage() in C++) are
asynchronous
.
39
/// back to the browser. Note that this interface is
asynchronous
.
/external/chromium_org/net/quic/
quic_crypto_client_stream.h
105
//
asynchronous
proof verification. The ProofVerifier owns this object.
108
// These members are used to store the result of an
asynchronous
proof
/external/chromium_org/ppapi/c/private/
ppb_flash_message_loop.h
59
* only an
asynchronous
call. After performing that
asynchronous
call, call
/external/chromium_org/ppapi/cpp/
completion_callback.h
29
/// indicate that the calling thread should be blocked until the
asynchronous
57
/// non-NULL callbacks are scheduled by
asynchronous
methods.
65
/// how non-NULL callbacks are scheduled by
asynchronous
methods.
69
/// non-NULL callbacks are scheduled by
asynchronous
methods.
74
///
asynchronous
operation completes, but programs may wish to run the
126
/// are scheduled by
asynchronous
methods.
286
/// non-NULL callbacks are scheduled by
asynchronous
methods.
355
/// non-NULL callbacks are scheduled by
asynchronous
methods.
/external/chromium_org/remoting/protocol/
negotiating_authenticator_base.h
36
// * CreateAuthenticator() may be
asynchronous
(i.e. require user interaction
38
// ProcessMessage, so to the outside this behaves like any
asynchronous
/external/chromium_org/sandbox/win/src/
handle_policy_test.cc
52
// Kick off an
asynchronous
target process for testing.
73
// Kick off an
asynchronous
target process for testing.
/external/chromium_org/sandbox/win/tests/common/
controller.h
121
// Returns the process handle for an
asynchronous
test.
124
// Returns the process ID for an
asynchronous
test.
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.h
98
void chunkAndMarkAllMisspellingsAndBadGrammar(TextCheckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck, bool
asynchronous
);
99
void markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* checkingRange, Range* paragraphRange, bool
asynchronous
, int requestNumber, int* checkingLength = 0);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFDatabaseLoader.h
65
// Called in
asynchronous
loading thread.
72
// If it hasn't already been loaded, creates a new thread and initiates
asynchronous
loading of the default database.
/external/qemu/android/utils/
debug.h
47
_VERBOSE_TAG(asconnector, "
Asynchronous
socket connector") \
48
_VERBOSE_TAG(asyncsocket, "
Asynchronous
socket") \
/hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_enc.h
35
/*
Asynchronous
messages from driver*/
228
/*
Asynchronous
respone message code:* VEN_MSG_START*/
233
Asynchronous
respone message code:VEN_MSG_INPUT_BUFFER_DONE*/
239
Asynchronous
response message code:VEN_MSG_OUTPUT_BUFFER_DONE*/
244
*
Asynchronous
response message code:VEN_MSG_INPUT_BUFFER_DONE*/
249
/*
Asynchronous
respone message code:VEN_MSG_PAUSE*/
252
/*
Asynchronous
respone message code:VEN_MSG_RESUME*/
255
/*
Asynchronous
respone message code:VEN_MSG_STOP*/
/libcore/luni/src/main/java/java/util/concurrent/
CompletionService.java
10
* A service that decouples the production of new
asynchronous
tasks
15
* manage
asynchronous
I/O, in which tasks that perform reads are
/ndk/sources/host-tools/make-3.81/
remote-stub.c
81
/* Block
asynchronous
notification of remote child death.
90
/* Restore
asynchronous
notification of remote child death.
/external/chromium/base/
spin_wait.h
22
// Provide a macro that will wait no longer than 1 second for an
asynchronous
/external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command.h
24
// to an
asynchronous
SaveChanges operation. However, all the updates for
/external/chromium/chrome/browser/ui/download/
download_tab_helper.cc
38
// the page as. The user prompt is an
asynchronous
operation that runs on
/external/chromium/chrome/common/
pref_store.h
52
// Whether the store has completed all
asynchronous
initialization.
/external/chromium/net/proxy/
mock_proxy_resolver.h
20
//
Asynchronous
mock proxy resolver. All requests complete asynchronously,
proxy_script_fetcher.h
33
// After synchronous or
asynchronous
completion with a result code of OK,
Completed in 1204 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>