OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resp_buffer
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_devshell.py
62
resp_buffer
= ''
67
resp_buffer
= extra
71
resp_buffer
+= s.recv(to_read, socket.MSG_WAITALL)
72
if
resp_buffer
!= CREDENTIAL_INFO_REQUEST_JSON:
/device/linaro/hikey/wpan/uim/
uim.c
54
char
resp_buffer
[20] = { 0 };
local
59
UIM_VER(" reading %d bytes", (int)read(dev_fd,
resp_buffer
, 15));
62
UIM_VER(" %x ",
resp_buffer
[index]);
Completed in 2232 milliseconds