/third_party/node/src/ |
H A D | histogram.cc | 353 std::unique_ptr<worker::TransferData> self) { in Deserialize() 350 Deserialize( Environment* env, v8::Local<v8::Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
|
/third_party/node/test/common/ |
H A D | wpt.js | 489 self.GLOBAL.isWorker = () => false;`);
|
/third_party/musl/ |
H A D | configure | 403 # generating self-referential versions of memcpy,, memmove, memcmp, 568 tryflag CFLAGS_AUTO -Winit-self
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross.hpp | 47 // base_type_id can also be obtained with get_type(get_type(type_id).self). 585 var.self = id; in set()
|
H A D | main.cpp | 360 bool is_block = compiler.get_decoration_bitset(type.self).get(DecorationBlock) || in print_resources() 361 compiler.get_decoration_bitset(type.self).get(DecorationBufferBlock); in print_resources()
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/ |
H A D | WireCmd.cpp | 301 record->selfId = transfer->self;
|
/third_party/toybox/generated/ |
H A D | globals.h | 1456 pid_t self, match; member
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace.c | 615 * @self: The current task for fork or NULL for exit 618 * If adding a task, if @self is defined, the task is only added if @self 620 * only be added when the parent is listed. If @self is NULL, then the 625 struct task_struct *self, in trace_filter_add_remove_task() 632 if (self) { in trace_filter_add_remove_task() 633 if (!trace_find_filtered_pid(pid_list, self->pid)) in trace_filter_add_remove_task() 637 /* "self" is set for forks, and NULL for exits */ in trace_filter_add_remove_task() 638 if (self) in trace_filter_add_remove_task() 9986 static int trace_module_notify(struct notifier_block *self, in trace_module_notify() argument 624 trace_filter_add_remove_task(struct trace_pid_list *pid_list, struct task_struct *self, struct task_struct *task) trace_filter_add_remove_task() argument 10091 trace_die_panic_handler(struct notifier_block *self, unsigned long ev, void *unused) trace_die_panic_handler() argument [all...] |
/third_party/selinux/checkpolicy/ |
H A D | policy_define.c | 1636 if (strcmp(id, "self") == 0) { in define_compute_type_helper() 1639 yyerror("-self is not supported"); in define_compute_type_helper() 2076 if (strcmp(id, "self") == 0) { in define_te_avtab_xperms_helper() 2079 yyerror("-self is not supported"); in define_te_avtab_xperms_helper() 2538 if (strcmp(id, "self") == 0) { in define_te_avtab_helper() 2541 yyerror("-self is not supported"); in define_te_avtab_helper() 2910 /* Don't bother to process against self role */ in dominate_role_recheck() 3312 int add, self, rc; in define_filename_trans() local 3345 self = 0; in define_filename_trans() 3348 if (strcmp(id, "self") in define_filename_trans() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_renderer.cpp | 119 densityCallbackId_ = pipeline->RegisterDensityChangedCallback([self = WeakClaim(this)](double density) { in JSCanvasRenderer() 120 auto canvasRender = self.Upgrade(); in JSCanvasRenderer()
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_single_kv_store.cpp | 1334 ASSERT_CALL(env, napi_wrap(env, ctxt->self, kvStore, finalize, nullptr, nullptr), kvStore); in New() 1335 return ctxt->self; in New()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | cik.c | 1467 struct pci_dev *root = adev->pdev->bus->self; in cik_pcie_gen3_enable() 1723 struct pci_dev *root = adev->pdev->bus->self; in cik_program_aspm()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | iommu.c | 596 if (bus->self) { in pci_dma_bus_setup_pSeries() 837 if (!dev->bus->self) { in pci_dma_dev_setup_pSeries()
|
/kernel/linux/linux-5.10/drivers/ntb/test/ |
H A D | ntb_tool.c | 64 * root@self# cat $DBG_DIR/port 67 * root@self# ls $DBG_DIR 79 * root@self# cat $DBG_DIR/peer0/port 82 * root@self# ls $DBG_DIR/peer0 98 * root@self# echo Y > $DBG_DIR/link 99 * root@self# echo N > $DBG_DIR/link 102 * root@self# cat $DBG_DIR/peer0/link 105 * root@self# echo Y > $DBG_DIR/peer0/link_event 106 * root@self# echo N > $DBG_DIR/peer0/link_event 111 * root@self# ech 1614 tool_probe(struct ntb_client *self, struct ntb_dev *ntb) tool_probe() argument 1656 tool_remove(struct ntb_client *self, struct ntb_dev *ntb) tool_remove() argument [all...] |
/kernel/linux/linux-5.10/net/tipc/ |
H A D | crypto.c | 1390 u32 self = tipc_own_addr(rx->net); in tipc_crypto_key_synch() local 1402 if (!ehdr->destined || msg_short(hdr) || msg_destnode(hdr) != self) in tipc_crypto_key_synch()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | get_maintainer.pl | 234 if ($_ =~ /^-{1,2}self-test(?:=|$)/) { 235 die "$P: using --self-test does not allow any other option or argument\n"; 280 'self-test:s' => \$self_test, 1082 --self-test => show potential issues with MAINTAINERS file content
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | sil-sii8620.c | 2152 static int sii8620_extcon_notifier(struct notifier_block *self, in sii8620_extcon_notifier() argument 2156 container_of(self, struct sii8620, extcon_nb); in sii8620_extcon_notifier()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | cik.c | 1532 struct pci_dev *root = adev->pdev->bus->self; in cik_pcie_gen3_enable() 1788 struct pci_dev *root = adev->pdev->bus->self; in cik_program_aspm()
|
/kernel/linux/linux-6.6/drivers/ntb/test/ |
H A D | ntb_tool.c | 64 * root@self# cat $DBG_DIR/port 67 * root@self# ls $DBG_DIR 79 * root@self# cat $DBG_DIR/peer0/port 82 * root@self# ls $DBG_DIR/peer0 98 * root@self# echo Y > $DBG_DIR/link 99 * root@self# echo N > $DBG_DIR/link 102 * root@self# cat $DBG_DIR/peer0/link 105 * root@self# echo Y > $DBG_DIR/peer0/link_event 106 * root@self# echo N > $DBG_DIR/peer0/link_event 111 * root@self# ech 1605 tool_probe(struct ntb_client *self, struct ntb_dev *ntb) tool_probe() argument 1647 tool_remove(struct ntb_client *self, struct ntb_dev *ntb) tool_remove() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | sil-sii8620.c | 2152 static int sii8620_extcon_notifier(struct notifier_block *self, in sii8620_extcon_notifier() argument 2156 container_of(self, struct sii8620, extcon_nb); in sii8620_extcon_notifier()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | crypto.c | 1386 u32 self = tipc_own_addr(rx->net); in tipc_crypto_key_synch() local 1398 if (!ehdr->destined || msg_short(hdr) || msg_destnode(hdr) != self) in tipc_crypto_key_synch()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_maintainer.pl | 234 if ($_ =~ /^-{1,2}self-test(?:=|$)/) { 235 die "$P: using --self-test does not allow any other option or argument\n"; 280 'self-test:s' => \$self_test, 1083 --self-test => show potential issues with MAINTAINERS file content
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | rtnetlink.sh | 1219 $BRIDGE fdb add $test_mac dev "$vxlandev" dst $dstip self &>/dev/null 1226 $BRIDGE fdb get $test_mac dev "$vxlandev" self 2>/dev/null | grep -q "dev $vxlandev dst $dstip"
|
/third_party/node/lib/internal/ |
H A D | errors.js | 445 function getMessage(key, args, self) { 456 return ReflectApply(msg, self, args); 1061 'Cannot overwrite symlink in subdirectory of self', SystemError);
|
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/ |
H A D | descriptor.js | 1270 if (typeof self !== "undefined") { 1271 return self;
|