OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytes_count
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py
252
def _pop_output_bytes(self,
bytes_count
):
253
output, self._output = self._split_string_after_index(self._output,
bytes_count
)
256
def _pop_error_bytes(self,
bytes_count
):
257
output, self._error = self._split_string_after_index(self._error,
bytes_count
)
/external/libnfc-nci/src/nfc/int/
rw_int.h
333
UINT16
bytes_count
; /* No. of bytes remaining to collect during tlv detect */
member in struct:__anon23635
[
all
...]
Completed in 49 milliseconds