Home
last modified time | relevance | path

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

123

/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextSelectionTest.java40 final TextSelection reference = new TextSelection.Builder(startIndex, endIndex) in testParcel() local
69 final TextSelection.Request reference = in testParcelRequest() local
DTextLinksTest.java59 final TextLinks reference = new TextLinks.Builder(fullText) in testParcel() local
94 final TextLinks.Request reference = new TextLinks.Request.Builder("text") in testParcelOptions() local
DTextClassificationTest.java85 final TextClassification reference = new TextClassification.Builder() in testParcel() local
150 final TextClassification reference = new TextClassification.Builder() in testParcelLegacy() local
181 final TextClassification.Request reference = in testParcelParcel() local
/frameworks/support/textclassifier/src/androidTest/java/androidx/textclassifier/
DTextSelectionTest.java39 final TextSelection reference = new TextSelection.Builder(startIndex, endIndex) in testParcel() local
67 TextSelection.Options reference = new TextSelection.Options() in testParcelOptions() local
DTextClassificationTest.java74 final TextClassification reference = new TextClassification.Builder() in testParcel() local
147 TextClassification.Options reference = new TextClassification.Options() in testParcelOptions() local
DTextLinksTest.java97 final TextLinks reference = new TextLinks.Builder(fullText) in testParcel() local
134 TextLinks.Options reference = new TextLinks.Options() in testParcelOptions() local
/frameworks/compile/mclinker/include/mcld/ADT/
DTypeTraits.h23 typedef const DataType& reference; typedef
33 typedef DataType& reference; typedef
43 typedef const DataType& reference; typedef
54 typedef DataType& reference; typedef
DBinTree.h93 typedef typename traits::reference reference; typedef
185 typedef typename traits::reference reference; typedef
342 typedef value_type& reference; typedef
/frameworks/support/navigation/safe-args-generator/src/tests/test-data/expected/
DMainFragmentArgs.java12 private int reference = a.b.R.drawable.background; field in MainFragmentArgs
78 private int reference = a.b.R.drawable.background; field in MainFragmentArgs.Builder
116 public Builder setReference(int reference) { in setReference()
/frameworks/base/tools/aapt2/link/
DReferenceLinker.cpp203 const SymbolTable::Symbol* ReferenceLinker::ResolveSymbol(const Reference& reference, in ResolveSymbol()
220 const SymbolTable::Symbol* ReferenceLinker::ResolveSymbolCheckVisibility(const Reference& reference, in ResolveSymbolCheckVisibility()
238 const Reference& reference, const CallSite& callsite, SymbolTable* symbols, in ResolveAttributeCheckVisibility()
253 Maybe<xml::AaptAttribute> ReferenceLinker::CompileXmlAttribute(const Reference& reference, in CompileXmlAttribute()
323 bool ReferenceLinker::LinkReference(const CallSite& callsite, Reference* reference, in LinkReference()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DCustomBar.java138 protected TextView setText(int index, String string, boolean reference) { in setText()
149 private void setText(TextView textView, String string, boolean reference) { in setText()
281 private ResourceValue getResourceValue(String reference) { in getResourceValue()
/frameworks/base/core/java/com/android/internal/util/
DPreconditions.java109 public static @NonNull <T> T checkNotNull(final T reference) { in checkNotNull()
126 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) { in checkNotNull()
144 public static @NonNull <T> T checkNotNull(final T reference, in checkNotNull()
/frameworks/compile/mclinker/include/mcld/Script/
DStringList.h31 typedef Tokens::reference reference; typedef
DSectionsCmd.h32 typedef SectionCommands::reference reference; typedef
/frameworks/compile/mclinker/include/mcld/Support/
DGCFactory.h62 typedef typename traits::reference reference; typedef
112 typedef typename Alloc::reference reference; typedef
DAllocators.h94 typedef typename ChunkType::value_type& reference; typedef
311 typedef DataType& reference; typedef
356 typedef void* reference; typedef
/frameworks/support/compat/src/main/java/androidx/core/util/
DPreconditions.java97 public static @NonNull <T> T checkNotNull(final T reference) { in checkNotNull()
114 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) { in checkNotNull()
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dbuffer_wrapper.h25 typedef T& reference; typedef
105 using reference = typename BufferType::reference; variable
Darray_wrapper.h25 typedef T& reference; typedef
Dstring_wrapper.h27 typedef value_type& reference; typedef
/frameworks/compile/mclinker/include/mcld/LD/
DRelocData.h47 typedef RelocationListType::reference reference; typedef
DSectionData.h38 typedef FragmentListType::reference reference; typedef
/frameworks/compile/mclinker/include/mcld/Object/
DSectionMap.h68 typedef InputList::reference reference; typedef
152 typedef OutputDescList::reference reference; typedef
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteRenderResources.java71 ResourceValue getUnresolvedResource(ResourceReference reference) throws RemoteException; in getUnresolvedResource()
/frameworks/base/test-runner/src/android/test/
DViewAsserts.java290 static public void assertHorizontalCenterAligned(View reference, View test) { in assertHorizontalCenterAligned()
311 static public void assertVerticalCenterAligned(View reference, View test) { in assertVerticalCenterAligned()

123