/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/ |
H A D | ReferenceWithHistoryTest.java | 40 TestRef<String> reference = new TestRef<>(); in testBasicReferenceBehavior() local 77 TestRef<String> reference = new TestRef<>(); in testValueHistoryBehavior() local 119 ReferenceWithHistory<?> referenceWithHistory, TestRef<?> reference, Object value) { in compareGet() 125 ReferenceWithHistory<T> referenceWithHistory, TestRef<T> reference, T newValue) { in setAndCompareReturnValue() 130 ReferenceWithHistory<?> referenceWithHistory, TestRef<?> reference, String expected) { in compareToString()
|
/aosp12/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/core/ |
H A D | ReferenceWithHistoryTest.java | 46 TestRef<String> reference = new TestRef<>(); in testBasicReferenceBehavior() local 83 TestRef<String> reference = new TestRef<>(); in testValueHistoryBehavior() local 146 ReferenceWithHistory<?> referenceWithHistory, TestRef<?> reference, Object value) { in compareGet() 152 ReferenceWithHistory<T> referenceWithHistory, TestRef<T> reference, T newValue) { in setAndCompareReturnValue() 157 ReferenceWithHistory<?> referenceWithHistory, TestRef<?> reference, String expected) { in compareToString()
|
/aosp12/art/runtime/ |
H A D | handle.h | 63 ALWAYS_INLINE explicit Handle(StackReference<T>* reference) : reference_(reference) { in Handle() 117 explicit Handle(StackReference<S>* reference) in Handle() 148 ALWAYS_INLINE explicit MutableHandle(StackReference<T>* reference) in MutableHandle() 153 ALWAYS_INLINE T* Assign(T* reference) REQUIRES_SHARED(Locks::mutator_lock_) { in Assign() 160 ALWAYS_INLINE T* Assign(ObjPtr<T> reference) REQUIRES_SHARED(Locks::mutator_lock_) { in Assign() 174 explicit MutableHandle(StackReference<S>* reference) REQUIRES_SHARED(Locks::mutator_lock_) in MutableHandle()
|
H A D | reflective_handle.h | 41 ALWAYS_INLINE explicit ReflectiveHandle(ReflectiveReference<T>* reference) in ReflectiveHandle() 90 ALWAYS_INLINE explicit MutableReflectiveHandle(ReflectiveReference<T>* reference) in MutableReflectiveHandle() 94 ALWAYS_INLINE T* Assign(T* reference) REQUIRES_SHARED(Locks::mutator_lock_) { in Assign()
|
/aosp12/art/compiler/optimizing/ |
H A D | escape.cc | 23 void VisitEscapes(HInstruction* reference, EscapeVisitor& escape_visitor) { in VisitEscapes() 91 void CalculateEscape(HInstruction* reference, in CalculateEscape() 141 bool DoesNotEscape(HInstruction* reference, NoEscapeCheck& no_escape) { in DoesNotEscape()
|
H A D | escape.h | 113 inline void CalculateEscape(HInstruction* reference, in CalculateEscape() 141 inline bool DoesNotEscape(HInstruction* reference, in DoesNotEscape() argument
|
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
H A D | RemoteRenderResources.java | 43 …ue<ResourceValue> getResolvedResource(@NotNull ResourceReference reference) throws RemoteException; in getResolvedResource() 56 …rceValue<StyleResourceValue> getStyle(@NotNull ResourceReference reference) throws RemoteException; in getStyle() 60 …RemoteResourceValue<ResourceValue> getUnresolvedResource(ResourceReference reference) throws Remot… in getUnresolvedResource()
|
/aosp12/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
H A D | RemoteRenderResourcesAdapter.java | 69 public RemoteResourceValue<ResourceValue> getResolvedResource( in getResolvedResource() 101 public RemoteResourceValue<StyleResourceValue> getStyle(@NotNull ResourceReference reference) { in getStyle() 113 public RemoteResourceValue<ResourceValue> getUnresolvedResource(ResourceReference reference) { in getUnresolvedResource()
|
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/ |
H A D | TypeTraits.h | 23 typedef const DataType& reference; typedef 33 typedef DataType& reference; typedef 43 typedef const DataType& reference; typedef 54 typedef DataType& reference; typedef
|
/aosp12/frameworks/base/errorprone/tests/res/android/util/ |
H A D | Preconditions.java | 28 public static <T> T checkNotNull(T reference) { in checkNotNull() 32 public static <T> T checkNotNull(T reference, Object errorMessage) { in checkNotNull()
|
/aosp12/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
|
H A D | TextLinksTest.java | 72 final TextLinks reference = new TextLinks.Builder(fullText) in testParcel() local 114 final TextLinks.Request reference = new TextLinks.Request.Builder("text") in testParcelOptions() local
|
H A D | TextSelectionTest.java | 62 final TextSelection reference = new TextSelection.Builder(startIndex, endIndex) in testParcel() local 94 final TextSelection.Request reference = in testParcelRequest() local
|
H A D | TextClassificationTest.java | 98 final TextClassification reference = new TextClassification.Builder() in testParcel() local 168 final TextClassification reference = new TextClassification.Builder() in testParcelLegacy() local 200 final TextClassification.Request reference = in testParcelParcel() local
|
/aosp12/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
H A D | RemoteRenderResourcesAdapter.java | 113 public ResourceValue getUnresolvedResource(ResourceReference reference) { in getUnresolvedResource() 142 public StyleResourceValue getStyle(ResourceReference reference) { in getStyle()
|
/aosp12/frameworks/base/tools/aapt2/link/ |
H A D | ReferenceLinker.cpp | 253 const SymbolTable::Symbol* ReferenceLinker::ResolveSymbol(const Reference& reference, in ResolveSymbol() 291 const SymbolTable::Symbol* ReferenceLinker::ResolveSymbolCheckVisibility(const Reference& reference, in ResolveSymbolCheckVisibility() 310 const Reference& reference, const CallSite& callsite, IAaptContext* context, in ResolveAttributeCheckVisibility() 325 Maybe<xml::AaptAttribute> ReferenceLinker::CompileXmlAttribute(const Reference& reference, in CompileXmlAttribute() 374 const Reference& reference, in LinkReference()
|
/aosp12/packages/apps/TV/common/src/com/android/tv/common/ |
H A D | SoftPreconditions.java | 95 final T reference, in checkNotNull() 113 public static <T> T checkNotNull(final T reference) { in checkNotNull()
|
/aosp12/system/libbase/include/android-base/ |
H A D | process.h | 44 using reference = const pid_t&; variable
|
/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
H A D | Preconditions.java | 110 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 D | Assert.java | 146 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 D | GCFactory.h | 62 typedef typename traits::reference reference; typedef 112 typedef typename Alloc::reference reference; typedef
|
/aosp12/frameworks/compile/mclinker/include/mcld/Script/ |
H A D | StringList.h | 31 typedef Tokens::reference reference; typedef
|
H A D | SectionsCmd.h | 32 typedef SectionCommands::reference reference; typedef
|
/aosp12/system/chre/util/include/chre/util/ |
H A D | array_queue.h | 170 typedef ValueType &reference; typedef
|
/aosp12/art/tools/veridex/ |
H A D | flow_analysis.h | 52 RegisterValue(RegisterSource source, DexFileReference reference, const VeriClass* type) in RegisterValue() 57 DexFileReference reference, in RegisterValue()
|