Searched refs:bytes_count (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dserver_process.py252 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/tags/
H A Drw_t1t_ndef.c912 UINT16 bytes_count = 0; local
1007 bytes_count = p_t1t->ndef_msg_len;
1021 bytes_count = len;
1040 bytes_count = T1T_DEFAULT_TLV_LEN;
1056 bytes_count = (UINT8) p_readbytes[offset];
1064 bytes_count = (bytes_count << 8) + p_readbytes[offset];
1067 p_t1t->ndef_msg_len = bytes_count;
1077 if ((bytes_count == p_t1t->ndef_msg_len) && (p_t1t->tlv_detect == TAG_NDEF_TLV))
1082 if (bytes_count >
[all...]
H A Drw_t2t_ndef.c549 p_t2t->bytes_count = p_t2t->ndef_msg_len;
564 p_t2t->bytes_count = p_t2t->prop_msg_len;
583 p_t2t->bytes_count = TAG_DEFAULT_TLV_LEN;
600 p_t2t->bytes_count = (UINT8) p_data[offset];
609 p_t2t->bytes_count = (p_t2t->bytes_count << 8) + p_data[offset];
612 p_t2t->ndef_msg_len = p_t2t->bytes_count;
616 p_t2t->prop_msg_len = p_t2t->bytes_count;
626 if ( (p_t2t->bytes_count == p_t2t->ndef_msg_len)
633 if (p_t2t->bytes_count >
[all...]
/external/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py627 def calculate_offset(self, num_pointers = 0, bytes_count = 0, padding32 = 0, padding64 = 0):
628 value = bytes_count + num_pointers*self.pointer_size
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h335 UINT16 bytes_count; /* No. of bytes remaining to collect during tlv detect */ member in struct:__anon24370

Completed in 176 milliseconds