| /external/clang/test/CodeGenObjC/ |
| D | non-lazy-classes.m | 8 +(void) load { class 14 +(void) load { class in Cat 20 -(void) load { method 26 -(void) load { method in Cat
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
| D | EmpiricalDistribution.java | 58 void load(double[] dataArray); in load() method 66 void load(File file) throws IOException; in load() method 74 void load(URL url) throws IOException; in load() method
|
| D | EmpiricalDistributionImpl.java | 119 public void load(double[] in) { in load() method in EmpiricalDistributionImpl 137 public void load(URL url) throws IOException { in load() method in EmpiricalDistributionImpl 165 public void load(File file) throws IOException { in load() method in EmpiricalDistributionImpl
|
| /external/glide/library/src/main/java/com/bumptech/glide/ |
| D | RequestManager.java | 232 public DrawableTypeRequest<String> load(String string) { in load() method in RequestManager 265 public DrawableTypeRequest<Uri> load(Uri uri) { in load() method in RequestManager 379 public DrawableTypeRequest<File> load(File file) { in load() method in RequestManager 414 public DrawableTypeRequest<Integer> load(Integer resourceId) { in load() method in RequestManager 457 public DrawableTypeRequest<URL> load(URL url) { in load() method in RequestManager 497 public DrawableTypeRequest<byte[]> load(byte[] model, final String id) { in load() method in RequestManager 509 public DrawableTypeRequest<byte[]> load(byte[] model) { in load() method in RequestManager 546 public <T> DrawableTypeRequest<T> load(T model) { in load() method in RequestManager 606 public DrawableTypeRequest<T> load(T model) { in load() method in RequestManager.VideoModelRequest 645 public DrawableTypeRequest<T> load(T model) { in load() method in RequestManager.ImageModelRequest [all …]
|
| /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
| D | ANTLRFileStream.pm | 48 sub load { method in ANTLR::Runtime::ANTLRFileStream
|
| /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
| D | CacheLoader.java | 64 public abstract V load(K key) throws Exception; in load() method in CacheLoader 116 public V load(K key) { in load() method in CacheLoader.FunctionToCacheLoader 146 public V load(Object key) { in load() method in CacheLoader.SupplierToCacheLoader
|
| /external/jacoco/org.jacoco.core/src/org/jacoco/core/tools/ |
| D | ExecFileLoader.java | 54 public void load(final InputStream stream) throws IOException { in load() method in ExecFileLoader 70 public void load(final File file) throws IOException { in load() method in ExecFileLoader
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
| D | LocaleMatcherShim.java | 19 public static LanguageMatcherData load() { in load() method in LocaleMatcherShim
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | LocaleMatcherShim.java | 18 public static LanguageMatcherData load() { in load() method in LocaleMatcherShim
|
| /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
| D | TJLoader.java.in | 32 static void load() { method in TJLoader
|
| /external/clang/test/CoverageMapping/ |
| D | implicit-def-in-macro.m | 9 + load { // CHECK: File 0, [[@LINE]]:8 -> [[END:[0-9:]+]] = #0 class
|
| /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
| D | ANTLRFileStream.as | 14 public function load(file:File, encoding:String = null):void { method in org.antlr.runtime.ANTLRFileStream
|
| /external/jsilver/src/org/clearsilver/ |
| D | CSFileLoader.java | 34 public String load(HDF hdf, String filename) throws IOException; in load() method
|
| /external/guava/guava/src/com/google/common/cache/ |
| D | CacheLoader.java | 70 public abstract V load(K key) throws Exception; in load() method in CacheLoader 150 public V load(K key) { in load() method in CacheLoader.FunctionToCacheLoader
|
| /external/clang/test/CodeGenObjCXX/ |
| D | address-safety-attr.mm | 12 +(void) load { } class
|
| /external/jsilver/src/com/google/clearsilver/jsilver/template/ |
| D | TemplateLoader.java | 39 Template load(String templateName, ResourceLoader resourceLoader, EscapeMode escapeMode); in load() method
|
| /external/skia/tools/viewer/ |
| D | ImageSlide.cpp | 27 void ImageSlide::load(SkScalar, SkScalar) { in load() function in ImageSlide
|
| D | Slide.h | 28 virtual void load(SkScalar winWidth, SkScalar winHeight) {} in load() function
|
| /external/javassist/src/main/javassist/convert/ |
| D | TransformBefore.java | 84 Bytecode load = new Bytecode(cp, 0, 0); in makeCode() local 96 private void makeCode2(Bytecode save, Bytecode load, in makeCode2()
|
| /external/libmojo/third_party/jinja2/ |
| D | loaders.py | 100 def load(self, environment, name, globals=None): member in BaseLoader 349 def load(self, environment, name, globals=None): member in PrefixLoader 392 def load(self, environment, name, globals=None): member in ChoiceLoader 456 def load(self, environment, name, globals=None): member in ModuleLoader
|
| /external/v8/tools/ |
| D | tickprocessor-driver.js | 45 SourceMap.load = function(sourceMapURL) { function
|
| D | dumpcpp-driver.js | 21 SourceMap.load = function(sourceMapURL) { function
|
| /external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
| D | CacheLoader.java | 20 public <Z> Resource<Z> load(Key key, ResourceDecoder<File, Z> decoder, int width, int height) { in load() method in CacheLoader
|
| /external/jline/src/src/main/java/jline/ |
| D | History.java | 50 public void load(final InputStream in) throws IOException { in load() method in History 57 public void load(final Reader reader) throws IOException { in load() method in History
|
| /external/swiftshader/src/OpenGL/common/ |
| D | MatrixStack.cpp | 41 void MatrixStack::load(const Matrix &M) in load() function in sw::MatrixStack 46 void MatrixStack::load(const float *M) in load() function in sw::MatrixStack 54 void MatrixStack::load(const double *M) in load() function in sw::MatrixStack
|