/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
H A D | file_format_dump_filter.cpp | 71 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/request/request/services/src/manage/scheduler/qos/ |
H A D | mod.rs | 117 for tasks in self.apps.iter().skip(app_i + 1).map(|app| &app[..]) { in reschedule_inner() 149 .skip(app_i) in reschedule_inner() 151 .flat_map(|app| app.iter().skip(task_i + 1)) in reschedule_inner()
|
/base/hiviewdfx/hidumper/test/scripts/testModule/ |
H A D | test_memory.py | 137 pytest.skip("test application not found")
156 pytest.skip("test application not found")
175 pytest.skip("test application not found")
191 pytest.skip("test application not found")
|
H A D | test_permission.py | 132 pytest.skip("test application not found")
151 pytest.skip("test application not found")
181 pytest.skip("test only in root mode")
191 pytest.skip("test only in root mode")
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | text_listener_inner_api_test.cpp | 486 int32_t skip = 2; in HWTEST_F() local 490 TextListenerInnerApiTest::imc_->SelectByMovement(direction, skip); in HWTEST_F() 492 EXPECT_NE(TextListener::selectionSkip_, skip); in HWTEST_F() 496 TextListenerInnerApiTest::imc_->SelectByMovement(direction, skip); in HWTEST_F() 498 EXPECT_NE(TextListener::selectionSkip_, skip); in HWTEST_F()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_data_channel_stub.cpp | 169 int32_t skip = 0; in SelectByMovementOnRemote() local 170 if (!ITypesUtil::Unmarshal(data, direction, skip)) { in SelectByMovementOnRemote() 174 return reply.WriteInt32(SelectByMovement(direction, skip)) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in SelectByMovementOnRemote()
|
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/ |
H A D | backtrace_local_test.cpp | 254 * @tc.desc: test skip two stack frames and verify stack frame 276 size_t skip = 3; // skip #0x in HWTEST_F() local 277 ASSERT_EQ(oldframe.erase(0, skip), newframe.erase(0, skip)); in HWTEST_F() 283 * @tc.desc: test skip all stack frames 310 * @tc.desc: test skip stack frames exceeding the length
|
/base/startup/init/services/modules/seccomp/scripts/ |
H A D | generate_code_from_policy.py | 752 def parse_args(self, function_name, line, skip): 766 bpf_policy = self.gen_bpf_valid_syscall_nr(syscall_nr, len(bpf_policy) - skip) + bpf_policy 771 skip = 0 774 skip = 2 783 self.bpf_policy += self.parse_args(function_name, left_line[2:], skip)
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_network.c | 237 TELEPHONY_LOGE("skip failed: [%{public}s]", str); in ParseRegStatusStr() 260 int32_t skip = 0; in ParseRegStatusStr() local 262 if ((NextInt(&str, &skip)) != 0) { in ParseRegStatusStr() 263 TELEPHONY_LOGE("skip failed: [%{public}s]", str); in ParseRegStatusStr() 266 if ((skip != (int32_t)REG_NOTIFY_STAT_LAC_CELLID) && (skip != (int32_t)REG_NOTIFY_STAT_ONLY)) { in ParseRegStatusStr() 267 TELEPHONY_LOGE("notifyType check failed: [%{public}d]", skip); in ParseRegStatusStr() 376 TELEPHONY_LOGE("skip failed: [%{public}s]", resultStr); in ProcessParamSignalStrength() 426 TELEPHONY_LOGE("skip failed: %{public}s", resultStr); in ProcessParamSignalStrengthNotify() 601 int32_t skip in ReqGetOperatorInfo() local [all...] |
/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/ |
H A D | dcm_attest.c | 541 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/telephony/call_manager/services/telephony_interaction/src/ |
H A D | call_status_callback.cpp | 415 if (int result = ffrt::skip(waitingToneHandle_) != TELEPHONY_SUCCESS) { in ReceiveUpdateCallMediaModeResponse()
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_control_manager.cpp | 1247 TELEPHONY_LOGI("skip disconnect ability task"); in cancel() 1248 int ret = ffrt::skip(handle); in cancel() 1250 TELEPHONY_LOGE("skip task failed, ret = %{public}d", ret); in cancel()
|