Searched defs:Load (Results 1 - 25 of 67) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
H A DLoad.pm1 package My::Test::Class::Load;
6 use base 'Test::Class::Load';
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DANTLRFileStream.cs60 Load( fileName, encoding );
63 public virtual void Load( string fileName, Encoding encoding ) method in class:Antlr.Runtime.ANTLRFileStream
H A DANTLRReaderStream.cs64 Load( r, size, readChunkSize );
67 public virtual void Load( TextReader r, int size, int readChunkSize ) method in class:Antlr.Runtime.ANTLRReaderStream
/external/v8/test/mjsunit/compiler/
H A Dproperty-refs.js30 function Load(o) { function
47 return Load(object);
/external/webkit/Tools/DumpRenderTree/mac/
H A DNavigationController.h34 enum { None, Load, GoBack, ExecuteScript } pendingAction; enumerator in enum:__anon14984
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRFileStream.cs79 Load(fileName, encoding);
101 public virtual void Load(string fileName, Encoding encoding) method in class:Antlr.Runtime.ANTLRFileStream
H A DANTLRReaderStream.cs59 Load(r, size, readChunkSize);
62 public virtual void Load(TextReader r, int size, int readChunkSize) { method in class:Antlr.Runtime.ANTLRReaderStream
/external/chromium/chrome/browser/chromeos/cros/
H A Dcros_library_loader.cc37 bool CrosLibraryLoader::Load(std::string* load_error_string) { function in class:chromeos::CrosLibraryLoader
/external/chromium/chrome/browser/policy/
H A Dconfig_dir_policy_provider.cc20 DictionaryValue* ConfigDirPolicyProviderDelegate::Load() { function in class:policy::ConfigDirPolicyProviderDelegate
H A Dconfiguration_policy_provider_delegate_win.cc48 DictionaryValue* ConfigurationPolicyProviderDelegateWin::Load() { function in class:policy::ConfigurationPolicyProviderDelegateWin
H A Dconfiguration_policy_provider_mac.cc47 DictionaryValue* MacPreferencesPolicyProviderDelegate::Load() { function in class:policy::MacPreferencesPolicyProviderDelegate
H A Ddevice_policy_cache.cc137 void DevicePolicyCache::Load() { function in class:policy::DevicePolicyCache
H A Duser_policy_cache.cc79 void UserPolicyCache::Load() { function in class:policy::UserPolicyCache
/external/chromium/chrome/browser/
H A Dtransport_security_persister.cc33 &TransportSecurityPersister::Load);
37 void TransportSecurityPersister::Load() { function in class:TransportSecurityPersister
/external/chromium/net/disk_cache/
H A Dmapped_file_posix.cc35 bool MappedFile::Load(const FileBlock* block) { function in class:disk_cache::MappedFile
H A Dmapped_file_win.cc45 bool MappedFile::Load(const FileBlock* block) { function in class:disk_cache::MappedFile
H A Dstorage_block-inl.h109 template<typename T> bool StorageBlock<T>::Load() { function in class:disk_cache::StorageBlock
114 if (file_->Load(this)) {
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h31 Load = (1<<1), enumerator in enum:llvm::SPII::__anon8977
/external/chromium/chrome/browser/download/
H A Ddownload_history.cc29 void DownloadHistory::Load(HistoryService::DownloadQueryCallback* callback) { function in class:DownloadHistory
/external/chromium/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc36 void ProtocolHandlerRegistry::Load() { function in class:ProtocolHandlerRegistry
/external/chromium/chrome/common/
H A Dlibxml_utils.cc44 bool XmlReader::Load(const std::string& input) { function in class:XmlReader
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp239 SDValue Load = SDValue(CurDAG->getMachineNode(MBlaze::LW, dl, local
241 Chain = Load.getValue(1);
244 Chain = CurDAG->getCopyToReg(Chain, dl, R20Reg, Load, InFlag);
/external/opencv/otherlibs/highgui/
H A Dimage.cpp132 bool CvvImage::Load( const char* filename, int desired_color ) function in class:CvvImage
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceLoader.h123 enum RevalidationPolicy { Use, Revalidate, Reload, Load }; enumerator in enum:WebCore::CachedResourceLoader::RevalidationPolicy
/external/chromium/chrome/browser/net/
H A Dsqlite_persistent_cookie_store.cc68 bool Load(std::vector<net::CookieMonster::CanonicalCookie*>* cookies);
204 bool SQLitePersistentCookieStore::Backend::Load( function in class:SQLitePersistentCookieStore::Backend
608 bool SQLitePersistentCookieStore::Load( function in class:SQLitePersistentCookieStore
610 return backend_->Load(cookies);

Completed in 2278 milliseconds

123