Home
last modified time | relevance | path

Searched defs:load (Results 151 – 175 of 2992) sorted by relevance

12345678910>>...120

/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/
H A Ddependence_analysis.cpp2779 const Instruction* load[instructions_expected]; in TEST() local
3069 const Instruction* load[instructions_expected]; in TEST() local
3452 const Instruction* load = nullptr; in TEST() local
3493 const Instruction* load = nullptr; in TEST() local
3525 const Instruction* load = nullptr; in TEST() local
3560 const Instruction* load = nullptr; in TEST() local
3602 const Instruction* load = nullptr; in TEST() local
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/processor/
H A DSimpleServiceLoader.java48 public static <T> ImmutableList<T> load(Class<? extends T> service, ClassLoader loader) { in load() method in SimpleServiceLoader
52 public static <T> ImmutableList<T> load( in load() method in SimpleServiceLoader
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/resize_policy/
Dcc_hash_max_collision_check_resize_trigger_imp.hpp43 cc_hash_max_collision_check_resize_trigger(float load) : in cc_hash_max_collision_check_resize_trigger()
204 set_load(float load) in set_load()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/resize_policy/
Dcc_hash_max_collision_check_resize_trigger_imp.hpp43 cc_hash_max_collision_check_resize_trigger(float load) : in cc_hash_max_collision_check_resize_trigger()
204 set_load(float load) in set_load()
/aosp_15_r20/external/guava/guava/src/com/google/common/cache/
H A DCacheLoader.java73 public abstract V load(K key) throws Exception; in load() method in CacheLoader
168 public V load(K key) { in load() method in CacheLoader.FunctionToCacheLoader
/aosp_15_r20/external/guava/android/guava/src/com/google/common/cache/
H A DCacheLoader.java73 public abstract V load(K key) throws Exception; in load() method in CacheLoader
169 public V load(K key) { in load() method in CacheLoader.FunctionToCacheLoader
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DServiceWrapper.kt47 fun load(subscriber: IControlsSubscriber): Boolean { in load() method in com.android.systemui.controls.controller.ServiceWrapper
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/
Dweak_ptr.hpp36 inline void load( in load() function
75 inline void load( in load() function
Dunordered_set.hpp59 inline void load( in load() function
125 inline void load( in load() function
/aosp_15_r20/external/libepoxy/src/
H A Ddispatch_common.c293 get_dlopen_handle(void **handle, const char *lib_name, bool exit_on_fail, bool load) in get_dlopen_handle()
547 epoxy_load_glx(bool exit_if_fails, bool load) in epoxy_load_glx()
632 epoxy_load_egl(bool exit_if_fails, bool load) in epoxy_load_egl()
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dsettings.rs128 pub fn load(head: Head, payload: &[u8]) -> Result<Settings, Error> { in load() method
332 fn load(raw: &[u8]) -> Option<Setting> { in load() method
364 pub fn load(bits: u8) -> SettingsFlags { in load() method
Dheaders.rs151 pub fn load(head: Head, mut src: BytesMut) -> Result<(Self, BytesMut), Error> { in load() method
410 pub fn load(head: Head, mut src: BytesMut) -> Result<(Self, BytesMut), Error> { in load() method
737 pub fn load(bits: u8) -> HeadersFlag { in load() method
797 pub fn load(bits: u8) -> PushPromiseFlag { in load() method
839 fn load( in load() method
Dpriority.rs24 pub fn load(head: Head, payload: &[u8]) -> Result<Self, Error> { in load() method
55 pub fn load(src: &[u8]) -> Result<Self, Error> { in load() method
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/
H A DTestfileInfo.java174 public void load(StringTokenizer st, String defaultVal) in load() method in TestfileInfo
226 public void load(Properties p) in load() method in TestfileInfo
H A DFileDatalet.java349 public void load(Hashtable h) in load() method in FileDatalet
376 public void load(String[] args) in load() method in FileDatalet
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/
Dintrusive_ref_counter.hpp49 static unsigned int load(unsigned int const& counter) BOOST_SP_NOEXCEPT in load() function
75 static unsigned int load(boost::detail::atomic_count const& counter) BOOST_SP_NOEXCEPT in load() function
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_methods.h74 load, \ argument
89 load) \ argument
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xsl/
H A DTraxDatalet.java229 public void load(Hashtable h) in load() method in TraxDatalet
260 public void load(String[] args) in load() method in TraxDatalet
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dload_v1_in_v2.py207 def load(self, tags): member in _EagerSavedModelLoader
280 def load(export_dir, tags): function
/aosp_15_r20/frameworks/base/core/java/android/gesture/
H A DGestureLibraries.java119 public boolean load() { in load() method in GestureLibraries.FileGestureLibrary
162 public boolean load() { in load() method in GestureLibraries.ResourceGestureLibrary
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/atomics/atomics.types.generic/atomics.types.float/
H A Dstore.pass.cpp82 … auto load = [](MaybeVolatile<std::atomic<T>>& x) { return x.load(std::memory_order::acquire); }; in test_impl() local
92 auto load = [](MaybeVolatile<std::atomic<T>>& x) { return x.load(); }; in test_impl() local
H A Dfetch_sub.pass.cpp89 auto load = [](MaybeVolatile<std::atomic<T>>& x) { return x.load(std::memory_order::acquire); }; in test_impl() local
99 auto load = [](auto& x) { return x.load(); }; in test_impl() local
H A Dfetch_add.pass.cpp88 auto load = [](MaybeVolatile<std::atomic<T>>& x) { return x.load(std::memory_order::acquire); }; in test_impl() local
98 auto load = [](MaybeVolatile<std::atomic<T>>& x) { return x.load(); }; in test_impl() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/example/
Ddemo_auto_ptr.cpp48 inline void load( in load() function
101 void load(std::auto_ptr<A> & spa, const char *filename) in load() function
/aosp_15_r20/external/javassist/src/main/javassist/convert/
H A DTransformBefore.java93 Bytecode load = new Bytecode(cp, 0, 0); in makeCode() local
105 private void makeCode2(Bytecode save, Bytecode load, in makeCode2()

12345678910>>...120