Searched refs:validate_output (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_popen2.py | 61 def validate_output(self, teststr, expected_out, r, w, e=None): member in Popen2Test 74 self.validate_output(self.teststr, self.expected, r, w) 79 self.validate_output(self.teststr, self.expected, r, w, e) 82 self.validate_output(self.teststr, self.expected, r, w, e) 88 self.validate_output(self.teststr, self.expected, r, w) 95 self.validate_output(self.teststr, self.expected, r, w) 101 self.validate_output(self.teststr, self.expected, r, w, e) 110 self.validate_output(self.teststr, self.expected, r, w, e) 115 self.validate_output(self.teststr, self.expected, r, w) 122 self.validate_output(self.teststr, self.expected, r, w)
|
/external/v8/src/parsing/ |
D | parser.cc | 4711 Statement* validate_output; in BuildIteratorClose() local 4730 validate_output = factory()->NewIfStatement( in BuildIteratorClose() 4738 statements->Add(validate_output, zone()); in BuildIteratorClose()
|