Searched refs:Load (Results 201 - 225 of 702) sorted by relevance

1234567891011>>

/external/libopus/celt/arm/
H A Dcelt_pitch_xcorr_arm.s60 ; Load y[0...3]
78 ; Load x[0...7]
84 ; Load y[4...11]
105 ; Load x[0...3]
110 ; Load y[4...7]
123 ; Load x[0...1]
128 ; Load y[4...5]
138 ; Load next *x
145 ; Load last *y
148 ; Load las
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_reconintra_neon.asm299 ; Load ytop_left = above[-1];
304 ; Load above 4 pixels
310 ; Load left row by row and compute left + (above - ytop_left)
346 ; Load ytop_left = above[-1];
354 ; Load above 8 pixels
362 ; Load left row by row and compute left + (above - ytop_left)
419 ; Load ytop_left = above[-1];
424 ; Load above 8 pixels
436 ; Load left row by row and compute left + (above - ytop_left)
513 ; Load ytop_lef
[all...]
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_reconintra_neon.asm299 ; Load ytop_left = above[-1];
304 ; Load above 4 pixels
310 ; Load left row by row and compute left + (above - ytop_left)
346 ; Load ytop_left = above[-1];
354 ; Load above 8 pixels
362 ; Load left row by row and compute left + (above - ytop_left)
419 ; Load ytop_left = above[-1];
424 ; Load above 8 pixels
436 ; Load left row by row and compute left + (above - ytop_left)
513 ; Load ytop_lef
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DTarget.js280 Load: "Load",
414 target.resourceTreeModel.addEventListener(WebInspector.ResourceTreeModel.EventTypes.Load, this._redispatchEvent, this);
439 target.resourceTreeModel.removeEventListener(WebInspector.ResourceTreeModel.EventTypes.Load, this._redispatchEvent, this);
/external/chromium_org/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32-unittest.cc116 m.Return(m.Load(memacc.type, m.Parameter(0), m.Parameter(1)));
129 m.Return(m.Load(memacc.type, m.Int32Constant(base), m.Parameter(0)));
145 m.Return(m.Load(memacc.type, m.Parameter(0), m.Int32Constant(index)));
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp239 case Instruction::Load:
386 assert((Opcode == Instruction::Load || Opcode == Instruction::Store) &&
402 Opcode == Instruction::Load;
/external/chromium_org/chrome/browser/autocomplete/
H A Dkeyword_extensions_delegate_impl_unittest.cc87 // Load an extension.
99 installer->Load(path);
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_data.h59 void Load();
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_store_chromeos.h56 virtual void Load() OVERRIDE;
80 // Completion handler for policy validation on the Load() path. Installs the
H A Duser_policy_disk_cache.cc32 void UserPolicyDiskCache::Load() { function in class:policy::UserPolicyDiskCache
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_host_manifest.cc41 scoped_ptr<NativeMessagingHostManifest> NativeMessagingHostManifest::Load( function in class:extensions::NativeMessagingHostManifest
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.h129 void Load(const ComponentExtensionInfo& info);
H A Dzipfile_installer.cc85 ->Load(unzipped_path);
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_test_util.cc89 model()->Load();
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.h109 virtual void Load() OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dinstall_extension_handler.cc144 extension_service())->Load(file_to_install_);
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_expanded_state_tracker_unittest.cc61 model_->Load(prefs_.get(),
/external/chromium_org/components/leveldb_proto/
H A Dleveldb_database.cc80 bool LevelDB::Load(std::vector<std::string>* entries) { function in class:leveldb_proto::LevelDB
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_manager.cc42 store()->Load();
/external/chromium_org/gin/modules/
H A Dmodule_registry.h84 void Load(v8::Isolate* isolate, scoped_ptr<PendingModule> pending);
/external/chromium_org/google_apis/gcm/engine/
H A Dgcm_store.h40 // Container for Load(..) results.
67 // Load the data from persistent store and pass the initial state back to
69 virtual void Load(const LoadCallback& callback) = 0;
H A Dgcm_store_impl.h33 // Load the directory and pass the initial state back to caller.
34 virtual void Load(const LoadCallback& callback) OVERRIDE;
/external/chromium_org/mojo/services/html_viewer/
H A Dhtml_document_view.h37 // Load a new HTMLDocument with |response|.
103 void Load(URLResponsePtr response);
/external/chromium_org/net/extras/sqlite/
H A Dsqlite_channel_id_store.cc75 void Load(const LoadedCallback& loaded_callback);
161 void SQLiteChannelIDStore::Backend::Load( function in class:net::SQLiteChannelIDStore::Backend
607 void SQLiteChannelIDStore::Load(const LoadedCallback& loaded_callback) { function in class:net::SQLiteChannelIDStore
608 backend_->Load(loaded_callback);
/external/chromium_org/sync/syncable/
H A Ddirectory_backing_store.h33 // invoking Load. The only other thing you (or more correctly, a Directory) can
34 // do here is save any changes that have occurred since calling Load, which can
60 virtual DirOpenResult Load(Directory::MetahandlesMap* handles_map,
99 // Load helpers for entries and attributes.

Completed in 661 milliseconds

1234567891011>>