Home
last modified time | relevance | path

Searched refs:scope (Results 776 - 800 of 1103) sorted by relevance

1...<<31323334353637383940>>...45

/third_party/node/test/parallel/
H A Dtest-inspector.js51 `Expected scope values to be ${actual.value.value} instead of ${value}.`
172 // We can use `require` outside of a callframe with require in scope
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
H A Dcommon.js139 const allBindings = path.scope.getAllBindings();
/third_party/node/deps/v8/src/objects/
H A Dtransitions.h118 base::SharedMutexGuardIf<base::kShared> scope( in TraverseTransitionTree()
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.cc294 HandleScope scope(script_->GetIsolate()); in Resolve()
H A Dsampling-heap-profiler.cc80 HandleScope scope(isolate_); in SampleObject()
/third_party/node/deps/v8/src/parsing/
H A Dparse-info.h315 DeclarationScope* scope() const;
347 //------------- Inputs to parsing and scope analysis -----------------------
358 //----------- Inputs+Outputs of parsing and scope analysis -----------------
365 //----------- Output of parsing and scope analysis ------------------------
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rdlow-rnlow-operand-immediate-zero-t32.cc193 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rdlow-rnlow-rmlow-t32.cc192 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
/kernel/linux/linux-5.10/net/sctp/
H A Dprotocol.c131 /* Copy the local addresses which are valid for 'scope' into 'bp'. */
133 enum sctp_scope scope, gfp_t gfp, int copy_flags) in sctp_copy_local_addr_list()
143 if (!sctp_in_scope(net, &addr->a, scope)) in sctp_copy_local_addr_list()
146 /* Now that the address is in scope, check to see if in sctp_copy_local_addr_list()
1090 .scope = sctp_v4_scope,
132 sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *bp, enum sctp_scope scope, gfp_t gfp, int copy_flags) sctp_copy_local_addr_list() argument
/kernel/linux/linux-6.6/net/ipv4/
H A Dping.c708 u8 tos, scope; in ping_v4_sendmsg() local
772 scope = ip_sendmsg_scope(inet, &ipc, msg); in ping_v4_sendmsg()
782 flowi4_init_output(&fl4, ipc.oif, ipc.sockc.mark, tos, scope, in ping_v4_sendmsg()
H A Draw.c482 u8 tos, scope; in raw_sendmsg() local
578 scope = ip_sendmsg_scope(inet, &ipc, msg); in raw_sendmsg()
601 flowi4_init_output(&fl4, ipc.oif, ipc.sockc.mark, tos, scope, in raw_sendmsg()
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc18 #include "gn/scope.h"
30 // the toolchain property on a scope.
88 toolchain_args [scope]
90 This is a variable of type "scope" where the variable names correspond to
186 Value RunToolchain(Scope* scope,
191 NonNestableBlock non_nestable(scope, function, "toolchain");
195 if (!EnsureNotProcessingImport(function, scope, err) ||
196 !EnsureNotProcessingBuildConfig(function, scope, err))
205 const SourceDir& input_dir = scope->GetSourceDir();
213 scope
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_waitcnt.cpp320 if ((sync.semantics & semantics) && sync.scope > subgroup_scope) { in perform_barrier()
326 sync_scope bar_scope_lds = MIN2(sync.scope, scope_workgroup); in perform_barrier()
334 if (!ctx.program->wgp_mode && sync.scope <= scope_workgroup) in perform_barrier()
H A Daco_print_ir.cpp254 print_scope(sync_scope scope, FILE* output, const char* prefix = "scope") in print_scope() argument
257 switch (scope) { in print_scope()
271 print_scope(sync.scope, output); in print_sync()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dmacro_checker_file.py64 r'\b(?P<first_part>(?P<scope_macro>[fs](text|link)):(?P<scope>[\w*]+))(?P<double_colons>::)(?P<second_part>(?P<member_macro>pname:?)(?P<entity_name>[\w]+))\b'
280 # Main process/checking methods, arranged roughly from largest scope to smallest scope.
529 self.checkPname(match.group('scope'))
737 scope = PRECEDING_MEMBER_REFERENCE.search(preceding)
738 if scope:
740 self.checkPname(scope.group('entity_name'))
/third_party/spirv-tools/source/opt/
H A Dinstruction.cpp520 void Instruction::UpdateLexicalScope(uint32_t scope) { in UpdateLexicalScope() argument
521 dbg_scope_.SetLexicalScope(scope); in UpdateLexicalScope()
523 i.dbg_scope_.SetLexicalScope(scope); in UpdateLexicalScope()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dmulticast.c322 if (comp_mask & IB_SA_MCMEMBER_REC_SCOPE && src->scope != dst->scope) in cmp_rec()
/kernel/linux/linux-5.10/include/net/
H A Dip.h588 unsigned char scope = broadcast[5] & 0xF; in ip_ib_mc_map() local
596 buf[5] = 0x10 | scope; /* scope from broadcast address */ in ip_ib_mc_map()
/kernel/linux/linux-6.6/include/net/
H A Dip.h246 /* Get the route scope that should be used when sending a packet. */
616 unsigned char scope = broadcast[5] & 0xF; in ip_ib_mc_map() local
624 buf[5] = 0x10 | scope; /* scope from broadcast address */ in ip_ib_mc_map()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dmulticast.c322 if (comp_mask & IB_SA_MCMEMBER_REC_SCOPE && src->scope != dst->scope) in cmp_rec()
/third_party/ffmpeg/libavcodec/
H A Damfenc.c94 const wchar_t *scope, const wchar_t *message) in AMFTraceWriter_Write()
97 av_log(tracer->avctx, AV_LOG_DEBUG, "%ls: %ls", scope, message); // \n is provided from AMF in AMFTraceWriter_Write()
93 AMFTraceWriter_Write(AMFTraceWriter *pThis, const wchar_t *scope, const wchar_t *message) AMFTraceWriter_Write() argument
/third_party/curl/packages/OS400/
H A Dos400sys.c580 Curl_ldap_search_s_a(void *ld, char *base, int scope, char *filter, in Curl_ldap_search_s_a() argument
643 status = ldap_search_s(ld, ebase? ebase: "", scope, in Curl_ldap_search_s_a()
/third_party/node/src/
H A Dnode_builtins.cc264 EscapableHandleScope scope(isolate); in LookupAndCompileInternal()
352 return scope.Escape(fun); in LookupAndCompileInternal()
/third_party/node/test/common/
H A Dwpt.js201 this.scope = value.scope;
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_descriptor_set.c235 /* allocated with the device scope */ in vn_CreateDescriptorSetLayout()
632 VkSystemAllocationScope scope) in vn_update_descriptor_sets_alloc()
647 void *storage = vk_alloc(alloc, alloc_size, VN_DEFAULT_ALIGN, scope); in vn_update_descriptor_sets_alloc()
626 vn_update_descriptor_sets_alloc(uint32_t write_count, uint32_t image_count, uint32_t buffer_count, uint32_t view_count, uint32_t iub_count, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vn_update_descriptor_sets_alloc() argument

Completed in 30 milliseconds

1...<<31323334353637383940>>...45