Home
last modified time | relevance | path

Searched refs:ConvertToFile (Results 1 – 10 of 10) sorted by relevance

/external/libwebm/m2ts/
Dwebm2pes_main.cc32 return converter.ConvertToFile() == true ? EXIT_SUCCESS : EXIT_FAILURE; in main()
Dvpxpes2ts_main.cc32 return converter.ConvertToFile() == true ? EXIT_SUCCESS : EXIT_FAILURE; in main()
Dvpxpes2ts.h30 bool ConvertToFile();
Dwebm2pes.h213 bool ConvertToFile();
Dvpxpes2ts.cc129 bool VpxPes2Ts::ConvertToFile() { in ConvertToFile() function in libwebm::VpxPes2Ts
Dwebm2pes.cc213 bool Webm2Pes::ConvertToFile() { in ConvertToFile() function in libwebm::Webm2Pes
/external/libwebm/m2ts/tests/
Dwebm2pes_tests.cc44 ASSERT_TRUE(converter.ConvertToFile()); in CreateAndLoadTestInput()
/external/llvm-project/lldb/bindings/python/
Dpython-typemaps.swig389 auto sp = unwrapOrSetPythonException(py_file.ConvertToFile());
413 auto sp = unwrapOrSetPythonException(py_file.ConvertToFile(/*borrowed=*/true));
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.h653 llvm::Expected<lldb::FileSP> ConvertToFile(bool borrowed = false);
DPythonDataObjects.cpp1402 llvm::Expected<FileSP> PythonFile::ConvertToFile(bool borrowed) { in ConvertToFile() function in PythonFile