Searched refs:skip (Results 1 – 5 of 5) sorted by relevance
/system/core/fastboot/ |
D | fastboot.cpp | 836 #define skip(n) do { argc -= (n); argv += (n); } while (0) macro 845 skip(2); in do_bypass_unlock_command() 856 skip(1); in do_bypass_unlock_command() 868 skip(1); in do_oem_command() 1116 skip(1); in main() 1132 skip(2); in main() 1141 skip(2); in main() 1172 skip(2); in main() 1180 skip(2); in main() 1183 skip(1); in main() [all …]
|
/system/core/logd/ |
D | LogTimes.cpp | 202 goto skip; in FilterSecondPass() 207 goto skip; in FilterSecondPass() 218 goto skip; in FilterSecondPass() 222 goto skip; in FilterSecondPass() 236 goto skip; in FilterSecondPass() 250 skip: in FilterSecondPass()
|
D | LogTimes.h | 73 void triggerSkip_Locked(log_id_t id, unsigned int skip) { skipAhead[id] = skip; } in triggerSkip_Locked() argument
|
/system/core/libsparse/ |
D | output_file.c | 64 int (*skip)(struct output_file *, int64_t); member 178 .skip = file_skip, 262 .skip = gz_file_skip, 312 .skip = callback_file_skip, 487 ret = out->ops->skip(out, rnd_up_len - len); in write_normal_data_chunk() 520 return out->ops->skip(out, len); in write_normal_skip_chunk()
|
/system/core/libutils/ |
D | String8.cpp | 425 size_t skip = strlen(other); in removeAll() local 429 ssize_t next = find(other, index + skip); in removeAll() 434 memmove(buf + tail, buf + index + skip, next - index - skip); in removeAll() 435 tail += next - index - skip; in removeAll()
|