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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/policy/cloud/
user_cloud_policy_store_unittest.cc 113 store_->Load();
134 store_->Load();
147 store_->LoadImmediately(); // Should load without running the message loop.
167 store_->LoadImmediately(); // Should load without running the message loop.
259 store2->Load();
282 store2->LoadImmediately(); // Should load without running the message loop.
312 // Sign out, and sign back in as a different user, and try to load the profile
322 store2->Load();
328 // Sign out - we should be able to load the policy (don't check usernames
335 store3->Load();
    [all...]
resource_cache_unittest.cc 36 EXPECT_FALSE(cache.Load(kKey1, kSubA, &data));
38 // Store some data and load it.
40 EXPECT_TRUE(cache.Load(kKey1, kSubA, &data));
cloud_policy_manager.cc 25 // policy. Otherwise, request a load now.
29 store()->Load();
77 // Publish policy (even though it hasn't changed) in order to signal load
79 // is only required on the first load, but doesn't hurt in any case.
  /external/libvpx/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm 54 ; Load above row, if it exists
78 ; Load left row, if it exists
171 ; Load 4x yleft_col
230 ; Load yabove_row
234 ; Load ytop_left
250 ; Load 4x yleft_col
337 ; Load above row, if it exists
361 ; Load left row, if it exists
454 ; Load 4x yleft_col
513 ; Load yabove_ro
    [all...]
  /external/chromium_org/chrome/app/
client_util.cc 119 HMODULE MainDllLoader::Load(string16* out_version, string16* out_file) {
153 PLOG(ERROR) << "Failed to load Chrome DLL from " << *out_file;
170 dll_ = Load(&version, &file);
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_store_chromeos.cc 56 void DeviceCloudPolicyStoreChromeOS::Load() {
57 device_settings_service_->Load();
device_local_account_policy_store.cc 34 void DeviceLocalAccountPolicyStore::Load() {
147 Load();
user_cloud_policy_store_chromeos.h 50 virtual void Load() OVERRIDE;
67 // Called back from SessionManagerClient for policy load operations.
74 // Completion handler for policy validation on the Load() path. Installs the
user_policy_token_loader.cc 46 void UserPolicyTokenLoader::Load() {
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_android.cc 59 void TemplateUrlServiceAndroid::Load(JNIEnv* env, jobject obj) {
60 template_url_service_->Load();
  /external/chromium_org/net/disk_cache/
storage_block-inl.h 118 template<typename T> bool StorageBlock<T>::Load() {
123 if (file_->Load(this)) {
128 LOG(WARNING) << "Failed data load.";
129 Trace("Failed data load.");
  /external/chromium_org/remoting/host/policy_hack/
policy_watcher_linux.cc 41 // Amount of time we wait for the files on disk to settle before trying to load
105 // If the path does not exist or points to a directory, it's safe to load.
129 scoped_ptr<DictionaryValue> Load() {
181 // Load the policy definitions.
182 scoped_ptr<DictionaryValue> new_policy = Load();
187 // A failure to load policy definitions is probably temporary, so try
policy_watcher_win.cc 171 scoped_ptr<base::DictionaryValue> Load() {
197 scoped_ptr<DictionaryValue> new_policy(Load());
  /external/icu4c/samples/
defs.mk 6 # Load ICU information. You can copy this to other makefiles #######
  /external/libffi/src/s390/
sysv.S 58 ic %r9,.Ltable-.Lbase(%r13,%r5) # Load epilog address
59 l %r7,96(%r11) # Load function address
68 lm %r2,%r6,0(%r11) # Load arguments
140 ld %f0,96+64(%r15) # Load return registers
259 llgc %r9,.Ltable-.Lbase(%r13,%r5) # Load epilog address
260 lg %r7,160(%r11) # Load function address
269 lmg %r2,%r6,0(%r11) # Load arguments
343 ld %f0,160+128(%r15) # Load return registers
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 154 Load = 1 << 2,
175 SecFlags &= ~Load;
184 SecFlags |= Load;
189 SecFlags &= ~Load;
198 SecFlags |= Load;
205 SecFlags |= Load;
216 SecFlags |= Load;
239 if ((SecFlags & Alloc) && (SecFlags & Load) == 0)
  /external/oprofile/events/mips/vr5432/
events 6 event:0x2 counters:0,1 um:zero minimum:500 name:LOAD_PREF_CACHE_INSTRUCTIONS : Load, prefetch/CacheOps execution (no sync)
  /art/compiler/
elf_writer_test.cc 84 ef->Load(false);
  /art/runtime/
memory_region.h 47 template<typename T> T Load(uintptr_t offset) const {
  /external/chromium/chrome/browser/download/
download_history.cc 29 void DownloadHistory::Load(HistoryService::DownloadQueryCallback* callback) {
38 // This is the initial load, so do a cleanup of corrupt in-progress entries.
  /external/chromium/chrome/browser/policy/
config_dir_policy_provider.cc 20 DictionaryValue* ConfigDirPolicyProviderDelegate::Load() {
57 // If the path does not exist or points to a directory, it's safe to load.
config_dir_policy_provider_unittest.cc 51 // load.
54 scoped_ptr<DictionaryValue> policy(loader.Load());
64 scoped_ptr<DictionaryValue> policy(loader.Load());
76 scoped_ptr<DictionaryValue> policy(loader.Load());
98 scoped_ptr<DictionaryValue> policy(loader.Load());
  /external/chromium/chrome/common/
libxml_utils.h 46 // Load a document into the reader from memory. |input| must be UTF-8 and
49 bool Load(const std::string& input);
51 // Load a document into the reader from a file. Returns false on error.
  /external/chromium/third_party/libjingle/source/talk/base/
latebindingsymboltable.h 93 bool Load() {
98 // We do not attempt to load again because repeated attempts are not
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data.h 42 STATUS_ERROR, // Failed to load data.
52 void Load();

Completed in 537 milliseconds

1 2 3 4 5 67 8 91011>>