| /third_party/spirv-tools/source/opt/ |
| H A D | types.cpp | 678 CooperativeMatrixNV::CooperativeMatrixNV(const Type* type, const uint32_t scope, in CooperativeMatrixNV() argument 714 CooperativeMatrixKHR(const Type* type, const uint32_t scope, const uint32_t rows, const uint32_t columns, const uint32_t use) CooperativeMatrixKHR() argument
|
| H A D | upgrade_memory_model.cpp | 574 uint32_t UpgradeMemoryModel::GetScopeConstant(spv::Scope scope) { in GetScopeConstant() argument [all...] |
| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgVariableManager.cpp | 313 ValueScope* scope = *stackIter; in declareVariable() local 345 const ValueScope* scope = *i; in getParentValue() local 387 void VariableManager::pushVariableScope (VariableScope& scope) in pushVariableScope() argument 422 pushValueScope(ValueScope& scope) pushValueScope() argument 455 const ValueScope* scope = *scopeIter; popValueScope() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | wpa_ctrl.c | 441 char *scope; in wpa_ctrl_open() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
| H A D | wpa_ctrl.c | 405 char *scope; in wpa_ctrl_open() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | emitter.cpp | 315 void FunctionEmitter::GenScopeVariableInfoEnd(pandasm::Function *func, const varbinder::Scope *scope, uint32_t count, in GenScopeVariableInfoEnd() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | varbinder.cpp | 166 bool VarBinder::InstantiateArgumentsImpl(Scope **scope, Scope *iter, const ir::AstNode *node) in InstantiateArgumentsImpl() argument 190 Scope *scope = iter->IsFunctionParamScope() ? iter : iter->EnclosingVariableScope(); in InstantiateArguments() local 216 VariableScope *scope = iter->IsFunctionParamScope() ? iter->AsFunctionParamScope()->GetFunctionScope() PropagateDirectEval() local 229 auto *scope = classDef->Scope(); InstantiatePrivateContext() local [all...] |
| /arkcompiler/ets_frontend/es2panda/binder/ |
| H A D | scope.cpp | 96 void Scope::CalculateLevelInCorrespondingFunctionScope(const FunctionParamScope *scope, uint32_t &lexLevel, in CalculateLevelInCorrespondingFunctionScope() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | utilityTypeHandlers.cpp | 244 auto *const scope = partialClassDef->Scope()->AsClassScope(); in CreateConstructorForPartialType() local 380 CreateScriptFunctionForConstructor( varbinder::FunctionScope *const scope) CreateScriptFunctionForConstructor() argument
|
| /base/account/os_account/interfaces/kits/napi/appaccount/src/ |
| H A D | napi_app_account_authenticator.cpp | 394 napi_handle_scope scope = nullptr; in AddAccountImplicitlyWork() local 413 napi_handle_scope scope = nullptr; in AuthenticateWork() local 434 napi_handle_scope scope = nullptr; in CreateAccountImplicitlyWork() local 461 napi_handle_scope scope in AuthWork() local 480 napi_handle_scope scope = nullptr; VerifyCredentialWork() local 498 napi_handle_scope scope = nullptr; SetPropertiesWork() local 514 napi_handle_scope scope = nullptr; CheckAccountLabelsWork() local 537 napi_handle_scope scope = nullptr; IsAccountRemovableWork() local [all...] |
| /base/notification/common_event_service/interfaces/kits/napi/common_event/src/ |
| H A D | common_event.cpp | 130 napi_handle_scope scope; in ThreadSafeCallback() local
|
| /base/notification/eventhandler/frameworks/napi/src/ |
| H A D | events_emitter.cpp | 105 napi_handle_scope scope; in ThreadSafeCallback() local
|
| /base/security/access_token/interfaces/innerkits/accesstoken/src/ |
| H A D | accesstoken_manager_proxy.cpp | 535 RegisterPermStateChangeCallback( const PermStateChangeScopeParcel& scope, const sptr<IRemoteObject>& callback) RegisterPermStateChangeCallback() argument
|
| /base/security/access_token/services/accesstokenmanager/test/unittest/ |
| H A D | permission_manager_test.cpp | 2271 PermStateChangeScope scope; in HWTEST_F() local
|
| /base/sensors/sensor/services/src/ |
| H A D | sensor_service.cpp | 599 Security::AccessToken::PermStateChangeScope scope = { in RegisterPermCallback() local
|
| /base/theme/wallpaper_mgr/frameworks/js/napi/ |
| H A D | napi_wallpaper_ability.cpp | 1073 napi_handle_scope scope = nullptr; in OnColorsChangeLambdaFunction() local 1113 napi_handle_scope scope = nullptr; in OnWallpaperChangeLambdaFunction() local
|
| /base/telephony/state_registry/frameworks/js/napi/src/ |
| H A D | event_listener_handler.cpp | 147 napi_handle_scope scope = nullptr; in NapiReturnToJS() local
|
| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| H A D | napi_web_scheme_handler_request.cpp | 124 napi_handle_scope scope; in JS_GetHeader() local
|
| H A D | web_scheme_handler_request.cpp | 352 napi_handle_scope scope = nullptr; in RequestStart() local 436 napi_handle_scope scope = nullptr; in RequestStopAfterWorkCb() local 747 napi_handle_scope scope = nullptr; ExecuteInitComplete() local 784 napi_handle_scope scope = nullptr; ExecuteReadComplete() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
| H A D | js_rendering_context.cpp | 351 napi_handle_scope scope = nullptr; in HandleDeferred() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_ui_extension.cpp | 146 AddCallbackToList(napi_env env, napi_value cb, napi_handle_scope scope, RegisterType type, const std::function<void(const RefPtr<NG::UIExtensionProxy>&)>&& onFunc) AddCallbackToList() argument [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/event/ |
| H A D | event_manager_test_ng_new.cpp | 1695 RefPtr<GestureScope> scope = AceType::MakeRefPtr<GestureScope>(touchId); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/observer/ |
| H A D | ui_observer.cpp | 775 napi_handle_scope scope = nullptr; in RegisterWillClickCallback() local 824 napi_handle_scope scope = nullptr; in UnRegisterWillClickCallback() local 887 napi_handle_scope scope = nullptr; in HandleWillClick() local 923 napi_handle_scope scope = nullptr; RegisterDidClickCallback() local 972 napi_handle_scope scope = nullptr; UnRegisterDidClickCallback() local 1035 napi_handle_scope scope = nullptr; HandleDidClick() local [all...] |
| /foundation/arkui/ace_engine/interfaces/napi/kits/measure/ |
| H A D | js_measure.cpp | 362 napi_escapable_handle_scope scope = nullptr; in JSMeasureTextSize() local
|
| /foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
| H A D | napi_accessibility_system_ability_client.cpp | 31 napi_handle_scope scope = nullptr; in TmpOpenScope() local
|