Home
last modified time | relevance | path

Searched refs:loadFile (Results 1 – 25 of 32) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-repl-save-load.js82 let loadFile = join(tmpdir.path, 'file.does.not.exist'); variable
87 assert.strictEqual(data, `Failed to load: ${loadFile}\n`);
91 putIn.run([`.load ${loadFile}`]);
94 loadFile = tmpdir.path;
96 assert.strictEqual(data, `Failed to load: ${loadFile} is not a valid file\n`);
99 putIn.run([`.load ${loadFile}`]);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DBlockExtractor.cpp57 loadFile(); in init()
86 void loadFile();
108 void BlockExtractor::loadFile() { in loadFile() function in BlockExtractor
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/
DabiTest.c154 static void loadFile(void* buffer, const char* fileName, size_t fileSize) in loadFile() function
182 loadFile(buffer, fileName, fileSize); in fileCheck()
DroundTripTest.c182 static void loadFile(void* buffer, const char* fileName, size_t fileSize) in loadFile() function
210 loadFile(buffer, fileName, fileSize); in fileCheck()
/third_party/node/deps/v8/tools/turbolizer/src/
Dturbo-visualizer.ts39 function loadFile(txtRes: string) { function
133 loadFile(txtRes);
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/
Dindex.js613 async #loadFile (file, type) { method in Config
624 return this.#loadFile(resolve(this.npmPath, 'npmrc'), 'builtin')
652 return this.#loadFile(projectFile, 'project')
727 return this.#loadFile(this.#get('userconfig'), 'user')
731 return this.#loadFile(this.#get('globalconfig'), 'global')
/third_party/skia/tools/mdbviz/
Dmainwindow.h34 void loadFile(const QString &fileName);
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/
DinsertTags.py23 file = loadFile(specFile)
DfindBalance.py25 file = loadFile(specFile)
DfixupRef.py56 file = loadFile(specFile)
/third_party/cups-filters/filter/pdftopdf/
Dqpdf_pdftopdf_processor.h38 virtual bool loadFile(FILE *f,ArgOwnership take=WillStayAlive,int flatten_forms=1);
Dpdftopdf_processor.h135 virtual bool loadFile(FILE *f,ArgOwnership take=WillStayAlive,int flatten_forms=1) =0;
Dpdftopdf.cc1182 (!proc->loadFile(tmpfile,WillStayAlive,qpdf_flatten))) { in main()
1286 if (!proc->loadFile(outfile,TakeOwnership,0)) { in main()
Dqpdf_pdftopdf_processor.cc476 bool QPDF_PDFTOPDF_Processor::loadFile(FILE *f,ArgOwnership take,int flatten_forms) // {{{ in loadFile() function in QPDF_PDFTOPDF_Processor
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dcheck_spec_links.py76 registry.loadFile(registryFile)
DgenRef.py17 from reflib import (findRefs, fixupRefs, loadFile, logDiag, logWarn,
646 file = loadFile(specFile)
976 registry.loadFile(results.registry)
Dpromote.py74 lines = loadFile(filename)
Dreflow.py39 from reflib import loadFile, logDiag, logWarn, logErr, setLogFile, getBranch
587 lines = loadFile(filename)
Dreflib.py238 def loadFile(filename): function
/third_party/node/deps/npm/node_modules/diff/lib/patch/
Dapply.js220 options.loadFile(index, function (err, data) {
/third_party/skia/modules/skplaintexteditor/app/
Deditor_application.cpp113 void loadFile(const char* path) { in loadFile() function
391 fLayer.loadFile(path); in init()
/third_party/skia/third_party/externals/opengl-registry/xml/
Dreg.py703 def loadFile(self, file): member in Registry
/third_party/EGL/api/
Dreg.py701 def loadFile(self, file): member in Registry

12