Home
last modified time | relevance | path

Searched refs:input_filepath (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/testing/tools/
Dsuppressor.py58 def IsExecutionSuppressed(self, input_filepath): argument
59 if "xfa_specific" in input_filepath and not self.has_xfa:
60 print "%s execution is suppressed" % input_filepath
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Dsimulation.py274 def _ExtractCaptureAnnotations(self, input_filepath, output_path, argument
276 self._annotator.Extract(input_filepath)
/external/googletest/docs/
Dprimer.md532 const std::string input_filepath = "this/package/testdata/myinputfile.dat";
535 EXPECT_EQ(f.Bar(input_filepath, output_filepath), 0);