Home
last modified time | relevance | path

Searched refs:scope (Results 1351 - 1375 of 1619) sorted by relevance

1...<<51525354555657585960>>...65

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dcomponent_snapshot.cpp335 ContainerScope scope(instanceId); in PostDelayedTaskOfBuiler()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h52 panda::EscapeLocalScope& scope; member
/kernel/linux/linux-5.10/net/tipc/
H A Dtopsrv.c535 saddr.scope = TIPC_NODE_SCOPE; in tipc_topsrv_create_listener()
/kernel/linux/linux-6.6/net/tipc/
H A Dtopsrv.c540 saddr.scope = TIPC_NODE_SCOPE; in tipc_topsrv_create_listener()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_query.c732 counter->scope = VK_PERFORMANCE_COUNTER_SCOPE_COMMAND_KHR; in v3dv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
/third_party/node/src/
H A Dnode_util.cc259 HandleScope scope(context->GetIsolate()); in Deserialize()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-inlining.cc205 Graph::SubgraphScope scope(graph()); in Finalize()
/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.cc18 #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 Dd8-posix.cc145 // 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 Dconcurrent-marking.cc418 // 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 Dv8-stack-trace-impl.cc232 v8::HandleScope scope(isolate); in create()
H A Dv8-heap-profiler-agent-impl.cc441 // 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 Dprofiler-listener.cc404 // scope limits their lifetime. in AttachDeoptInlinedFrames()
405 HandleScope scope(isolate_); in AttachDeoptInlinedFrames()
/third_party/node/deps/v8/src/torque/
H A Dtype-visitor.cc23 CurrentSourcePosition::Scope scope(decl->pos); in ComputeType()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtypes.h608 CooperativeMatrixNV(const Type* type, const uint32_t scope,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtypes.h608 CooperativeMatrixNV(const Type* type, const uint32_t scope,
/third_party/tzdata/
H A DMakefile189 # 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 Dtest-assembler-cond-rd-operand-rn-t32.cc378 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-rm-rd-is-rn-is-sp-in-it-block-t32.cc339 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-rn-t32.cc361 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
/third_party/vixl/test/
H A Dtest-api.cc460 // (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 Dtest_napi.cpp3442 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 Dweb_pattern.cpp4576 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 Dcode-generator-mips.cc366 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 Ddescriptor.cc1542 // 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...]

Completed in 59 milliseconds

1...<<51525354555657585960>>...65