/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/tools/winscope/src/trace_processor/ |
D | string_utils.ts | 99 const buf = new Uint8Array(str.length); constant
|
D | proto_ring_buffer.ts | 25 private buf = new Uint8Array(kGrowBytes); property in ProtoRingBuffer
|
D | engine.ts | 372 const buf = TraceProcessorRpcStream.encode(outerProto).finish(); constant
|
/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/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()
|