Home
last modified time | relevance | path

Searched refs:proc (Results 426 - 450 of 1108) sorted by relevance

1...<<11121314151617181920>>...45

/third_party/skia/gm/
H A Dclockwise.cpp105 const ClockwiseTestProcessor& proc = args.fGeomProc.cast<ClockwiseTestProcessor>(); in makeProgramImpl() local
106 args.fVaryingHandler->emitAttributes(proc); in makeProgramImpl()
111 if (!proc.readSkFragCoord()) { in makeProgramImpl()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_offload.py101 proc = subprocess.Popen(cmd, shell=shell, stdout=subprocess.PIPE,
106 log("BKG " + proc.args, msg)
107 return proc
109 return cmd_result(proc, include_stderr=include_stderr, fail=fail)
111 def cmd_result(proc, include_stderr=False, fail=False):
112 stdout, stderr = proc.communicate()
115 proc.stdout.close()
116 proc.stderr.close()
123 log("CMD " + proc.args,
125 (proc
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_offload.py101 proc = subprocess.Popen(cmd, shell=shell, stdout=subprocess.PIPE,
106 log("BKG " + proc.args, msg)
107 return proc
109 return cmd_result(proc, include_stderr=include_stderr, fail=fail)
111 def cmd_result(proc, include_stderr=False, fail=False):
112 stdout, stderr = proc.communicate()
115 proc.stdout.close()
116 proc.stderr.close()
123 log("CMD " + proc.args,
125 (proc
[all...]
/third_party/python/Lib/test/
H A Dtest_embed.py607 proc = subprocess.run(args, env=env,
610 if proc.returncode:
612 f"stdout={proc.stdout!r} stderr={proc.stderr!r}")
613 stdout = proc.stdout.decode('utf-8')
1653 proc = subprocess.run(cmd,
1657 if proc.returncode and support.verbose:
1658 print(proc.stdout)
1659 print(proc.stderr)
1660 self.assertEqual(proc
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-imx/
H A Dhotplug.c11 #include <asm/proc-fns.h>
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dlinkage.h27 .proc ASM_NL\
/kernel/linux/linux-5.10/arch/nds32/mm/
H A DMakefile3 mm-nds32.o cacheflush.o proc.o
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dhighmem.h7 #include <asm/proc-fns.h>
/kernel/linux/build/test/moduletest/runtest/bin/memorycontrol_t/testcases/bin/
H A Dmemory_control03.sh27 zcat /proc/config.gz | grep CONFIG_HYPERHOLD_MEMCG=y || tst_res TCONF "CONFIG_HYPERHOLD_MEMCG=y not satisfied!"
H A Dmemory_control02.sh27 zcat /proc/config.gz | grep CONFIG_HYPERHOLD_MEMCG=y || tst_res TCONF "CONFIG_HYPERHOLD_MEMCG=y not satisfied!"
H A Dmemory_control01.sh27 zcat /proc/config.gz | grep CONFIG_HYPERHOLD_MEMCG=y || tst_res TCONF "CONFIG_HYPERHOLD_MEMCG=y not satisfied!"
/kernel/linux/build/test/moduletest/runtest/bin/mem_debug_t/testcases/bin/
H A Dmem_debug01.sh27 zcat /proc/config.gz | grep CONFIG_DEBUG_FS=y || tst_res TCONF "CONFIG_DEBUG_FS=y not satisfied!"
/kernel/linux/linux-6.6/arch/arm/mach-imx/
H A Dhotplug.c11 #include <asm/proc-fns.h>
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dlinkage.h27 .proc ASM_NL\
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A DMakefile2 snd-oxfw-objs := oxfw-command.o oxfw-stream.o oxfw-pcm.o oxfw-proc.o \
/kernel/linux/linux-5.10/sound/firewire/fireface/
H A DMakefile2 snd-fireface-objs := ff.o ff-transaction.o ff-midi.o ff-proc.o amdtp-ff.o \
/kernel/linux/linux-5.10/sound/firewire/digi00x/
H A DMakefile2 snd-firewire-digi00x-objs := amdtp-dot.o digi00x-stream.o digi00x-proc.o \
/kernel/linux/linux-5.10/sound/firewire/tascam/
H A DMakefile2 snd-firewire-tascam-objs := tascam-proc.o amdtp-tascam.o tascam-stream.o \
/kernel/linux/linux-5.10/fs/fscache/
H A DMakefile16 fscache-$(CONFIG_PROC_FS) += proc.o
/kernel/linux/linux-5.10/drivers/staging/comedi/
H A DMakefile6 comedi-$(CONFIG_PROC_FS) += proc.o
/kernel/linux/linux-6.6/drivers/comedi/
H A DMakefile6 comedi-$(CONFIG_PROC_FS) += proc.o
/kernel/linux/linux-6.6/sound/firewire/digi00x/
H A DMakefile2 snd-firewire-digi00x-objs := amdtp-dot.o digi00x-stream.o digi00x-proc.o \
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A DMakefile2 snd-fireface-objs := ff.o ff-transaction.o ff-midi.o ff-proc.o amdtp-ff.o \
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A DMakefile2 snd-oxfw-objs := oxfw-command.o oxfw-stream.o oxfw-pcm.o oxfw-proc.o \
/kernel/linux/linux-6.6/sound/firewire/tascam/
H A DMakefile2 snd-firewire-tascam-objs := tascam-proc.o amdtp-tascam.o tascam-stream.o \

Completed in 8 milliseconds

1...<<11121314151617181920>>...45