Home
last modified time | relevance | path

Searched defs:addProcess (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/lit/lit/
DTestRunner.py62 def addProcess(self, proc): member in TimeoutHelper
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h177 void addProcess(const char* process) in addProcess() function
181 void addProcess(const std::string& process) in addProcess() function
1000 void addProcess(const std::string& process) { processes.addProcess(process); } in addProcess() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dlocalintermediate.h177 void addProcess(const char* process) in addProcess() function
181 void addProcess(const std::string& process) in addProcess() function
1009 void addProcess(const std::string& process) { processes.addProcess(process); } in addProcess() function