Searched defs:load (Results 1 - 25 of 394) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRFileStream.as11 load(file, encoding);
14 public function load(file:File, encoding:String = null):void { function
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DANTLRFileStream.java35 * since we know the exact size of the object to load. We can avoid lots
47 load(fileName, encoding);
50 public void load(String fileName, String encoding) method in class:ANTLRFileStream
H A DANTLRReaderStream.java53 load(r, size, readChunkSize);
56 public void load(Reader r, int size, int readChunkSize) method in class:ANTLRReaderStream
68 // System.out.println("load "+size+" in chunks of "+readChunkSize);
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DANTLRFileStream.pm48 sub load { subroutine
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtemplate.rb25 ANTLR3::Template::Group.load( group_file )
101 def self.load( group_file, options = {} ) singleton method in class:ANTLR3.Template.Group
105 end or raise( LoadError, "no such template group file to load %s" % group_file )
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
H A Dimport.rb8 def load( grammar ) method in class:TestImportedGrammars
27 load inline_grammar( <<-'END' )
59 load inline_grammar( <<-'END' )
94 load inline_grammar( <<-'END' )
137 load inline_grammar( <<-'END' )
181 load inline_grammar( <<-'END' )
216 load inline_grammar( <<-'END' )
244 load inline_grammar( <<-'END' )
271 load inline_grammar( <<-'END' )
299 load inline_gramma
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Configuration.java131 load(in, props);
221 static void load(InputStream in, Hashtable<String, String> result) throws IOException { method in class:Support_Configuration
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/search_engines/
H A DTemplateUrlService.java88 public void load() { method in class:TemplateUrlService
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dbluetooth_pair_device.js24 function load() { function
59 document.addEventListener('DOMContentLoaded', load);
H A Dcertificate_manager_dialog.js17 function load() { function
66 document.addEventListener('DOMContentLoaded', load);
H A Dproxy_settings.js11 function load() { function
55 document.addEventListener('DOMContentLoaded', load);
H A Dslow.js43 function load() { function
48 document.addEventListener('DOMContentLoaded', load);
/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.js101 // Icon load request queue.
218 * Schedule icon load.
877 function load() { function
991 window.addEventListener('DOMContentLoaded', load);
/external/chromium_org/chrome/browser/resources/gaia_auth/
H A Doffline.js9 function load() { function
62 document.addEventListener('DOMContentLoaded', load);
H A Dsuccess.js5 function load() { function
15 document.addEventListener('DOMContentLoaded', load);
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory.js1834 function load() { function
2279 document.addEventListener('DOMContentLoaded', load);
H A Dother_devices.js512 function load() { function
539 document.addEventListener('DOMContentLoaded', load);
/external/chromium_org/chrome/browser/resources/options/
H A Doptions.js55 function load() { function
271 document.addEventListener('DOMContentLoaded', load);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc396 // Load (or re-load) the bookmark model. |load| controls use of the
399 void LoadBookmarkModel(LoadOption load, SaveOption save) { argument
400 bool delete_bookmarks = load == DELETE_EXISTING_STORAGE;
/external/chromium_org/chrome/browser/ui/
H A Duma_browsing_activity_observer.cc53 const content::LoadCommittedDetails load = local
65 CHECK(load.entry);
69 load.entry->GetURL())) {
73 if (!load.is_navigation_to_different_page())
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
H A Dbackground.js270 ManagedBookmarkTree.prototype.load = function(callback) {
299 // This load() should be empty on the first install, but is useful during
301 tree.load(function() {
315 tree.load(function() {
327 tree.load(function() {
343 tree.load(function() {
355 tree.load(function() {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
H A Doptions.js5 function load() { function
130 document.addEventListener('DOMContentLoaded', load);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
H A Dpopup.js191 function load() { function
403 document.addEventListener('DOMContentLoaded', load);

Completed in 443 milliseconds

1234567891011>>