Searched defs:load (Results 1 - 25 of 394) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/chromeos/
H A Dslow.js43 function load() { function
48 document.addEventListener('DOMContentLoaded', load);
H A Dproxy_settings.js11 function load() { function
55 document.addEventListener('DOMContentLoaded', load);
/external/chromium_org/chrome/browser/resources/gaia_auth/
H A Doffline.js9 function load() { function
62 document.addEventListener('DOMContentLoaded', load);
H A Dsuccess.js5 function load() { function
15 document.addEventListener('DOMContentLoaded', load);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
H A Doptions.js5 function load() { function
130 document.addEventListener('DOMContentLoaded', load);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRFileStream.as11 load(file, encoding);
14 public function load(file:File, encoding:String = null):void { function
/external/chromium_org/ui/accessibility/extensions/caretbrowsing/
H A Doptions.js32 function load() { function
63 window.addEventListener('load', load, false);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-354391.js7 function load(a, i) { function
12 return load(arguments, index);
17 load([11, 22, 33], 0);
20 %OptimizeFunctionOnNextCall(load);
H A Dregress-331416.js30 function load(a, i) { function
33 load([1, 2, 3], "length");
34 load(3);
35 load([1, 2, 3], 3);
36 load(0, 0);
37 %OptimizeFunctionOnNextCall(load);
38 assertEquals(2, load([1, 2, 3], 1));
39 assertEquals(undefined, load(0, 0));
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
H A Dimport.rb8 def load( grammar ) method in class:TestImportedGrammars
27 load inline_grammar( <<-'END' )
59 load inline_grammar( <<-'END' )
94 load inline_grammar( <<-'END' )
137 load inline_grammar( <<-'END' )
181 load inline_grammar( <<-'END' )
216 load inline_grammar( <<-'END' )
244 load inline_grammar( <<-'END' )
271 load inline_grammar( <<-'END' )
299 load inline_gramma
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dproperty-static.js33 // Prepare a highly polymorphic load to be used by all tests.
34 Object.prototype.load = function() { return this.property; };
35 Object.prototype.load.call({ A:0, property:10 });
36 Object.prototype.load.call({ A:0, B:0, property:11 });
37 Object.prototype.load.call({ A:0, B:0, C:0, property:12 });
38 Object.prototype.load.call({ A:0, B:0, C:0, D:0, property:13 });
39 Object.prototype.load.call({ A:0, B:0, C:0, D:0, E:0, property:14 });
40 Object.prototype.load.call({ A:0, B:0, C:0, D:0, E:0, F:0, property:15 });
46 return object.load();
62 return object.load();
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dload_poly_effect.js34 function load(o, o2) { function
42 load({x:1}, o2);
43 load({x:1}, o2);
44 print(load(o, o2));
45 %OptimizeFunctionOnNextCall(load);
47 print(load(o, o2));
/external/glide/library/src/main/java/com/bumptech/glide/load/
H A DResourceEncoder.java1 package com.bumptech.glide.load;
3 import com.bumptech.glide.load.engine.Resource;
H A DDecodeFormat.java1 package com.bumptech.glide.load;
4 import com.bumptech.glide.load.resource.bitmap.BitmapDecoder;
H A DKey.java1 package com.bumptech.glide.load;
H A DCacheLoader.java1 package com.bumptech.glide.load;
4 import com.bumptech.glide.load.engine.Resource;
5 import com.bumptech.glide.load.engine.cache.DiskCache;
18 public <Z> Resource<Z> load(Key key, ResourceDecoder<InputStream, Z> decoder, int width, int height) { method in class:CacheLoader
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DANTLRFileStream.pm48 sub load { subroutine
/external/chromium_org/third_party/flot/
H A Djquery.flot.image.min.js22 A more low-level helper, $.plot.image.load(urls, callback) is also included.
53 */(function(e){function n(e,t,n){var r=e.getPlotOffset();if(!n.images||!n.images.show)return;var i=n.datapoints.points,s=n.datapoints.pointsize;for(var o=0;o<i.length;o+=s){var u=i[o],a=i[o+1],f=i[o+2],l=i[o+3],c=i[o+4],h=n.xaxis,p=n.yaxis,d;if(!u||u.width<=0||u.height<=0)continue;a>l&&(d=l,l=a,a=d),f>c&&(d=c,c=f,f=d),n.images.anchor=="center"&&(d=.5*(l-a)/(u.width-1),a-=d,l+=d,d=.5*(c-f)/(u.height-1),f-=d,c+=d);if(a==l||f==c||a>=h.max||l<=h.min||f>=p.max||c<=p.min)continue;var v=0,m=0,g=u.width,y=u.height;a<h.min&&(v+=(g-v)*(h.min-a)/(l-a),a=h.min),l>h.max&&(g+=(g-v)*(h.max-l)/(l-a),l=h.max),f<p.min&&(y+=(m-y)*(p.min-f)/(c-f),f=p.min),c>p.max&&(m+=(m-y)*(p.max-c)/(c-f),c=p.max),a=h.p2c(a),l=h.p2c(l),f=p.p2c(f),c=p.p2c(c),a>l&&(d=l,l=a,a=d),f>c&&(d=c,c=f,f=d),d=t.globalAlpha,t.globalAlpha*=n.images.alpha,t.drawImage(u,v,m,g-v,y-m,a+r.left,f+r.top,l-a,c-f),t.globalAlpha=d}}function r(e,t,n,r){if(!t.images.show)return;r.format=[{required:!0},{x:!0,number:!0,required:!0},{y:!0,number:!0,required:!0},{x:!0,number:!0,required:!0},{y:!0,number:!0,required:!0}]}function i(e){e.hooks.processRawData.push(r),e.hooks.drawSeries.push(n)}var t={series:{images:{show:!1,alpha:1,anchor:"corner"}}};e.plot.image={},e.plot.image.loadDataImages=function(t,n,r){var i=[],s=[],o=n.series.images.show;e.each(t,function(t,n){if(!o&&!n.images.show)return;n.data&&(n=n.data),e.each(n,function(e,t){typeof t[0]=="string"&&(i.push(t[0]),s.push(t))})}),e.plot.image.load(i,function(t){e.each(s,function(e,n){var r=n[0];t[r]&&(n[0]=t[r])}),r()})},e.plot.image.load=function(t,n){var r=t.length,i={};r==0&&n({}),e.each(t,function(t,s){var o=function(){--r,i[s]=this,r==0&&n(i)};e("<img />").load(o).error(o).attr("src",s)})},e.plot.plugins.push({init:i,options:t,name:"image",version:"1.1"})})( (…)
/external/glide/library/src/main/java/com/bumptech/glide/load/model/file_descriptor/
H A DFileDescriptorModelLoader.java1 package com.bumptech.glide.load.model.file_descriptor;
4 import com.bumptech.glide.load.model.ModelLoader;
/external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
H A DStreamModelLoader.java1 package com.bumptech.glide.load.model.stream;
3 import com.bumptech.glide.load.model.ModelLoader;
/external/jsilver/src/org/clearsilver/
H A DCSFileLoader.java34 public String load(HDF hdf, String filename) throws IOException; method in interface:CSFileLoader
/external/junit/src/junit/runner/
H A DStandardTestSuiteLoader.java7 * The standard test suite loader. It can only load the same class once.
12 * Uses the system class loader to load the test class
14 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
18 * Uses the system class loader to load the test class
H A DTestSuiteLoader.java9 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
H A Dpopup.js191 function load() { function
403 document.addEventListener('DOMContentLoaded', load);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DANTLRFileStream.java35 * since we know the exact size of the object to load. We can avoid lots
47 load(fileName, encoding);
50 public void load(String fileName, String encoding) method in class:ANTLRFileStream

Completed in 3566 milliseconds

1234567891011>>