/external/chromium_org/ipc/ |
ipc_channel_reader.cc | 24 ReadState read_state = ReadData(input_buf_, Channel::kReadBufferSize, local 26 if (read_state == READ_FAILED) 28 if (read_state == READ_PENDING)
|
/system/core/toolbox/ |
vmstat.c | 64 static void read_state(struct state *s); 121 read_state(&s[1 - toggle]); 124 read_state(&s[toggle]); 137 static void read_state(struct state *s) { function
|
/external/qemu/hw/ |
i8254.c | 42 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/chrome/browser/notifications/sync_notifier/ |
sync_notifier_test_utils.h | 96 const sync_pb::CoalescedSyncedNotification_ReadState read_state);
|
chrome_notifier_delegate_browsertest.cc | 48 sync_pb::CoalescedSyncedNotification_ReadState read_state) { 51 read_state);
|
synced_notification.h | 108 void SetReadState(const ReadState& read_state);
|
sync_notifier_test_utils.cc | 77 const sync_pb::CoalescedSyncedNotification_ReadState read_state) { 137 coalesced_notification->set_read_state(read_state);
|
synced_notification.cc | 393 void SyncedNotification::SetReadState(const ReadState& read_state) { 396 if (kDismissed == read_state) 399 else if (kUnread == read_state) 402 else if (kRead == read_state) 512 specifics_.coalesced_notification().read_state();
|
chrome_notifier_service.cc | 257 specifics.coalesced_notification().read_state()) == 262 specifics.coalesced_notification().read_state()) == 267 specifics.coalesced_notification().read_state()) ==
|
chrome_notifier_service_unittest.cc | 220 sync_pb::CoalescedSyncedNotification_ReadState read_state) { 222 app_id, key, read_state);
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
turnport_unittest.cc | 170 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());
|
port_unittest.cc | 649 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()); [all...] |
p2ptransportchannel.cc | 805 (connection->read_state() == Connection::STATE_READABLE); [all...] |
port.h | 417 ReadState read_state() const { return read_state_; } function in class:cricket::Connection
|
port.cc | [all...] |
/external/chromium_org/sync/protocol/ |
synced_notification_data.proto | 89 optional ReadState read_state = 5;
|
proto_value_conversions.cc | 269 SET_INT32(read_state);
|
/external/qemu/android/config/linux-x86/asm/ |
kvm.h | 209 __u8 read_state; member in struct:kvm_pit_channel_state
|
/external/qemu/android/config/linux-x86_64/asm/ |
kvm.h | 209 __u8 read_state; member in struct:kvm_pit_channel_state
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
socketmonitor.cc | 127 (connection->read_state() == Connection::STATE_READABLE);
|
/external/dnsmasq/contrib/dnslist/ |
dnslist.pl | 91 read_state(); 98 sub read_state { subroutine 103 warn "read_state: can't open $dnsmasq_state_file!\n"; 258 read_state();
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
port.h | 293 ReadState read_state() const { return read_state_; } function in class:cricket::Connection
|
p2ptransportchannel.cc | 654 if (connections_[i]->read_state() == Connection::STATE_READABLE) 791 (conn->read_state() != Connection::STATE_READ_TIMEOUT); [all...] |
port.cc | 766 << READ_STATE_ABBREV[read_state()]
|