Home
last modified time | relevance | path

Searched defs:reference (Results 226 – 250 of 4428) sorted by relevance

12345678910>>...178

/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/instruction/
H A DBuilderInstruction31c.java46 @Nonnull protected final Reference reference; field in BuilderInstruction31c
50 @Nonnull Reference reference) { in BuilderInstruction31c()
H A DBuilderInstruction21c.java46 @Nonnull protected final Reference reference; field in BuilderInstruction21c
50 @Nonnull Reference reference) { in BuilderInstruction21c()
H A DBuilderInstruction20bc.java47 @Nonnull protected final Reference reference; field in BuilderInstruction20bc
51 @Nonnull Reference reference) { in BuilderInstruction20bc()
H A DBuilderInstruction22c.java47 @Nonnull protected final Reference reference; field in BuilderInstruction22c
52 @Nonnull Reference reference) { in BuilderInstruction22c()
H A DBuilderInstruction3rc.java48 @Nonnull protected final Reference reference; field in BuilderInstruction3rc
53 @Nonnull Reference reference) { in BuilderInstruction3rc()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/pool/
H A DProtoPool.java50 public void intern(@Nonnull MethodProtoReference reference) { in intern()
59 @Nonnull @Override public CharSequence getShorty(@Nonnull MethodProtoReference reference) { in getShorty()
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/
H A DCheckService.java70 Object reference, String msg); in check()
85 Object reference, String msg, String id); in check()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/
Dtemplate_keyword.hpp51 using reference = typename ::boost::mp11::mp_eval_if< typedef
70 >::type reference; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dstorage.hpp53 typedef T &reference; typedef in boost::numeric::ublas::unbounded_array
369 typedef T &reference; typedef in boost::numeric::ublas::bounded_array
563 typedef T &reference; typedef in boost::numeric::ublas::array_adaptor
803 typedef T &reference; typedef in boost::numeric::ublas::shallow_array_adaptor
1019 typedef const_reference reference; typedef in boost::numeric::ublas::basic_range
1247 typedef const_reference reference; typedef in boost::numeric::ublas::basic_slice
1485 typedef typename A::reference reference; typedef in boost::numeric::ublas::indirect_array
1861 typedef value_type reference; typedef in boost::numeric::ublas::index_pair_array
2048 typedef value_type reference; typedef in boost::numeric::ublas::index_triple_array
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/instruction/
H A DImmutableInstruction21c.java47 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction21c
51 @Nonnull Reference reference) { in ImmutableInstruction21c()
H A DImmutableInstruction20bc.java48 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction20bc
52 @Nonnull Reference reference) { in ImmutableInstruction20bc()
H A DImmutableInstruction31c.java47 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction31c
51 @Nonnull Reference reference) { in ImmutableInstruction31c()
/aosp_15_r20/external/cronet/base/
H A Dvalue_iterators.h33 using reference = std::pair<const std::string&, Value&>; variable
87 using reference = std::pair<const std::string&, const Value&>; variable
/aosp_15_r20/external/dagger2/java/dagger/hilt/internal/
H A DPreconditions.java32 public static <T> T checkNotNull(T reference) { in checkNotNull()
47 public static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull()
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DZIndexable.java45 public boolean moveAbove(ElementType objectToMove, ElementType reference); in moveAbove()
55 public boolean moveBeneath(ElementType objectToMove, ElementType reference); in moveBeneath()
/aosp_15_r20/cts/tests/tests/app/src/android/app/cts/
H A DRemoteActionTest.java45 RemoteAction reference = new RemoteAction(icon, title, description, action); in testParcel() local
70 RemoteAction reference = new RemoteAction(icon, title, description, action); in testClone() local
/aosp_15_r20/frameworks/base/errorprone/tests/res/android/util/
H A DPreconditions.java28 public static <T> T checkNotNull(T reference) { in checkNotNull()
32 public static <T> T checkNotNull(T reference, Object errorMessage) { in checkNotNull()
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DReferringObjectsDebuggee.java77 private ReferringObjectsReferree001 reference; field in ReferringObjectsReferrer001
79 ReferringObjectsReferrer001(ReferringObjectsReferree001 reference) { in ReferringObjectsReferrer001()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Diter_adaptor.hpp92 typedef typename Base::reference reference; typedef in boost::multi_index::detail::forward_iter_adaptor_base
144 typedef typename Base::reference reference; typedef in boost::multi_index::detail::bidirectional_iter_adaptor_base
202 typedef typename Base::reference reference; typedef in boost::multi_index::detail::random_access_iter_adaptor_base
/aosp_15_r20/external/pytorch/benchmarks/tensorexpr/
H A Dbroadcast.py49 def reference(self): member in BroadcastMulBench
125 def reference(self): member in BroadcastThreeArgs
224 def reference(self): member in BroadcastBench
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dstl_list.h134 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() typedef
210 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY() typedef
453 typedef typename _Tp_alloc_type::reference reference; in _GLIBCXX_VISIBILITY() typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dstl_list.h134 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() typedef
210 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY() typedef
453 typedef typename _Tp_alloc_type::reference reference; in _GLIBCXX_VISIBILITY() typedef
/aosp_15_r20/frameworks/libs/systemui/toruslib/torus-core/src/main/java/com/google/android/torus/core/wallpaper/
DLiveWallpaper.kt151 for (reference in configChangeListeners) { in onConfigurationChanged() method
159 for (reference in configChangeListeners) { in addConfigChangeListener() variable
172 for (reference in configChangeListeners) { in removeConfigChangeListener() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/
Dany_iterator.hpp156 typedef Reference reference; typedef in boost::iterators::detail::postfix_increment_proxy
200 typedef Reference reference; typedef in boost::iterators::detail::writable_postfix_increment_proxy
314 typedef typename base_type::reference reference; typedef in boost::range_detail::any_iterator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dstable_sort.cpp29 Container reference(cont); in test_stable_sort_impl() local
47 Container reference(cont); in test_stable_sort_impl() local

12345678910>>...178