HomeSort by relevance Sort by last modified time
    Searched full:loadfile (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /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/autotest/client/tests/dbench/
dbench.py 28 loadfile = os.path.join(self.srcdir, 'client.txt')
30 dir, loadfile, seconds)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_clientsecrets.py 110 client_type, client_info = clientsecrets.loadfile(
127 client_type, client_info = clientsecrets.loadfile(
136 clientsecrets.loadfile(INVALID_FILE, cache=self.cache_mock)
143 # this also ensures loadfile() is backward compatible
144 client_type, client_info = clientsecrets.loadfile(VALID_FILE)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
clientsecrets.py 119 def loadfile(filename, cache=None): function
132 client_type, client_info = loadfile('secrets.json')
135 client_type, client_info = loadfile('secrets.json', cache=memcache)
  /external/sfntly/cpp/src/test/
test_font_utils.cc 56 LoadFile(font_path, &bv);
63 void LoadFile(const char* input_file_path, ByteVector* input_buffer) {
test_font_utils.h 34 void LoadFile(const char* input_file_path, ByteVector* input_buffer);
font_parsing_test.cc 36 LoadFile(SAMPLE_TTF_FILE, &input_buffer);
118 LoadFile(SAMPLE_TTF_FILE, &input_buffer);
chrome_subsetter.cc 37 sfntly::LoadFile(kInputFileName, &input_buffer);
  /device/google/contexthub/lib/include/nanohub/
nanoapp.h 26 void *loadFile(const char *fileName, uint32_t *size);
  /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/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/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/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 40 bool LoadFile(const char* input_file_path, sfntly::ByteVector* input_buffer) {
108 if (!LoadFile(argv[1], &input_buffer)) {
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btBulletWorldImporter.h 52 bool loadFile(const char* fileName, const char* preSwapFilenameOut=0);
  /system/bt/btif/src/
btif_config_transcode.cpp 32 int error = document.LoadFile(xml_filename);
  /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/v8/tools/gcmole/
gccause.lua 35 assert(loadfile "gccauses")()
  /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))) {
  /external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
ReportTaskTest.xml 214 <loadfile property="testReportHtmlFooter.content" srcfile="${temp.dir}/index.html" encoding="UTF-8"/>
226 <loadfile property="testReportHtmlEncoding.content" srcfile="${temp.dir}/index.html" encoding="UTF-16"/>
245 <loadfile property="testReportHtmlTabWidth.content" srcfile="${temp.dir}/org.jacoco.ant/TestTarget.java.html"/>
264 <loadfile property="testReportHtmlTabWidth.content" srcfile="${temp.dir}/org.jacoco.ant/TestTarget.java.html"/>
348 <loadfile property="testReportHtmlWithSourceEncoding.content" srcfile="${temp.dir}/org.jacoco.ant/TestTarget.java.html" encoding="UTF-8"/>
367 <loadfile property="testReportHtmlLocale.content" srcfile="${temp.dir}/org.jacoco.ant/TestTarget.java.html" encoding="UTF-8"/>
392 <loadfile property="testReportCsvEncoding.content" srcfile="${testReportCsvEncoding.destfile}" encoding="UTF-16"/>
427 <loadfile property="testReportXmlEncoding.content" srcfile="${testReportXmlEncoding.destfile}" encoding="UTF-16"/>
  /external/zopfli/src/zopfli/
zopfli_bin.c 39 static void LoadFile(const char* filename,
90 LoadFile(infilename, &in, &insize);
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 96 static inline std::unique_ptr<Module> LoadFile(const char *argv0,
121 std::unique_ptr<Module> M(LoadFile(argv[0], InputFilenames[0], Context));
  /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/llvm/lib/Transforms/IPO/
Internalize.cpp 62 void LoadFile(const char *Filename);
83 LoadFile(APIFile.c_str());
96 void InternalizePass::LoadFile(const char *Filename) {

Completed in 920 milliseconds

1 2 3 4 5