/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_video.cpp | 91 ScopeRAII scope(reinterpret_cast<napi_env>(nativeEngine)); in Create() 388 ScopeRAII scope(reinterpret_cast<napi_env>(nativeEngine)); in AnalyzerConfig()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_surface.cpp | 370 ContainerScope scope(instanceId_); in DrawBuffer() 447 ContainerScope scope(instanceId_); in DrawBuffer()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 420 int32_t scope = data.ReadInt32(); in GetTotalNumberOfItemsInner() local 421 int32_t result = GetTotalNumberOfItems(raw, scope); in GetTotalNumberOfItemsInner()
|
/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_native_client.h | 44 int scope) override; 46 int scope) override;
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
H A D | napi_common.h | 90 #define NAPI_CHECK_AND_CLOSE_SCOPE(env, statement, scope, ret) \
94 napi_close_handle_scope(env, scope); \
|
/third_party/gn/src/gn/ |
H A D | scope.cc | 5 #include "gn/scope.h" 16 // FLags set in the mode_flags_ of a scope. If a bit is set, it applies 109 // Search in the parent scope. in GetValueWithScope() 130 // Search in the parent mutable scope if requested, but not const one. in GetMutableValue() 143 // Search in parent scope. in GetStorageKey() 260 "\" here and it was unused before it went\nout of scope."; in CheckForUnusedVars() 262 // Gather the template invocations that led up to this scope. in CheckForUnusedVars() 336 "Which would clobber the one in your current scope")); in NonRecursiveMergeTo() 379 "same target type in your current scope. It's " in NonRecursiveMergeTo() 421 "Which would clobber the one in your current scope")); in NonRecursiveMergeTo() [all...] |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_private.h | 639 the scope defines what decoration it refers to: 650 int scope; member 1050 void vtn_emit_memory_barrier(struct vtn_builder *b, SpvScope scope,
|
/third_party/node/src/crypto/ |
H A D | crypto_x509.cc | 121 EscapableHandleScope scope(env->isolate()); in New() 131 return scope.Escape(obj); in New()
|
/third_party/node/src/ |
H A D | node_env_var.cc | 324 HandleScope scope(isolate); in AssignToObject() 460 HandleScope scope(isolate); in CreateEnvProxyTemplate()
|
H A D | node_platform.cc | 419 DebugSealHandleScope scope(isolate_); in RunForegroundTask() 422 v8::HandleScope scope(isolate_); in RunForegroundTask()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | dissect.c | 240 if (toplevel(base->scope)) in examine_sym_node() 308 type->scope = file_scope; in lookup_member()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins.cc | 342 HandleScope scope(isolate); in EmitCodeCreateEvents() 380 FrameScope scope(&masm_, StackFrame::NO_FRAME_TYPE); in Generate()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderGroup.cpp | 85 auto scope = spv::Scope(GetConstScalarInt(insn.word(3))); in EmitGroupNonUniform() local 86 ASSERT_MSG(scope == spv::ScopeSubgroup, "Scope for Non Uniform Group Operations must be Subgroup for Vulkan 1.1"); in EmitGroupNonUniform()
|
/third_party/rust/crates/syn/src/ |
H A D | token.rs | 173 let scope = Span::call_site(); in peek_impl() 175 let buffer = crate::parse::new_parse_buffer(scope, cursor, unexpected); in peek_impl()
|
/third_party/spirv-tools/source/opt/ |
H A D | types.h | 603 CooperativeMatrixNV(const Type* type, const uint32_t scope, 632 CooperativeMatrixKHR(const Type* type, const uint32_t scope,
|
/third_party/spirv-tools/test/val/ |
H A D | val_non_uniform_test.cpp | 121 std::string ConvertScope(spv::Scope scope) { in ConvertScope() argument 122 switch (scope) { in ConvertScope() 196 "in Vulkan environment Execution scope is limited to Subgroup")); in TEST_P() 234 HasSubstr("Execution scope is limited to Subgroup or Workgroup")); in TEST_P()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_modifier.cpp | 206 ContainerScope scope(id); in StartCapsuleSweepingAnimationImpl() 213 ContainerScope scope(id); in StartCapsuleSweepingAnimationImpl() 299 ContainerScope scope(id); in StartRingLoadingHeadAnimation() 323 ContainerScope scope(id); in StartRingLoadingTailAnimation() 413 ContainerScope scope(id); in StartRingSweepingAnimationImpl() 450 ContainerScope scope(id); in StartContinuousSweepingAnimation() 582 ContainerScope scope(id); in StartLinearSweepingAnimationImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 2219 /// ::= syncscope("singlethread" | "<target scope>")? 2221 /// This sets synchronization scope ID to the ID of the parsed value. 2232 return Error(SSNAt, "Expected synchronization scope name"); 4413 /// ::= !DILocation(line: 43, column: 8, scope: !5, inlinedAt: !6, 4419 REQUIRED(scope, MDField, (/* AllowNull */ false)); \ 4426 GET_OR_DISTINCT(DILocation, (Context, line.Val, column.Val, scope.Val, 4511 /// line: 7, scope: !1, baseType: !2, size: 32, 4520 OPTIONAL(scope, MDField, ); \ 4537 scope.Val, baseType.Val, size.Val, align.Val, 4549 OPTIONAL(scope, MDFiel [all...] |
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_system_ability_client.cpp | 31 napi_handle_scope scope = nullptr; in TmpOpenScope() local 32 NAPI_CALL(env, napi_open_handle_scope(env, &scope)); in TmpOpenScope() 33 return scope; in TmpOpenScope() 793 auto closeScope = [tmpEnv](napi_handle_scope scope) { in NotifyJSWork() 794 napi_close_handle_scope(tmpEnv, scope); in NotifyJSWork()
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/src/ |
H A D | napi_accessibility_config.cpp | 39 napi_handle_scope scope = nullptr; in TmpOpenScope() local 40 NAPI_CALL(env, napi_open_handle_scope(env, &scope)); in TmpOpenScope() 41 return scope; in TmpOpenScope() 954 auto closeScope = [env](napi_handle_scope scope) { in OnEnableAbilityListsStateChangedWork() 955 napi_close_handle_scope(env, scope); in OnEnableAbilityListsStateChangedWork()
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | main.cpp | 554 class scope {
class in Format::DescriptorType::VertexInputRate 560 scope(const std::function<void()>&& initializer, const std::function<void()>&& deinitalizer)
in scope() function in Format::DescriptorType::VertexInputRate::scope 566 ~scope()
in ~scope() 1905 scope scope([]() { glslang::InitializeProcess(); }, []() { glslang::FinalizeProcess(); });
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.cc | 1582 CpuFeatureScope scope(this, SSE4_1); in CallRecordWriteStub() 1639 CpuFeatureScope scope(this, LZCNT); in CallRecordWriteStub() 1653 CpuFeatureScope scope(this, BMI1); in CallRecordWriteStub() 1666 CpuFeatureScope scope(this, POPCNT); in CallRecordWriteStub() 1770 FrameScope scope(this, StackFrame::NO_FRAME_TYPE); in CallRecordWriteStub()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 187 result.scope = (VkScopeKHR) properties.scope; in convertCooperativeMatrixProperties() 358 if (p->scope != VK_SCOPE_SUBGROUP_KHR) in checkSupport() 1026 p->scope == VK_SCOPE_SUBGROUP_KHR) in iterate() 1044 if (p->scope != VK_SCOPE_SUBGROUP_KHR) in iterate()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource11.js | 2079 typeFlow.checker.resolveTypeLink(typeFlow.scope, typeLink, false); 2261 var prevScope = typeFlow.scope; 2262 typeFlow.scope = this.containedScope; 2281 typeFlow.scope.enter(exceptVar.symbol.container, this.param, exceptVar.symbol, 2290 var table = typeFlow.scope.getTable(); 2294 typeFlow.scope = prevScope; 4382 typeFlow.checker.resolveTypeLink(typeFlow.scope, typeLink, false);
4564 var prevScope = typeFlow.scope;
4565 typeFlow.scope = this.containedScope;
4581 typeFlow.scope [all...] |
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_decoder.cpp | 93 OHOS::CodecScopeGuard scope([&] { in SendData()
|