Searched defs:load (Results 201 - 225 of 394) sorted by relevance

1234567891011>>

/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp32 // Lower MemTransferInst or load-store pair to loop
61 // load from srcAddr+ind
118 if (LoadInst *load = dyn_cast<LoadInst>(II)) {
120 if (load->hasOneUse() == false)
123 if (DL->getTypeStoreSize(load->getType()) < MaxAggrCopySize)
126 User *use = load->user_back();
128 if (store->getOperand(0) != load) //getValueOperand
130 aggrLoads.push_back(load);
162 // Do the transformation of an aggr load/copy/set to a loop
165 LoadInst *load local
[all...]
/external/opencv/cxcore/src/
H A Dcximage.cpp107 bool CvImage::load( const char* filename, const char* imgname, int color ) function in class:CvImage
258 bool CvMatrix::load( const char* filename, const char* matname, int color ) function in class:CvMatrix
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_stretch.c82 unsigned char load, store; local
96 load = LOAD_BYTE;
101 load = LOAD_WORD;
127 *eip++ = load;
/external/valgrind/main/VEX/priv/
H A Dir_inject.c82 load(IREndness endian, IRType type, HWord haddr) function
203 opnd1 = load(endian, iricb.t_opnd1, iricb.opnd1);
211 opnd1 = load(endian, iricb.t_opnd1, iricb.opnd1);
218 opnd2 = load(endian, iricb.t_opnd2, iricb.opnd2);
228 opnd1 = load(endian, iricb.t_opnd1, iricb.opnd1);
229 opnd2 = load(endian, iricb.t_opnd2, iricb.opnd2);
230 opnd3 = load(endian, iricb.t_opnd3, iricb.opnd3);
239 opnd1 = load(endian, iricb.t_opnd1, iricb.opnd1);
240 opnd2 = load(endian, iricb.t_opnd2, iricb.opnd2);
241 opnd3 = load(endia
[all...]
/external/chromium_org/chrome/browser/resources/history/
H A Dother_devices.js512 function load() { function
539 document.addEventListener('DOMContentLoaded', load);
/external/chromium_org/v8/tools/
H A DSourceMap.js97 WebInspector.SourceMap.load = function(sourceMapURL, compiledURL, callback)
110 console.error("Could not load content for " + sourceMapURL + " : " + (error || ("HTTP status code: " + statusCode)));
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/search_engines/
H A DTemplateUrlService.java88 public void load() { method in class:TemplateUrlService
/external/chromium_org/chrome/browser/resources/options/
H A Doptions.js55 function load() { function
271 document.addEventListener('DOMContentLoaded', load);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
H A Dbackground.js270 ManagedBookmarkTree.prototype.load = function(callback) {
299 // This load() should be empty on the first install, but is useful during
301 tree.load(function() {
315 tree.load(function() {
327 tree.load(function() {
343 tree.load(function() {
355 tree.load(function() {
/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_ms.cc128 void WebMediaPlayerMS::load(LoadType load_type, function in class:content::WebMediaPlayerMS
131 DVLOG(1) << "WebMediaPlayerMS::load";
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DFontResource.cpp110 void FontResource::load(ResourceFetcher*, const ResourceLoaderOptions& options) function in class:blink::FontResource
112 // Don't load the file yet. Wait for an access before triggering the load.
129 Resource::load(dl, m_options);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebEmbeddedWorkerImpl.cpp83 void load(ExecutionContext* loadingContext, const KURL& scriptURL, const Closure& callback) function in class:blink::WebEmbeddedWorkerImpl::Loader
309 webFrame->frame()->loader().load(FrameLoadRequest(0, ResourceRequest(m_workerStartData.scriptURL), SubstituteData(buffer, "text/html", "UTF-8", KURL())));
324 // Then we need to load the worker script to check the version, so in this case we wait for debugger
364 m_mainScriptLoader->load(
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcontrol.py353 def load(self): member in class:coverage
365 self.load()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DProgramD3D.cpp52 bool ProgramD3D::load(gl::InfoLog &infoLog, gl::BinaryInputStream *stream) function in class:rx::ProgramD3D
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Daccum.c241 * if (load)
249 GLboolean load)
266 if (!load) /* if we're accumulating */
300 if (load) {
247 accum_or_load(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean load) argument
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vertex_sse.c176 static void (*load[4][4])( struct x86_program *p, variable
206 load[sz-1][src_sz-1](p, dest, src);
385 /* Possibly load vp0, vp1 for viewport calcs:
392 /* always load, needed or not:
410 /* Now, load an XMM reg from src, perhaps transform, then save.
/external/chromium_org/tools/deep_memory_profiler/lib/
H A Ddeep_dump.py141 def load(path, log_header='Loading a heap profile dump: '): member in class:DeepDump
145 path: A file path string to load.
H A Dsorter.py355 def load(filename): member in class:AbstractSorter
357 sorter_dict = json.load(sorter_f, object_pairs_hook=OrderedDict)
434 def load(filename): member in class:SorterTemplates
436 templates_dict = json.load(templates_f, object_pairs_hook=OrderedDict)
451 sorter = AbstractSorter.load(filename)
455 self._templates = SorterTemplates.load(DEFAULT_TEMPLATES)
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dcws_container_client.js100 * Called when the widget is failed to load.
221 CWSContainerClient.prototype.load = function() {
/external/chromium_org/ui/file_manager/image_loader/
H A Dimage_loader_client.js130 ImageLoaderClient.prototype.load = function(
157 // Try to load from cache, if available.
199 * @param {number} taskId Task id returned by ImageLoaderClient.load().
347 * @param {Image} image Image node to load the requested picture into.
367 return ImageLoaderClient.getInstance().load(
H A Drequest.js103 * Tries to load the image from cache if exists and sends the response.
210 this.xhr_.load(this.request_.url, parseImage, onFailure);
240 AuthorizedXHR.prototype.load = function(url, onSuccess, onFailure) {
/external/chromium_org/v8/src/compiler/
H A Dchange-lowering.cc197 Node* load = LoadHeapNumberValue(val, if_true); local
205 graph()->NewNode(common()->Phi(kMachFloat64, 2), load, number, merge);
/external/chromium_org/v8/src/
H A Dhydrogen-escape-analysis.cc141 // Replace a field load with a given value, forcing Smi representation if
144 HLoadNamedField* load, HValue* load_value) {
146 Representation representation = load->representation();
151 new_instr->InsertAfter(load);
189 HLoadNamedField* load = HLoadNamedField::cast(instr); local
190 int index = load->access().offset() / kPointerSize;
191 if (load->object() != allocate) continue;
192 DCHECK(load->access().IsInobject());
194 NewLoadReplacement(load, state->OperandAt(index));
195 load
143 NewLoadReplacement( HLoadNamedField* load, HValue* load_value) argument
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-changes-lowering.cc135 Node* load = local
138 Node* change = this->graph()->NewNode(op, load);
H A Dtest-js-context-specialization.cc72 Node* load = t.NewNode(t.javascript()->LoadContext(0, 0, false), local
74 Reduction r = spec.ReduceJSLoadContext(load);
80 Node* load = t.NewNode(t.javascript()->LoadContext(0, 0, false), local
82 Reduction r = spec.ReduceJSLoadContext(load);
88 Node* load = t.NewNode( local
91 Reduction r = spec.ReduceJSLoadContext(load);
105 Node* load = t.NewNode(t.javascript()->LoadContext(0, slot, true), local
107 Reduction r = spec.ReduceJSLoadContext(load);
109 CHECK(r.replacement() != load);
144 Node* load local
152 Node* load = t.NewNode(t.javascript()->StoreContext(0, 0), param_context, local
160 Node* load = t.NewNode(t.javascript()->StoreContext(0, slot), const_context, local
168 Node* load = t.NewNode( local
212 Node* load = t.NewNode(t.javascript()->LoadContext(0, slot, true), local
[all...]

Completed in 5541 milliseconds

1234567891011>>