Home
last modified time | relevance | path

Searched defs:load (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/external/clang/test/CodeGenObjC/
Dnon-lazy-classes.m8 +(void) load { class
14 +(void) load { class in Cat
20 -(void) load { method
26 -(void) load { method in Cat
/external/glide/library/src/main/java/com/bumptech/glide/
DRequestManager.java232 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/v8/test/cctest/compiler/
Dtest-js-context-specialization.cc74 Node* load = t.graph()->NewNode(t.javascript()->LoadContext(0, 0, false), in TEST() local
82 Node* load = t.graph()->NewNode(t.javascript()->LoadContext(0, 0, false), in TEST() local
90 Node* load = t.graph()->NewNode( in TEST() local
107 Node* load = t.graph()->NewNode(t.javascript()->LoadContext(0, slot, true), in TEST() local
145 Node* load = in TEST() local
154 Node* load = in TEST() local
163 Node* load = in TEST() local
172 Node* load = t.graph()->NewNode( in TEST() local
214 Node* load = t.graph()->NewNode(t.javascript()->LoadContext(0, slot, true), in TEST() local
Dtest-simplified-lowering.cc102 FieldAccess load = {kUntaggedBase, 0, Handle<Name>(), Type::Number(), in TEST() local
129 FieldAccess load = {kUntaggedBase, 0, Handle<Name>(), Type::Number(), in TEST() local
162 Node* load = t.LoadField(access, t.Parameter(0)); in TEST() local
197 Node* load = t.LoadField(access, t.Parameter(0)); in TEST() local
214 Node* load = t.LoadField(access, t.Parameter(0)); in TEST() local
235 Node* load = t.LoadElement(access, t.Parameter(0), t.Int32Constant(0)); in TEST() local
262 Node* load = in TEST() local
298 Node* load = t.LoadField(access, t.PointerConstant(smis)); in TEST() local
346 Node* load = t.LoadElement(access, t.PointerConstant(smis), in TEST() local
438 Node* load = t.LoadElement(access, ptr, t.Int32Constant(from_index)); in RunCopyElement() local
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DEmpiricalDistribution.java58 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
DEmpiricalDistributionImpl.java119 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/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DCacheLoader.java64 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/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DANTLRFileStream.pm48 sub load { subroutine
/external/jacoco/org.jacoco.core/src/org/jacoco/core/tools/
DExecFileLoader.java54 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/v8/test/unittests/compiler/
Descape-analysis-unittest.cc190 Node* load = Load(AccessAtIndex(0), finish); in TEST_F() local
211 Node* load = Load(AccessAtIndex(0), finish); in TEST_F() local
240 Node* load = Load(AccessAtIndex(0), finish2); in TEST_F() local
269 Node* load = Load(AccessAtIndex(0), finish, phi, merge); in TEST_F() local
331 Node* load = Load(AccessAtIndex(0), finish, effect1, ifTrue); in TEST_F() local
371 Node* load = Load(AccessAtIndex(0), finish, effect1, ifTrue); in TEST_F() local
/external/v8/test/mjsunit/regress/
Dregress-4296.js8 function load(o, i) { return o[i]; } function
21 function load(o, i) { return o[i]; } function
Dregress-crbug-425519.js7 function load(a, i) { function
/external/opencv3/3rdparty/jinja2/
Dloaders.py100 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/guava/guava/src/com/google/common/cache/
DCacheLoader.java70 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/javassist/src/main/javassist/convert/
DTransformBefore.java84 Bytecode load = new Bytecode(cp, 0, 0); in makeCode() local
96 private void makeCode2(Bytecode save, Bytecode load, in makeCode2()
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJLoader.java.in32 static void load() { method in TJLoader
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherShim.java16 public static LanguageMatcherData load() { in load() method in LocaleMatcherShim
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleMatcherShim.java17 public static LanguageMatcherData load() { in load() method in LocaleMatcherShim
/external/clang/test/CoverageMapping/
Dimplicit-def-in-macro.m9 + load { // CHECK: File 0, [[@LINE]]:8 -> [[END:[0-9:]+]] = #0 class
/external/jsilver/src/org/clearsilver/
DCSFileLoader.java34 public String load(HDF hdf, String filename) throws IOException; in load() method
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DANTLRFileStream.as14 public function load(file:File, encoding:String = null):void { method in org.antlr.runtime.ANTLRFileStream
/external/junit/src/junit/runner/
DTestSuiteLoader.java9 abstract public Class load(String suiteClassName) throws ClassNotFoundException; in load() method
DStandardTestSuiteLoader.java14 public Class load(String suiteClassName) throws ClassNotFoundException { in load() method in StandardTestSuiteLoader
/external/snakeyaml/src/test/java/org/pyyaml/
DPyImportTest.java39 protected Object load(String data) { in load() method in PyImportTest
44 protected Object load(Constructor loader, String data) { in load() method in PyImportTest
/external/clang/test/CodeGenObjCXX/
Daddress-safety-attr.mm12 +(void) load { } class

12345678910>>...16