Home
last modified time | relevance | path

Searched refs:scope (Results 651 - 675 of 1588) sorted by relevance

1...<<21222324252627282930>>...64

/third_party/gn/src/gn/
H A Drust_values_generator.h16 Scope* scope,
H A Dswift_values_generator.h17 SwiftValuesGenerator(Target* target, Scope* scope, Err* err);
/third_party/node/src/permission/
H A Dchild_process_permission.h15 void Apply(const std::string& allow, PermissionScope scope) override;
H A Dworker_permission.h15 void Apply(const std::string& allow, PermissionScope scope) override;
/third_party/node/test/addons/errno-exception/
H A Dbinding.cc6 v8::HandleScope scope(isolate); in Method()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-weak-refs.cc14 HandleScope scope(isolate); in BUILTIN()
/third_party/node/deps/v8/src/parsing/
H A Drewriter.h39 ParseInfo* info, Scope* scope, ZonePtrList<Statement>* body);
/third_party/node/deps/v8/src/runtime/
H A Druntime-shadow-realm.cc13 HandleScope scope(isolate); in RUNTIME_FUNCTION()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.cpp51 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 Davrcp_ct_browse.h370 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 Ddistributeddb_schema_test_tools.h282 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 Dpsloop.c249 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 Dacnamesp.h22 #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 Discsi_target_parameters.h19 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 Dacnamesp.h22 #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 Dpsloop.c249 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 Discsi_target_parameters.h19 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 Djs_udp_wrap.cc63 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 Dns-common.c373 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 Dmicrotask-queue.cc83 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 Dgc-tracer.h74 #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 Dpthread_attr_get.c24 * @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 Dtest-use-scratch-register-scope.cc90 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 Dpolicydb.c765 * 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 Dbytecode-array-builder.cc7 #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...]

Completed in 29 milliseconds

1...<<21222324252627282930>>...64