HomeSort by relevance Sort by last modified time
    Searched refs:Load (Results 76 - 100 of 698) sorted by null

1 2 34 5 6 7 8 91011>>

  /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...]
  /external/chromium/chrome/browser/chromeos/cros/
cros_library_loader.cc 37 bool CrosLibraryLoader::Load(std::string* load_error_string) {
  /external/chromium/chrome/browser/custom_handlers/
protocol_handler_registry.h 40 void Load();
  /external/chromium/chrome/browser/policy/
user_policy_cache.h 30 virtual void Load() OVERRIDE;
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model_factory.cc 47 bookmark_model->Load(StartupTaskRunnerServiceFactory::GetForProfile(profile)->
  /external/chromium_org/chrome/browser/chromeos/policy/
user_policy_disk_cache.h 25 // Indicates the status of a completed load operation.
51 // load through UserPolicyCache::OnDiskCacheLoaded().
52 void Load();
61 // Tries to load the cache file on the FILE thread.
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_host_manifest.h 33 // Load manifest file from |file_path|.
34 static scoped_ptr<NativeMessagingHostManifest> Load(
  /external/chromium_org/chrome/browser/extensions/
unpacked_installer.h 25 // held about the instalation process, only one call to Load*() should be made
27 // TODO(erikkay): It might be useful to be able to load a packed extension
39 void Load(const base::FilePath& extension_path);
42 // for use with command line switch --load-extension=path or
43 // --load-and-launch-app=path.
44 // This is equivalent to Load, except that it reads the extension from
105 // The pathname of the directory to load from, which is an absolute path
  /external/chromium_org/chrome/browser/policy/
async_policy_loader.h 23 // AsyncPolicyProvider, this base implementation takes care of the initial load,
29 // and the initial Load() which is called on the thread that owns the provider.
36 // Returns the currently configured policies. Load() is always invoked on
37 // the FILE thread, except for the initial Load() at startup which is invoked
39 virtual scoped_ptr<PolicyBundle> Load() = 0;
50 // must be invoked from the FILE thread and will trigger a Load(), and pass
52 // The load is immediate when |force| is true. Otherwise, the loader
80 // Used by the AsyncPolicyProvider to do the initial Load(). The first load
config_dir_policy_loader.h 31 virtual scoped_ptr<PolicyBundle> Load() OVERRIDE;
policy_loader_mac.h 40 virtual scoped_ptr<PolicyBundle> Load() OVERRIDE;
  /external/chromium_org/chrome/browser/policy/cloud/
user_cloud_policy_store.h 41 virtual void Load() OVERRIDE;
  /external/chromium_org/chrome/browser/resources/file_manager/js/
main.js 26 metrics.recordInterval('Load.Total');
41 metrics.recordInterval('Load.Script'); // Must be the last line.
  /external/chromium_org/chrome/browser/sync/glue/
search_engine_data_type_controller.cc 47 // a load here to prevent the rest of Sync from waiting on
48 // TemplateURLService's lazy load.
52 turl_service->Load();
  /external/chromium_org/chrome/browser/ui/views/
first_run_bubble_unittest.cc 42 turl_model->Load();
  /external/chromium_org/chrome/common/extensions/api/extension_action/
action_info.h 36 static scoped_ptr<ActionInfo> Load(const Extension* extension,
browser_action_handler.cc 35 scoped_ptr<ActionInfo> action_info = ActionInfo::Load(extension, dict, error);
  /external/chromium_org/chrome/utility/media_galleries/
itunes_pref_parser_win.cc 19 if (!reader.Load(pref_xml_data))
  /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.h 21 virtual bool Load(const std::string& extension_id,
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.h 55 virtual void Load(const LoadedCallback& loaded_callback) OVERRIDE;
  /external/chromium_org/third_party/libjingle/source/talk/base/
latebindingsymboltable_unittest.cc 57 ASSERT_TRUE(table.Load());
optionsfile.h 44 bool Load();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
plugin.properties 22 javaClassLoadBreakpoint.name=Java Class Load Breakpoints
31 JavaClassLoadBreakpoint.name = Java Class Load Breakpoint
  /external/chromium/chrome/browser/
transport_security_persister.cc 33 &TransportSecurityPersister::Load);
37 void TransportSecurityPersister::Load() {

Completed in 1184 milliseconds

1 2 34 5 6 7 8 91011>>