Searched defs:pending (Results 1 - 25 of 93) sorted by relevance

1234

/external/aac/libSBRenc/src/
H A Dresampler.h126 int pending; /*! number of pending output samples */ member in struct:__anon262
/external/chromium_org/net/quic/test_tools/
H A Ddelayed_verify_strike_register_client.cc43 vector<VerifyArgs> pending; local
44 pending_verifications_.swap(pending);
45 for (vector<VerifyArgs>::const_iterator it = pending.begin(),
46 end = pending.end(); it != end; ++it) {
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
H A DUdpConnector.java61 private DatagramPacket pending; field in class:UdpConnector
/external/kernel-headers/original/linux/
H A Dudp.h45 int pending; /* Any pending frames ? */ member in struct:udp_sock
52 __u16 len; /* total length of pending frames */
H A Dworkqueue.h15 unsigned long pending; member in struct:work_struct
52 (_work)->pending = 0; \
87 * Kill off a pending schedule_delayed_work(). Note that the work callback
97 clear_bit(0, &work->pending);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_queue.cc60 size_t pending = 0; local
62 pending += queue_[i].size();
63 return base::StringPrintf("pending: %d, running: %d",
64 static_cast<int>(pending),
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.h151 * Information about pending DMA uploads.
160 boolean pending; member in struct:svga_buffer::__anon13273
170 * Context that has the pending DMA to this buffer.
176 * Linked list head, used to gather all buffers with pending dma uploads on
177 * a context. It is only valid if the dma.pending is set above.
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.h151 * Information about pending DMA uploads.
160 boolean pending; member in struct:svga_buffer::__anon23758
170 * Context that has the pending DMA to this buffer.
176 * Linked list head, used to gather all buffers with pending dma uploads on
177 * a context. It is only valid if the dma.pending is set above.
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DSubscription.java30 subscribed, unconfigured, pending, none enum constant in enum:Subscription.State
/external/bison/lib/
H A Dsigprocmask.c187 /* Set of currently blocked and pending signals. */
207 sigset_t pending = 0; local
212 pending |= 1U << sig;
213 *set = pending;
/external/chromium/chrome/browser/history/
H A Dpage_usage_data.h78 void set_thumbnail_pending(bool pending) { argument
79 thumbnail_pending_ = pending;
96 void set_favicon_pending(bool pending) { argument
97 favicon_pending_ = pending;
/external/chromium_org/cc/resources/
H A Dtile_priority.h58 TilePriority(const TilePriority& active, const TilePriority& pending) { argument
60 pending.resolution == HIGH_RESOLUTION)
63 pending.resolution == LOW_RESOLUTION)
69 active.required_for_activation || pending.required_for_activation;
73 pending.time_to_visible_in_seconds);
76 pending.distance_to_visible_in_pixels);
/external/chromium_org/chrome/browser/spellchecker/
H A Dfeedback_unittest.cc141 std::vector<Misspelling> pending = feedback_.GetAllMisspellings(); local
142 for (std::vector<Misspelling>::const_iterator it = pending.begin();
143 it != pending.end();
/external/chromium_org/gpu/command_buffer/client/
H A Dcmd_buffer_helper.cc242 int32 pending = local
246 if (pending > limit) {
/external/chromium_org/gpu/command_buffer/service/
H A Dquery_manager.h48 bool pending() const { function in class:gpu::gles2::QueryManager::Query
174 // Processes pending queries. Returns false if any queries are pointing
178 // True if there are pending queries.
181 // Processes pending transfer queries. Returns false if any queries are
185 // True if there are pending transfer queries.
209 // Removes a query from the queue of pending queries.
/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager_test.cc132 const QuicSentPacketManager::PendingRetransmission pending = local
135 pending.sequence_number, retransmission_sequence_number);
138 pending.transmission_type, HAS_RETRANSMITTABLE_DATA);
204 // There should no longer be a pending retransmission.
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechSynthesis.cpp88 bool SpeechSynthesis::pending() const function in class:WebCore::SpeechSynthesis
169 // Start the next utterance if we just finished one and one was pending.
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DSocketStreamHandle.cpp253 bool pending; local
256 pending = bytesWritten != static_cast<int>(m_buffer.firstBlockSize());
261 } while (!pending && !m_buffer.isEmpty());
/external/chromium_org/v8/src/
H A Dhydrogen-range-analysis.cc95 // Pop next pending block from stack.
96 Pending pending = stack.RemoveLast(); local
97 RollBackTo(pending.last_changed_range());
98 block = pending.block();
/external/qemu/hw/
H A Dgoldfish_interrupt.c18 INTERRUPT_STATUS = 0x00, // number of pending interrupts
104 uint32_t pending = s->level & s->irq_enabled; local
106 if(pending & (1U << i))
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ucd.c635 ** Description discard all of UCD packets in security pending queue
642 /* clean up any security pending UCD */
656 ** Return TRUE if any pending UCD info request
663 BOOLEAN pending = FALSE; local
695 pending = TRUE;
715 pending = TRUE;
724 return (pending);
731 ** Description enqueue outgoing UCD packet into security pending queue
777 ** Description dequeue UCD packet from security pending queue and
800 ** Description dequeue UCD packet from security pending queu
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dparallel_authenticator_unittest.cc181 bool pending) {
182 EXPECT_CALL(consumer_, OnLoginSuccess(username, password, result, pending))
178 ExpectLoginSuccess(const std::string& username, const std::string& password, const GaiaAuthConsumer::ClientLoginResult& result, bool pending) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Dparallel_authenticator_unittest.cc148 bool pending) {
325 // Flush all the pending operations. The operations should induce an owner
145 ExpectLoginSuccess(const std::string& username, const std::string& password, const std::string& username_hash_, bool pending) argument
/external/chromium_org/chrome_frame/
H A Durlmon_url_request_private.h107 void set_pending(bool pending) { argument
108 pending_ = pending;
111 bool pending() const { function in class:UrlmonUrlRequest
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_response_parser.cc257 base::DictionaryValue* pending = NULL; local
259 if (local_settings_dict->GetDictionary("pending", &pending)) {
260 settings_to_parse = pending;

Completed in 988 milliseconds

1234