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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen2.py 62 def validate_output(self, teststr, expected_out, r, w, e=None): member in class:Popen2Test
75 self.validate_output(self.teststr, self.expected, r, w)
80 self.validate_output(self.teststr, self.expected, r, w, e)
83 self.validate_output(self.teststr, self.expected, r, w, e)
89 self.validate_output(self.teststr, self.expected, r, w)
96 self.validate_output(self.teststr, self.expected, r, w)
102 self.validate_output(self.teststr, self.expected, r, w, e)
111 self.validate_output(self.teststr, self.expected, r, w, e)
116 self.validate_output(self.teststr, self.expected, r, w)
123 self.validate_output(self.teststr, self.expected, r, w
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen2.py 62 def validate_output(self, teststr, expected_out, r, w, e=None): member in class:Popen2Test
75 self.validate_output(self.teststr, self.expected, r, w)
80 self.validate_output(self.teststr, self.expected, r, w, e)
83 self.validate_output(self.teststr, self.expected, r, w, e)
89 self.validate_output(self.teststr, self.expected, r, w)
96 self.validate_output(self.teststr, self.expected, r, w)
102 self.validate_output(self.teststr, self.expected, r, w, e)
111 self.validate_output(self.teststr, self.expected, r, w, e)
116 self.validate_output(self.teststr, self.expected, r, w)
123 self.validate_output(self.teststr, self.expected, r, w
    [all...]

Completed in 199 milliseconds