OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reader_process
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_file2k.py
646
reader_process
= subprocess.Popen(
651
go =
reader_process
.stderr.read(4)
653
reader_process
.kill()
655
method_name, go+
reader_process
.stderr.read()))
656
reader_process
.stdin.write(data_to_write)
665
rlist, _, _ = select.select([
reader_process
.stderr], (), (), 0.05)
666
reader_process
.send_signal(signal.SIGINT)
674
reader_process
.kill()
678
signal_line =
reader_process
.stderr.readline()
680
reader_process
.kill(
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_file2k.py
646
reader_process
= subprocess.Popen(
651
go =
reader_process
.stderr.read(4)
653
reader_process
.kill()
655
method_name, go+
reader_process
.stderr.read()))
656
reader_process
.stdin.write(data_to_write)
665
rlist, _, _ = select.select([
reader_process
.stderr], (), (), 0.05)
666
reader_process
.send_signal(signal.SIGINT)
674
reader_process
.kill()
678
signal_line =
reader_process
.stderr.readline()
680
reader_process
.kill(
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file2k.py
646
reader_process
= subprocess.Popen(
651
go =
reader_process
.stderr.read(4)
653
reader_process
.kill()
655
method_name, go+
reader_process
.stderr.read()))
656
reader_process
.stdin.write(data_to_write)
665
rlist, _, _ = select.select([
reader_process
.stderr], (), (), 0.05)
666
reader_process
.send_signal(signal.SIGINT)
674
reader_process
.kill()
678
signal_line =
reader_process
.stderr.readline()
680
reader_process
.kill(
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file2k.py
646
reader_process
= subprocess.Popen(
651
go =
reader_process
.stderr.read(4)
653
reader_process
.kill()
655
method_name, go+
reader_process
.stderr.read()))
656
reader_process
.stdin.write(data_to_write)
665
rlist, _, _ = select.select([
reader_process
.stderr], (), (), 0.05)
666
reader_process
.send_signal(signal.SIGINT)
674
reader_process
.kill()
678
signal_line =
reader_process
.stderr.readline()
680
reader_process
.kill(
[
all
...]
Completed in 303 milliseconds