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

1234567891011>>

/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/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/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;
7 * returned by a {@link com.bumptech.glide.load.resource.bitmap.BitmapDecoder}.
11 * {@link com.bumptech.glide.load.resource.bitmap.BitmapDecoder}s support setting formats and certain images may
18 * All bitmaps returned by the {@link com.bumptech.glide.load.resource.bitmap.BitmapDecoder} should return
H A DEncoder.java1 package com.bumptech.glide.load;
H A DResourceDecoder.java1 package com.bumptech.glide.load;
3 import com.bumptech.glide.load.engine.Resource;
H A DTransformation.java1 package com.bumptech.glide.load;
3 import com.bumptech.glide.load.engine.Resource;
/external/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/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/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DANTLRFileStream.pm48 sub load { subroutine
/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;
5 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/jmonkeyengine/engine/src/android/com/jme3/audio/plugins/
H A DAndroidAudioLoader.java15 public Object load(AssetInfo assetInfo) throws IOException { method in class:AndroidAudioLoader
/external/jmonkeyengine/engine/src/android/com/jme3/texture/plugins/
H A DAndroidImageLoader.java12 public Object load(AssetInfo info) throws IOException { method in class:AndroidImageLoader
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DAssetLoader.java40 * The loader will load the data in the provided {@link AssetInfo} object by
53 public Object load(AssetInfo assetInfo) throws IOException; method in interface:AssetLoader
/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/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DCacheLoader.java1 package com.bumptech.glide.load.engine;
5 import com.bumptech.glide.load.Key;
6 import com.bumptech.glide.load.ResourceDecoder;
7 import com.bumptech.glide.load.engine.cache.DiskCache;
20 public <Z> Resource<Z> load(Key key, ResourceDecoder<File, Z> decoder, int width, int height) { method in class:CacheLoader
H A DResource.java1 package com.bumptech.glide.load.engine;
37 * <li>During a resource load when the resource is transformed or transcoded before any consumer have
/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
H A DANTLRReaderStream.java53 load(r, size, readChunkSize);
56 public void load(Reader r, int size, int readChunkSize) method in class:ANTLRReaderStream
68 // System.out.println("load "+size+" in chunks of "+readChunkSize);
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DPoolable.java1 package com.bumptech.glide.load.engine.bitmap_recycle;

Completed in 1558 milliseconds

1234567891011>>