Home
last modified time | relevance | path

Searched refs:loadFile (Results 1 - 25 of 29) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dtest_reflow.py16 from reflib import loadFile namespace
73 result, result_newline = loadFile(resultFile)
74 expect, expect_newline = loadFile(expectation)
H A Dantora-prep.py40 from reflib import loadFile, logDiag, logWarn, logErr, setLogFile, getBranch namespace
239 self.lines, _ = loadFile(self.srcpath)
495 args.pageHeaders, _ = loadFile(args.pageHeaders)
518 lines, _ = loadFile(args.filelist)
H A Dcheck_spec_links.py77 registry.loadFile(registryFile)
H A Dpromote.py74 lines = loadFile(filename)
H A Dreflow.py34 from reflib import loadFile, logDiag, logWarn, logErr, setLogFile, getBranch namespace
464 lines, newline_string = loadFile(filename)
H A DgenRef.py17 from reflib import (findRefs, fixupRefs, loadFile, logDiag, logWarn, logErr, namespace
662 file, _ = loadFile(specFile)
1000 # registry.loadFile, even though it is irrelevant to our uses.
1003 registry.loadFile(results.registry)
H A Dreflib.py238 def loadFile(filename): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp57 loadFile(); in init()
86 void loadFile();
108 void BlockExtractor::loadFile() { in loadFile() function in BlockExtractor
H A DFunctionImport.cpp149 static std::unique_ptr<Module> loadFile(const std::string &FileName, in loadFile() function
1294 return loadFile(Identifier, M.getContext()); in doImportingForModule()
/third_party/lz4/tests/
H A DabiTest.c152 /** loadFile() :
154 static void loadFile(void* buffer, const char* fileName, size_t fileSize) in loadFile() function
182 loadFile(buffer, fileName, fileSize); in fileCheck()
H A DroundTripTest.c180 /** loadFile() :
182 static void loadFile(void* buffer, const char* fileName, size_t fileSize) in loadFile() function
210 loadFile(buffer, fileName, fileSize); in fileCheck()
/third_party/skia/tools/mdbviz/
H A Dmainwindow.h34 void loadFile(const QString &fileName);
H A Dmainwindow.cpp26 this->loadFile(fileName); in openFile()
68 void MainWindow::loadFile(const QString &fileName) { in loadFile() function in MainWindow
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A DinsertTags.py23 file = loadFile(specFile)
H A DfindBalance.py25 file = loadFile(specFile)
H A DfixupRef.py56 file = loadFile(specFile)
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf_processor.h38 virtual bool loadFile(FILE *f,ArgOwnership take=WillStayAlive,int flatten_forms=1);
H A Dpdftopdf_processor.h135 virtual bool loadFile(FILE *f,ArgOwnership take=WillStayAlive,int flatten_forms=1) =0;
H A Dpdftopdf.cc1182 (!proc->loadFile(tmpfile,WillStayAlive,qpdf_flatten))) { in main()
1286 if (!proc->loadFile(outfile,TakeOwnership,0)) { in main()
H A Dqpdf_pdftopdf_processor.cc476 bool QPDF_PDFTOPDF_Processor::loadFile(FILE *f,ArgOwnership take,int flatten_forms) // {{{ in loadFile() function in QPDF_PDFTOPDF_Processor
480 throw std::invalid_argument("loadFile(NULL,...) not allowed"); in loadFile()
495 error("loadFile failed: %s",e.what()); in loadFile()
503 error("loadFile failed: %s",e.what()); in loadFile()
508 error("loadFile with MustDuplicate is not supported"); in loadFile()
/third_party/node/deps/npm/node_modules/diff/lib/patch/
H A Dapply.js220 options.loadFile(index, function (err, data) {
/third_party/skia/modules/skplaintexteditor/app/
H A Deditor_application.cpp113 void loadFile(const char* path) { in loadFile() function
391 fLayer.loadFile(path); in init()
/third_party/EGL/api/
H A Dreg.py665 # loadFile(filename) - load registry from XML file
701 def loadFile(self, file): member in Registry
/third_party/openGLES/xml/
H A Dreg.py656 # loadFile(filename) - load registry from XML file
692 def loadFile(self, file): member in Registry
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreg.py667 # loadFile(filename) - load registry from XML file
703 def loadFile(self, file): member in Registry

Completed in 25 milliseconds

12