HomeSort by relevance Sort by last modified time
    Searched defs:Load (Results 1 - 25 of 234) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/sync/syncable/
in_memory_directory_backing_store.cc 16 DirOpenResult InMemoryDirectoryBackingStore::Load(
deferred_on_disk_directory_backing_store.cc 52 DirOpenResult DeferredOnDiskDirectoryBackingStore::Load(
invalid_directory_backing_store.cc 17 DirOpenResult InvalidDirectoryBackingStore::Load(
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
Load.pm 1 package My::Test::Class::Load;
6 use base 'Test::Class::Load';
  /external/chromium_org/tools/gn/
input_file.cc 23 bool InputFile::Load(const base::FilePath& system_path) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs 50 /// load, we can avoid lots of data copying and buffer resizing.
79 Load(fileName, encoding);
99 /// <param name="fileName">File to load</param>
101 public virtual void Load(string fileName, Encoding encoding)
ANTLRReaderStream.cs 59 Load(r, size, readChunkSize);
62 public virtual void Load(TextReader r, int size, int readChunkSize) {
72 // System.out.println("load "+size+" in chunks of "+readChunkSize);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRFileStream.cs 42 * since we know the exact size of the object to load. We can avoid lots
60 Load( fileName, encoding );
63 public virtual void Load( string fileName, Encoding encoding )
ANTLRReaderStream.cs 64 Load( r, size, readChunkSize );
67 public virtual void Load( TextReader r, int size, int readChunkSize )
81 // System.out.println("load "+size+" in chunks of "+readChunkSize);
  /external/chromium_org/net/disk_cache/blockfile/
mapped_file.cc 15 bool MappedFile::Load(const FileBlock* block) {
25 bool MappedFile::Load(const FileBlock* block,
  /external/chromium_org/sync/test/
test_directory_backing_store.cc 24 DirOpenResult TestDirectoryBackingStore::Load(
  /external/chromium_org/tools/json_schema_compiler/
json_schema.py 39 def Load(filename):
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/
rules.py 63 def Load(content, rule_builder):
  /external/chromium_org/v8/test/mjsunit/compiler/
property-refs.js 30 function Load(o) {
47 return Load(object);
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_store.cc 61 bool CloudExternalDataStore::Load(const std::string& policy,
67 if (cache_->Load(cache_key_, subkey, data)) {
device_cloud_policy_store_chromeos.cc 67 void DeviceCloudPolicyStoreChromeOS::Load() {
68 device_settings_service_->Load();
161 // once the need for recovery is detected upon policy load, a flag is
user_policy_disk_cache.cc 32 void UserPolicyDiskCache::Load() {
user_policy_token_loader.cc 31 void UserPolicyTokenLoader::Load() {
  /external/chromium_org/chrome/browser/net/
quota_policy_channel_id_store.cc 49 void QuotaPolicyChannelIDStore::Load(const LoadedCallback& loaded_callback) {
50 persistent_store_->Load(
  /external/chromium_org/chromeos/app_mode/
kiosk_oem_manifest_parser.cc 28 bool KioskOemManifestParser::Load(
  /external/chromium_org/chromeos/ime/
mock_component_extension_ime_manager_delegate.cc 26 void MockComponentExtIMEManagerDelegate::Load(Profile* profile,
  /external/chromium_org/components/nacl/renderer/
file_downloader.cc 34 void FileDownloader::Load(const blink::WebURLRequest& request) {
manifest_downloader.cc 31 void ManifestDownloader::Load(const blink::WebURLRequest& request) {
  /external/chromium_org/mojo/shell/
view_manager_loader.cc 23 void ViewManagerLoader::Load(ApplicationManager* manager,
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ObjectLoader.cpp 29 ObjectLoader *ObjectLoader::Load(void *pMemStart, size_t pMemSize,
37 ALOGE("Invalid memory '%s' was given to load (memory addr: %p, size: %u)",
58 // Load the object file.
59 if (!result->mImpl->load(pMemStart, pMemSize)) {
60 ALOGE("Failed to load %s!", pName);
71 // debugging won't failed the object load. Only a warning is issued to notify
102 ObjectLoader *ObjectLoader::Load(FileBase &pFile,
139 // Delegate the load request.
140 result = Load(file_map->getDataPtr(), file_size, input_filename, pResolver,
143 // No whether the load is successful or not, file_map is no longer needed. O
    [all...]

Completed in 631 milliseconds

1 2 3 4 5 6 7 8 910