Home
last modified time | relevance | path

Searched refs:scope (Results 1151 - 1175 of 1360) sorted by relevance

1...<<41424344454647484950>>...55

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_clock_bridge.cpp348 ContainerScope scope(containerId); in SetContentModifierBuilder()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.cpp233 ScopeRAII scope(reinterpret_cast<napi_env>(nativeEngine)); in Create()
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h181 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope);
/third_party/node/src/api/
H A Denvironment.cc52 DebugSealHandleScope scope(isolate); in ShouldAbortOnUncaughtException()
/third_party/node/src/crypto/
H A Dcrypto_dh.cc473 HandleScope scope(args.GetIsolate()); in VerifyErrorGetter()
H A Dcrypto_sig.cc224 HandleScope scope(env->isolate()); in ValidateDSAParameters()
H A Dcrypto_util.h434 v8::HandleScope scope(isolate); in Initialize()
H A Dcrypto_util.cc577 HandleScope scope(env->isolate()); in SetFipsCrypto()
/third_party/node/src/
H A Dnode_process_methods.cc560 v8::HandleScope scope(context->GetIsolate()); in Deserialize()
H A Dstream_base.cc514 HandleScope scope(isolate); in AddMethods()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.cc589 BlockInlineReduction scope(this); in AddNode()
/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.cc10 #include "src/common/assert-scope.h"
318 // If a function-scope block exists, overwrite the function count. It has in RewriteFunctionScopeCounter()
324 // function-scope block is expected in CoverageFunction, not as a in RewriteFunctionScopeCounter()
429 // To stay compatible with non-block coverage modes, the function-scope count in CollectBlockCoverageInternal()
431 // This finds the function-scope counter, overwrites CoverageFunction::count, in CollectBlockCoverageInternal()
780 HandleScope scope(isolate); in SelectMode()
/third_party/node/deps/v8/src/heap/
H A Dscavenger.cc234 TimedScope scope(&scavenging_time); in ProcessItems()
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc419 HandleScope scope(GetIsolate()); in GetContextId()
439 // Enter no GC scope. `AttachIsolate()` removes this and allows triggering in CppHeap()
496 // Enter no GC scope. in DetachIsolate()
722 // - GC forbidden scope. in ReportBufferedAllocationSizeIfPossible()
/third_party/node/deps/v8/src/objects/
H A Dbacking-store.cc956 HandleScope scope(isolate); in UpdateSharedWasmMemoryObjects()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-operand-rn-shift-rs-narrow-out-it-block-t32.cc386 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-sp-operand-imm8-t32.cc385 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc861 CpuFeatureScope scope(&patcher, ARMv7); in target_at_put()
866 CpuFeatureScope scope(&patcher, ARMv7); in target_at_put()
1194 CpuFeatureScope scope(this, ARMv7); in Move32BitImmediate()
2731 CpuFeatureScope scope(this, NEON); in vmov()
2749 CpuFeatureScope scope(this, NEON); in vmov()
2814 CpuFeatureScope scope(this, VFPv3); in vmov()
2837 CpuFeatureScope scope(this, VFPv3); in vmov()
2865 CpuFeatureScope scope(this, ARMv7); in vmov()
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_pixel_map_napi.cpp277 napi_handle_scope scope = nullptr; in CommonCallbackRoutine() local
278 napi_open_handle_scope(env, &scope); in CommonCallbackRoutine()
279 if (scope == nullptr) { in CommonCallbackRoutine()
284 napi_close_handle_scope(env, scope); in CommonCallbackRoutine()
309 napi_close_handle_scope(env, scope); in CommonCallbackRoutine()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp883 ContainerScope scope(Container::CurrentIdSafely()); in InitNativeNodeCallbacks()
893 ContainerScope scope(Container::CurrentIdSafely()); in InitNativeNodeCallbacks()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp177 ContainerScope scope(DEFAULT_INSTANCE_ID); in HWTEST_F()
203 ContainerScope scope(DEFAULT_INSTANCE_ID); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1520 uint8_t scope = AVRC_MEDIA_SCOPE_NOW_PLAYING; in GetTotalNumberOfItems() local
1522 return proxy->GetTotalNumberOfItems(rawAddr, static_cast<int32_t>(scope)); in GetTotalNumberOfItems()
/foundation/communication/netmanager_base/test/fuzztest/netsysclient_fuzzer/
H A Dnet_sys_client_fuzzer.cpp330 int32_t scope = NetSysGetData<int32_t>(); in OnInterfaceAddressUpdatedFuzzTest() local
335 dataParcel.WriteInt32(scope); in OnInterfaceAddressUpdatedFuzzTest()
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_proxy_lite.cpp130 (void)ReadInt32(reply, &config.wifiIpConfig.staticIpAddress.ipAddress.scope); in ParseDeviceConfigs()
597 (void)WriteInt32(&req, config.wifiIpConfig.staticIpAddress.ipAddress.scope); in WriteDeviceConfig()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub.cpp400 config.wifiIpConfig.staticIpAddress.ipAddress.scope = data.ReadInt32(); in ReadWifiDeviceConfig()
506 reply.WriteInt32(config.wifiIpConfig.staticIpAddress.ipAddress.scope); in WriteWifiDeviceConfig()

Completed in 52 milliseconds

1...<<41424344454647484950>>...55