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

12345678

/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/chromium_org/tools/json_schema_compiler/
H A Djson_schema.py39 def Load(filename): function
51 """Equivalent to Load(filename), but caches results for subsequent calls"""
53 _cache[filename] = Load(filename)
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/
H A Drules.py63 def Load(content, rule_builder): function
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dproperty-refs.js30 function Load(o) { function
47 return Load(object);
/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_org/net/disk_cache/blockfile/
H A Dmapped_file.cc15 bool MappedFile::Load(const FileBlock* block) { function in class:disk_cache::MappedFile
25 bool MappedFile::Load(const FileBlock* block, function in class:disk_cache::MappedFile
/external/chromium_org/sync/syncable/
H A Din_memory_directory_backing_store.cc16 DirOpenResult InMemoryDirectoryBackingStore::Load( function in class:syncer::syncable::InMemoryDirectoryBackingStore
H A Dinvalid_directory_backing_store.cc17 DirOpenResult InvalidDirectoryBackingStore::Load( function in class:syncer::syncable::InvalidDirectoryBackingStore
H A Ddeferred_on_disk_directory_backing_store.cc52 DirOpenResult DeferredOnDiskDirectoryBackingStore::Load( function in class:syncer::syncable::DeferredOnDiskDirectoryBackingStore
/external/chromium_org/tools/gn/
H A Dinput_file.cc23 bool InputFile::Load(const base::FilePath& system_path) { function in class:InputFile
/external/chromium_org/chrome/browser/net/
H A Dquota_policy_channel_id_store.cc49 void QuotaPolicyChannelIDStore::Load(const LoadedCallback& loaded_callback) { function in class:QuotaPolicyChannelIDStore
50 persistent_store_->Load(
/external/chromium_org/chromeos/app_mode/
H A Dkiosk_oem_manifest_parser.cc28 bool KioskOemManifestParser::Load( function in class:chromeos::KioskOemManifestParser
/external/chromium_org/chromeos/ime/
H A Dmock_component_extension_ime_manager_delegate.cc26 void MockComponentExtIMEManagerDelegate::Load(Profile* profile, function in class:chromeos::input_method::MockComponentExtIMEManagerDelegate
/external/chromium_org/gin/shell/
H A Dgin_main.cc21 std::string Load(const base::FilePath& path) { function in namespace:gin::__anon8320
32 runner->Run(Load(path), path.AsUTF8Unsafe());
/external/chromium_org/mojo/shell/
H A Dview_manager_loader.cc23 void ViewManagerLoader::Load(ApplicationManager* manager, function in class:mojo::shell::ViewManagerLoader
/external/chromium_org/sync/test/
H A Dtest_directory_backing_store.cc24 DirOpenResult TestDirectoryBackingStore::Load( function in class:syncer::syncable::TestDirectoryBackingStore
/external/chromium_org/v8/test/mjsunit/
H A Ddictionary-properties.js23 function Load(o) { function
30 assertEquals(undefined, Load(o1));
31 assertEquals(4, Load(o2));
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h31 Load = (1<<1), enumerator in enum:llvm::SPII::__anon26142
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dcloud_external_data_store.cc61 bool CloudExternalDataStore::Load(const std::string& policy, function in class:policy::CloudExternalDataStore
67 if (cache_->Load(cache_key_, subkey, data)) {
H A Ddevice_cloud_policy_store_chromeos.cc67 void DeviceCloudPolicyStoreChromeOS::Load() { function in class:policy::DeviceCloudPolicyStoreChromeOS
68 device_settings_service_->Load();
H A Duser_policy_disk_cache.cc32 void UserPolicyDiskCache::Load() { function in class:policy::UserPolicyDiskCache
H A Duser_policy_token_loader.cc31 void UserPolicyTokenLoader::Load() { function in class:policy::UserPolicyTokenLoader

Completed in 7716 milliseconds

12345678