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

1 2 3 45 6 7 8 91011>>

  /external/chromium/net/base/
cookie_monster_store_test.h 37 // The result of calls to Load() can be configured using SetLoadExpectation().
54 virtual bool Load(
73 // Deferred result to use when Load() is called.
113 // Add/Update/Delete and regurgitate it when Load is called.
120 virtual bool Load(
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_external_data_store.cc 57 bool CloudExternalDataStore::Load(const std::string& policy,
63 if (cache_->Load(cache_key_, subkey, data)) {
  /external/chromium_org/chrome/installer/test/
resource_loader.cc 72 bool ResourceLoader::Load(const std::wstring& name,
81 bool ResourceLoader::Load(WORD id,
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 204 /// Attempt to merge an objc_release with a store, load, and objc_retain to form
210 LoadInst *Load = dyn_cast<LoadInst>(GetObjCArg(Release));
211 if (!Load || !Load->isSimple()) return;
215 if (Load->getParent() != BB) return;
218 BasicBlock::iterator I = Load, End = BB->end();
220 AliasAnalysis::Location Loc = AA->getLocation(Load);
242 if (CanUse(Inst, Load, PA, Class))
245 // We are moving the load down to the store, so check for anything
246 // else which writes to the memory between the load and the store
    [all...]
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store_unittest.cc 31 void Load(
34 store_->Load(base::Bind(&SQLiteServerBoundCertStoreTest::OnLoaded,
87 Load(&certs);
124 Load(&certs);
157 Load(&certs);
198 // Load and test the DB contents twice. First time ensures that we can use
200 // values are stored and read correctly on next load.
207 // Load the database. Because the existing v1 certs are implicitly of type
209 Load(&certs);
269 // Load and test the DB contents twice. First time ensures that we can us
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 246 LoadInst* Load = dyn_cast<LoadInst>(V);
274 Load = NULL;
277 if (Load) {
279 if (Load->getPointerAddressSpace() != Addrspace) {
280 Value *OrigPtr = Load->getPointerOperand();
289 NewPtr = new BitCastInst(OrigPtr, NewPtrType, "prop_cast", Load);
292 Value* new_Load = new LoadInst(NewPtr, Name, Load);
293 Load->replaceAllUsesWith(new_Load);
294 Load->eraseFromParent();
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 246 LoadInst* Load = dyn_cast<LoadInst>(V);
274 Load = NULL;
277 if (Load) {
279 if (Load->getPointerAddressSpace() != Addrspace) {
280 Value *OrigPtr = Load->getPointerOperand();
289 NewPtr = new BitCastInst(OrigPtr, NewPtrType, "prop_cast", Load);
292 Value* new_Load = new LoadInst(NewPtr, Name, Load);
293 Load->replaceAllUsesWith(new_Load);
294 Load->eraseFromParent();
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_store_chromeos_unittest.cc 81 store_->Load();
118 store_->Load();
125 store_->Load();
132 store_->Load();
138 store_->Load();
device_local_account_policy_store.h 47 virtual void Load() OVERRIDE;
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store_unittest.cc 33 ASSERT_TRUE(store_->Load(&cookies));
94 ASSERT_TRUE(store_->Load(&cookies));
111 ASSERT_TRUE(store_->Load(&cookies));
  /external/chromium_org/tools/json_schema_compiler/
idl_schema_test.py 26 loaded = idl_schema.Load('test/idl_basics.idl')
53 schema = idl_schema.Load('test/idl_callback_arrays.idl')[0]
140 schema = idl_schema.Load('test/idl_reserved_words.idl')[0]
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 31 @ CHECK: # Load Command 0
106 @ CHECK: # Load Command 1
149 @ CHECK: # Load Command 2
  /external/chromium/chrome/browser/policy/
asynchronous_policy_loader.cc 23 policy_.reset(delegate_->Load());
74 DictionaryValue* new_policy = delegate_->Load();
114 // As a safeguard in case that the load delegate failed to timely notice a
cloud_policy_cache_base.h 47 virtual void Load() = 0;
device_policy_cache.h 35 virtual void Load() OVERRIDE;
  /external/chromium/net/disk_cache/
storage_block-inl.h 109 template<typename T> bool StorageBlock<T>::Load() {
114 if (file_->Load(this)) {
119 LOG(WARNING) << "Failed data load.";
120 Trace("Failed data load.");
mapped_file_posix.cc 35 bool MappedFile::Load(const FileBlock* block) {
mapped_file_win.cc 45 bool MappedFile::Load(const FileBlock* block) {
  /external/chromium_org/chrome/browser/policy/
async_policy_loader.cc 20 // Amount of time to wait for the files on disk to settle before trying to load
51 scoped_ptr<PolicyBundle> bundle(Load());
78 // This is the first load, early during startup. Use this to record the
82 return Load();
94 // load and before the watchers have been created.
  /external/chromium_org/net/cookies/
cookie_monster_store_test.h 69 // The result of calls to Load() can be configured using SetLoadExpectation().
85 virtual void Load(const LoadedCallback& loaded_callback) OVERRIDE;
108 // Deferred result to use when Load() is called.
156 // Add/Update/Delete and regurgitate it when Load is called.
162 virtual void Load(const LoadedCallback& loaded_callback) OVERRIDE;
186 // cookies in subsequent load requests
  /external/llvm/test/MC/Mips/
micromips-loadstore-instructions.s 3 # for load and store instructions.
5 # Load and Store Instructions
  /bionic/libc/arch-x86/bionic/
syscall.S 23 # Load all the arguments from the calling frame.
  /bionic/linker/
linker_phdr.h 45 bool Load();
76 // Load bias.
  /external/chromium_org/chrome/browser/chromeos/input_method/
component_extension_ime_manager_impl.h 29 virtual bool Load(const std::string& extension_id,
  /external/chromium_org/chrome/browser/extensions/
component_loader.h 42 // has been initialized, the extension is loaded; otherwise, the load is
71 // Call this during test setup to load component extensions that have
111 void Load(const ComponentExtensionInfo& info);

Completed in 1039 milliseconds

1 2 3 45 6 7 8 91011>>