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/chromium_org/third_party/WebKit/PerformanceTests/Parser/
url-parser.html 5 var urls = PerfTestRunner.loadFile("resources/final-url-en").split("\n");
html-parser.html 5 var spec = PerfTestRunner.loadFile("resources/html5.html");
  /external/chromium_org/third_party/WebKit/PerformanceTests/Layout/Shapes/
MultipleShapes.html 5 var test800 = PerfTestRunner.loadFile("./resources/MultipleShapesWidth800.html");
6 var test600 = PerfTestRunner.loadFile("./resources/MultipleShapesWidth600.html");
7 var test400 = PerfTestRunner.loadFile("./resources/MultipleShapesWidth400.html");
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
example.js 34 addEventListenerToButton('loadFile', loadFile);
77 function loadFile() {
79 var fileName = document.querySelector('#loadFile input').value;
82 document.querySelector('#loadFile textarea').value = '';
test.js 109 function loadFile(filename, onFileLoaded, onError) {
110 clickRadio('loadFile');
191 loadFile(filename, function() {
205 loadFile(filename, function() {
index.html 42 <div class="function" id="loadFile" hidden>
  /external/chromium_org/chrome/browser/safe_browsing/
prefix_set_unittest.cc 375 scoped_ptr<PrefixSet> prefix_set = PrefixSet::LoadFile(filename);
389 scoped_ptr<PrefixSet> prefix_set = PrefixSet::LoadFile(filename);
400 scoped_ptr<PrefixSet> prefix_set = PrefixSet::LoadFile(filename);
425 scoped_ptr<PrefixSet> prefix_set = PrefixSet::LoadFile(filename);
447 scoped_ptr<PrefixSet> prefix_set = PrefixSet::LoadFile(filename);
455 prefix_set = PrefixSet::LoadFile(filename);
466 scoped_ptr<PrefixSet> prefix_set = PrefixSet::LoadFile(filename);
477 scoped_ptr<PrefixSet> prefix_set = PrefixSet::LoadFile(filename);
488 scoped_ptr<PrefixSet> prefix_set = PrefixSet::LoadFile(filename);
499 scoped_ptr<PrefixSet> prefix_set = PrefixSet::LoadFile(filename)
    [all...]
  /external/chromium_org/third_party/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);
  /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);
  /external/chromium_org/third_party/WebKit/PerformanceTests/DOM/
TraverseChildNodes.html 6 var spec = PerfTestRunner.loadFile("../Parser/resources/html5.html");
  /external/llvm/tools/llvm-link/
llvm-link.cpp 58 // LoadFile - Read the specified bitcode file in and return it. This routine
61 static inline Module *LoadFile(const char *argv0, const std::string &FN,
87 LoadFile(argv[0], InputFilenames[BaseArg], Context));
96 std::unique_ptr<Module> M(LoadFile(argv[0], InputFilenames[i], Context));
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.h 47 int LoadFile (const FSRef *ref, int startFrame, int endFrame); /* pass -1 to do nothing */
  /external/chromium_org/third_party/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/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)) {
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 92 static inline std::unique_ptr<Module> LoadFile(const char *argv0,
117 std::unique_ptr<Module> M(LoadFile(argv[0], InputFilenames[0], Context));
  /external/chromium_org/third_party/libxml/chromium/
libxml_utils.cc 35 bool XmlReader::LoadFile(const std::string& file_path) {
  /external/chromium_org/v8/tools/gcmole/
gccause.lua 35 assert(loadfile "gccauses")()
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_utility.cpp 70 FX_BOOL CPDF_FXMP::LoadFile(FX_LPVOID pPackage, FX_LPCSTR fileid)

Completed in 1191 milliseconds

1 2 3 4 5