Home
last modified time | relevance | path

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

/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/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/flutter/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/flutter/skia/experimental/editor/
Deditor_application.cpp94 void loadFile(const char* path) { in loadFile() function
353 fLayer.loadFile(path); in init()
/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/quickjs/
DChangelog39 - added std.loadFile(), std.strerror(), std.FILE.prototype.tello()
/third_party/quickjs/tests/
Dtest_std.js116 assert(std.loadFile(fname), content);
/third_party/EGL/api/
Dreg.py701 def loadFile(self, file): member in Registry
/third_party/skia/third_party/externals/egl-registry/api/
Dreg.py712 def loadFile(self, file): member in Registry
/third_party/openGLES/xml/
Dreg.py692 def loadFile(self, file): member in Registry
/third_party/skia/third_party/externals/opengl-registry/xml/
Dreg.py703 def loadFile(self, file): member in Registry
/third_party/quickjs/doc/
Dquickjs.texi376 @item loadFile(filename)