| /third_party/spirv-tools/source/opt/ |
| H A D | instruction.cpp | 520 void Instruction::UpdateLexicalScope(uint32_t scope) { in UpdateLexicalScope() argument
|
| H A D | loop_unroller.cpp | 751 DebugScope scope = old_branch.GetDebugScope(); in FoldConditionBlock() local
|
| /base/account/os_account/interfaces/kits/napi/appaccount/src/ |
| H A D | napi_app_account_common.cpp | 56 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 D | napi_os_account_common.cpp | 680 napi_handle_scope scope = nullptr; in CreateOAForDomainCallbackCompletedWork() local
|
| H A D | napi_os_account.cpp | 1585 napi_handle_scope scope = nullptr; in UvQueueWorkOnAccountsSubNotify() local
|
| /base/request/request/frameworks/js/napi/src/ |
| H A D | js_initialize.cpp | 804 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 D | napi_common.cpp | 61 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 D | security_guard_napi.cpp | 1135 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 D | napi_call_ability_callback.cpp | 540 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 D | webview_javascript_result_callback.cpp | 139 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 D | pthreadndk1.cpp | 179 int scope;
in PThreadAttrGetScope() local 351 int scope;
in PThreadAttrSetScope_One() local
|
| /third_party/curl/lib/ |
| H A D | url.c | 1733 unsigned long scope = strtoul(zoneid, &endp, 10); local
|
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | vtn_variables.c | 2554 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 D | node_api.cc | 907 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 D | alltypes.h | 412 unsigned int scope; member
|
| /third_party/musl/porting/uniproton/kernel/include/bits/ |
| H A D | alltypes.h | 412 unsigned int scope; member
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_graphics_state.c | 1040 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 D | symbol.c | 745 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 D | symbol.h | 154 struct scope *scope; member
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | scopes.h | 1365 Snapshot(Scope* scope) Snapshot() argument [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-debugger.cc | 665 v8::Local<v8::Object> scope = v8::Object::New(m_isolate); in getTargetScopes() local [all...] |
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parser.h | 835 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 D | scope-info.cc | 61 Handle<ScopeInfo> ScopeInfo::Create(IsolateT* isolate, Zone* zone, Scope* scope, in Create() argument [all...] |
| /third_party/node/deps/v8/src/torque/ |
| H A D | declarable.h | 157 Scope* scope; member 232 Scope* scope = CurrentScope::Get(); in CurrentNamespace() local [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_eu_emit.c | 3273 enum lsc_fence_scope scope = lsc_fence_msg_desc_scope(p->devinfo, desc); in gfx12_set_memory_fence_message() local
|