/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-sp-sp-operand-imm7-t32.cc | 260 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 53 #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 D | heap.cc | 25 #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 D | setup-heap-internal.cc | 652 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 D | GeneratedMessage.java | 1616 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 D | container_modal_pattern.cpp | 225 ContainerScope scope(id);
in InitContainerEvent() 270 ContainerScope scope(id);
in InitContainerEvent()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_xcomponent_bridge.cpp | 98 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 D | js_image.cpp | 348 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 D | wifi_device_stub_lite.cpp | 113 (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 D | dhcpclientfun_fuzzer.cpp | 89 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 D | desc_builder.cc | 20 #include "gn/scope.h" 174 base::Value ToBaseValue(const Scope* scope) { in ToBaseValue() argument 177 scope->GetCurrentScopeValues(&map); in ToBaseValue()
|
H A D | visual_studio_writer.cc | 356 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 D | crypto_cipher.cc | 408 HandleScope scope(env()->isolate()); in Init() 480 HandleScope scope(env()->isolate()); in Init()
|
/third_party/node/src/ |
H A D | node_report.cc | 467 HandleScope scope(isolate); in PrintJavaScriptStack() 519 HandleScope scope(isolate); in PrintJavaScriptErrorStack()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 1065 UseScratchRegisterScope scope(this); in GenerateSwitchTable() 1066 Register scratch = scope.Acquire(); in GenerateSwitchTable()
|
/third_party/node/deps/v8/src/debug/ |
H A D | liveedit.cc | 211 // 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 D | serializer.cc | 874 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 D | brw_eu.h | 1394 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 D | x86_64-xlate.pl | 473 ($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 D | x86_64-xlate.pl | 468 ($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 D | vktQueryPoolPerformanceTests.cpp | 165 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 D | CommandEncoder.cpp | 1122 for (const SyncScopeResourceUsage& scope : passUsage.dispatchUsages) { in ValidateFinish() 1123 DAWN_TRY_CONTEXT(ValidateSyncScopeResourceUsage(scope), in ValidateFinish()
|
/third_party/selinux/libsepol/src/ |
H A D | policydb_validate.c | 185 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 D | vktQueryPoolPerformanceTests.cpp | 162 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 D | gesture_event_hub_drag.cpp | 851 ContainerScope scope(id); in RegisterCoordinationListener() 938 ContainerScope scope(id); in GetDragCallback() 1231 ContainerScope scope(id); in StartDragForCustomBuilder()
|