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

  /external/parameter-framework/upstream/tools/clientSimulator/
pfClientSimulator.py 34 from clientsimulator.testGenerator.SubprocessLogger import ScriptLoggerThread
50 if ScriptLoggerThread.getRunningInstances():
57 while ScriptLoggerThread.getRunningInstances():
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
TestLauncher.py 32 from clientsimulator.testGenerator.SubprocessLogger import ScriptLoggerThread
194 launcher = ScriptLoggerThread(cmd, self.__consoleLogger)
SubprocessLogger.py 179 class ScriptLoggerThread(SubprocessLoggerThread):
185 ScriptLoggerThread Object initializer
200 Running ScriptLoggerThread instances getter
202 :return: The list of running ScriptLoggerThread instances

Completed in 110 milliseconds