OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asynchronous
(Results
251 - 275
of
1227
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/system/core/metricsd/include/metrics/
metrics_library.h
73
//
asynchronous
non-blocking RPC to UMA_HISTOGRAM_CUSTOM_COUNTS
92
// an
asynchronous
non-blocking RPC to UMA_HISTOGRAM_ENUMERATION
/system/update_engine/common/
subprocess.h
140
// A map from the
asynchronous
subprocess tag (see Exec) to the subprocess
141
// record structure for all active
asynchronous
subprocesses.
/frameworks/base/core/java/android/hardware/radio/
RadioTuner.java
117
* The operation is
asynchronous
and {@link Callback}
138
* The operation is
asynchronous
and {@link Callback}
159
* The operation is
asynchronous
and {@link Callback}
248
* to receive
asynchronous
operation results, updates and error notifications.
252
* onError() is called when an error occured while performing an
asynchronous
/libcore/luni/src/main/java/java/util/concurrent/
package-info.java
22
* thread pools,
asynchronous
I/O, and lightweight task frameworks.
29
* complete
asynchronous
task execution framework. An
36
* provide methods arranging
asynchronous
execution of any
64
*
asynchronous
tasks.
251
* <li>Actions taken by the
asynchronous
computation represented by a
/external/libusb/libusb/
io.c
40
* \page io Synchronous and
asynchronous
device I/O
77
* libusb offers both a synchronous and an
asynchronous
interface to performing
80
* the
asynchronous
interface separates them.
125
* \section async The
asynchronous
interface
127
*
Asynchronous
I/O is the most significant new feature in libusb-1.0.
132
* libusb's
asynchronous
interface presents non-blocking functions which
161
* calls to the
asynchronous
interface.
163
* For details on how to use the
asynchronous
API, see the
164
* \ref asyncio "
asynchronous
I/O API" documentation pages.
211
* @defgroup asyncio
Asynchronous
device I/
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParamsFactory.java
323
*
asynchronous
processing is required.
385
*
asynchronous
processing is required.
435
*
asynchronous
processing is required.
493
*
asynchronous
processing is required.
599
*
asynchronous
processing is required.
709
*
asynchronous
processing is required.
749
* processing is not pending and additional
asynchronous
processing
799
*
asynchronous
processing is required.
[
all
...]
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
AsyncTask.java
66
* <p>An
asynchronous
task is defined by a computation that runs on a background thread and
67
* whose result is published on the UI thread. An
asynchronous
task is defined by 3 generic
115
* <p>The three types used by an
asynchronous
task are the following:</p>
124
* <p>Not all types are always used by an
asynchronous
task. To mark a type as unused,
131
* <p>When an
asynchronous
task is executed, the task goes through 4 steps:</p>
139
* of the
asynchronous
task are passed to this step. The result of the computation must
304
* Creates a new
asynchronous
task. This constructor must be invoked on the UI thread.
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
AsyncTask.java
66
* <p>An
asynchronous
task is defined by a computation that runs on a background thread and
67
* whose result is published on the UI thread. An
asynchronous
task is defined by 3 generic
115
* <p>The three types used by an
asynchronous
task are the following:</p>
124
* <p>Not all types are always used by an
asynchronous
task. To mark a type as unused,
131
* <p>When an
asynchronous
task is executed, the task goes through 4 steps:</p>
139
* of the
asynchronous
task are passed to this step. The result of the computation must
304
* Creates a new
asynchronous
task. This constructor must be invoked on the UI thread.
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
AsyncTask.java
66
* <p>An
asynchronous
task is defined by a computation that runs on a background thread and
67
* whose result is published on the UI thread. An
asynchronous
task is defined by 3 generic
115
* <p>The three types used by an
asynchronous
task are the following:</p>
124
* <p>Not all types are always used by an
asynchronous
task. To mark a type as unused,
131
* <p>When an
asynchronous
task is executed, the task goes through 4 steps:</p>
139
* of the
asynchronous
task are passed to this step. The result of the computation must
304
* Creates a new
asynchronous
task. This constructor must be invoked on the UI thread.
/external/jetty/src/java/org/eclipse/jetty/continuation/
Continuation.java
33
* restarted after a timeout or an
asynchronous
event has occurred.
58
* filter is used to generate the response after a
asynchronous
wait that is
59
* terminated by an
asynchronous
handler.
63
* // if we need to get
asynchronous
results
93
* The suspend/complete style is used when an
asynchronous
handler is used to
98
* // when we want to enter
asynchronous
mode
227
* returns true, then the wrapped request has been passed to the
asynchronous
/frameworks/base/core/java/android/os/
AsyncTask.java
49
* <p>An
asynchronous
task is defined by a computation that runs on a background thread and
50
* whose result is published on the UI thread. An
asynchronous
task is defined by 3 generic
98
* <p>The three types used by an
asynchronous
task are the following:</p>
107
* <p>Not all types are always used by an
asynchronous
task. To mark a type as unused,
114
* <p>When an
asynchronous
task is executed, the task goes through 4 steps:</p>
122
* of the
asynchronous
task are passed to this step. The result of the computation must
295
* Creates a new
asynchronous
task. This constructor must be invoked on the UI thread.
/external/parameter-framework/asio-1.10.6/include/asio/
io_service.hpp
45
*
asynchronous
I/O objects, including:
53
* custom
asynchronous
services.
67
* @par Synchronous and
asynchronous
operations
72
*
asynchronous
operations on behalf of a C++ program. Notification that an
73
*
asynchronous
operation has completed is delivered by invocation of the
115
* application's
asynchronous
operations. The run() call may be kept running by
220
* sequence of
asynchronous
operations), a @c shared_ptr to the object would
221
* be bound into the handlers for all
asynchronous
operations associated with
224
* @li When a single connection ends, all associated
asynchronous
operations
/external/libnfc-nxp/inc/
phNfcInterface.h
263
*
asynchronous
Interface Transaction Completion callback
265
* This callback signals the completion of the
asynchronous
send or receive
358
/**<
asynchronous
Interface Transaction Completion callback*/
/external/libnfc-nxp/src/
phLlcNfc.c
63
* \copydoc page_reg Initialise all variables of the LLC component (
Asynchronous
function).
87
* \copydoc page_reg This
asynchronous
function gets the information from the upper layer and creates the
120
* \copydoc page_reg This
asynchronous
function gets the length and the required buffer from
/frameworks/base/core/java/android/webkit/
CookieManager.java
105
* This method is
asynchronous
.
167
* This method is
asynchronous
.
189
* This method is
asynchronous
.
/frameworks/base/core/java/android/widget/
Filter.java
54
* <p>Creates a new
asynchronous
filter.</p>
75
* <p>Starts an
asynchronous
filtering operation. Calling this method
88
* <p>Starts an
asynchronous
filtering operation. Calling this method
/cts/tests/app/src/android/app/cts/
NotificationManagerTest.java
124
// notification is a bit
asynchronous
so it may take a few ms to appear in getActiveNotifications()
/developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
WiFiDirectBroadcastReceiver.java
75
//
asynchronous
call and the calling activity is notified with a
/development/samples/ApiDemos/src/com/example/android/apis/app/
TextToSpeechActivity.java
59
// Initialize text-to-speech. This is an
asynchronous
operation.
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
WiFiDirectBroadcastReceiver.java
75
//
asynchronous
call and the calling activity is notified with a
/external/autotest/client/cros/cellular/pseudomodem/
cdma_activate_machine.py
15
CdmaActivationMachine implements the
asynchronous
state updates for a fake
/external/autotest/client/deps/lansim/src/py/
host.py
230
"""Creates an
asynchronous
socket on the simulated host.
232
This method creates an
asynchronous
socket object that can be used to
249
"""An
asynchronous
UDP socket interface.
252
on an
asynchronous
way. This means that the socket doesn't have a recv()
/external/autotest/client/site_tests/kernel_FirmwareRequest/src/
fw_filesystem.sh
90
# Try the
asynchronous
version too
/external/autotest/frontend/client/src/autotest/afe/
AbortSynchronousDialog.java
50
abortAsynchronous = new Button("Abort
asynchronous
only");
/external/c-ares/
README
4
This is c-ares, an
asynchronous
resolver library. It is intended for
Completed in 1139 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>