OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufstate
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
rpc.py
342
bufstate
= 0 # meaning: 0 => reading count; 1 => reading data
variable in class:SocketIO
361
if self.
bufstate
== 0 and len(self.buffer) >= 4:
365
self.
bufstate
= 1
368
if self.
bufstate
== 1 and len(self.buffer) >= self.bufneed:
372
self.
bufstate
= 0
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
rpc.py
342
bufstate
= 0 # meaning: 0 => reading count; 1 => reading data
variable in class:SocketIO
361
if self.
bufstate
== 0 and len(self.buffer) >= 4:
365
self.
bufstate
= 1
368
if self.
bufstate
== 1 and len(self.buffer) >= self.bufneed:
372
self.
bufstate
= 0
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py
342
bufstate
= 0 # meaning: 0 => reading count; 1 => reading data
variable in class:SocketIO
361
if self.
bufstate
== 0 and len(self.buffer) >= 4:
365
self.
bufstate
= 1
368
if self.
bufstate
== 1 and len(self.buffer) >= self.bufneed:
372
self.
bufstate
= 0
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py
342
bufstate
= 0 # meaning: 0 => reading count; 1 => reading data
variable in class:SocketIO
361
if self.
bufstate
== 0 and len(self.buffer) >= 4:
365
self.
bufstate
= 1
368
if self.
bufstate
== 1 and len(self.buffer) >= self.bufneed:
372
self.
bufstate
= 0
Completed in 280 milliseconds