/frameworks/support/navigation/safe-args-generator/src/tests/test-data/expected/ |
H A D | MainFragmentArgs.java | 12 private int reference = a.b.R.drawable.background; field in class:MainFragmentArgs 31 if (bundle.containsKey("reference")) { 32 result.reference = bundle.getInt("reference"); 52 return reference; 67 __outBundle.putInt("reference", this.reference); 78 private int reference = a.b.R.drawable.background; field in class:MainFragmentArgs.Builder 87 this.reference = original.reference; 116 setReference(int reference) argument [all...] |
/frameworks/base/tools/aapt2/link/ |
H A D | ReferenceLinker.h | 39 // package if the reference has no package name defined (implicit). 41 static const SymbolTable::Symbol* ResolveSymbol(const Reference& reference, 45 // visible by the reference at the callsite, nullptr is returned. 47 static const SymbolTable::Symbol* ResolveSymbolCheckVisibility(const Reference& reference, 54 static const SymbolTable::Symbol* ResolveAttributeCheckVisibility(const Reference& reference, 59 // Resolves the attribute reference and returns an xml::AaptAttribute if successful. 61 static Maybe<xml::AaptAttribute> CompileXmlAttribute(const Reference& reference, 75 // Transforms the package name of the reference to the fully qualified package name using 77 // to the reference at the callsite, the reference i [all...] |
H A D | ReferenceLinker.cpp | 43 // to the reference object. 75 // Transform the attribute reference so that it is using the fully qualified package 76 // name. This will also mark the reference as being able to see private resources if 77 // there was a '*' in the reference or if the package came from the private namespace. 92 // Link/resolve the final value (mostly if it's a reference). 175 // The symbol is visible if it is public, or if the reference to it is requesting private access 191 // The symbol is visible if the reference is local to the same package it is defined in. 203 const SymbolTable::Symbol* ReferenceLinker::ResolveSymbol(const Reference& reference, argument 206 if (reference.name) { 207 const ResourceName& name = reference 220 ResolveSymbolCheckVisibility(const Reference& reference, const CallSite& callsite, SymbolTable* symbols, std::string* out_error) argument 237 ResolveAttributeCheckVisibility( const Reference& reference, const CallSite& callsite, SymbolTable* symbols, std::string* out_error) argument 253 CompileXmlAttribute(const Reference& reference, const CallSite& callsite, SymbolTable* symbols, std::string* out_error) argument 323 LinkReference(const CallSite& callsite, Reference* reference, IAaptContext* context, SymbolTable* symbols, const xml::IPackageDeclStack* decls) argument [all...] |
/frameworks/compile/mclinker/include/mcld/ADT/ |
H A D | TypeTraits.h | 23 typedef const DataType& reference; typedef in struct:mcld::ConstTraits 33 typedef DataType& reference; typedef in struct:mcld::NonConstTraits 43 typedef const DataType& reference; typedef in struct:mcld::ConstIteratorTraits 54 typedef DataType& reference; typedef in struct:mcld::NonConstIteratorTraits
|
/frameworks/compile/mclinker/include/mcld/Script/ |
H A D | SectionsCmd.h | 32 typedef SectionCommands::reference reference; typedef in class:mcld::SectionsCmd 44 reference front() { return m_SectionCommands.front(); } 46 reference back() { return m_SectionCommands.back(); }
|
H A D | StringList.h | 31 typedef Tokens::reference reference; typedef in class:mcld::StringList 46 reference front() { return m_Tokens.front(); } 48 reference back() { return m_Tokens.back(); }
|
H A D | OutputSectDesc.h | 157 typedef OutputSectCmds::reference reference; typedef in class:mcld::OutputSectDesc 169 reference front() { return m_OutputSectCmds.front(); } 171 reference back() { return m_OutputSectCmds.back(); }
|
H A D | ScriptFile.h | 52 typedef CommandQueue::reference reference; typedef in class:mcld::ScriptFile 64 reference front() { return m_CommandQueue.front(); } 66 reference back() { return m_CommandQueue.back(); }
|
/frameworks/data-binding/compilerCommon/ |
H A D | XMLParser.g4 | 39 ((element | reference | CDATA | PI | COMMENT) chardata?)* ; 45 reference : EntityRef | CharRef ;
|
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/ |
H A D | TextSelectionTest.java | 40 final TextSelection reference = new TextSelection.Builder(startIndex, endIndex) 49 reference.writeToParcel(parcel, reference.describeContents()); 69 final TextSelection.Request reference = 76 reference.writeToParcel(parcel, reference.describeContents());
|
H A D | TextLinksTest.java | 59 final TextLinks reference = new TextLinks.Builder(fullText) 66 reference.writeToParcel(parcel, reference.describeContents()); 94 final TextLinks.Request reference = new TextLinks.Request.Builder("text") 101 reference.writeToParcel(parcel, reference.describeContents());
|
H A D | TextClassificationTest.java | 85 final TextClassification reference = new TextClassification.Builder() 96 reference.writeToParcel(parcel, reference.describeContents()); 150 final TextClassification reference = new TextClassification.Builder() 160 reference.writeToParcel(parcel, reference.describeContents()); 181 final TextClassification.Request reference = 189 reference.writeToParcel(parcel, reference.describeContents());
|
/frameworks/support/textclassifier/src/androidTest/java/androidx/textclassifier/ |
H A D | TextSelectionTest.java | 39 final TextSelection reference = new TextSelection.Builder(startIndex, endIndex) 47 reference.writeToParcel(parcel, reference.describeContents()); 67 TextSelection.Options reference = new TextSelection.Options() 73 reference.writeToParcel(parcel, reference.describeContents());
|
/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | RelocData.h | 47 typedef RelocationListType::reference reference; typedef in class:mcld::RelocData 77 reference front() { return m_Relocations.front(); } 79 reference back() { return m_Relocations.back(); }
|
H A D | SectionData.h | 38 typedef FragmentListType::reference reference; typedef in class:mcld::SectionData 68 reference front() { return m_Fragments.front(); } 70 reference back() { return m_Fragments.back(); }
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | DelegateManager.java | 45 * The Android java classes that use native code uses an int (Java side) to reference native 50 * Since we cannot use the Java object reference as the int directly, DelegateManager manages the 60 * the Java object needs to count as a reference (even though it only holds an int), we use the 64 * the delegate to/from a set. This set holds the reference and prevents the GC from reclaiming 79 /** Set used to store delegates when their main object holds a reference to them. 147 * Removes the main reference on the given delegate. 164 for (Object reference : sJavaReferences) { 165 int idx = sDelegates.indexOfValue(reference); 166 out.printf("[%d] %s\n", sDelegates.keyAt(idx), reference.getClass().getSimpleName());
|
/frameworks/rs/script_api/ |
H A D | generate.sh | 54 rm -f "$DOC_DIR"/reference/*.html 55 mv docs/*.html "$DOC_DIR"/reference
|
H A D | rs_object_info.spec | 34 See the <a href='http://developer.android.com/reference/android/renderscript/Allocation.html'>android.renderscript.Allocation</a> for details on to create Allocations. 58 Elements like <a href='http://developer.android.com/reference/android/renderscript/Element.html#F32_2(android.renderscript.RenderScript)'>F32_2</a>. 60 To create complex Elements, use the <a href='http://developer.android.com/reference/android/renderscript/Element.Builder.html'>Element.Builder</a> Java class. 65 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>. 156 Returns true if the handle contains a non-null reference. 318 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>. 330 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>. 342 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>. 354 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>. 366 See <a href='http://developer.android.com/reference/androi [all...] |
H A D | rs_core.spec | 23 This reference documentation describes the RenderScript runtime APIs, which you can utilize 29 APIs, see the <a target="_parent" href="http://developer.android.com/reference/android/renderscript/package-summary.html">android.renderscript</a> package reference.
|
/frameworks/base/core/java/com/android/internal/util/ |
H A D | Preconditions.java | 69 * Ensures that an string reference passed as a parameter to the calling 72 * @param string an string reference 73 * @return the string reference that was validated 84 * Ensures that an string reference passed as a parameter to the calling 87 * @param string an string reference 90 * @return the string reference that was validated 102 * Ensures that an object reference passed as a parameter to the calling 105 * @param reference an object reference 106 * @return the non-null reference tha 109 checkNotNull(final T reference) argument 126 checkNotNull(final T reference, final Object errorMessage) argument 144 checkNotNull(final T reference, final String messageTemplate, final Object... messageArgs) argument [all...] |
/frameworks/compile/mclinker/include/mcld/Object/ |
H A D | SectionMap.h | 68 typedef InputList::reference reference; typedef in class:mcld::SectionMap::Output 102 reference front() { return m_InputList.front(); } 104 reference back() { return m_InputList.back(); } 152 typedef OutputDescList::reference reference; typedef in class:mcld::SectionMap 183 reference front() { return m_OutputDescList.front(); } 185 reference back() { return m_OutputDescList.back(); }
|
/frameworks/base/nfc-extras/ |
H A D | Android.mk | 13 # This is to reference SdkConstant annotation; not part of this lib. 26 # This is to reference SdkConstant annotation; not part of this lib.
|
/frameworks/base/test-runner/src/android/test/ |
H A D | ViewAsserts.java | 28 * <a href="{@docRoot}reference/android/support/test/espresso/matcher/ViewMatchers.html">Espresso 285 * with respect to the <code>reference</code> view. 287 * @param reference The reference view 288 * @param test The view that should be center aligned with the reference view 290 static public void assertHorizontalCenterAligned(View reference, View test) { argument 292 reference.getLocationOnScreen(xy); 298 int center = (reference.getMeasuredWidth() - test.getMeasuredWidth()) / 2; 306 * with respect to the <code>reference</code> view. 308 * @param reference Th 311 assertVerticalCenterAligned(View reference, View test) argument [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | SmsBroadcastUndelivered.java | 177 SmsReferenceKey reference = new SmsReferenceKey(tracker); 178 Integer receivedCount = multiPartReceivedCount.get(reference); 180 multiPartReceivedCount.put(reference, 1); // first segment seen 185 oldMultiPartMessages.add(reference); 195 oldMultiPartMessages.remove(reference); 197 multiPartReceivedCount.put(reference, newCount);
|
/frameworks/support/compat/src/main/java/androidx/core/util/ |
H A D | Preconditions.java | 57 * Ensures that an string reference passed as a parameter to the calling 60 * @param string an string reference 61 * @return the string reference that was validated 72 * Ensures that an string reference passed as a parameter to the calling 75 * @param string an string reference 78 * @return the string reference that was validated 90 * Ensures that an object reference passed as a parameter to the calling 93 * @param reference an object reference 94 * @return the non-null reference tha 97 checkNotNull(final T reference) argument 114 checkNotNull(final T reference, final Object errorMessage) argument [all...] |