Home
last modified time | relevance | path

Searched defs:reference (Results 1 – 25 of 138) sorted by relevance

123456

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DReferenceWithHistoryTest.java40 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 DReferenceWithHistoryTest.java46 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 Dhandle.h63 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 Dreflective_handle.h41 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 Descape.cc23 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 Descape.h113 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 DRemoteRenderResources.java43 …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 DRemoteRenderResourcesAdapter.java69 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 DTypeTraits.h23 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 DPreconditions.java28 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 DTextLanguageTest.java48 final TextLanguage reference = new TextLanguage.Builder() in testParcel() local
77 final TextLanguage.Request reference = new TextLanguage.Request.Builder(text) in testRequestParcel() local
H A DTextLinksTest.java72 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 DTextSelectionTest.java62 final TextSelection reference = new TextSelection.Builder(startIndex, endIndex) in testParcel() local
94 final TextSelection.Request reference = in testParcelRequest() local
H A DTextClassificationTest.java98 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 DRemoteRenderResourcesAdapter.java113 public ResourceValue getUnresolvedResource(ResourceReference reference) { in getUnresolvedResource()
142 public StyleResourceValue getStyle(ResourceReference reference) { in getStyle()
/aosp12/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp253 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 DSoftPreconditions.java95 final T reference, in checkNotNull()
113 public static <T> T checkNotNull(final T reference) { in checkNotNull()
/aosp12/system/libbase/include/android-base/
H A Dprocess.h44 using reference = const pid_t&; variable
/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()
/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
/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()

123456