/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1140 int32_t BluetoothAvrcpCtServer::PlayItem(const RawAddress &device, int32_t scope, int64_t uid, int32_t uidCounter) in PlayItem() argument 1142 HILOGI("res: %{public}s, scope: %{public}d, uid: %{public}jd, uidCounter: %{public}d", in PlayItem() 1143 GetEncryptAddr(device.GetAddress()).c_str(), scope, uid, uidCounter); in PlayItem() 1148 BluetoothRawAddress(device), static_cast<uint8_t>(scope), in PlayItem() 1183 int32_t BluetoothAvrcpCtServer::GetTotalNumberOfItems(const RawAddress &device, int32_t scope) in GetTotalNumberOfItems() argument 1185 HILOGI("addr: %{public}s, scope: %{public}d", GetEncryptAddr(device.GetAddress()).c_str(), scope); in GetTotalNumberOfItems() 1189 result = pimpl->service_->GetTotalNumberOfItems(BluetoothRawAddress(device), static_cast<uint8_t>(scope)); in GetTotalNumberOfItems()
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target_parameters.c | 119 char *name, char *value, u8 phase, u8 scope, u8 sender, in iscsi_set_default_param() 144 param->scope = scope; in iscsi_set_default_param() 579 if (!leading && (param->scope & SCOPE_SESSION_WIDE)) { in iscsi_copy_param_list() 604 new_param->scope = param->scope; in iscsi_copy_param_list() 118 iscsi_set_default_param(struct iscsi_param_list *param_list, char *name, char *value, u8 phase, u8 scope, u8 sender, u16 type_range, u8 use) iscsi_set_default_param() argument
|
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target_parameters.c | 119 char *name, char *value, u8 phase, u8 scope, u8 sender, in iscsi_set_default_param() 144 param->scope = scope; in iscsi_set_default_param() 579 if (!leading && (param->scope & SCOPE_SESSION_WIDE)) { in iscsi_copy_param_list() 604 new_param->scope = param->scope; in iscsi_copy_param_list() 118 iscsi_set_default_param(struct iscsi_param_list *param_list, char *name, char *value, u8 phase, u8 scope, u8 sender, u16 type_range, u8 use) iscsi_set_default_param() argument
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | spirv_builder.c | 461 spirv_builder_emit_atomic_store(struct spirv_builder *b, SpvId pointer, SpvScope scope, in spirv_builder_emit_atomic_store() argument 467 spirv_buffer_emit_word(&b->instructions, spirv_builder_const_uint(b, 32, scope)); in spirv_builder_emit_atomic_store() 1589 spirv_builder_emit_memory_barrier(struct spirv_builder *b, SpvScope scope, SpvMemorySemanticsMask semantics) in spirv_builder_emit_memory_barrier() argument 1593 spirv_buffer_emit_word(&b->instructions, spirv_builder_const_uint(b, 32, scope)); in spirv_builder_emit_memory_barrier() 1598 spirv_builder_emit_control_barrier(struct spirv_builder *b, SpvScope scope, SpvScope mem_scope, SpvMemorySemanticsMask semantics) in spirv_builder_emit_control_barrier() argument 1602 spirv_buffer_emit_word(&b->instructions, spirv_builder_const_uint(b, 32, scope)); in spirv_builder_emit_control_barrier()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-console.cc | 939 CommandLineAPIScope* scope = *static_cast<CommandLineAPIScope**>( in accessorGetterCallback() local 942 if (scope == nullptr) { in accessorGetterCallback() 946 v8::Local<v8::Object> commandLineAPI = scope->m_commandLineAPI; in accessorGetterCallback() 967 CommandLineAPIScope* scope = *static_cast<CommandLineAPIScope**>( in accessorSetterCallback() local 969 if (scope == nullptr) return; in accessorSetterCallback() 974 USE(scope->m_installedMethods->Delete(context, name).FromMaybe(false)); in accessorSetterCallback()
|
/third_party/node/deps/v8/src/heap/ |
H A D | gc-tracer.cc | 62 #define CASE(scope) \ in Name() 63 case Scope::scope: \ in Name() 64 return "V8.GC_" #scope; in Name() 76 #define CASE(scope) \ in NeedsYoungEpoch() 77 case Scope::scope: \ in NeedsYoungEpoch() 191 // We assume that MC_INCREMENTAL is the first scope so that we can properly in GCTracer() 1462 HandleScope scope(isolate); in GetContextId()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 18 #include "include/v8-embedder-state-scope.h" 43 #include "src/common/assert-scope.h" 76 #include "src/logging/runtime-call-stats-scope.h" 526 i::HandleScope scope(isolate); in AddData() 546 i::HandleScope scope(isolate); in AddData() 605 i::HandleScope scope(isolate); in CreateBlob() 638 i::HandleScope scope(isolate); in CreateBlob() 651 // scope above goes out of scope. in CreateBlob() 655 i::HandleScope scope(isolat in CreateBlob() [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 35 #include "src/common/assert-scope.h" 65 #include "src/heap/parked-scope.h" 77 #include "src/logging/runtime-call-stats-scope.h" 1440 HandleScope scope(this); in PrintStack() 1472 HandleScope scope(this); in ReportFailedAccessCheck() 1519 HandleScope scope(this); in MayAccess() 1560 HandleScope scope(this); in StackOverflow() 1748 HandleScope scope(this); in ThrowInternal() 1850 // This scope will set the thread-in-wasm flag after the execution of all in ThrowInternal() 1851 // destructors. The thread-in-wasm flag is only set when the scope get in ThrowInternal() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_drag_function.cpp | 196 ScopeRAII scope(reinterpret_cast<napi_env>(nativeEngine)); in SetData() 294 ScopeRAII scope(reinterpret_cast<napi_env>(nativeEngine)); in SetDragInfo()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_types.cpp | 131 panda::LocalScope scope(vm); in ToString() 374 LocalScope scope(vm); in Call()
|
/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); \
|
/kernel/liteos_a/compat/posix/src/ |
H A D | pthread.c | 165 outAttr->scope = self->attr.scope; in SetPthreadAttr()
|
/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()
|