/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/instruction/ |
H A D | ImmutableInstruction22c.java | 48 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction22c 53 @Nonnull Reference reference) { in ImmutableInstruction22c()
|
H A D | ImmutableInstruction3rc.java | 49 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction3rc 54 @Nonnull Reference reference) { in ImmutableInstruction3rc()
|
H A D | ImmutableInstruction4rcc.java | 49 @Nonnull protected final ImmutableReference reference; field in ImmutableInstruction4rcc 56 @Nonnull Reference reference, in ImmutableInstruction4rcc()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/ |
D | heap.cpp | 39 std::vector<int> reference; in test() local 83 std::vector<int> reference; in test_pred() local
|
D | sort.cpp | 29 Container reference(cont); in test_sort_impl() local 47 Container reference(cont); in test_sort_impl() local
|
/aosp_15_r20/external/slf4j/slf4j-api/src/main/java/org/slf4j/ |
H A D | Marker.java | 75 public void add(Marker reference); in add() 84 public boolean remove(Marker reference); in remove()
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/app/event/ |
H A D | InvalidReferenceEventHandler.java | 53 Object invalidGetMethod(Context context, String reference, in invalidGetMethod() 86 Object invalidMethod(Context context, String reference, in invalidMethod()
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/textclassifier/ |
H A D | TextLanguageTest.java | 48 final TextLanguage reference = new TextLanguage.Builder() in testParcel() local 77 final TextLanguage.Request reference = new TextLanguage.Request.Builder(text) in testRequestParcel() local
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/instruction/ |
H A D | BuilderInstruction4rcc.java | 48 @Nonnull protected final Reference reference; field in BuilderInstruction4rcc 54 @Nonnull Reference reference, in BuilderInstruction4rcc()
|
/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/pat_trie_/ |
D | pat_trie_base.hpp | 168 typedef typename type_traits::reference reference; typedef 264 typedef node_pointer_reference reference; typedef 327 typedef node_pointer_reference reference; typedef 498 typedef typename type_traits::reference reference; typedef in __gnu_pbds::detail::pat_trie_base::_CIter 723 typedef typename type_traits::reference reference; typedef in __gnu_pbds::detail::pat_trie_base::_Iter 862 typedef value_type reference; typedef in __gnu_pbds::detail::pat_trie_base::_Node_citer 959 typedef value_type reference; typedef in __gnu_pbds::detail::pat_trie_base::_Node_iter
|
/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/pat_trie_/ |
D | pat_trie_base.hpp | 168 typedef typename type_traits::reference reference; typedef 264 typedef node_pointer_reference reference; typedef 327 typedef node_pointer_reference reference; typedef 498 typedef typename type_traits::reference reference; typedef in __gnu_pbds::detail::pat_trie_base::_CIter 723 typedef typename type_traits::reference reference; typedef in __gnu_pbds::detail::pat_trie_base::_Iter 862 typedef value_type reference; typedef in __gnu_pbds::detail::pat_trie_base::_Node_citer 959 typedef value_type reference; typedef in __gnu_pbds::detail::pat_trie_base::_Node_iter
|
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
H A D | ZLinkedList.java | 39 public boolean moveAbove(Type objectToMove, Type reference) { in moveAbove() 44 public boolean moveBeneath(Type objectToMove, Type reference) { in moveBeneath()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | cord.h | 431 using reference = value_type; variable 527 using reference = value_type&; variable 592 using reference = const char&; variable 668 using reference = value_type&; variable
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/ |
H A D | cord.h | 431 using reference = value_type; variable 527 using reference = value_type&; variable 592 using reference = const char&; variable 668 using reference = value_type&; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/ |
D | hook_traits.hpp | 51 typedef T & reference; typedef 114 typedef T & reference; typedef 167 typedef value_type & reference; typedef
|
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/writer/ |
H A D | ImportWriterVisitor.java | 152 public void visit(ConcreteReference reference) { in visit() 157 public void visit(VaporReference reference) { in visit() 481 private void handleReference(Reference reference) { in handleReference()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/ |
H A D | parse_testdata.cc | 205 float reference = example.outputs[0].flat_data[idx]; in CheckOutputs() local 223 int32_t reference = example.outputs[0].flat_data[idx]; in CheckOutputs() local 234 int64_t reference = example.outputs[0].flat_data[idx]; in CheckOutputs() local
|
/aosp_15_r20/frameworks/libs/modules-utils/java/com/android/internal/util/ |
D | Preconditions.java | 150 public static @NonNull <T> T checkNotNull(final T reference) { in checkNotNull() 171 final T reference, in checkNotNull() 189 final T reference, in checkNotNull()
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/ref/ |
H A D | ReferenceQueue.java | 42 boolean isEnqueued(java.lang.ref.Reference<? extends T> reference) { in isEnqueued() 46 boolean enqueue(java.lang.ref.Reference<? extends T> reference) { in enqueue()
|
/aosp_15_r20/frameworks/av/media/libaudiopermission/include/media/ |
H A D | AttrSourceIter.h | 34 using reference = const value_type&; variable 69 using reference = value_type&; variable
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/ |
H A D | Present.java | 28 private final T reference; field in Present 30 Present(T reference) { in Present()
|
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/combinator/ |
H A D | MutatorCombinators.java | 64 public void mutateInPlace(T reference, PseudoRandom prng) { in mutateProperty() 69 public void crossOverInPlace(T reference, T otherReference, PseudoRandom prng) { in mutateProperty()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
D | array_allocator.h | 57 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() typedef 113 typedef _Tp& 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/ext/ |
D | array_allocator.h | 57 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() typedef 113 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() typedef
|
/aosp_15_r20/external/guava/guava/src/com/google/common/base/ |
H A D | Present.java | 28 private final T reference; field in Present 30 Present(T reference) { in Present()
|