Home
last modified time | relevance | path

Searched refs:proc (Results 376 - 400 of 427) sorted by relevance

1...<<1112131415161718

/third_party/python/Lib/test/
H A Dtest_base64.py780 with script_helper.spawn_python('-m', 'base64', '-e') as proc:
781 out, err = proc.communicate(b'a\xffb\n')
H A Dtest_sys.py1092 proc = subprocess.run(args, check=True, capture_output=True, text=True)
1097 self.assertEqual(proc.stdout.rstrip().splitlines(), expected,
1098 proc)
H A Dtest_io.py4283 proc = assert_python_failure('-X', 'dev', '-c', code)
4284 self.assertEqual(proc.rc, 10, proc)
4301 proc = assert_python_ok('-X', 'warn_default_encoding', '-c', code)
4302 warnings = proc.err.splitlines()
4314 proc = assert_python_ok('-X', 'utf8=0', '-c', code)
4315 self.assertEqual(b"locale", proc.out.strip())
4317 proc = assert_python_ok('-X', 'utf8=1', '-c', code)
4318 self.assertEqual(b"utf-8", proc.out.strip())
/third_party/openssl/crypto/modes/asm/
H A Dghash-ia64.pl111 .proc gcm_gmult_4bit#
188 .proc gcm_ghash_4bit#
/third_party/skia/third_party/externals/microhttpd/
H A Dconfig.guess894 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
986 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/third_party/skia/bench/
H A DPathBench.cpp1114 TightBoundsBench(SkRect (*proc)(const SkPath&), const char suffix[]) : fProc(proc) { in TightBoundsBench()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dia64-mont.pl87 .proc bn_mul_mont#
115 .proc bn_mul_mont_general#
384 .proc bn_mul_mont_8#
/third_party/python/Lib/test/support/
H A D__init__.py900 self.procfile = '/proc/{pid}/statm'.format(pid=os.getpid())
908 warnings.warn('/proc not available for stats: {}'.format(e),
1710 proc = subprocess.Popen(cmd,
1713 with proc:
1714 stdout = proc.communicate()[0]
/third_party/openssl/crypto/bn/asm/
H A Dia64-mont.pl87 .proc bn_mul_mont#
115 .proc bn_mul_mont_general#
384 .proc bn_mul_mont_8#
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp2698 // 'proc' is an optional function to run on each node that is processed during the traversal. 'proc' must
2704 std::function<bool(const TIntermNode&)> proc) in traverseLValueBase()
2709 if (proc) { in traverseLValueBase()
2710 proc(*node); in traverseLValueBase()
2726 if (proc) { in traverseLValueBase()
2727 if (!proc(*node)) { in traverseLValueBase()
2702 traverseLValueBase(const TIntermTyped* node, bool swizzleOkay, bool bufferReferenceOk, std::function<bool(const TIntermNode&)> proc) traverseLValueBase() argument
/third_party/ltp/testcases/kernel/power_management/lib/
H A Dpm_sched_mc.py41 cpuinfo = open('/proc/cpuinfo', 'r')
84 file_cpuinfo = open("/proc/cpuinfo", 'r')
105 file_cpuinfo = open("/proc/cpuinfo", 'r')
136 file_cpuinfo = open("/proc/cpuinfo", 'r')
223 ''' Read /proc/stat info and store in dictionary
226 file_procstat = open("/proc/stat", 'r')
237 ''' Read /proc/interrupts info and store in list
240 file_procstat = open("/proc/interrupts", 'r')
286 /proc/sys/kernel/timer_migration 2>/dev/null' % value)
586 Read /proc/cpuinf
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl244 .proc sha1_block_data_order#
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-ia64.pl40 .proc ChaCha20_ctr32#
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-ia64.pl40 .proc ChaCha20_ctr32#
/third_party/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl244 .proc sha1_block_data_order#
/third_party/ffmpeg/fftools/
H A Dffmpeg.c4484 HANDLE proc; in get_benchmark_time_stamps() local
4486 proc = GetCurrentProcess(); in get_benchmark_time_stamps()
4487 GetProcessTimes(proc, &c, &e, &k, &u); in get_benchmark_time_stamps()
4505 HANDLE proc; in getmaxrss()
4507 proc = GetCurrentProcess(); in getmaxrss()
4509 GetProcessMemoryInfo(proc, &memcounters, sizeof(memcounters)); in getmaxrss()
/third_party/alsa-utils/alsaloop/
H A Dpcmjob.c441 double expected, last, wake, check, queued = -1, proc, missing = -1; in xrun_stats0() local
460 proc = (double)loop->xrun_max_proctime / 1000; in xrun_stats0()
476 logit(LOG_INFO, " expected %.4fms, processing %.4fms, max missing %.4fms\n", expected, proc, loop->xrun_max_missing); in xrun_stats0()
/third_party/python/Lib/
H A Dpydoc.py1601 proc = subprocess.Popen(cmd, shell=True, stdin=subprocess.PIPE,
1604 with proc.stdin as pipe:
1615 proc.wait()
/third_party/libuv/src/unix/
H A Daix.c48 #include <sys/proc.h>
807 snprintf(cwd, sizeof(cwd), "/proc/%lu/cwd", (unsigned long) getpid()); in uv_fs_event_start()
1015 snprintf(pp, sizeof(pp), "/proc/%lu/psinfo", (unsigned long) getpid()); in uv_resident_set_memory()
/third_party/ltp/testcases/lib/
H A Dtst_net.sh94 local cmd='[ -f /proc/net/if_inet6 ]'
109 cmd='cat /proc/sys/net/ipv6/conf/all/disable_ipv6'
134 local check="cat /proc/sys/net/ipv6/conf/$iface/disable_ipv6"
182 ROD ln -s /proc/$pid/ns/net /var/run/netns/ltp_ns
/third_party/node/deps/uv/src/unix/
H A Daix.c48 #include <sys/proc.h>
791 snprintf(cwd, sizeof(cwd), "/proc/%lu/cwd", (unsigned long) getpid()); in uv_fs_event_start()
999 snprintf(pp, sizeof(pp), "/proc/%lu/psinfo", (unsigned long) getpid()); in uv_resident_set_memory()
/third_party/toybox/generated/
H A Dglobals.h977 } *procs, *proc; member
/third_party/toybox/toys/pending/
H A Dsh.c123 } *procs, *proc;
/third_party/eudev/
H A Dconfig.guess901 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
1002 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/third_party/lame/
H A Dconfig.guess911 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
1012 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in

Completed in 49 milliseconds

1...<<1112131415161718