OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:queued
(Results
151 - 175
of
1107
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BatchingNamedTaskExecutor.java
26
* Executes NamedTasks in batches of a given size. Tasks are
queued
until
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
PrioritizedSerialExecutor.java
50
* Clears all
queued
tasks.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
inotify.h
42
#define IN_Q_OVERFLOW 0x00004000 /* Event
queued
overflowed */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
inotify.h
42
#define IN_Q_OVERFLOW 0x00004000 /* Event
queued
overflowed */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
inotify.h
42
#define IN_Q_OVERFLOW 0x00004000 /* Event
queued
overflowed */
/external/chromium_org/content/browser/renderer_host/input/
touch_event_queue_unittest.cc
212
// Tests that touch-events are
queued
properly.
251
// Events will be
queued
until the first sent event is ack'ed.
260
// Receive an ACK for the first touch-event. One of the
queued
touch-event
269
// the
queued
touch-events should be sent to the renderer.
390
// Receive an ACK for the press. This should cause the
queued
touch-move to
408
// main thread in the renderer). Also tests that all
queued
/coalesced touch
421
// Receive an ACK for the first touch-event. This should release the
queued
437
// events should be
queued
first. After the NO_CONSUMER ack for the first
569
// ACK the press with NO_CONSUMED_EXISTS. This should release the
queued
590
// Create a touch event that will be
queued
synchronously by a touch ack
[
all
...]
/external/chromium/chrome/browser/net/
predictor_api.h
91
// When prefetch requests are
queued
beyond some period of time, then the
92
// system is congested, and we need to clear all
queued
requests to get out
url_info.h
61
QUEUED
, // In name queue but not yet being resolved.
160
// Record the state prior to going to a
queued
state, in case we have to back
/external/chromium_org/chrome/browser/net/
predictor.h
311
// Some names that are
queued
up have |motivation| that requires very rapid
439
// to the
queued
instance, otherwise return NULL. If the proxy advisor is
441
//
queued
as the browser is not expected to fetch it directly.
448
// without bounds, we abandon our
queued
efforts at pre-resolutions in such a
450
// To do this, we will recycle |info|, as well as all
queued
items, back to
451
// the state they had before they were
queued
up. We can't do anything about
511
// to the resolver. Any additional lookups will be
queued
to avoid exceeding
517
// reduction mode, and discard all
queued
(but not yet assigned) resolutions.
url_info.h
60
QUEUED
, // In name queue but not yet being resolved.
154
// Record the state prior to going to a
queued
state, in case we have to back
/external/chromium_org/components/policy/core/common/cloud/
device_management_service.h
155
// Starts processing any
queued
jobs.
180
// If it is not initialized, incoming requests are
queued
.
/external/chromium_org/content/browser/
message_port_service.cc
22
// If true, all messages to this message port are
queued
and not delivered.
203
// Send the
queued
messages to the port again. This time they'll reach the
/external/chromium_org/content/common/gpu/media/
vaapi_wrapper.h
67
// Cancel and destroy all buffers
queued
to the HW decoder via SubmitBuffer.
120
// Data
queued
up for HW decoder, to be committed on next HW decode.
/external/chromium_org/content/renderer/media/
webrtc_identity_service_unittest.cc
153
// one for requesting the
queued
request.
167
// Verifies that the
queued
request is not sent after the outstanding request
/external/chromium_org/google_apis/gcm/protocol/
mcs.proto
247
// How long has the message been
queued
before the flush, in seconds.
250
optional int32
queued
= 19;
/external/chromium_org/native_client_sdk/src/build_tools/screenshot_extension/
screenshot.js
9
/** An array of
queued
requests. They will all be executed when the
72
/** Post all
queued
screenshot requests.
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel_unittest.cc
127
// Tests that the
queued
data are sent when the channel transitions from blocked
140
// Tests that the
queued
control message is sent when channel is ready.
/external/iproute2/man/man8/
tc-tbf.8
53
If no tokens are available, packets are
queued
, up to a configured limit. The TBF now
73
Limit is the number of bytes that can be
queued
waiting for tokens to become
/external/smack/src/org/jivesoftware/smack/
PacketCollector.java
77
*
queued
up. Once a packet collector has been cancelled, it cannot be
90
* filter is used to determine what packets are
queued
as results.
/frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h
100
// to set by queueBuffer each time this slot is
queued
.
103
// mFrameNumber is the number of the
queued
frame for this slot.
/frameworks/base/core/java/android/bluetooth/
BluetoothGattServerCallback.java
75
* @param preparedWrite true, if this write operation should be
queued
for
111
* @param preparedWrite true, if this write operation should be
queued
for
/frameworks/base/core/java/android/printservice/
PrintService.java
60
* When a new print job targeted to a printer managed by this print service is is
queued
,
65
* print jobs are ones that are
queued
or started.
69
* while processing it. Initially, a print job is
queued
, i.e. {@link PrintJob#isQueued()
85
* If a print job is
queued
or started and the user requests to cancel it, the print
272
* Called when there is a
queued
print job for one of the printers
275
* @param printJob The new
queued
print job.
285
* state is
queued
or started.
514
Log.i(LOG_TAG, "
Queued
: " + printJobInfo);
/frameworks/base/core/java/android/view/
HardwareCanvas.java
205
* Cancels a
queued
layer update. If the specified layer was not
206
*
queued
for update, this method has no effect.
/external/blktrace/doc/
blkparse.1
203
\fBQ --
queued
\fR
245
When i/o is
queued
to a previously empty block device queue, Linux will plug the
250
Some request data already
queued
in the device, start sending requests to the
256
If nobody requests the i/o that was
queued
after plugging the queue, Linux will
458
\fBQ \-\-
queued
\fR
/external/chromium_org/ppapi/api/
ppb_message_loop.idl
81
* from those calls will be
queued
in the message loop and never run. The same
162
* Note that you can still post work to the message loop: it will get
queued
212
* completion callback. Passing 0 means it will get
queued
normally and
231
* work will get
queued
until the message loop is run. You can also post
233
* PP_FALSE. It will be
queued
until the next invocation of Run().
Completed in 652 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>