HomeSort by relevance Sort by last modified time
    Searched refs:pipeline_process (Results 1 - 7 of 7) sorted by null

  /external/toolchain-utils/bestflags/
pipeline_process_test.py 15 import pipeline_process
30 if task == pipeline_process.POISONPILL:
64 process = pipeline_process.PipelineProcess(
71 inp.put(pipeline_process.POISONPILL)
76 pipeline_process.POISONPILL]
steering.py 11 import pipeline_process
63 result_queue.put(pipeline_process.POISONPILL)
116 result_queue.put(pipeline_process.POISONPILL)
pipeline_worker.py 18 import pipeline_process
36 This is a communication channel between the pipeline_process and this
54 if task == pipeline_process.POISONPILL:
steering_test.py 16 import pipeline_process
135 assert task == pipeline_process.POISONPILL
165 assert result_queue.get() == pipeline_process.POISONPILL
pipeline_worker_test.py 19 import pipeline_process
78 helper_queue.put(pipeline_process.POISONPILL)
testing_batch.py 26 import pipeline_process
309 if task == pipeline_process.POISONPILL:
example_algorithms.py 22 from pipeline_process import PipelineProcess

Completed in 86 milliseconds