/development/vndk/tools/definition-tool/tools/ |
D | remove_dt_needed.py | 77 def _extract_buf_byte(buf, offset): argument 80 def _extract_buf_byte(buf, offset): argument 84 def _extract_zero_terminated_buf_slice(buf, offset): argument 96 def _extract_zero_terminated_str(buf, offset): argument 100 def _extract_zero_terminated_str(buf, offset): argument 104 def _replace_dt_needed_buf_internal(buf, dt_needed_name): argument 213 def replace_dt_needed_buf(buf, dt_needed_name): argument
|
/development/tools/line_endings/ |
D | line_endings.c | 22 char buf[BUFSIZE*2+3]; member 71 char buf[BUFSIZE+2]; in main() local 113 to_unix(char* buf) in to_unix() 140 unix_to_dos(char* buf2, const char* buf) in unix_to_dos()
|
/development/host/windows/usb/adb_winapi_test/ |
D | adb_winapi_test.cpp | 124 char buf[4096]; in TestEnumInterfaces() member 173 char buf[4096]; in TestInterfaces() member 220 char* buf = NULL; in TestInterfaceName() local 420 const unsigned char* buf = reinterpret_cast<const unsigned char*>(data); in HexDump() local 550 char* buf = reinterpret_cast<char*>(malloc(msg_rcv.data_length)); in DeviceHandShake() local 673 char buf[64]; in get_error_description() local 699 char buf[4096]; in TestCloseRaceCondition() member
|
/development/vndk/tools/sourcedr/blueprint/ |
D | blueprint.py | 120 def __init__(self, buf, pos, message): argument 136 def __init__(self, buf, offset=0, path=None): argument 182 def compute_line_column(buf, pos): argument 206 def decode_oct(buf, offset, start, end): argument 222 def decode_hex(buf, offset, start, end): argument 235 def lex_interpreted_string(cls, buf, offset): argument 297 def lex_string(cls, buf, offset): argument 348 def lex(cls, buf, offset): argument
|
/development/tools/logblame/ |
D | logs.py | 19 def __init__(self, buf=None, timestamp=None, uid=None, pid=None, tid=None, level=None, argument
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 32 def get_py3_bytes(buf): argument 65 def get_py3_bytes(buf): argument 369 def unpack_from(cls, buf, offset=0): argument 615 def _extract_zero_terminated_buf_slice(self, buf, offset): argument 625 def _extract_zero_terminated_str(self, buf, offset): argument 630 def _extract_zero_terminated_str(self, buf, offset): argument 635 def _parse_from_buf_internal(self, buf): argument 814 def _parse_from_buf(self, buf): argument 880 def _parse_from_dump_buf(self, buf): argument 895 def loads(buf): argument [all …]
|
/development/vndk/tools/sourcedr/ninja/ |
D | ninja.py | 254 def match(self, buf, pos): argument 885 def _unpack_uint32(buf): argument 890 def _unpack_uint32_iter(buf): argument
|
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
D | PduComposer.java | 187 protected void arraycopy(byte[] buf, int pos, int length) { in arraycopy()
|