OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_sent
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py
235
num_sent
= self.send(data)
240
if
num_sent
:
241
if
num_sent
< len(data) or obs < len(first):
242
self.producer_fifo[0] = first[
num_sent
:]
asyncore.py
536
num_sent
= 0
537
num_sent
= dispatcher.send(self, self.out_buffer[:512])
538
self.out_buffer = self.out_buffer[
num_sent
:]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py
235
num_sent
= self.send(data)
240
if
num_sent
:
241
if
num_sent
< len(data) or obs < len(first):
242
self.producer_fifo[0] = first[
num_sent
:]
asyncore.py
536
num_sent
= 0
537
num_sent
= dispatcher.send(self, self.out_buffer[:512])
538
self.out_buffer = self.out_buffer[
num_sent
:]
/external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c
1377
UINT16
num_sent
;
local
[
all
...]
/external/bluetooth/bluedroid/stack/include/
btm_api.h
2011
UINT16
num_sent
; \/* Number of packets completed at the controller *\/
member in struct:__anon3752
[
all
...]
Completed in 223 milliseconds