Home
last modified time | relevance | path

Searched refs:scope (Results 1276 - 1300 of 1610) sorted by relevance

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

/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-sp-sp-operand-imm7-t32.cc260 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc53 #include "src/heap/parked-scope.h"
1504 HandleScope scope(isolate); in PerIsolateData()
1567 v8::HandleScope scope(isolate_); in HandleUnhandledPromiseRejections()
1811 v8::Context::Scope scope(context); in DisposeRealm()
1852 HandleScope scope(isolate); in RealmNavigate()
1875 HandleScope scope(isolate); in RealmDetachGlobal()
3325 Context::Scope scope(context); in CreateEvaluationContext()
4046 HandleScope scope(isolate); in ExecuteInThread()
4227 HandleScope scope(isolate_); in ProcessMessage()
4286 HandleScope scope(isolate in ExecuteInThread()
[all...]
/third_party/node/deps/v8/src/heap/
H A Dheap.cc25 #include "src/common/assert-scope.h"
71 #include "src/heap/parked-scope.h"
84 #include "src/logging/runtime-call-stats-scope.h"
1794 GCCallbacksScope scope(this); in CollectGarbage()
1800 if (scope.CheckReenter()) { in CollectGarbage()
1942 GCCallbacksScope scope(this); in CollectGarbage()
1943 if (scope.CheckReenter()) { in CollectGarbage()
2290 // We don't really perform a GC here but need this scope for the nested in PerformGarbageCollection()
2375 // We don't really perform a GC here but need this scope for the nested in PerformGarbageCollection()
2777 AlwaysAllocateScope scope(thi in Scavenge()
[all...]
H A Dsetup-heap-internal.cc652 HandleScope scope(isolate); in CreateApiObjects()
877 // Canonical scope arrays. in CreateInitialObjects()
1074 HandleScope scope(isolate); in CreateInternalAccessorInfoObjects()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessage.java1616 newMessageScopedGeneratedExtension(final Message scope, in newMessageScopedGeneratedExtension() argument
1627 return scope.getDescriptorForType().getExtensions().get(descriptorIndex); in newMessageScopedGeneratedExtension()
1678 final Message scope, final String name, in newMessageScopedGeneratedExtension()
1687 return scope.getDescriptorForType().findFieldByName(name); in newMessageScopedGeneratedExtension()
1677 newMessageScopedGeneratedExtension( final Message scope, final String name, final Class singularType, final Message defaultInstance) newMessageScopedGeneratedExtension() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp225 ContainerScope scope(id); in InitContainerEvent()
270 ContainerScope scope(id); in InitContainerEvent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_xcomponent_bridge.cpp98 Framework::ScopeRAII scope(reinterpret_cast<napi_env>(nativeEngine)); in ParseParams()
319 Framework::ScopeRAII scope(reinterpret_cast<napi_env>(nativeEngine)); in HandleImageAIOptions()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image.cpp348 ScopeRAII scope(reinterpret_cast<napi_env>(nativeEngine)); in CreateImage()
931 ScopeRAII scope(reinterpret_cast<napi_env>(nativeEngine)); in AnalyzerConfig()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub_lite.cpp113 (void)ReadInt32(req, &config.wifiIpConfig.staticIpAddress.ipAddress.scope); in ReadWifiDeviceConfig()
191 (void)WriteInt32(reply, config.wifiIpConfig.staticIpAddress.ipAddress.scope); in WriteWifiDeviceConfig()
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp89 unsigned int scope = static_cast<unsigned int>(data[0]); in Ipv6AddrScope2TypeFuzzerTest() local
90 ipv6Client->ipv6AddrScope2Type(scope); in Ipv6AddrScope2TypeFuzzerTest()
/third_party/gn/src/gn/
H A Ddesc_builder.cc20 #include "gn/scope.h"
174 base::Value ToBaseValue(const Scope* scope) { in ToBaseValue() argument
177 scope->GetCurrentScopeValues(&map); in ToBaseValue()
H A Dvisual_studio_writer.cc356 const Scope* scope = targets.front()->settings()->base_config(); in RunAndWriteFiles() local
357 const Value* target_cpu_value = scope->GetValue(variables::kTargetCpu); in RunAndWriteFiles()
/third_party/node/src/crypto/
H A Dcrypto_cipher.cc408 HandleScope scope(env()->isolate()); in Init()
480 HandleScope scope(env()->isolate()); in Init()
/third_party/node/src/
H A Dnode_report.cc467 HandleScope scope(isolate); in PrintJavaScriptStack()
519 HandleScope scope(isolate); in PrintJavaScriptErrorStack()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.h1065 UseScratchRegisterScope scope(this); in GenerateSwitchTable()
1066 Register scratch = scope.Acquire(); in GenerateSwitchTable()
/third_party/node/deps/v8/src/debug/
H A Dliveedit.cc211 // place one in class scope).
659 Scope* scope_a = a->scope()->outer_scope(); in HasChangedScope()
660 Scope* scope_b = b->scope()->outer_scope(); in HasChangedScope()
/third_party/node/deps/v8/src/snapshot/
H A Dserializer.cc874 HandleScope scope(isolate()); in VisitPointers()
942 HandleScope scope(isolate()); in VisitCodePointer()
1305 // TODO(leszeks): Add a scope that DCHECKs this. in SerializeCode()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu.h1394 enum lsc_fence_scope scope, in lsc_fence_msg_desc()
1401 SET_BITS(scope, 11, 9) | in lsc_fence_msg_desc()
1393 lsc_fence_msg_desc(UNUSED const struct intel_device_info *devinfo, enum lsc_fence_scope scope, enum lsc_flush_type flush_type, bool route_to_lsc) lsc_fence_msg_desc() argument
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl473 ($nasm ? ":" : "\tPROC $current_function->{scope}") .
492 ($nasm ? ":" : "\tPROC $current_function->{scope}");
804 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
808 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
/third_party/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl468 ($nasm ? ":" : "\tPROC $current_function->{scope}") .
487 ($nasm ? ":" : "\tPROC $current_function->{scope}");
799 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
803 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolPerformanceTests.cpp165 if (counter.scope >= VK_PERFORMANCE_COUNTER_SCOPE_KHR_LAST) in iterate()
166 TCU_FAIL("Counter scope is invalid " + de::toString(static_cast<size_t>(counter.scope))); in iterate()
263 // enable every <enabledCounterStride> counter that has command or render pass scope in createQueryPool()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandEncoder.cpp1122 for (const SyncScopeResourceUsage& scope : passUsage.dispatchUsages) { in ValidateFinish()
1123 DAWN_TRY_CONTEXT(ValidateSyncScopeResourceUsage(scope), in ValidateFinish()
/third_party/selinux/libsepol/src/
H A Dpolicydb_validate.c185 switch (scope_datum->scope) { in validate_scope()
224 ERR(handle, "Invalid scope"); in validate_scopes()
1275 ERR(handle, "Invalid scope"); in validate_scope_index()
1526 if (validate_scopes(handle, p->scope, p->global)) in policydb_validate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolPerformanceTests.cpp162 if (counter.scope >= VK_PERFORMANCE_COUNTER_SCOPE_KHR_LAST) in iterate()
163 TCU_FAIL("Counter scope is invalid " + de::toString(static_cast<size_t>(counter.scope))); in iterate()
258 // enable every <enabledCounterStride> counter that has command or render pass scope in createQueryPool()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub_drag.cpp851 ContainerScope scope(id); in RegisterCoordinationListener()
938 ContainerScope scope(id); in GetDragCallback()
1231 ContainerScope scope(id); in StartDragForCustomBuilder()

Completed in 56 milliseconds

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