/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
rhino-python.prog | 3 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/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/ |
btBulletWorldImporter.h | 52 bool loadFile(const char* fileName, const char* preSwapFilenameOut=0);
|
btBulletWorldImporter.cpp | 41 bool btBulletWorldImporter::loadFile( const char* fileName, const char* preSwapFilenameOut)
|
/device/google/contexthub/lib/include/nanohub/ |
nanoapp.h | 26 void *loadFile(const char *fileName, uint32_t *size);
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
SharedLibraryLoader.java | 115 loadFile(libraryName);
278 private void loadFile (String sourcePath) {
286 Throwable ex = loadFile(sourcePath, sourceCrc, file);
292 if (file.delete() && loadFile(sourcePath, sourceCrc, file) == null) return;
298 if (loadFile(sourcePath, sourceCrc, file) == null) return;
302 if (loadFile(sourcePath, sourceCrc, file) == null) return;
315 private Throwable loadFile (String sourcePath, String sourceCrc, File extractedFile) {
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/ |
btBulletWorldImporter.java | 78 public boolean loadFile(final com.badlogic.gdx.files.FileHandle fileHandle) { 100 public boolean loadFile(String fileName, String preSwapFilenameOut) { 104 public boolean loadFile(String fileName) {
|
/external/libgdx/extensions/gdx-bullet/jni/swig/extras/serialize/ |
gdxBulletSerialize.i | 27 public boolean loadFile(final com.badlogic.gdx.files.FileHandle fileHandle) {
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
LightCodeInsightParsingTestCase.java | 90 String text = loadFile(name + "." + myFileExt); 125 String text = loadFile(name + "." + myFileExt); 193 protected String loadFile(@NonNls @TestDataFile String name) throws IOException { 198 return FileUtil.loadFile(new File(myFullDataPath, name), CharsetToolkit.UTF8, true).trim();
|
/external/chromium-trace/catapult/third_party/vinn/vinn/ |
html_imports_loader.js | 109 loadFile.call(global, absPath, href); 143 function loadFile(absPath, opt_href) { 166 loadFile: loadFile
|
/external/llvm/tools/llvm-link/ |
llvm-link.cpp | 109 static std::unique_ptr<Module> loadFile(const char *argv0, 169 std::unique_ptr<Module> M = loadFile(argv0, FileName, Context, false); 230 std::unique_ptr<Module> M = loadFile(argv0, SME.getKey(), Context, true); 255 std::unique_ptr<Module> M = loadFile(argv0, File, Context);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UiccPkcs15.java | 81 public boolean loadFile(String fileId, Message callBack) { 82 log("loadFile: " + fileId); 210 if (!mFh.loadFile(ID_ACRF, obtainMessage(EVENT_LOAD_ACRF_DONE))) { 223 if (!mFh.loadFile(idAccf, obtainMessage(EVENT_LOAD_ACCF_DONE))) {
|
/device/google/contexthub/lib/nanohub/ |
nanoapp.c | 68 void *loadFile(const char *fileName, uint32_t *size)
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
ImportTest.java | 76 importer.loadFile(Gdx.files.internal("data/g3d/btscene1.bullet"));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
ErrorTracker.java | 50 anInstance.loadFile("C:\\junk\\testManifest.xml"); 61 public void loadFile(String fileName) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ |
Draw9PatchEditor.java | 177 mNinePatchedImage = imageViewer.loadFile(mFileEditorInput.getPath().toOSString()); 181 mNinePatchedImage = imageViewer.loadFile(mFileEditorInput.getPath().toOSString());
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/ |
BackupTestActivity.java | 123 loadFile(TEST_FILE_1, items); 124 loadFile(TEST_FILE_2, items); 152 private void loadFile(String fileName, List<BackupItem> items) {
|
/external/skia/debugger/QT/ |
SkDebuggerGUI.h | 177 void loadFile(QListWidgetItem *item);
|
SkDebuggerGUI.cpp | 58 connect(&fDirectoryWidget, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this, SLOT(loadFile(QListWidgetItem *))); 289 void SkDebuggerGUI::loadFile(QListWidgetItem *item) {
|
/external/llvm/lib/Transforms/IPO/ |
FunctionImport.cpp | 40 static std::unique_ptr<Module> loadFile(const std::string &FileName, 412 return loadFile(Identifier, M.getContext());
|
/frameworks/native/opengl/tools/glgen2/ |
glgen.py | 220 registry.loadFile('registry/gl.xml')
|
/prebuilts/tools/common/mkidentity/ |
mkidentity-prebuilt.jar | |
/device/google/contexthub/util/nanoapp_encr/ |
nanoapp_encr.c | 332 buf = loadFile(posArg[0], &bufUsed);
|
/device/google/contexthub/util/nanoapp_sign/ |
nanoapp_sign.c | 518 buf = loadFile(posArg[0], &bufUsed);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/ |
buildTools.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar | |