Home
last modified time | relevance | path

Searched refs:write_state (Results 1 – 25 of 26) sorted by relevance

12

/external/webrtc/p2p/base/
Dbasic_ice_controller.cc559 connection->write_state() == Connection::STATE_WRITE_UNRELIABLE || in ReadyToSend()
564 return (conn->write_state() == Connection::STATE_WRITE_INIT && in PresumedWritable()
590 if (a->write_state() < b->write_state()) { in CompareConnectionStates()
593 if (b->write_state() < a->write_state()) { in CompareConnectionStates()
634 if (a->write_state() == Connection::STATE_WRITABLE && in CompareConnectionStates()
635 b->write_state() == Connection::STATE_WRITABLE) { in CompareConnectionStates()
Dport_unittest.cc296 if (conn->write_state() == Connection::STATE_WRITABLE) { in OnConnectionStateChange()
613 EXPECT_EQ_WAIT(Connection::STATE_WRITABLE, ch2->conn()->write_state(), in ConnectStartedChannels()
719 EXPECT_EQ(ch1.conn()->write_state(), Connection::STATE_WRITABLE); in TestTcpReconnect()
864 ch2.conn()->write_state(), kDefaultTimeout, clock); in TestConnectivity()
875 SIMULATED_WAIT(ch2.conn()->write_state() == Connection::STATE_WRITABLE, in TestConnectivity()
881 EXPECT_EQ(Connection::STATE_WRITABLE, ch2.conn()->write_state()); in TestConnectivity()
885 if (ch1.conn()->write_state() == Connection::STATE_WRITE_INIT) { in TestConnectivity()
888 ch1.conn()->write_state(), kDefaultTimeout, in TestConnectivity()
910 ch2.conn()->write_state(), kDefaultTimeout, in TestConnectivity()
922 ch1.conn()->write_state(), kDefaultTimeout, in TestConnectivity()
[all …]
Dturn_port_unittest.cc582 EXPECT_EQ(Connection::STATE_WRITE_INIT, conn1->write_state()); in TestTurnConnection()
593 EXPECT_EQ_SIMULATED_WAIT(Connection::STATE_WRITABLE, conn2->write_state(), in TestTurnConnection()
597 EXPECT_EQ(Connection::STATE_WRITE_INIT, conn1->write_state()); in TestTurnConnection()
601 EXPECT_EQ_SIMULATED_WAIT(Connection::STATE_WRITABLE, conn1->write_state(), in TestTurnConnection()
619 EXPECT_EQ_SIMULATED_WAIT(Connection::STATE_WRITABLE, conn1->write_state(), in TestDestroyTurnConnection()
661 EXPECT_EQ_SIMULATED_WAIT(Connection::STATE_WRITABLE, conn1->write_state(), in TestTurnSendData()
664 EXPECT_EQ_SIMULATED_WAIT(Connection::STATE_WRITABLE, conn2->write_state(), in TestTurnSendData()
714 EXPECT_EQ_SIMULATED_WAIT(Connection::STATE_WRITABLE, conn1->write_state(), in TestTurnGracefulReleaseAllocation()
717 EXPECT_EQ_SIMULATED_WAIT(Connection::STATE_WRITABLE, conn2->write_state(), in TestTurnGracefulReleaseAllocation()
1213 EXPECT_EQ_SIMULATED_WAIT(Connection::STATE_WRITABLE, conn2->write_state(), in TEST_F()
Dtcp_port.cc396 if (pretending_to_be_writable_ || write_state() != STATE_WRITABLE) { in Send()
431 RTC_DCHECK(write_state() == STATE_WRITABLE); in OnConnectionRequestResponse()
Dconnection.h112 WriteState write_state() const { return write_state_; } in write_state() function
Dp2p_transport_channel.cc1647 return (conn->write_state() == Connection::STATE_WRITE_INIT && in PresumedWritable()
1687 if (conn->write_state() != Connection::STATE_WRITE_TIMEOUT) { in SortConnectionsAndUpdateState()
1906 connection->write_state() == Connection::STATE_WRITE_UNRELIABLE || in ReadyToSend()
Dconnection.cc1017 << WRITE_STATE_ABBREV[write_state()] << ICESTATE[static_cast<int>(state())] in ToString()
/external/tensorflow/tensorflow/python/data/experimental/ops/
Diterator_ops.py315 write_state=True, argument
319 meta_graph_suffix, write_meta_graph, write_state, strip_default_attrs)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.train.-saver.pbtxt39 …', \'latest_filename\', \'meta_graph_suffix\', \'write_meta_graph\', \'write_state\', \'strip_defa…
/external/crosvm/devices/src/
Dpit.rs498 write_state: PitRWState::None, in get_channel_state()
507 state.write_state = PitRWState::LSB; in get_channel_state()
513 state.write_state = PitRWState::MSB; in get_channel_state()
524 state.write_state = if self.wrote_low_byte { in get_channel_state()
557 self.wrote_low_byte = state.write_state == PitRWState::Word1; in set_channel_state()
/external/crosvm/hypervisor/src/kvm/
Dx86_64.rs882 write_state: item.write_state as u8, in from()
903 write_state: item.write_state.into(), in from()
1359 write_state: PitRWState::Word1, in pit_state()
1377 assert_eq!(kvm_channel.write_state, 4); in pit_state()
/external/tensorflow/tensorflow/python/saved_model/
Dbuilder_impl.py371 saver.save(sess, variables_path, write_meta_graph=False, write_state=False)
596 saver.save(sess, variables_path, write_meta_graph=False, write_state=False)
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc581 GRPC_ERROR_INT_OCCURRED_DURING_WRITE, t->write_state)); in destroy_transport_locked()
601 if (t->write_state != GRPC_CHTTP2_WRITE_STATE_IDLE) { in close_transport_locked()
640 GPR_ASSERT(t->write_state == GRPC_CHTTP2_WRITE_STATE_IDLE); in close_transport_locked()
828 write_state_name(t->write_state), in set_write_state()
830 t->write_state = st; in set_write_state()
917 switch (t->write_state) { in grpc_chttp2_initiate_write()
1008 GPR_ASSERT(t->write_state != GRPC_CHTTP2_WRITE_STATE_IDLE); in write_action_begin_locked()
1070 switch (t->write_state) { in write_action_end_locked()
1234 desc, errstr, write_state_name(t->write_state)); in grpc_chttp2_complete_closure_step()
1248 if ((t->write_state == GRPC_CHTTP2_WRITE_STATE_IDLE) || in grpc_chttp2_complete_closure_step()
[all …]
Dinternal.h292 grpc_chttp2_write_state write_state; member
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc515 GRPC_ERROR_INT_OCCURRED_DURING_WRITE, t->write_state)); in destroy_transport_locked()
535 if (t->write_state != GRPC_CHTTP2_WRITE_STATE_IDLE) { in close_transport_locked()
574 GPR_ASSERT(t->write_state == GRPC_CHTTP2_WRITE_STATE_IDLE); in close_transport_locked()
778 write_state_name(t->write_state), write_state_name(st), reason)); in set_write_state()
779 t->write_state = st; in set_write_state()
869 switch (t->write_state) { in grpc_chttp2_initiate_write()
924 GPR_ASSERT(t->write_state != GRPC_CHTTP2_WRITE_STATE_IDLE); in write_action_begin_locked()
1000 switch (t->write_state) { in write_action_end_locked()
1195 desc, errstr, write_state_name(t->write_state)); in grpc_chttp2_complete_closure_step()
1209 if ((t->write_state == GRPC_CHTTP2_WRITE_STATE_IDLE) || in grpc_chttp2_complete_closure_step()
[all …]
Dinternal.h306 grpc_chttp2_write_state write_state = GRPC_CHTTP2_WRITE_STATE_IDLE; member
/external/kernel-headers/original/uapi/asm-x86/asm/
Dkvm.h264 __u8 write_state; member
/external/tensorflow/tensorflow/python/tpu/
Dsession_support.py400 write_state=True,
/external/crosvm/hypervisor/src/
Dx86_64.rs431 pub write_state: PitRWState, field
/external/rust/crates/libz-sys/src/zlib/contrib/masmx86/
Dinffas32.asm138 write_state equ (36+4+zlib1222sup) ;/* state->write */ define
226 mov ecx, [edi+write_state]
/external/tensorflow/tensorflow/python/training/
Dsaver.py1094 write_state=True, argument
1193 if write_state:
Dsaver_test.py2752 saver.save(sess, os.path.join(test_dir, ckpt_filename), write_state=False)
2848 saver.save(sess, saver0_ckpt, write_state=False)
2905 saver.save(sess, saver0_ckpt, write_state=False)
2941 saver1.save(sess, saver1_ckpt, write_state=False)
2942 saver2.save(sess, saver2_ckpt, write_state=False)
/external/rust/crates/libz-sys/src/zlib/contrib/inflate86/
Dinffast.S154 #define write_state 40 /* state->write */ macro
302 movl write_state(state_r), %ecx
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc148 struct write_state { struct
172 struct write_state ws; argument
/external/grpc-grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc137 struct write_state { struct
160 struct write_state ws; argument

12