/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | component_snapshot.cpp | 335 ContainerScope scope(instanceId); in PostDelayedTaskOfBuiler()
|
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.h | 52 panda::EscapeLocalScope& scope; member
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | topsrv.c | 535 saddr.scope = TIPC_NODE_SCOPE; in tipc_topsrv_create_listener()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | topsrv.c | 540 saddr.scope = TIPC_NODE_SCOPE; in tipc_topsrv_create_listener()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_query.c | 732 counter->scope = VK_PERFORMANCE_COUNTER_SCOPE_COMMAND_KHR; in v3dv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
|
/third_party/node/src/ |
H A D | node_util.cc | 259 HandleScope scope(context->GetIsolate()); in Deserialize()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-inlining.cc | 205 Graph::SubgraphScope scope(graph()); in Finalize()
|
/third_party/node/deps/v8/src/compiler-dispatcher/ |
H A D | lazy-compile-dispatcher.cc | 18 #include "src/heap/parked-scope.h" 20 #include "src/logging/runtime-call-stats-scope.h" 501 HandleScope scope(isolate_); in FinalizeSingleJob()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8-posix.cc | 145 // A utility class that closes a file descriptor when it goes out of scope. 157 // scope. 415 HandleScope scope(args.GetIsolate()); in System()
|
/third_party/node/deps/v8/src/heap/ |
H A D | concurrent-marking.cc | 418 // TRACE_GC is not needed here because the caller opens the right scope. 485 TimedScope scope(&time_ms); in Run()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-stack-trace-impl.cc | 232 v8::HandleScope scope(isolate); in create()
|
H A D | v8-heap-profiler-agent-impl.cc | 441 // Need a scope as v8::AllocationProfile contains Local handles. in getSamplingProfile() 442 v8::HandleScope scope(m_isolate); in getSamplingProfile()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profiler-listener.cc | 404 // scope limits their lifetime. in AttachDeoptInlinedFrames() 405 HandleScope scope(isolate_); in AttachDeoptInlinedFrames()
|
/third_party/node/deps/v8/src/torque/ |
H A D | type-visitor.cc | 23 CurrentSourcePosition::Scope scope(decl->pos); in ComputeType()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | types.h | 608 CooperativeMatrixNV(const Type* type, const uint32_t scope,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | types.h | 608 CooperativeMatrixNV(const Type* type, const uint32_t scope,
|
/third_party/tzdata/ |
H A D | Makefile | 189 # If you want out-of-scope and often-wrong data from the file 'backzone', 309 -fsanitize=undefined -fsanitize-address-use-after-scope \
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-rd-operand-rn-t32.cc | 378 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-rm-rd-is-rn-is-sp-in-it-block-t32.cc | 339 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-t32.cc | 361 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
/third_party/vixl/test/ |
H A D | test-api.cc | 460 // (The scope will restore their original status when it ends.) in TEST() 505 CPUFeaturesScope scope(&top_level); in TEST()
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 3442 napi_callback_scope scope = nullptr; in HWTEST_F() local 3443 napi_status ret = napi_open_callback_scope(envOne, nullptr, context, &scope); in HWTEST_F() 3445 EXPECT_NE(scope, nullptr); in HWTEST_F() 3452 ret = napi_close_callback_scope(envOne, scope); in HWTEST_F() 3484 napi_callback_scope scope = nullptr; in HWTEST_F() local 3485 napi_status res = napi_open_callback_scope(envOne, nullptr, context, &scope); in HWTEST_F() 3487 EXPECT_NE(scope, nullptr); in HWTEST_F() 3492 // Open a internal callback scope in HWTEST_F() 3510 res = napi_close_callback_scope(envOne, scope); in HWTEST_F() 7504 napi_handle_scope scope in HWTEST_F() local 7519 napi_handle_scope scope = reinterpret_cast<napi_handle_scope>(scope_); HWTEST_F() local 7566 napi_escapable_handle_scope scope = nullptr; HWTEST_F() local 7582 napi_handle_scope scope = reinterpret_cast<napi_handle_scope>(scope_); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 4576 ContainerScope scope(instanceId); in RequestAutoFill() 4605 ContainerScope scope(instanceId); in RequestAutoSave() 4626 ContainerScope scope(instanceId); in UpdateAutoFillPopup() 4644 ContainerScope scope(instanceId); in CloseAutoFillPopup() 6927 ContainerScope scope(instanceId); in InitAiEngine() 6934 ContainerScope scope(instanceId); in InitAiEngine() 6952 ContainerScope scope(instanceId_); in InitializeAccessibility() 6975 ContainerScope scope(instanceId_); in UninitializeAccessibility() 7007 ContainerScope scope(instanceId_); in OnAccessibilityChildTreeRegister() 7020 ContainerScope scope(instanceId in OnAccessibilityChildTreeDeregister() [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 366 FrameScope scope(tasm(), StackFrame::MANUAL); \ 396 FrameScope scope(tasm(), StackFrame::MANUAL); \ 504 FrameScope scope(tasm(), StackFrame::MANUAL); \ 515 FrameScope scope(tasm(), StackFrame::MANUAL); \ 819 FrameScope scope(tasm(), StackFrame::NO_FRAME_TYPE); in AssembleArchInstruction() 1276 FrameScope scope(tasm(), StackFrame::MANUAL); in AssembleArchInstruction() 1875 FrameScope scope(tasm(), StackFrame::MANUAL); in AssembleArchInstruction() 1898 FrameScope scope(tasm(), StackFrame::MANUAL); in AssembleArchInstruction() 1940 FrameScope scope(tasm(), StackFrame::MANUAL); in AssembleArchInstruction() 1970 FrameScope scope(tas in AssembleArchInstruction() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 1542 // Look for a matching extension in the foreign type's scope. in FindExtensionByPrintableName() 3307 // Full proto name is "scope.proto_name" if scope is non-empty and 3309 std::string* AllocateNameString(const std::string& scope, 3669 "The innermost scope is searched first in name resolution. " in AddNotDefinedError() 3671 undefined_symbol + "\") to start from the outermost scope."); in AddNotDefinedError() 3814 // Chop off the last component of the scope. in LookupSymbolNoPlaceholder() 4025 // If the caller passed nullptr for the parent, the symbol is at file scope. in AddSymbol() 4591 const std::string& scope, const std::string& proto_name) { in AllocateNameString() 4593 if (scope in AllocateNameString() 4590 AllocateNameString( const std::string& scope, const std::string& proto_name) AllocateNameString() argument 4605 const std::string& scope = BuildMessage() local 4744 const std::string& scope = BuildFieldOrExtension() local 5194 const std::string& scope = BuildEnum() local [all...] |