Home
last modified time | relevance | path

Searched defs:reference (Results 26 – 50 of 158) sorted by relevance

1234567

/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DPreconditions.java110 public static @NonNull <T> T checkNotNull(final T reference) { in checkNotNull()
127 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) { in checkNotNull()
145 public static @NonNull <T> T checkNotNull(final T reference, in checkNotNull()
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DPreconditions.java110 public static @NonNull <T> T checkNotNull(final T reference) { in checkNotNull()
127 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) { in checkNotNull()
145 public static @NonNull <T> T checkNotNull(final T reference, in checkNotNull()
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/
H A DAssert.java146 public static <T> T isNotNull(@Nullable T reference) { in isNotNull()
160 public static <T> T isNotNull( in isNotNull()
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h62 typedef typename traits::reference reference; typedef
112 typedef typename Alloc::reference reference; typedef
H A DAllocators.h94 typedef typename ChunkType::value_type& reference; typedef
311 typedef DataType& reference; typedef
356 typedef void* reference; typedef
/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DStringList.h31 typedef Tokens::reference reference; typedef
H A DSectionsCmd.h32 typedef SectionCommands::reference reference; typedef
/aosp12/system/chre/util/include/chre/util/
H A Darray_queue.h170 typedef ValueType &reference; typedef
/aosp12/art/tools/veridex/
H A Dflow_analysis.h52 RegisterValue(RegisterSource source, DexFileReference reference, const VeriClass* type) in RegisterValue()
57 DexFileReference reference, in RegisterValue()
/aosp12/frameworks/layoutlib/bridge/src/android/util/imagepool/
H A DBucket.java46 SoftReference<BufferedImage> reference = mBufferedImageRef.remove(); in remove() local
H A DImagePoolImpl.java102 FinalizablePhantomReference<Image> reference = in prepareImage() local
/aosp12/frameworks/libs/modules-utils/java/com/android/internal/util/
H A DPreconditions.java145 public static @NonNull <T> T checkNotNull(final T reference) { in checkNotNull()
165 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) { in checkNotNull()
182 final T reference, in checkNotNull()
/aosp12/art/libartbase/base/
H A Diteration_range.h34 typedef typename std::iterator_traits<Iter>::reference reference; typedef
H A Dtransform_iterator.h59 using reference = ResultType; variable
/aosp12/art/runtime/gc/
H A Dreference_processor.cc90 ObjPtr<mirror::Reference> reference) { in GetReferent()
348 ObjPtr<mirror::FinalizerReference> reference) { in MakeCircularListIfUnenqueued()
/aosp12/system/media/audio_utils/tests/
H A Dbiquad_filter_tests.cpp166 std::vector<D> reference(TEST_LENGTH); in TEST() local
194 std::vector<D> reference(TEST_LENGTH * FILTERS); in testDifferentFiltersPerChannel() local
228 std::vector<D> reference(TEST_LENGTH); in testZeroFill() local
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dbuffer_wrapper.h25 typedef T& reference; typedef
105 using reference = typename BufferType::reference; variable
H A Darray_wrapper.h25 typedef T& reference; typedef
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h93 typedef typename traits::reference reference; typedef
185 typedef typename traits::reference reference; typedef
342 typedef value_type& reference; typedef
/aosp12/frameworks/native/include/ftl/
H A Dsmall_map.h69 using reference = typename Map::reference; variable
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocData.h47 typedef RelocationListType::reference reference; typedef
H A DSectionData.h38 typedef FragmentListType::reference reference; typedef
/aosp12/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h68 typedef InputList::reference reference; typedef
152 typedef OutputDescList::reference reference; typedef
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/account/
H A DExternalAccountTypeTest.java136 final AccountType reference = FallbackAccountType.createWithPackageNameForTest( in testEditSchema_fallback() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllogutils/
H A DCallLogDates.java245 Calendar reference = Calendar.getInstance(); in isWithinOneYear() local

1234567