Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Drhino-python.prog3 function loadFile(fileName, encoding) {
25 eval(loadFile("../../lib/antlr3-all.js"));
26 eval(loadFile("../../lib/antlr3-cli.js"));
27 eval(loadFile("PythonLexer.js"));
28 eval(loadFile("PythonParser.js"));
29 eval(loadFile("rhino-python.extensions"));
70 var input = loadFile("rhino-python.input");
71 var expected = loadFile("rhino-python.output");
/external/chromium-trace/catapult/third_party/vinn/vinn/
Dhtml_imports_loader.js109 loadFile.call(global, absPath, href);
143 function loadFile(absPath, opt_href) { function
166 loadFile: loadFile property
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DSharedLibraryLoader.java115 loadFile(libraryName); in load()
278 private void loadFile (String sourcePath) { in loadFile() method in SharedLibraryLoader
286 Throwable ex = loadFile(sourcePath, sourceCrc, file); in loadFile()
292 if (file.delete() && loadFile(sourcePath, sourceCrc, file) == null) return; in loadFile()
298 if (loadFile(sourcePath, sourceCrc, file) == null) return; in loadFile()
302 if (loadFile(sourcePath, sourceCrc, file) == null) return; in loadFile()
315 private Throwable loadFile (String sourcePath, String sourceCrc, File extractedFile) { in loadFile() method in SharedLibraryLoader
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
DbtBulletWorldImporter.java78 public boolean loadFile(final com.badlogic.gdx.files.FileHandle fileHandle) { in loadFile() method in btBulletWorldImporter
100 public boolean loadFile(String fileName, String preSwapFilenameOut) { in loadFile() method in btBulletWorldImporter
104 public boolean loadFile(String fileName) { in loadFile() method in btBulletWorldImporter
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DLightCodeInsightParsingTestCase.java90 String text = loadFile(name + "." + myFileExt); in doTest()
125 String text = loadFile(name + "." + myFileExt); in doTest()
193 protected String loadFile(@NonNls @TestDataFile String name) throws IOException { in loadFile() method in LightCodeInsightParsingTestCase
198 return FileUtil.loadFile(new File(myFullDataPath, name), CharsetToolkit.UTF8, true).trim(); in doLoadFile()
/external/llvm/tools/llvm-link/
Dllvm-link.cpp109 static std::unique_ptr<Module> loadFile(const char *argv0, in loadFile() function
169 std::unique_ptr<Module> M = loadFile(argv0, FileName, Context, false); in importFunctions()
230 std::unique_ptr<Module> M = loadFile(argv0, SME.getKey(), Context, true); in importFunctions()
255 std::unique_ptr<Module> M = loadFile(argv0, File, Context); in linkFiles()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
DbtBulletWorldImporter.h52 bool loadFile(const char* fileName, const char* preSwapFilenameOut=0);
DbtBulletWorldImporter.cpp41 bool btBulletWorldImporter::loadFile( const char* fileName, const char* preSwapFilenameOut) in loadFile() function in btBulletWorldImporter
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
DErrorTracker.java50 anInstance.loadFile("C:\\junk\\testManifest.xml"); in main()
61 public void loadFile(String fileName) { in loadFile() method in ErrorTracker
DTestResultsGenerator.java176 anErrorTracker.loadFile(testManifestFileName); in execute()
/external/libgdx/extensions/gdx-bullet/jni/swig/extras/serialize/
DgdxBulletSerialize.i27 public boolean loadFile(final com.badlogic.gdx.files.FileHandle fileHandle) {
/external/skia/debugger/QT/
DSkDebuggerGUI.h177 void loadFile(QListWidgetItem *item);
DSkDebuggerGUI.cpp58 …NAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this, SLOT(loadFile(QListWidgetItem *… in SkDebuggerGUI()
289 void SkDebuggerGUI::loadFile(QListWidgetItem *item) { in loadFile() function in SkDebuggerGUI
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp40 static std::unique_ptr<Module> loadFile(const std::string &FileName, in loadFile() function
412 return loadFile(Identifier, M.getContext()); in runOnModule()
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
DImportTest.java76 importer.loadFile(Gdx.files.internal("data/g3d/btscene1.bullet")); in create()
/external/vulkan-validation-layers/
Dreg.py206 def loadFile(self, file): member in Registry
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
Dextras_wrap.cpp4951 result = (bool)(arg1)->loadFile((char const *)arg2,(char const *)arg3); in Java_com_badlogic_gdx_physics_bullet_extras_ExtrasJNI_btBulletWorldImporter_1loadFile_1_1SWIG_10()
4974 result = (bool)(arg1)->loadFile((char const *)arg2); in Java_com_badlogic_gdx_physics_bullet_extras_ExtrasJNI_btBulletWorldImporter_1loadFile_1_1SWIG_11()