Home
last modified time | relevance | path

Searched refs:get (Results 15801 - 15825 of 16272) sorted by relevance

1...<<631632633634635636637638639640>>...651

/kernel/linux/linux-6.6/kernel/rcu/
H A Dtree.c464 .get = param_get_ulong,
469 .get = param_get_ulong,
528 * IRQ tail once IRQs get re-enabled on userspace/guest resume.
545 * get re-enabled again.
607 * controlled environments, this function allows RCU to get what it
629 // We get here only when not in an extended quiescent state and in __rcu_irq_enter_check_tick()
667 * to get to a quiescent state, disable it.
1079 * to be too conservative, which can happen if callbacks get assigned a
1803 // We get here if a grace period was needed (“needgp”) in rcu_gp_cleanup()
1818 // We get her in rcu_gp_cleanup()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp385 * get the expected results.
704 errln("FAIL: orphanFilter() should get a UnicodeFilter"); in TestFiltering()
1131 // called. So we let one object get destructed, and check to in TestCopyJ476()
1312 // getID() return canonical case yet. It will all get rewritten in TestLiberalizedID()
1563 if (translit.get() == nullptr || !U_SUCCESS(status)) { in TestBasicTransliteratorEvenWithoutData()
1583 if (translit.get() == nullptr || !U_SUCCESS(status)) { in TestBasicTransliteratorEvenWithoutData()
3066 errln("FAIL: did not get expected precontext"); in TestParseError()
3069 errln("FAIL: did not get expected postcontext"); in TestParseError()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberFormatterApiTest.java1648 // we get a misleading "0" out of this: in unitUsage()
1660 // we get a misleading "0" out of this: in unitUsage()
1690 // we get a misleading "0" out of this: in unitUsage()
1702 // we get a misleading "0" out of this: in unitUsage()
5900 Object target = targets.get(method.getName()); in validRanges()
5917 Object target = targets.get(method.getName()); in validRanges()
/third_party/libinput/src/
H A Dlibinput.c4071 /* mode must be _ENABLED to get here */ in libinput_device_config_send_events_set_mode()
4364 return device->config.left_handed->get(device); in libinput_device_config_left_handed_get()
4405 /* method must be _NONE to get here */ in libinput_device_config_click_set_method()
4468 return device->config.middle_emulation->get(device); in libinput_device_config_middle_emulation_get_enabled()
4511 /* method must be _NO_SCROLL to get here */ in libinput_device_config_scroll_set_method()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp217 /// coalesce this interval, but it may be possible if other things get
1153 TII->get(TargetOpcode::COPY), IntB.reg) in removePartialRedundancy()
1581 CopyMI->setDesc(TII->get(TargetOpcode::IMPLICIT_DEF)); in eliminateUndefCopy()
2396 /// Removes subranges starting at copies that get removed. This sometimes
3262 // ranges get mapped to the "overflow" lane mask bit which creates unexpected in joinSubRegRanges()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp104 SMShadowTracker.count(Inst, getSubtargetInfo(), CodeEmitter.get()); in EmitAndCountInstruction()
485 // Commute operands to get a smaller encoding by using VEX.R instead of VEX.B in Lower()
913 // able to commute the operands to get a 2 byte VEX prefix. in Lower()
1321 // This is an optimization that lets us get away without emitting a nop in in LowerPATCHABLE_OP()
2650 SMShadowTracker.count(TmpInst, getSubtargetInfo(), CodeEmitter.get()); in EmitInstruction()
/third_party/python/Lib/test/
H A Dtest_itertools.py1099 pools = list(map(tuple, args)) * kwds.get('repeat', 1)
1122 pools = list(map(tuple, args)) * kwds.get('repeat', 1)
H A Dtest_ssl.py287 if not kwargs.get("server_side"):
1979 # Loop on the handshake for a bit to get it settled
2279 # A simple IO loop. Call func(*args) depending on the error we get
2281 timeout = kwargs.get('timeout', support.SHORT_TIMEOUT)
2300 # If there's no error, we're done. For WANT_READ, we need to get
2909 min_version = PROTOCOL_TO_TLS_VERSION.get(client_protocol, None)
3020 self.assertTrue(cert, "Can't get peer certificate.")
3055 self.assertTrue(cert, "Can't get peer certificate.")
3077 self.assertTrue(cert, "Can't get peer certificate.")
3092 self.assertTrue(cert, "Can't get pee
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1636 TAG_LOGE(AceLogTag::ACE_DRAG, "get thumbnail pixelMap failed!");
1670 LOGE("get thumbnail pixelMap timeout!"); in GetThumbnailPixelMap()
4292 rsNode_->SetInvert(std::get<float>(invert));
4294 InvertOption option = std::get<InvertOption>(invert);
4732 const auto& rectF = std::get<RectF>(rect);
4737 auto shape = std::get<RefPtr<ShapeRect>>(rect);
6106 // minus padding to get contentRect
/kernel/linux/linux-5.10/net/core/
H A Ddevlink.c3623 if (!param->get) in devlink_param_get()
3625 return param->get(devlink, param->id, ctx); in devlink_param_get()
4062 WARN_ON(param->get || param->set); in devlink_param_register_one()
4064 WARN_ON(!param->get || !param->set); in devlink_param_register_one()
4457 * __devlink_region_snapshot_id_get - get snapshot ID
8714 * devlink_resource_size_get - get and update size
9060 * devlink_param_driverinit_value_get - get configuration parameter
9067 * This function should be used by the driver to get driverinit
9104 * devlink_port_param_driverinit_value_get - get configuration parameter
9111 * This function should be used by the driver to get driverini
[all...]
/third_party/python/Objects/
H A Dtypeobject.c1364 /* We get here only if the type has GC */ in subtype_dealloc()
4634 objects are compared, both get a chance at the in object_richcompare()
6457 * to get type objects into the doubly-linked list of all objects. in type_ready()
6540 // Only get tp_subclasses after creating the key and value. in add_subclass()
7812 PyObject *get; in slot_tp_descr_get() local
7814 get = _PyType_Lookup(tp, &_Py_ID(__get__)); in slot_tp_descr_get()
7815 if (get == NULL) { in slot_tp_descr_get()
7826 return PyObject_CallFunctionObjArgs(get, self, obj, type, NULL); in slot_tp_descr_get()
8384 /* Use faster uncached lookup as we won't get any cache hits during type setup. */ in update_one_slot()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp4659 GetArkUINodeModifiers()->getCommonModifier()->setAlignRules(nativeNode, realAnchors.get(), direction.get(), in SetAlignRules()
6053 auto* longPressGestureEvent = TypeInfoHelper::DynamicCast<LongPressGestureEvent>(info.get()); in SetUniqueAttributes()
6062 auto* panGestureEvent = TypeInfoHelper::DynamicCast<PanGestureEvent>(info.get()); in SetUniqueAttributes()
6075 auto* pinchGestureEvent = TypeInfoHelper::DynamicCast<PinchGestureEvent>(info.get()); in SetUniqueAttributes()
6086 auto* rotationGestureEvent = TypeInfoHelper::DynamicCast<RotationGestureEvent>(info.get()); in SetUniqueAttributes()
6095 auto* swipeGestureEvent = TypeInfoHelper::DynamicCast<SwipeGestureEvent>(info.get()); in SetUniqueAttributes()
6255 Local<JSValueRef> distanceArg = runtimeCallInfo->GetCallArgRef(argNumber + 2); // 2: get the third arg in GetTapGestureValue()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp679 imageInfos[i].drawable = images[i]->drawableDescriptor->drawableDescriptor.get(); in ParseImages()
912 node->uiNodeHandle, drawableDescriptor->drawableDescriptor.get(), repeat); in SetBackgroundImage()
6509 // get value 2 is font style in SetTextFont()
7426 node->uiNodeHandle, const_cast<const char**>(families.get()), fontFamilies.size()); in SetTextFontFamily()
7429 node->uiNodeHandle, const_cast<const char**>(families.get()), fontFamilies.size()); in SetTextFontFamily()
7432 node->uiNodeHandle, const_cast<const char**>(families.get()), fontFamilies.size()); in SetTextFontFamily()
9772 fullImpl->getNodeModifiers()->getImageModifier()->setPixelMap(node->uiNodeHandle, descriptor.get()); in SetPixelMapSrc()
9779 fullImpl->getNodeModifiers()->getImageModifier()->setPixelMapArray(node->uiNodeHandle, descriptor.get()); in SetPixelMapArraySrc()
9786 fullImpl->getNodeModifiers()->getImageModifier()->setResourceSrc(node->uiNodeHandle, resource.get()); in SetResourceSrc()
9952 imageInfo.resource = drawableDescriptor->resource.get(); in SetAlt()
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4proc.c4194 * nfs4_proc_get_rootfh - get file handle for server's pseudoroot
4633 * TODO: For the time being, we don't try to get any attributes
4649 * we get the post-operation mtime and size.
7817 .get = nfs4_xattr_get_nfs4_label,
8922 * @clnt: struct rpc_clnt to get new transport
10725 .get = nfs4_xattr_get_nfs4_acl,
10733 .get = nfs4_xattr_get_nfs4_dacl,
10740 .get = nfs4_xattr_get_nfs4_sacl,
10748 .get = nfs4_xattr_get_nfs4_user,
/third_party/mesa3d/include/CL/
H A Dcl.hpp103 * cl::Platform::get(&platforms);
2365 static cl_int get( in get() function in cl::Platform
2394 static cl_int get( in get() function in cl::Platform
2423 static Platform get( in get() function in cl::Platform
2456 return get(errResult); in getDefault()
2591 error = Platform::get(&platforms); in Context()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp68 return item->subscriber.get() == subscriber; in UvQueueWorkOnAppAccountsChanged()
384 ACCOUNT_LOGE("Can not get string param from argv"); in GetNamedProperty()
485 ACCOUNT_LOGE("get napi global failed"); in GetAuthenticatorCallbackForResult()
970 ACCOUNT_LOGE("failed to get options's credential property"); in ParseVerifyCredentialOptions()
974 ACCOUNT_LOGE("failed to get options's credentialType property"); in ParseVerifyCredentialOptions()
1347 ACCOUNT_LOGE("fail to get string"); in ParseCreateAccountOptions()
1354 ACCOUNT_LOGE("fail to get string"); in ParseCreateAccountOptions()
1389 ACCOUNT_LOGE("failed to get options's authType property"); in ParseCreateAccountImplicitlyOptions()
/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp181 EDMLOGI("EDM OnReceiveEvent get action: %{public}s", action.c_str()); in OnReceiveEvent()
244 EDMLOGE("OnCommonEventPackageAdded get INVALID_USERID"); in OnCommonEventPackageAdded()
256 EDMLOGE("OnCommonEventPackageRemoved get INVALID_USERID"); in OnCommonEventPackageRemoved()
434 IPolicyManager::policyManagerInstance_ = policyMgr_.get(); in InitAllPolices()
439 EDMLOGW("OnAddSystemAbility::InitAllPolices:get rdbStore failed."); in InitAllPolices()
571 EDMLOGE("EnterpriseDeviceMgrAbility::HandleDisallowedNetworkInterface get NetPolicyClient failed."); in HandleDisallowedNetworkInterface()
631 EDMLOGE("get watermarkPlugin fail"); in OnRenderSystemStart()
663 EDMLOGE("OnWindowManagerServiceStart wms obj get fial"); in OnWindowManagerServiceStart()
1021 EDMLOGW("CheckCallingUid failed: get bundleName for uid %{public}d fail.", uid); in CheckCallingUid()
1087 EDMLOGD("IsAdminEnabled: get admi in IsAdminEnabled()
[all...]
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp238 env, thisVar, controllerObject.get(), [](napi_env env, void *data, void *hint) {}, nullptr, nullptr); in JsConstructor()
266 IMSA_HILOGE("failed to get reference value!"); in GetIMController()
452 IMSA_HILOGE("output get boolean != nullptr[%{public}d]", result != nullptr); in HandleSoftKeyboard()
513 IMSA_HILOGE("get cursorInfo failed."); in GetValue()
522 IMSA_HILOGE("get selectionRange failed."); in GetValue()
528 IMSA_HILOGE("get windowId failed."); in GetValue()
756 IMSA_HILOGE("failed to get uv entry!");
791 IMSA_HILOGD("failed to get uv entry.");
821 IMSA_HILOGD("failed to get uv entry.");
852 IMSA_HILOGD("failed to get u
[all...]
/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Daccount_iam_client_test.cpp1105 testing::Mock::AllowLeak(testCallback.get()); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp89 if (!Common::SetNotification(env, request.get(), requestResult)) { in SetSubscribeCallbackData()
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp900 if (handler == nullptr || handler.get() == nullptr) { in GetImsSwitchResponse()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp259 HILOGD("get callerUid = %{public}d, AccessTokenID = %{private}s", callerUid, in StartRemoteAbilityInner()
280 HILOGE("get local bundle info failed"); in ReportEvent()
657 HILOGI("get AccessTokenID = %{public}s", GetAnonymStr(std::to_string(accessToken)).c_str()); in StartContinuationInner()
771 HILOGD("get callerUid = %{public}d, callerPid = %{public}d, AccessTokenID = %{private}s", callerUid, callerPid, in ConnectRemoteAbilityInner()
791 HILOGD("get callerUid = %{public}d, AccessTokenID = %{private}s", callerUid, in DisconnectRemoteAbilityInner()
960 HILOGE("get mission snapshot failed!"); in GetRemoteMissionSnapshotInfoInner()
963 PARCEL_WRITE_HELPER(reply, Parcelable, missionSnapshotPtr.get()); in GetRemoteMissionSnapshotInfoInner()
1622 HILOGD("get callerUid = %{private}d, AccessTokenID = %{private}s", callerUid, in StopRemoteExtensionAbilityInner()
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp139 { "get", no_argument, nullptr, 'g' },
185 messageMap_[GET_ABILITY_SERVICE_FAILED] = "error: get ability service failed."; in CreateMessageMap()
197 messageMap_[GET_BUNDLE_MANAGER_SERVICE_FAILED] = "error: get bundle manager service failed."; in CreateMessageMap()
200 messageMap_[GET_RECENT_MISSIONS_FAILED] = "error: get recent missions failed."; in CreateMessageMap()
211 messageMap_[GET_BUNDLE_INFO_FAILED] = "error: get bundle info failed."; in CreateMessageMap()
244 result = AbilityManagerClient::GetInstance()->StartAbility(want, *(setting.get()), nullptr, -1); in RunAsStartAbility()
682 case 'g': { // 'aa appdebug -g get' in SwitchOptionForAppDebug()
683 TAG_LOGD(AAFwkTag::AA_TOOL, "'aa %{public}s -g' get", cmd_.c_str()); in SwitchOptionForAppDebug()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ui_ability.cpp86 TAG_LOGE(AAFwkTag::UIABILITY, "get value failed"); in OnContinuePromiseCallback()
239 TAG_LOGE(AAFwkTag::UIABILITY, "get ability native object failed"); in SetAbilityContext()
253 abilityContext_->Bind(jsRuntime_, shellContextRef_.get()); in SetAbilityContext()
299 TAG_LOGE(AAFwkTag::UIABILITY, "get ability object failed"); in OnStart()
616 TAG_LOGE(AAFwkTag::UIABILITY, "get Ability object failed"); in CallOnForegroundFunc()
694 TAG_LOGE(AAFwkTag::UIABILITY, "get js value failed"); in OnBackPress()
711 TAG_LOGE(AAFwkTag::UIABILITY, "get js value failed"); in OnPrepareTerminate()
951 TAG_LOGE(AAFwkTag::UIABILITY, "get intentExecutor failed"); in ExecuteInsightIntentRepeateForeground()
996 TAG_LOGE(AAFwkTag::UIABILITY, "get intentExecutor failed"); in ExecuteInsightIntentMoveToForeground()
1028 TAG_LOGE(AAFwkTag::UIABILITY, "get intentExecuto in ExecuteInsightIntentBackground()
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp636 if (memoryLevelInfo.get() == nullptr) { in HandleNotifyProcMemoryLevel()

Completed in 171 milliseconds

1...<<631632633634635636637638639640>>...651