Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dfile_format_dump_filter.cpp71 bool skip = false; in FilterControlChar() local
76 if ((!skip) && (c == ASCII_ESC) && ((pos + 1) < sum)) { in FilterControlChar()
78 skip = (next_c == ASCII_OB); in FilterControlChar()
81 … if (skip && (((c >= ASCII_UA) && (c <= ASCII_UZ)) || ((c >= ASCII_LA) && (c <= ASCII_LZ)))) { in FilterControlChar()
82 skip = false; in FilterControlChar()
86 if (skip || (c == ASCII_CR) || (c == ASCII_LF)) { in FilterControlChar()
/base/startup/init/services/modules/seccomp/scripts/
Dgenerate_code_from_policy.py748 def parse_args(self, function_name, line, skip): argument
762 bpf_policy = self.gen_bpf_valid_syscall_nr(syscall_nr, len(bpf_policy) - skip) + bpf_policy
767 skip = 0
770 skip = 2
779 self.bpf_policy += self.parse_args(function_name, left_line[2:], skip)
/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c259 int32_t skip = 0; in ParseRegStatusStr() local
261 if ((NextInt(&str, &skip)) != 0) { in ParseRegStatusStr()
265 … if ((skip != (int32_t)REG_NOTIFY_STAT_LAC_CELLID) && (skip != (int32_t)REG_NOTIFY_STAT_ONLY)) { in ParseRegStatusStr()
266 TELEPHONY_LOGE("notifyType check failed: [%{public}d]", skip); in ParseRegStatusStr()
600 int32_t skip = 0; in ReqGetOperatorInfo() local
603 ret = NextInt(&result, &skip); in ReqGetOperatorInfo()
608 ret = NextInt(&result, &skip); in ReqGetOperatorInfo()
/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/
Ddcm_attest.c541 struct HksBlob skip = { 0, NULL }; in ParseAttestTbs() local
542 int32_t ret = DcmAsn1ExtractTag(&skip, &obj, template, ASN_1_TAG_TYPE_SEQ); in ParseAttestTbs()
565 struct HksAsn1Obj skip = {{0}}; in ParseAttestCert() local
566 ret += DcmAsn1ExtractTag(&val, &skip, &val, ASN_1_TAG_TYPE_SEQ); in ParseAttestCert()
832 struct HksBlob skip = { 0, NULL }; in StepIntoPrivateKey() local
835 ret = DcmAsn1ExtractTag(&skip, &obj, key, ASN_1_TAG_TYPE_SEQ); in StepIntoPrivateKey()
/base/update/updater/test/unittest/test_data/diffpatch/
DPatchGztest_new.gz
DPatchGztest_old.gz1[==========] Running 25 tests from 7 test ...