Searched refs:read_state (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_channel_reader.cc24 ReadState read_state = ReadData(input_buf_, Channel::kReadBufferSize, local
26 if (read_state == READ_FAILED)
28 if (read_state == READ_PENDING)
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dchrome_notifier_delegate_browsertest.cc48 sync_pb::CoalescedSyncedNotification_ReadState read_state) {
51 read_state);
41 CreateNotification( const std::string& title, const std::string& text, const std::string& app_icon_url, const std::string& image_url, const std::string& app_id, const std::string& key, sync_pb::CoalescedSyncedNotification_ReadState read_state) argument
H A Dsync_notifier_test_utils.h96 const sync_pb::CoalescedSyncedNotification_ReadState read_state);
H A Dsync_notifier_test_utils.cc77 const sync_pb::CoalescedSyncedNotification_ReadState read_state) {
137 coalesced_notification->set_read_state(read_state);
70 CreateSyncData( const std::string& title, const std::string& text, const std::string& app_icon_url, const std::string& image_url, const std::string& app_id, const std::string& key, const sync_pb::CoalescedSyncedNotification_ReadState read_state) argument
H A Dchrome_notifier_service.cc257 specifics.coalesced_notification().read_state()) ==
262 specifics.coalesced_notification().read_state()) ==
267 specifics.coalesced_notification().read_state()) ==
H A Dsynced_notification.h108 void SetReadState(const ReadState& read_state);
H A Dsynced_notification.cc393 void SyncedNotification::SetReadState(const ReadState& read_state) { argument
396 if (kDismissed == read_state)
399 else if (kUnread == read_state)
402 else if (kRead == read_state)
512 specifics_.coalesced_notification().read_state();
H A Dchrome_notifier_service_unittest.cc220 sync_pb::CoalescedSyncedNotification_ReadState read_state) {
222 app_id, key, read_state);
213 CreateNotification( const std::string& title, const std::string& text, const std::string& app_icon_url, const std::string& image_url, const std::string& app_id, const std::string& key, sync_pb::CoalescedSyncedNotification_ReadState read_state) argument
/external/qemu/hw/
H A Di8254.c42 uint8_t read_state; member in struct:PITChannelState
280 s->read_state = access;
338 switch(s->read_state) {
351 s->read_state = RW_STATE_WORD1;
356 s->read_state = RW_STATE_WORD0;
405 qemu_put_8s(f, &s->read_state);
436 qemu_get_8s(f, &s->read_state);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnport_unittest.cc170 EXPECT_EQ(Connection::STATE_READ_INIT, conn1->read_state());
181 EXPECT_EQ(Connection::STATE_READABLE, conn1->read_state());
182 EXPECT_EQ(Connection::STATE_READ_INIT, conn2->read_state());
188 EXPECT_EQ(Connection::STATE_READABLE, conn2->read_state());
H A Dp2ptransportchannel.cc805 (connection->read_state() == Connection::STATE_READABLE);
972 if (connections_[i]->read_state() == Connection::STATE_READABLE)
1080 (conn->read_state() != Connection::STATE_READ_TIMEOUT);
H A Dport_unittest.cc649 EXPECT_EQ(Connection::STATE_READABLE, ch1.conn()->read_state());
669 EXPECT_EQ(Connection::STATE_READ_INIT, ch2.conn()->read_state());
682 EXPECT_EQ(Connection::STATE_READ_INIT, ch1.conn()->read_state());
704 EXPECT_EQ(Connection::STATE_READABLE, ch1.conn()->read_state());
706 EXPECT_EQ(Connection::STATE_READABLE, ch2.conn()->read_state());
709 EXPECT_NE(Connection::STATE_READABLE, ch1.conn()->read_state());
711 EXPECT_NE(Connection::STATE_READABLE, ch2.conn()->read_state());
H A Dport.h417 ReadState read_state() const { return read_state_; } function in class:cricket::Connection
H A Dport.cc1179 << READ_STATE_ABBREV[read_state()]
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dsocketmonitor.cc127 (connection->read_state() == Connection::STATE_READABLE);
/external/qemu/android/config/linux-x86/asm/
H A Dkvm.h209 __u8 read_state; member in struct:kvm_pit_channel_state
/external/qemu/android/config/linux-x86_64/asm/
H A Dkvm.h209 __u8 read_state; member in struct:kvm_pit_channel_state
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.cc654 if (connections_[i]->read_state() == Connection::STATE_READABLE)
791 (conn->read_state() != Connection::STATE_READ_TIMEOUT);
H A Dport.h293 ReadState read_state() const { return read_state_; } function in class:cricket::Connection
H A Dport.cc766 << READ_STATE_ABBREV[read_state()]
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl91 read_state();
98 sub read_state { subroutine
103 warn "read_state: can't open $dnsmasq_state_file!\n";
258 read_state();
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions.cc269 SET_INT32(read_state);

Completed in 578 milliseconds