Home
last modified time | relevance | path

Searched refs:result (Results 17376 - 17400 of 17712) sorted by relevance

1...<<691692693694695696697698699700>>...709

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.h81 * status - Negotiation result (Status Code)
625 * p2p_scan_res_handler() for each scan result that has a P2P IE and
965 * invitation_result - Callback on Invitation result
967 * @status: Negotiation result (Status Code)
975 * This callback is used to indicate result of an Invitation procedure
1054 * result in our being an autonomous GO.
1104 * Returns: P2PS_SETUP_* bitmap of group capability result.
1591 * @bssid: BSSID of the scan result
1593 * @rx_time: Time when the result was received
1596 * @ies: Pointer to IEs from the scan result
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant_i.h848 result);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.h81 * status - Negotiation result (Status Code)
646 * p2p_scan_res_handler() for each scan result that has a P2P IE and
987 * invitation_result - Callback on Invitation result
989 * @status: Negotiation result (Status Code)
997 * This callback is used to indicate result of an Invitation procedure
1076 * result in our being an autonomous GO.
1126 * Returns: P2PS_SETUP_* bitmap of group capability result.
1618 * @bssid: BSSID of the scan result
1620 * @rx_time: Time when the result was received
1623 * @ies: Pointer to IEs from the scan result
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp240 void OnResult(const uint64_t timestamp, const std::shared_ptr<OHOS::Camera::CameraMetadata>& result) const override
244 if (result != nullptr) {
245 g_metaResult = result;
246 common_metadata_header_t* data = result->get();
6418 std::shared_ptr<OHOS::Camera::CameraMetadata> result = nullptr; in HWTEST_F() local
6419 int32_t onResult = camDeviceSvcCallback->OnResult(0, result); in HWTEST_F()
6433 onResult = camDeviceSvcCallback->OnResult(0, result); in HWTEST_F()
7195 std::shared_ptr<OHOS::Camera::CameraMetadata> result = nullptr; in HWTEST_F() local
7196 int32_t intResult = deviceCallback->OnResult(timestamp, result); in HWTEST_F()
11502 std::shared_ptr<OHOS::Camera::CameraMetadata> result in HWTEST_F() local
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c112 whose execute different commands depending on the result of the condition check.
120 for the checker itself and for the actions depending on the result of the checker.
1252 int result = 0; in detect_early_fail() local
1569 result = EARLY_FAIL_ENHANCE_MAX; in detect_early_fail()
1570 else if (result < count) in detect_early_fail()
1571 result = count; in detect_early_fail()
1578 return result; in detect_early_fail()
3169 sljit_uw *result; in allocate_read_only_data() local
3174 result = (sljit_uw *)SLJIT_MALLOC(size + sizeof(sljit_uw), compiler->allocator_data); in allocate_read_only_data()
3175 if (SLJIT_UNLIKELY(result in allocate_read_only_data()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp541 int result = AshmemSetProt(fd, PROT_READ | PROT_WRITE); in AllocSharedMemory() local
542 if (result < 0) { in AllocSharedMemory()
1968 int result = AshmemSetProt(fd, PROT_READ | PROT_WRITE); in WriteAshmemDataToParcel() local
1969 IMAGE_LOGD("AshmemSetProt:[%{public}d].", result); in WriteAshmemDataToParcel()
1970 if (result < 0) { in WriteAshmemDataToParcel()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp3363 WMError result = UpdateProperty(WSPropertyChangeAction::ACTION_UPDATE_TOUCH_HOT_AREA); in SetTouchHotAreas() local
3364 if (result != WMError::WM_OK) { in SetTouchHotAreas()
3366 WLOGFE("errCode:%{public}d", static_cast<int32_t>(result)); in SetTouchHotAreas()
3367 return result; in SetTouchHotAreas()
3373 return result; in SetTouchHotAreas()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc976 void EmitLea(InstructionSelector* selector, Node* result, Node* index, in EmitLea() argument
990 outputs[0] = g.DefineAsRegister(result); in EmitLea()
1037 // The high word of the result is not used, so we emit the standard 32 bit in VisitInt32PairAdd()
1063 // The high word of the result is not used, so we emit the standard 32 bit in VisitInt32PairSub()
1091 // The high word of the result is not used, so we emit the standard 32 bit in VisitInt32PairMul()
1827 Node* const result = NodeProperties::FindProjection(node, 0); in VisitWordCompareZero() local
1828 if (result == nullptr || IsDefined(result)) { in VisitWordCompareZero()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DTestUtil.java2006 Descriptors.FieldDescriptor result; in f()
2008 result = baseDescriptor.findFieldByName(name); in f()
2010 result = file.findExtensionByName(name + "_extension"); in f()
2012 Assert.assertNotNull(result); in f()
2013 return result; in f()
/third_party/selinux/libsepol/cil/src/
H A Dcil_binary.c1008 cil_log(CIL_ERR, "Conflicting type rules (scontext=%s tcontext=%s tclass=%s result=%s), existing=%s\n", in __cil_insert_type_rule()
1014 cil_log(CIL_ERR, "Expanded from type rule (scontext=%s tcontext=%s tclass=%s result=%s)\n", in __cil_insert_type_rule()
1041 cil_log(CIL_ERR, "Conflicting type rules (scontext=%s tcontext=%s tclass=%s result=%s), existing=%s\n", in __cil_insert_type_rule()
1047 cil_log(CIL_ERR, "Expanded from type rule (scontext=%s tcontext=%s tclass=%s result=%s)\n", in __cil_insert_type_rule()
1117 rc = __cil_get_sepol_type_datum(pdb, DATUM(cil_rule->result), &sepol_result); in __cil_type_rule_to_avtab()
1226 trans.result = typetrans->result; in __cil_typetransition_to_avtab()
1245 rc = __cil_get_sepol_type_datum(pdb, DATUM(typetrans->result), &sepol_result); in __cil_typetransition_to_avtab()
2437 rc = __cil_get_sepol_role_datum(pdb, DATUM(roletrans->result), &sepol_result); in cil_roletrans_to_policydb()
4284 cil_log(CIL_WARN, "Expression result wa in __cil_set_conditional_state_and_flags()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp2132 sh::WorkGroupSize result(-1); in getComputeShaderLocalSize()
2133 for (size_t i = 0u; i < result.size(); ++i) in getComputeShaderLocalSize()
2137 result[i] = 1; in getComputeShaderLocalSize()
2141 result[i] = mComputeShaderLocalSize[i]; in getComputeShaderLocalSize()
2144 return result; in getComputeShaderLocalSize()
2295 // result in an error later, so we don't generate an error message here. in executeInitializer()
6261 // 2. The result will have the same number of columns as the lvalue. in isMultiplicationTypeCombinationValid()
6751 // other operation will result in a temp value which cannot be passed to this in checkAtomicMemoryBuiltinFunctions()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp149 // If it does not exist, create it and return the judgment result. in LoadDataFromPersistentStorage()
3133 APP_LOGD("user(%{public}d) get installed bundles list result(%{public}d)", userId, find); in GetBundleList()
3181 LOG_D(BMS_TAG_QUERY, "get bundleInfos result(%{public}d) in user(%{public}d)", find, userId); in GetBundleInfos()
3305 APP_LOGD("get all bundleInfos result(%{public}d)", find); in GetAllBundleInfos()
4385 APP_LOGW("SetCloneAbilityEnabled failed result: %{public}d, bundleName:%{public}s, abilityName:%{public}s", in SetAbilityEnabled()
4398 APP_LOGW("SetAbilityEnabled failed result: %{public}d, bundleName:%{public}s, abilityName:%{public}s", in SetAbilityEnabled()
4751 auto result = false; in GetAllFormsInfo() local
4758 result = true; in GetAllFormsInfo()
4761 return result; in GetAllFormsInfo()
7760 auto result in CreateGroupDir() local
7842 ErrCode result = InstalldClient::GetInstance()->SetDirApl( InnerCreateEl5Dir() local
7865 auto result = InstalldClient::GetInstance()->SetEncryptionPolicy(uid, info.GetBundleName(), el5Param.userId, keyId); SetEl5DirPolicy() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp3953 MeasureUnit result(*adopted); in toMeasureUnit()
3955 return result; in toMeasureUnit()
4948 errln("Invalid prefix should result in an error."); in TestIdentifierDetails()
5341 UnicodeString result;
5343 mf.formatMeasures(H5M10, UPRV_LENGTHOF(H5M10), result, pos, status);
5344 assertEquals("Should have consistent spacing", u"5h 10min", result);
5352 // mf1.formatMeasures(H5M10, UPRV_LENGTHOF(H5M10), result.remove(), pos, status);
5353 // assertFalse(result + u" " + loc.getName(), true);
5465 UnicodeString result(prefix); in verifyFieldPosition()
5475 fmt.formatMeasures(measures, measureCount, result, po in verifyFieldPosition()
[all...]
/foundation/ability/ability_runtime/test/unittest/pending_want_test/
H A Dpending_want_test.cpp891 auto result = pendingWant.Send(requestCode, want, onCompleted, requiredPermission, options, startOptions, target); in HWTEST_F() local
892 EXPECT_EQ(result, ERR_ABILITY_RUNTIME_EXTERNAL_SERVICE_BUSY); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp103 int result = Security::AccessToken::AccessTokenKit::VerifyAccessToken(callerToken, PERMISSION_RUN_ANY_CODE);
104 if (result == Security::AccessToken::PermissionState::PERMISSION_GRANTED) {
278 // match number result in JsperfProfilerCommandParse()
286 // get match result in JsperfProfilerCommandParse()
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp1789 ErrCode result = proxy->GetAmsMgr()->KillProcessWithAccount(STRING_BUNDLE_NAME, ACCOUNT_ID); in HWTEST_F() local
1790 EXPECT_EQ(result, ERR_OK); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dui_ability_test.cpp880 int result = 0; in HWTEST_F() local
881 ability->OnCompleteContinuation(result); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp574 const Offset& coordinateOffset, const TouchRestrict& touchRestrict, TouchTestResult& result) in OnTouchTestHit()
577 result.emplace_back(rawDetector_); in OnTouchTestHit()
573 OnTouchTestHit( const Offset& coordinateOffset, const TouchRestrict& touchRestrict, TouchTestResult& result) OnTouchTestHit() argument
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp1669 auto result = dataProvider->GetMovingPhotoCoverPosition(IMAGE_URI, uri_, columns); in GetUriCoverPosition() local
1670 return result; in GetUriCoverPosition()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_keyboard_shortcut_test_ng.cpp1359 bool result = in HWTEST_F() local
1361 EXPECT_TRUE(result); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dselect_overlay_manager_test_ng.cpp478 auto result = selectOverlayManager->IsInSelectedOrSelectOverlayArea(point); in HWTEST_F() local
479 EXPECT_FALSE(result); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp1077 * @tc.expected: result id false and framenode add a child seccuss in HWTEST_F()
1137 bool result = customNode->RenderCustomChild(deadlines); in HWTEST_F() local
1138 EXPECT_FALSE(result); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1298 void ProcessResultObject(RefPtr<PasteDataMix> pasteData, const ResultObject& result);
1299 void EncodeTlvDataByResultObject(const ResultObject& result, std::vector<uint8_t>& tlvData);
/foundation/barrierfree/accessibility/common/interface/test/unittest/
H A Daccessible_ability_manager_service_stub_test.cpp1917 RetError result = Singleton<AccessibleAbilityManagerService>::GetInstance().SetBrightnessDiscount(value); in HWTEST_F() local
1918 EXPECT_EQ(RET_ERR_NULLPTR, result); in HWTEST_F()
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_window_manager_test/
H A Daams_accessibility_window_manager_test.cpp1623 bool result = windowInfoManager.Init(); in HWTEST_F() local
1624 EXPECT_EQ(result, true); in HWTEST_F()

Completed in 121 milliseconds

1...<<691692693694695696697698699700>>...709