Searched refs:writable (Results 1 - 25 of 148) sorted by relevance

123456

/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
H A Dreduction.py167 return rebuild_connection, (rh, conn.readable, conn.writable)
169 def rebuild_connection(reduced_handle, readable, writable):
172 handle, readable=readable, writable=writable
207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
209 def rebuild_pipe_connection(reduced_handle, readable, writable):
212 handle, readable=readable, writable=writable
H A Dconnection.py197 c1 = _multiprocessing.Connection(fd1, writable=False)
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
H A Dreduction.py167 return rebuild_connection, (rh, conn.readable, conn.writable)
169 def rebuild_connection(reduced_handle, readable, writable):
172 handle, readable=readable, writable=writable
207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
209 def rebuild_pipe_connection(reduced_handle, readable, writable):
212 handle, readable=readable, writable=writable
H A Dconnection.py197 c1 = _multiprocessing.Connection(fd1, writable=False)
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dreduction.py167 return rebuild_connection, (rh, conn.readable, conn.writable)
169 def rebuild_connection(reduced_handle, readable, writable):
172 handle, readable=readable, writable=writable
207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
209 def rebuild_pipe_connection(reduced_handle, readable, writable):
212 handle, readable=readable, writable=writable
H A Dconnection.py197 c1 = _multiprocessing.Connection(fd1, writable=False)
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dreduction.py167 return rebuild_connection, (rh, conn.readable, conn.writable)
169 def rebuild_connection(reduced_handle, readable, writable):
172 handle, readable=readable, writable=writable
207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
209 def rebuild_pipe_connection(reduced_handle, readable, writable):
212 handle, readable=readable, writable=writable
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.h84 explicit TSymbol(const TString *n) : name(n), numExtensions(0), extensions(0), writable(true) { }
113 virtual bool isReadOnly() const { return ! writable; }
114 virtual void makeReadOnly() { writable = false; }
132 bool writable; member in class:glslang::TSymbol
157 virtual TType& getWritableType() { assert(writable); return type; }
160 virtual TConstUnionArray& getWritableConstArray() { assert(writable); return constArray; }
222 assert(writable);
230 virtual void relateToOperator(TOperator o) { assert(writable); op = o; }
232 virtual void setDefined() { assert(writable); defined = true; }
234 virtual void setPrototyped() { assert(writable); prototype
[all...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.h84 explicit TSymbol(const TString *n) : name(n), numExtensions(0), extensions(0), writable(true) { }
113 virtual bool isReadOnly() const { return ! writable; }
114 virtual void makeReadOnly() { writable = false; }
132 bool writable; member in class:glslang::TSymbol
157 virtual TType& getWritableType() { assert(writable); return type; }
160 virtual TConstUnionArray& getWritableConstArray() { assert(writable); return constArray; }
222 assert(writable);
230 virtual void relateToOperator(TOperator o) { assert(writable); op = o; }
232 virtual void setDefined() { assert(writable); defined = true; }
234 virtual void setPrototyped() { assert(writable); prototype
[all...]
/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dfileobject.h32 int writable; member in struct:__anon11727
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dfileobject.h32 int writable; member in struct:__anon11849
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dfileobject.h32 int writable; member in struct:__anon177302
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dfileobject.h32 int writable; member in struct:__anon177425
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A D_pyio.py392 def writable(self): member in class:IOBase
400 """Internal: raise an IOError if file is not writable
402 if not self.writable():
403 raise IOError("File or stream is not writable."
748 def writable(self): member in class:_BufferedIOMixin
749 return self.raw.writable()
892 def writable(self): member in class:BytesIO
1067 if not raw.writable():
1068 raise IOError('"raw" argument must be writable.')
1179 if not writer.writable()
1205 def writable(self): member in class:BufferedRWPair
1564 def writable(self): member in class:TextIOWrapper
[all...]
H A Dasyncore.py132 is_w = obj.writable()
135 # accepting sockets should not be writable
183 # accepting sockets should not be writable
184 if obj.writable() and not obj.accepting:
188 # or writable.
327 def writable(self): member in class:dispatcher
543 def writable(self): member in class:dispatcher_with_send
/prebuilts/gdb/linux-x86/lib/python2.7/
H A D_pyio.py392 def writable(self): member in class:IOBase
400 """Internal: raise an IOError if file is not writable
402 if not self.writable():
403 raise IOError("File or stream is not writable."
748 def writable(self): member in class:_BufferedIOMixin
749 return self.raw.writable()
892 def writable(self): member in class:BytesIO
1067 if not raw.writable():
1068 raise IOError('"raw" argument must be writable.')
1179 if not writer.writable()
1205 def writable(self): member in class:BufferedRWPair
1564 def writable(self): member in class:TextIOWrapper
[all...]
H A Dasyncore.py132 is_w = obj.writable()
135 # accepting sockets should not be writable
183 # accepting sockets should not be writable
184 if obj.writable() and not obj.accepting:
188 # or writable.
327 def writable(self): member in class:dispatcher
543 def writable(self): member in class:dispatcher_with_send
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A D_pyio.py392 def writable(self): member in class:IOBase
400 """Internal: raise an IOError if file is not writable
402 if not self.writable():
403 raise IOError("File or stream is not writable."
748 def writable(self): member in class:_BufferedIOMixin
749 return self.raw.writable()
892 def writable(self): member in class:BytesIO
1067 if not raw.writable():
1068 raise IOError('"raw" argument must be writable.')
1179 if not writer.writable()
1205 def writable(self): member in class:BufferedRWPair
1564 def writable(self): member in class:TextIOWrapper
[all...]
H A Dasyncore.py132 is_w = obj.writable()
135 # accepting sockets should not be writable
183 # accepting sockets should not be writable
184 if obj.writable() and not obj.accepting:
188 # or writable.
327 def writable(self): member in class:dispatcher
543 def writable(self): member in class:dispatcher_with_send
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A D_pyio.py392 def writable(self): member in class:IOBase
400 """Internal: raise an IOError if file is not writable
402 if not self.writable():
403 raise IOError("File or stream is not writable."
748 def writable(self): member in class:_BufferedIOMixin
749 return self.raw.writable()
892 def writable(self): member in class:BytesIO
1067 if not raw.writable():
1068 raise IOError('"raw" argument must be writable.')
1179 if not writer.writable()
1205 def writable(self): member in class:BufferedRWPair
1564 def writable(self): member in class:TextIOWrapper
[all...]
H A Dasyncore.py132 is_w = obj.writable()
135 # accepting sockets should not be writable
183 # accepting sockets should not be writable
184 if obj.writable() and not obj.accepting:
188 # or writable.
327 def writable(self): member in class:dispatcher
543 def writable(self): member in class:dispatcher_with_send
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_fileio.py131 'readable', 'writable']
229 f.writable()
270 self.assertEqual(f.writable(), True)
276 self.assertEqual(f.writable(), False)
282 self.assertEqual(f.writable(), True)
297 self.assertEqual(f.writable(), True)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_fileio.py131 'readable', 'writable']
229 f.writable()
270 self.assertEqual(f.writable(), True)
276 self.assertEqual(f.writable(), False)
282 self.assertEqual(f.writable(), True)
297 self.assertEqual(f.writable(), True)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_fileio.py131 'readable', 'writable']
229 f.writable()
270 self.assertEqual(f.writable(), True)
276 self.assertEqual(f.writable(), False)
282 self.assertEqual(f.writable(), True)
297 self.assertEqual(f.writable(), True)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_fileio.py131 'readable', 'writable']
229 f.writable()
270 self.assertEqual(f.writable(), True)
276 self.assertEqual(f.writable(), False)
282 self.assertEqual(f.writable(), True)
297 self.assertEqual(f.writable(), True)

Completed in 567 milliseconds

123456