Searched refs:skip (Results 1 – 8 of 8) sorted by relevance
/system/core/fastboot/ |
D | fastboot.cpp | 1077 #define skip(n) do { argc -= (n); argv += (n); } while (0) macro 1083 skip(2); in do_bypass_unlock_command() 1096 skip(1); in do_bypass_unlock_command() 1108 skip(1); in do_oem_command() 1386 skip(1); in main() 1420 skip(2); in main() 1435 skip(2); in main() 1471 skip(2); in main() 1479 skip(2); in main() 1482 skip(1); in main() [all …]
|
/system/core/logd/ |
D | LogTimes.cpp | 224 goto skip; in FilterSecondPass() 229 goto skip; in FilterSecondPass() 240 goto skip; in FilterSecondPass() 244 goto skip; in FilterSecondPass() 258 goto skip; in FilterSecondPass() 272 skip: in FilterSecondPass()
|
D | LogTimes.h | 75 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 | 431 size_t skip = strlen(other); in removeAll() local 435 ssize_t next = find(other, index + skip); in removeAll() 440 memmove(buf + tail, buf + index + skip, next - index - skip); in removeAll() 441 tail += next - index - skip; in removeAll()
|
/system/core/adb/ |
D | file_sync_client.cpp | 81 bool skip = false; member 376 if (!ci.skip) expected_total_bytes_ += ci.size; in ComputeExpectedTotalBytes() 632 ci.skip = true; in local_build_list() 650 ci.skip = true; in local_build_list() 692 ci.skip = true; in copy_local_dir_remote() 701 if (!ci.skip) { in copy_local_dir_remote() 834 ci.skip = true; in remote_build_list() 898 if (!ci.skip) { in copy_remote_dir_local()
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 14918 b) if s2 is not an Empty Buffer, compute x2 ≔ HnameAlg (s2) mod p, else skip to step (e) 14930 g) if p1 is an Empty Buffer, skip to step i) 21621 //If this is a trial policy, skip all validations and the operation 22203 //If this is a trial policy, skip all validations and the operation 24056 //If this is a trial policy, skip all validations 29487 // Read the fingerprint value, skip the leading integrity size
|
D | raw_commands_fixed.txt | 14929 b) if s2 is not an Empty Buffer, compute x2 ≔ HnameAlg (s2) mod p, else skip to step (e) 14941 g) if p1 is an Empty Buffer, skip to step i) 21632 //If this is a trial policy, skip all validations and the operation 22214 //If this is a trial policy, skip all validations and the operation 24067 //If this is a trial policy, skip all validations 29498 // Read the fingerprint value, skip the leading integrity size
|