/third_party/gn/src/gn/ |
H A D | rust_values_generator.h | 16 Scope* scope,
|
H A D | swift_values_generator.h | 17 SwiftValuesGenerator(Target* target, Scope* scope, Err* err);
|
/third_party/node/src/permission/ |
H A D | child_process_permission.h | 15 void Apply(const std::string& allow, PermissionScope scope) override;
|
H A D | worker_permission.h | 15 void Apply(const std::string& allow, PermissionScope scope) override;
|
/third_party/node/test/addons/errno-exception/ |
H A D | binding.cc | 6 v8::HandleScope scope(isolate); in Method()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-weak-refs.cc | 14 HandleScope scope(isolate); in BUILTIN()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | rewriter.h | 39 ParseInfo* info, Scope* scope, ZonePtrList<Statement>* body);
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-shadow-realm.cc | 13 HandleScope scope(isolate); in RUNTIME_FUNCTION()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_window.cpp | 51 ContainerScope scope(id); in RosenWindow() 84 ContainerScope scope(id); in RosenWindow() 157 ContainerScope scope(id); in RequestFrame()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_browse.h | 370 AvrcCtGfiPacket(uint8_t scope, uint32_t startItem, uint32_t endItem, const std::vector<uint32_t> &attributes); 625 AvrcCtGiaPacket(uint8_t scope, uint64_t uid, uint16_t uidCounter, const std::vector<uint32_t> &attributes); 753 explicit AvrcCtGtnoiPacket(uint8_t scope);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributeddb_schema_test_tools.h | 282 static void ConstructInvalidQuery(std::string &field, T value, std::vector<T> scope, in ConstructInvalidQuery() argument 292 DistributedDB::Query::Select().In(field, scope), in ConstructInvalidQuery() 293 DistributedDB::Query::Select().NotIn(field, scope), in ConstructInvalidQuery()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | psloop.c | 249 if ((parser_state->scope->parse_scope.op) && in acpi_ps_parse_loop() 250 ((parser_state->scope->parse_scope.op->common. in acpi_ps_parse_loop() 252 || (parser_state->scope->parse_scope.op->common. in acpi_ps_parse_loop() 288 "Popped scope, Op=%p\n", op)); in acpi_ps_parse_loop() 344 * If the scope/device op fails to parse, skip the body of in acpi_ps_parse_loop() 345 * the scope op because the parse failure indicates that in acpi_ps_parse_loop()
|
H A D | acnamesp.h | 22 #define ACPI_NS_NEWSCOPE 1 /* a definition of this type opens a name scope */ 162 acpi_ns_convert_to_unicode(struct acpi_namespace_node *scope, 167 acpi_ns_convert_to_resource(struct acpi_namespace_node *scope, 172 acpi_ns_convert_to_reference(struct acpi_namespace_node *scope,
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target_parameters.h | 19 u8 scope; member 193 * struct iscsi_param->scope 198 #define IS_SCOPE_CONNECTION_ONLY(p) ((p)->scope & SCOPE_CONNECTION_ONLY) 199 #define IS_SCOPE_SESSION_WIDE(p) ((p)->scope & SCOPE_SESSION_WIDE)
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | acnamesp.h | 22 #define ACPI_NS_NEWSCOPE 1 /* a definition of this type opens a name scope */ 162 acpi_ns_convert_to_unicode(struct acpi_namespace_node *scope, 167 acpi_ns_convert_to_resource(struct acpi_namespace_node *scope, 172 acpi_ns_convert_to_reference(struct acpi_namespace_node *scope,
|
H A D | psloop.c | 249 if ((parser_state->scope->parse_scope.op) && in acpi_ps_parse_loop() 250 ((parser_state->scope->parse_scope.op->common. in acpi_ps_parse_loop() 252 || (parser_state->scope->parse_scope.op->common. in acpi_ps_parse_loop() 287 "Popped scope, Op=%p\n", op)); in acpi_ps_parse_loop() 343 * If the scope/device op fails to parse, skip the body of in acpi_ps_parse_loop() 344 * the scope op because the parse failure indicates that in acpi_ps_parse_loop()
|
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target_parameters.h | 19 u8 scope; member 193 * struct iscsi_param->scope 198 #define IS_SCOPE_CONNECTION_ONLY(p) ((p)->scope & SCOPE_CONNECTION_ONLY) 199 #define IS_SCOPE_SESSION_WIDE(p) ((p)->scope & SCOPE_SESSION_WIDE)
|
/third_party/node/src/ |
H A D | js_udp_wrap.cc | 63 HandleScope scope(env()->isolate()); in RecvStart() 77 HandleScope scope(env()->isolate()); in RecvStop() 93 HandleScope scope(env()->isolate()); in Send()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-common.c | 373 int ifidx, prefixlen, scope; in get_a_lla_byifindex() local 389 &ifidx, &prefixlen, &scope); in get_a_lla_byifindex() 403 if (scope != PROC_IFINET6_LINKLOCAL) in get_a_lla_byifindex()
|
/third_party/node/deps/v8/src/execution/ |
H A D | microtask-queue.cc | 83 HandleScope scope(isolate); in EnqueueMicrotask() 93 HandleScope scope(isolate); in EnqueueMicrotask() 118 // API calls will check that there's always a microtask scope on the in PerformCheckpointInternal() 121 // microtask scope here to avoid running into the CallDepthScope check. in PerformCheckpointInternal() 165 SetIsRunningMicrotasks scope(&is_running_microtasks_); in RunMicrotasks() 182 // If execution is terminating, clean up and propagate that to TryCatch scope. in RunMicrotasks()
|
/third_party/node/deps/v8/src/heap/ |
H A D | gc-tracer.h | 74 #define DEFINE_SCOPE(scope) scope, 96 V8_INLINE Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind); 429 // Note: when accessing a background scope via this method, the caller is
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_attr_get.c | 24 * @tc.desc : Get thread scope 29 int scope = 0; in pthread_attr_getscope_0100() local 32 int rev = pthread_attr_getscope(&attr, &scope); in pthread_attr_getscope_0100() 34 EXPECT_EQ("pthread_attr_getscope_0100", scope, PTHREAD_SCOPE_SYSTEM); in pthread_attr_getscope_0100()
|
/third_party/vixl/test/ |
H A D | test-use-scratch-register-scope.cc | 90 UseScratchRegisterScope scope(masm_); in Run() 91 VIXL_CHECK(masm_->GetCurrentScratchRegisterScope() == &scope); in Run() 93 VIXL_CHECK(masm_->GetCurrentScratchRegisterScope() == &scope); in Run()
|
/third_party/selinux/libsepol/src/ |
H A D | policydb.c | 765 * the policy is a module, set object_r's scope to be SCOPE_REQ, 890 if (symtab_init(&p->scope[i], symtab_sizes[i])) { in policydb_init() 933 hashtab_destroy(p->scope[i].table); in policydb_init() 1520 (void)hashtab_map(p->scope[i].table, scope_destroy, 0); in policydb_destroy() 1521 hashtab_destroy(p->scope[i].table); in policydb_destroy() 1637 * inserting the appropriate scope information in addition to 1645 * scope scope of this symbol, either SCOPE_REQ or SCOPE_DECL 1654 * -2 scope conflicted 1660 uint32_t scope, uint32_ in symtab_insert() 1658 symtab_insert(policydb_t * pol, uint32_t sym, hashtab_key_t key, hashtab_datum_t datum, uint32_t scope, uint32_t avrule_decl_id, uint32_t * value) symtab_insert() argument 4110 scope_datum_t *scope = NULL; scope_read() local [all...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-builder.cc | 7 #include "src/common/assert-scope.h" 639 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral(const Scope* scope) { in LoadLiteral() argument 640 size_t entry = GetConstantPoolEntry(scope); in LoadLiteral() 960 const Scope* scope) { in CreateBlockContext() 961 size_t entry = GetConstantPoolEntry(scope); in CreateBlockContext() 967 Register exception, const Scope* scope) { in CreateCatchContext() 968 size_t scope_index = GetConstantPoolEntry(scope); in CreateCatchContext() 974 const Scope* scope, int slots) { in CreateFunctionContext() 975 size_t scope_index = GetConstantPoolEntry(scope); in CreateFunctionContext() 981 const Scope* scope, in in CreateEvalContext() 959 CreateBlockContext( const Scope* scope) CreateBlockContext() argument 966 CreateCatchContext( Register exception, const Scope* scope) CreateCatchContext() argument 973 CreateFunctionContext( const Scope* scope, int slots) CreateFunctionContext() argument 980 CreateEvalContext( const Scope* scope, int slots) CreateEvalContext() argument 987 CreateWithContext( Register object, const Scope* scope) CreateWithContext() argument 1537 GetConstantPoolEntry(const Scope* scope) GetConstantPoolEntry() argument [all...] |