OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:count_read
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
AdbUtils.java
62
int
count_read
= 0;
local
71
count_read
= dis.readInt();
73
return
count_read
;
/external/bluetooth/glib/gio/
gunixinputstream.c
436
gssize
count_read
;
local
443
count_read
= -1;
446
count_read
= read (data->stream->priv->fd, data->buffer, data->count);
447
if (
count_read
== -1)
467
g_simple_async_result_set_op_res_gssize (simple,
count_read
);
469
if (
count_read
== -1)
ginputstream.c
940
gssize
count_read
;
member in struct:__anon1209
956
op->
count_read
= class->read_fn (G_INPUT_STREAM (object),
959
if (op->
count_read
== -1)
1001
return op->
count_read
;
[
all
...]
Completed in 118 milliseconds