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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/policy/
user_policy_token_loader.h 24 // Callback interface for reporting a successful load.
35 // Starts loading the disk cache. After the load is finished, the result is
37 void Load();
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.h 35 virtual void Load(const LoadedCallback& loaded_callback) OVERRIDE;
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_external_data_store.h 46 // during the load, the entry exceeds |max_size| or does not match |hash|.
47 bool Load(const std::string& policy,
mock_cloud_policy_store.h 19 MOCK_METHOD0(Load, void(void));
  /external/chromium_org/chrome/browser/search_engines/
template_url_scraper_unittest.cc 33 model_->Load();
  /external/chromium_org/chrome/common/extensions/api/system_indicator/
system_indicator_handler.cc 32 scoped_ptr<ActionInfo> action_info = ActionInfo::Load(
  /external/chromium_org/chromeos/app_mode/
kiosk_oem_manifest_parser_unittest.cc 22 EXPECT_TRUE(KioskOemManifestParser::Load(kiosk_oem_file, &manifest));
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_perftest.cc 47 void Load() {
48 store_->Load(base::Bind(&SQLitePersistentCookieStorePerfTest::OnLoaded,
71 Load();
117 // Test the performance of priority load of cookies for a specfic domain key
122 ("Load cookies for the eTLD+1 " + domain_name).c_str());
133 // Test the performance of load
135 PerfTimeLogger timer("Load all cookies");
136 Load();
  /external/chromium_org/net/disk_cache/
mapped_file.h 38 bool Load(const FileBlock* block);
storage_block.h 24 // a.Load();
75 bool Load();
storage_block_unittest.cc 30 EXPECT_TRUE(entry1.Load());
45 EXPECT_TRUE(entry2.Load());
63 EXPECT_TRUE(entry1->Load());
70 EXPECT_TRUE(entry2.Load());
  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux.h 27 virtual protocol::PairingRegistry::Pairing Load(
pairing_registry_delegate_win.h 46 virtual protocol::PairingRegistry::Pairing Load(
  /external/chromium_org/sync/syncable/
in_memory_directory_backing_store.cc 16 DirOpenResult InMemoryDirectoryBackingStore::Load(
on_disk_directory_backing_store.h 23 virtual DirOpenResult Load(
28 // A helper function that will make one attempt to load the directory.
29 // Unlike Load(), it does not attempt to recover from failure.
  /external/chromium_org/sync/test/
test_directory_backing_store.cc 24 DirOpenResult TestDirectoryBackingStore::Load(
  /external/chromium_org/tools/gn/
input_file.h 44 bool Load(const base::FilePath& system_path);
  /external/libffi/src/x86/
win32.S 69 # Load %ecx with the return type code
87 # Load %ecx with the pointer to storage for the return value
95 # Load %ecx with the pointer to storage for the return value
103 # Load %ecx with the pointer to storage for the return value
111 # Load %ecx with the pointer to storage for the return value
119 # Load %ecx with the pointer to storage for the return value
127 # Load %ecx with the pointer to storage for the return value
135 # Load %ecx with the pointer to storage for the return value
180 # Load %ecx with the return type code
198 # Load %ecx with the pointer to storage for the return valu
    [all...]
  /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)
  /external/chromium_org/tools/json_schema_compiler/
json_schema.py 34 def Load(filename):
44 """Equivalent to Load(filename), but caches results for subsequent calls"""
46 _cache[filename] = Load(filename)
schema_loader.py 43 api_defs = json_schema.Load(schema)
45 api_defs = idl_schema.Load(schema)
  /external/lzma/CPP/Windows/
DLL.h 44 bool Load(LPCTSTR fileName);
47 bool Load(LPCWSTR fileName);
  /external/chromium_org/chrome/browser/chromeos/extensions/
default_app_order.cc 93 base::Bind(&ExternalLoader::Load, base::Unretained(this)));
95 Load();
111 void ExternalLoader::Load() {
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_host_manifest_unittest.cc 79 NativeMessagingHostManifest::Load(manifest_path_, &error_message);
80 ASSERT_TRUE(manifest) << "Failed to load manifest: " << error_message;
100 NativeMessagingHostManifest::Load(manifest_path_, &error_message);
112 NativeMessagingHostManifest::Load(manifest_path_, &error_message);
  /external/llvm/test/MC/MachO/ARM/
darwin-Thumb-reloc.s 32 @ CHECK: # Load Command 0
88 @ CHECK: # Load Command 1
115 @ CHECK: # Load Command 2

Completed in 939 milliseconds

1 23 4 5 6 7 8 91011>>