/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_common.h | 88 vn_trace_scope_end(int *scope) in vn_trace_scope_end() argument
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-trace.cc | 109 HandleScope scope(isolate); in BUILTIN()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-inspector-impl.h | 142 explicit EvaluateScope(const InjectedScript::Scope& scope);
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-concurrent-dispatcher.cc | 103 LocalIsolateScope scope{info(), local_isolate}; in ExecuteJobImpl()
|
/third_party/node/deps/v8/src/objects/ |
H A D | scope-info.h | 22 // scope-info-tq.inc uses NameToIndexHashTable. 25 #include "torque-generated/src/objects/scope-info-tq.inc" 50 // program and the allocation of the scope's variables. Scope information 54 // This object provides quick access to scope info details for runtime 63 // Return the type of this scope. 66 // Return the language mode of this scope. 69 // True if this scope is a (var) declaration scope. 72 // Does this scope make a sloppy eval call? 81 // no contexts are allocated for this scope ContextLengt [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_graphics_state.h | 781 * newly required states using the provided allocator and scope. The pointer 798 * @param[in] scope Allocation scope for dynamically allocating new 811 VkSystemAllocationScope scope,
|
/third_party/vixl/test/ |
H A D | test-donkey.cc | 232 ExactAssemblyScope scope(&masm, in main() variable 301 printf(" ExactAssemblyScope scope(&masm, %lu * kInstructionSize);\n", in main()
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 472 Id Builder::makeCooperativeMatrixTypeKHR(Id component, Id scope, Id rows, Id cols, Id use) in makeCooperativeMatrixTypeKHR() argument 479 type->getIdOperand(1) == scope && in makeCooperativeMatrixTypeKHR() 489 type->addIdOperand(scope); in makeCooperativeMatrixTypeKHR() 500 Id Builder::makeCooperativeMatrixTypeNV(Id component, Id scope, Id rows, Id cols) in makeCooperativeMatrixTypeNV() argument 506 if (type->getIdOperand(0) == component && type->getIdOperand(1) == scope && type->getIdOperand(2) == rows && in makeCooperativeMatrixTypeNV() 514 type->addIdOperand(scope); in makeCooperativeMatrixTypeNV() 1051 type->addIdOperand(makeDebugCompilationUnit()); // scope id in makeCompositeDebugType() 1114 // debug-scope stack. Function scopes and lexical scopes will occur afterward. in makeDebugCompilationUnit() 1133 inst->addIdOperand(makeDebugCompilationUnit()); // scope id in createDebugGlobalVariable() 1157 inst->addIdOperand(currentDebugScopeId.top()); // scope i in createDebugLocalVariable() 2415 createStore(Id rValue, Id lValue, spv::MemoryAccessMask memoryAccess, spv::Scope scope, unsigned int alignment) createStore() argument 2438 createLoad(Id lValue, spv::Decoration precision, spv::MemoryAccessMask memoryAccess, spv::Scope scope, unsigned int alignment) createLoad() argument 3732 accessChainLoad(Decoration precision, Decoration l_nonUniform, Decoration r_nonUniform, Id resultType, spv::MemoryAccessMask memoryAccess, spv::Scope scope, unsigned int alignment) accessChainLoad() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/grid/ |
H A D | render_grid.cpp | 561 int32_t scope = columnCount_ != 0 ? startPos % columnCount_ : 0; in focusMoveUp() local 562 for (; iter != childRelations_.rend() && scope > 0; ++iter) { in focusMoveUp() 581 scope = scope - (startPos - indexPositions_[iter->first]); in focusMoveUp()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_view_register_impl.cpp | 249 ContainerScope scope(id); in AddCustomTitleBarComponent() 261 ContainerScope scope(id); in AddCustomTitleBarComponent() 272 ContainerScope scope(id); in AddCustomTitleBarComponent() 282 ContainerScope scope(id); in AddCustomTitleBarComponent()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_list.cpp | 928 ContainerScope scope(GetInstanceId()); in GetItemRectInGroup() 957 ContainerScope scope(GetInstanceId()); in GetVisibleListContentInfo() 1038 ContainerScope scope(GetInstanceId()); in ScrollToItemInGroup() 1075 ContainerScope scope(GetInstanceId()); in CloseAllSwipeActions()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | session_wrapper_impl.cpp | 657 ContainerScope scope(wrapper->instanceId_); in OnConnect() 781 ContainerScope scope(instanceId_); in NotifyDisplayArea() 848 ContainerScope scope(instanceId_); in NotifyOccupiedAreaChangeInfo() 891 ContainerScope scope(instanceId_); in InnerNotifyOccupiedAreaChangeInfo()
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_provider.cpp | 164 ContainerScope scope(id); in FetchImageObject() 298 ContainerScope scope(id); in GetSVGImageDOMAsyncFromSrc() 356 ContainerScope scope(id); 745 ContainerScope scope(id);
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_creator_napi.cpp | 789 napi_handle_scope scope = nullptr; in DoCallBackAfterWork() local 790 napi_open_handle_scope(context->env, &scope); in DoCallBackAfterWork() 791 if (scope == nullptr) { in DoCallBackAfterWork() 806 napi_close_handle_scope(context->env, scope); in DoCallBackAfterWork()
|
H A D | image_receiver_napi.cpp | 911 napi_handle_scope scope = nullptr; in Callback() local 912 napi_open_handle_scope(context->env, &scope); in Callback() 916 if (scope == nullptr) { in Callback() 928 napi_close_handle_scope(context->env, scope); in Callback()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_receiver_napi.cpp | 909 napi_handle_scope scope = nullptr;
910 napi_open_handle_scope(context->env, &scope);
911 if (scope == nullptr) {
926 napi_close_handle_scope(context->env, scope);
|
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/ |
H A D | avmetadataextractor_napi.cpp | 338 napi_handle_scope scope = nullptr; in CommonCallbackRoutine() local 339 napi_open_handle_scope(env, &scope); in CommonCallbackRoutine() 340 CHECK_AND_RETURN(scope != nullptr && asyncContext != nullptr); in CommonCallbackRoutine() 363 napi_close_handle_scope(env, scope); in CommonCallbackRoutine()
|
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/ |
H A D | ethernet_manager_test.cpp | 403 int scope = 0; in HWTEST_F() local 404 int ret = devinterfacestatecallback.OnInterfaceAddressUpdated(addr, ifName, flags, scope); in HWTEST_F() 415 int scope = 0; in HWTEST_F() local 416 int ret = devinterfacestatecallback.OnInterfaceAddressRemoved(addr, ifName, flags, scope); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_predicate_query_expand_test.cpp | 939 vector<string> scope = {"0", "30", "50", "1000"}; in HWTEST_F() local 940 Query query3 = Query::Select().PrefixKey({}).In("$.field2.field4.field6.field7", scope).Limit(3, 3); in HWTEST_F() 950 scope = {"-100"}; in HWTEST_F() 951 Query query4 = Query::Select().NotIn("$.field2.field4.field6.field7", scope).PrefixKey({}).Limit(3, 3); in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 771 * the reset scope because the firmware does nothing in pnv_eeh_root_reset() 859 uint8_t scope; in pnv_eeh_bridge_reset() local 872 scope = OPAL_RESET_PCI_FUNDAMENTAL; in pnv_eeh_bridge_reset() 875 scope = OPAL_RESET_PCI_HOT; in pnv_eeh_bridge_reset() 885 rc = opal_pci_reset(id, scope, OPAL_ASSERT_RESET); in pnv_eeh_bridge_reset()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 772 * the reset scope because the firmware does nothing in pnv_eeh_root_reset() 859 uint8_t scope; in pnv_eeh_bridge_reset() local 872 scope = OPAL_RESET_PCI_FUNDAMENTAL; in pnv_eeh_bridge_reset() 875 scope = OPAL_RESET_PCI_HOT; in pnv_eeh_bridge_reset() 885 rc = opal_pci_reset(id, scope, OPAL_ASSERT_RESET); in pnv_eeh_bridge_reset()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | ipv6.c | 239 enum sctp_scope scope; in sctp_v6_get_dst() local 287 scope = sctp_scope(daddr); in sctp_v6_get_dst() 331 scope > sctp_scope(&laddr->a)) in sctp_v6_get_dst() 686 /* What is the scope of 'addr'? */ 692 /* The IPv6 scope is really a set of bit fields. in sctp_v6_scope() 693 * See IFA_* in <net/if_inet6.h>. Map to a generic SCTP scope. in sctp_v6_scope() 1082 .scope = sctp_v6_scope,
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | ipv6.c | 287 enum sctp_scope scope; in sctp_v6_get_dst() local 335 scope = sctp_scope(daddr); in sctp_v6_get_dst() 379 scope > sctp_scope(&laddr->a)) in sctp_v6_get_dst() 742 /* What is the scope of 'addr'? */ 748 /* The IPv6 scope is really a set of bit fields. in sctp_v6_scope() 749 * See IFA_* in <net/if_inet6.h>. Map to a generic SCTP scope. in sctp_v6_scope() 1142 .scope = sctp_v6_scope,
|
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.cc | 652 HandleScope scope(isolate_); in BuildJsonObject() 824 return cont.scope.CloseAndEscape(value); in ParseJsonValue() 861 value = cont.scope.CloseAndEscape(value); in ParseJsonValue() 880 value = cont.scope.CloseAndEscape(value); in ParseJsonValue()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 209 p->scope == VK_SCOPE_SUBGROUP_NV) in checkSupport() 220 if (p->scope == VK_SCOPE_SUBGROUP_NV && (p->AType == types[j] || p->BType == types[j] || p->CType == types[j] || p->DType == types[j])) in checkSupport() 702 p->scope == VK_SCOPE_SUBGROUP_NV) in iterate() 717 if (p->scope != VK_SCOPE_SUBGROUP_NV) in iterate()
|