Searched defs:writable (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannel.cc49 void TransportChannel::set_writable(bool writable) { argument
50 if (writable_ != writable) {
51 writable_ = writable;
H A Dtransportchannel.h57 bool writable() const { return writable_; } function in class:cricket::TransportChannel
96 // Sets the writable state, signaling if necessary.
97 void set_writable(bool writable);
H A Dtransport.h131 bool writable() const { return writable_; } function in class:cricket::Transport
H A Dtransport.cc166 // Check in case the deleted channel was the only non-writable channel.
336 bool writable = GetTransportState_s(false); local
337 if (writable_ != writable) {
338 writable_ = writable;
350 bool b = (read ? iter->second->readable() : iter->second->writable());
H A Dp2ptransportchannel.cc43 // for pinging. When the socket is writable, we will use only 1 Kbps because
51 // If there is a current writable connection, then we will also try hard to
63 // length without becoming writable (or timing out).
109 // priority writable connections first.
549 // that amongst equal preference, writable connections, this will choose the
563 // We can prune any connection for which there is a writable connection on
565 // better preference just in case they become writable later (at which point,
586 int writable = 0; local
593 ++writable;
606 if (writable >
645 bool writable = ((best_connection_ != NULL) && local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannel.cc50 void TransportChannel::set_writable(bool writable) { argument
51 if (writable_ != writable) {
52 writable_ = writable;
H A Dtransportchannel.h75 bool writable() const { return writable_; } function in class:cricket::TransportChannel
146 // Sets the writable state, signaling if necessary.
147 void set_writable(bool writable);
H A Ddtlstransportchannel_unittest.cc173 bool writable() const { return transport_->writable(); } function in class:DtlsTestClient
265 LOG(LS_INFO) << name_ << ": is writable";
271 << "' is writable";
384 EXPECT_TRUE_WAIT(client1_.writable() && client2_.writable(), 10000);
385 if (!client1_.writable() || !client2_.writable())
H A Dtransport.h131 // For "writable" and "readable", we need to differentiate between
144 writable(false),
156 bool writable; // Has this connection received a STUN response? member in struct:cricket::ConnectionInfo
215 // TODO: Replace uses of readable() and writable() with
218 bool writable() const { return any_channels_writable(); } function in class:cricket::Transport
/external/chromium_org/v8/test/mjsunit/
H A Ddefine-property-gc.js38 var descElementNonWritable = { value: 'foofoo', writable: false };
H A Dobject-define-property.js111 var dataWritable = { value: 3000, writable: true};
134 assertFalse(desc.writable);
159 assertEquals(desc.writable, undefined);
174 assertEquals(desc.writable, undefined);
207 assertEquals(desc.writable, undefined);
225 assertEquals(desc.writable, undefined);
238 assertEquals(desc.writable, undefined);
253 assertEquals(desc.writable, undefined);
266 assertFalse(desc.writable);
270 //Try writing to non writable attribut
[all...]
/external/v8/test/mjsunit/
H A Ddefine-property-gc.js38 var descElementNonWritable = { value: 'foofoo', writable: false };
H A Dobject-define-property.js111 var dataWritable = { value: 3000, writable: true};
134 assertFalse(desc.writable);
159 assertEquals(desc.writable, undefined);
174 assertEquals(desc.writable, undefined);
207 assertEquals(desc.writable, undefined);
225 assertEquals(desc.writable, undefined);
238 assertEquals(desc.writable, undefined);
253 assertEquals(desc.writable, undefined);
266 assertFalse(desc.writable);
270 //Try writing to non writable attribut
[all...]
/external/chromium_org/apps/
H A Dsaved_files_service.h40 bool writable,
50 bool writable; member in struct:apps::SavedFileEntry
73 bool writable);
H A Dsaved_files_service.cc40 const char kFileEntryWritable[] = "writable";
65 file_entry_dict->SetBoolean(kFileEntryWritable, file_entry.writable);
125 bool writable = false; local
126 if (!file_entry->GetBoolean(kFileEntryWritable, &writable))
134 SavedFileEntry(it.key(), file_path, writable, sequence_number));
141 SavedFileEntry::SavedFileEntry() : writable(false), sequence_number(0) {}
145 bool writable,
149 writable(writable),
159 bool writable);
143 SavedFileEntry(const std::string& id, const base::FilePath& path, bool writable, int sequence_number) argument
231 RegisterFileEntry(const std::string& extension_id, const std::string& id, const base::FilePath& file_path, bool writable) argument
316 RegisterFileEntry( const std::string& id, const base::FilePath& file_path, bool writable) argument
[all...]
/external/chromium_org/third_party/tlslite/tlslite/integration/
H A DTLSAsyncDispatcherMixIn.py99 def writable(self): member in class:TLSAsyncDispatcherMixIn
103 return self.siblingClass.writable(self)
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dsocketmonitor.h43 bool writable; member in struct:cricket::ConnectionInfo
/external/chromium_org/chrome/browser/extensions/api/file_handlers/
H A Dapp_file_handler_util.cc129 bool writable) {
142 if (writable)
124 CreateFileEntry( Profile* profile, const std::string& extension_id, int renderer_id, const base::FilePath& path, bool writable) argument
/external/chromium_org/third_party/skia/include/core/
H A DSkTLazy.h129 * thing.writable()->modifyMe(); // makes a copy of constThing
135 * thing.writable()->changeMe(); // makes a copy of constThing if we didn't call modifyMe()
156 * Returns a writable T*. The first time this is called the initial object is cloned.
158 T* writable() { function in class:SkTCopyOnFirstWrite
/external/skia/include/core/
H A DSkTLazy.h129 * thing.writable()->modifyMe(); // makes a copy of constThing
135 * thing.writable()->changeMe(); // makes a copy of constThing if we didn't call modifyMe()
156 * Returns a writable T*. The first time this is called the initial object is cloned.
158 T* writable() { function in class:SkTCopyOnFirstWrite
/external/chromium_org/chrome/test/pyautolib/
H A Dremote_inspector_client.py181 """Called if a writable socket can be written; overridden from asyncore."""
249 def writable(self): member in class:_DevToolsSocketClient
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddatachannel.cc249 void DataChannel::OnChannelReady(bool writable) { argument
250 if (!writable) {
253 // Update the readyState if the channel is writable for the first time;
280 // If we have received buffers before the channel got writable.
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine_unittest.cc144 void OnSignaled(bool writable) { argument
146 writable_ = writable;
149 bool IsSignaled(bool writable) { argument
150 return signaled_ && (writable_ == writable);
/external/libppp/src/
H A Dipcp.h79 unsigned writable : 1; /* Can write resolv.conf ? */ member in struct:ipcp::__anon20437
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dchannel.h141 bool writable() const { return writable_; } function in class:cricket::BaseChannel

Completed in 935 milliseconds

123