Home
last modified time | relevance | path

Searched defs:scope (Results 276 - 300 of 362) sorted by relevance

1...<<1112131415

/third_party/spirv-tools/source/opt/
H A Dinstruction.cpp520 void Instruction::UpdateLexicalScope(uint32_t scope) { in UpdateLexicalScope() argument
H A Dloop_unroller.cpp751 DebugScope scope = old_branch.GetDebugScope(); in FoldConditionBlock() local
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp56 napi_handle_scope scope = nullptr; in UvQueueWorkOnAppAccountsChanged() local
133 napi_handle_scope scope = nullptr; in CheckAccountLabelsOnResultWork() local
163 napi_handle_scope scope = nullptr; in SelectAccountsOnResultWork() local
244 napi_handle_scope scope in UvQueueWorkOnResult() local
256 napi_handle_scope scope = nullptr; UvQueueWorkOnRequestRedirected() local
269 napi_handle_scope scope = nullptr; UvQueueWorkOnRequestContinued() local
[all...]
/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp680 napi_handle_scope scope = nullptr; in CreateOAForDomainCallbackCompletedWork() local
H A Dnapi_os_account.cpp1585 napi_handle_scope scope = nullptr; in UvQueueWorkOnAccountsSubNotify() local
/base/request/request/frameworks/js/napi/src/
H A Djs_initialize.cpp804 napi_handle_scope scope = nullptr; in Convert2FormItems() local
839 napi_handle_scope scope = nullptr; in Convert2FileSpecs() local
[all...]
/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_common.cpp61 napi_handle_scope scope = nullptr; in UvQueueWorkDlpSandboxChanged() local
111 napi_handle_scope scope = nullptr; UvQueueWorkOpenDlpFile() local
[all...]
/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.cpp1135 static bool InitUvWorkCallbackEnv(CommonAsyncContext *data, napi_handle_scope *scope) in InitUvWorkCallbackEnv() argument
1158 napi_handle_scope scope = nullptr; in UvQueueWorkOnSecEventsChanged() local
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_ability_callback.cpp540 napi_handle_scope scope = nullptr; in ReportCallState() local
1876 napi_handle_scope scope = nullptr; in ReportPostDialDelay() local
[all...]
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp139 napi_escapable_handle_scope scope = nullptr; in CallbackFunctionForH5() local
234 napi_handle_scope scope = nullptr; in OpenScope() local
239 void CloseScope(napi_env env, napi_handle_scope scope) in CloseScope() argument
910 napi_handle_scope scope = nullptr; ExecuteGetJavaScriptResult() local
956 napi_handle_scope scope = nullptr; GetJavaScriptResultSelf() local
1117 GetJavaScriptResultSelfHelper( std::shared_ptr<JavaScriptOb> jsObj, const std::string& method, int32_t routingId, napi_handle_scope scope, std::vector<napi_value> argv) GetJavaScriptResultSelfHelper() argument
1169 napi_handle_scope scope = nullptr; GetJavaScriptResultSelfFlowbuf() local
1325 napi_handle_scope scope = nullptr; ExecuteHasJavaScriptObjectMethods() local
1393 napi_handle_scope scope = nullptr; HasJavaScriptObjectMethods() local
1437 napi_handle_scope scope = nullptr; ExecuteGetJavaScriptObjectMethods() local
1505 napi_handle_scope scope = nullptr; GetJavaScriptObjectMethods() local
1562 napi_handle_scope scope = nullptr; ExecuteRemoveJavaScriptObjectHolder() local
1625 napi_handle_scope scope = nullptr; RemoveJavaScriptObjectHolder() local
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dpthreadndk1.cpp179 int scope; in PThreadAttrGetScope() local
351 int scope; in PThreadAttrSetScope_One() local
/third_party/curl/lib/
H A Durl.c1733 unsigned long scope = strtoul(zoneid, &endp, 10); local
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c2554 SpvScope scope; in vtn_handle_variables() local
2596 SpvScope scope; in vtn_handle_variables() local
2335 vtn_emit_make_visible_barrier(struct vtn_builder *b, SpvMemoryAccessMask access, SpvScope scope, enum vtn_variable_mode mode) vtn_emit_make_visible_barrier() argument
2347 vtn_emit_make_available_barrier(struct vtn_builder *b, SpvMemoryAccessMask access, SpvScope scope, enum vtn_variable_mode mode) vtn_emit_make_available_barrier() argument
[all...]
/third_party/node/src/
H A Dnode_api.cc907 scope); in jsvm_close_callback_scope() local
896 jsvm_close_callback_scope(JSVM_Env env, jsvm_callback_scope scope) jsvm_close_callback_scope() argument
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dalltypes.h412 unsigned int scope; member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dalltypes.h412 unsigned int scope; member
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.c1040 vk_graphics_pipeline_state_fill(const struct vk_device *device, struct vk_graphics_pipeline_state *state, const VkGraphicsPipelineCreateInfo *info, const struct vk_subpass_info *sp_info, struct vk_graphics_pipeline_all_state *all, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope, void **alloc_ptr_out) vk_graphics_pipeline_state_fill() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dsymbol.c745 void bind_symbol_with_scope(struct symbol *sym, struct ident *ident, enum namespace ns, struct scope *scope) in bind_symbol_with_scope() argument
781 struct scope *scope = block_scope;; bind_symbol() local
[all...]
H A Dsymbol.h154 struct scope *scope; member
/third_party/node/deps/v8/src/ast/
H A Dscopes.h1365 Snapshot(Scope* scope) Snapshot() argument
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc665 v8::Local<v8::Object> scope = v8::Object::New(m_isolate); in getTargetScopes() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser.h835 DeclareCatchVariableName(Scope* scope, const AstRawString* name) DeclareCatchVariableName() argument
887 DeclarationScope* scope = parameters->scope; DeclareFormalParameters() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dscope-info.cc61 Handle<ScopeInfo> ScopeInfo::Create(IsolateT* isolate, Zone* zone, Scope* scope, in Create() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Ddeclarable.h157 Scope* scope; member
232 Scope* scope = CurrentScope::Get(); in CurrentNamespace() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_emit.c3273 enum lsc_fence_scope scope = lsc_fence_msg_desc_scope(p->devinfo, desc); in gfx12_set_memory_fence_message() local

Completed in 63 milliseconds

1...<<1112131415