Home
last modified time | relevance | path

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

12345678910>>...17

/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/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace-vsx.h17 int validate_vsx(unsigned long *vsx, unsigned long *load) in validate_vsx()
35 int validate_vmx(unsigned long vmx[][2], unsigned long *load) in validate_vmx()
74 int compare_vsx_vmx(unsigned long *store, unsigned long *load) in compare_vsx_vmx()
112 void load_vsx_vmx(unsigned long *load, unsigned long *vsx, in load_vsx_vmx()
/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
/external/libaom/libaom/aom_dsp/
Dfft_common.h117 #define GEN_FFT_2(ret, suffix, T, T_VEC, load, store) \ argument
125 #define GEN_FFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument
142 #define GEN_FFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, mul) \ argument
177 #define GEN_FFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
269 #define GEN_FFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
513 #define GEN_IFFT_2(ret, suffix, T, T_VEC, load, store) \ argument
521 #define GEN_IFFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument
538 #define GEN_IFFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
582 #define GEN_IFFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
697 #define GEN_IFFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
/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/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp1518 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1548 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1599 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1628 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1678 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1707 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1757 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1786 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
2090 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
2120 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp1518 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1548 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1599 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1628 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1678 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1707 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1757 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1786 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
2090 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
2120 SENode* load = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
[all …]
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DANTLRFileStream.pm48 sub load { subroutine
/external/u-boot/common/spl/
Dspl_ram.c22 static ulong spl_ram_load_read(struct spl_load_info *load, ulong sector, in spl_ram_load_read()
45 struct spl_load_info load; in spl_ram_load_image() local
Dspl_net.c16 static ulong spl_net_load_read(struct spl_load_info *load, ulong sector, in spl_net_load_read()
49 struct spl_load_info load; in spl_net_load_image() local
Dspl_spi.c53 static ulong spl_spi_fit_read(struct spl_load_info *load, ulong sector, in spl_spi_fit_read()
115 struct spl_load_info load; in spl_spi_load_image() local
Dspl_nand.c30 static ulong spl_nand_fit_read(struct spl_load_info *load, ulong offs, in spl_nand_fit_read()
53 struct spl_load_info load; in spl_nand_load_element() local
Dspl_ymodem.c37 static ulong ymodem_read_fit(struct spl_load_info *load, ulong offset, in ymodem_read_fit()
94 struct spl_load_info load; in spl_ymodem_load_image() local
/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/python/cpython3/Lib/test/test_importlib/source/
Dtest_source_encoding.py93 def load(self, loader): member in EncodingTestPEP451
107 def load(self, loader): member in EncodingTestPEP302
149 def load(self, loader, module_name): member in LineEndingTestPEP451
163 def load(self, loader, module_name): member in LineEndingTestPEP302
/external/u-boot/arch/arm/include/debug/
D8250.S19 .macro load, rd, rx:vararg macro
27 .macro load, rd, rx:vararg macro
/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_input_attachments.c44 try_lower_input_load(nir_function_impl *impl, nir_intrinsic_instr *load) in try_lower_input_load()
128 nir_intrinsic_instr *load = nir_instr_as_intrinsic(instr); in anv_nir_lower_input_attachments() local
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DSavedModelBundle.java31 public SavedModelBundle load() { in load() method in SavedModelBundle.Loader
94 public static SavedModelBundle load(String exportDir, String... tags) { in load() method in SavedModelBundle
166 private static native SavedModelBundle load( in load() method in SavedModelBundle
/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/python/cpython2/Lib/hotshot/
Dstats.py11 def load(filename): function
22 def load(self): member in StatsLoader
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJLoader-win.java.in32 static void load() { method in TJLoader
DTJLoader-unix.java.in32 static void load() { method in TJLoader
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleMatcherShim.java21 public static LanguageMatcherData load() { in load() method in LocaleMatcherShim
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherShim.java18 public static LanguageMatcherData load() { in load() method in LocaleMatcherShim
/external/cldr/tools/java/com/ibm/icu/text/
DListFormatData.java4 static void load() { in load() method in ListFormatData

12345678910>>...17