HomeSort by relevance Sort by last modified time
    Searched full:done_flag (Results 1 - 9 of 9) sorted by null

  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
read_device_node.c 81 bool done_flag; local
112 done_flag = false;
113 while ((buf_size > 0) && (!done_flag)) {
125 done_flag = true;
133 done_flag = true;
141 done_flag = true;
149 done_flag = true;
157 done_flag = true;
168 done_flag = true;
179 done_flag = true
    [all...]
  /external/libmicrohttpd/src/testzzuf/
test_put.c 125 int done_flag = 0; local
133 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END);
176 int done_flag = 0; local
184 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END);
237 int done_flag = 0; local
246 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END);
test_put_chunked.c 131 int done_flag = 0; local
139 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END);
182 int done_flag = 0; local
190 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END);
249 int done_flag = 0; local
258 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END);
test_put_large.c 138 int done_flag = 0; local
147 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END);
190 int done_flag = 0; local
199 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END);
252 int done_flag = 0; local
262 NULL, NULL, &ahc_echo, &done_flag,
  /external/libmicrohttpd/src/testcurl/
test_large_put.c 148 int done_flag = 0; local
157 NULL, NULL, &ahc_echo, &done_flag,
206 int done_flag = 0; local
215 NULL, NULL, &ahc_echo, &done_flag,
267 int done_flag = 0; local
276 NULL, NULL, &ahc_echo, &done_flag,
339 int done_flag = 0; local
348 NULL, NULL, &ahc_echo, &done_flag,
test_put.c 128 int done_flag = 0; local
136 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END);
184 int done_flag = 0; local
192 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END);
241 int done_flag = 0; local
249 NULL, NULL, &ahc_echo, &done_flag,
310 int done_flag = 0; local
318 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END);
test_put_chunked.c 138 int done_flag = 0; local
146 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END);
194 int done_flag = 0; local
202 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END);
251 int done_flag = 0; local
259 NULL, NULL, &ahc_echo, &done_flag,
320 int done_flag = 0; local
328 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END);
test_timeout.c 169 int done_flag = 0; local
177 NULL, NULL, &ahc_echo, &done_flag,
224 int done_flag = 0; local
232 NULL, NULL, &ahc_echo, &done_flag,
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
stress_iio.c 716 bool done_flag; local
781 done_flag = false;
783 while ((buf_size > 0) && (!done_flag)) {
794 done_flag = true;
802 done_flag = true;
811 done_flag = true;
819 done_flag = true;
827 done_flag = true;
838 done_flag = true;
850 done_flag = true
    [all...]

Completed in 2362 milliseconds