Searched refs:reference (Results 1 - 25 of 64) sorted by relevance

123

/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.h39 * Returns true if the symbol is visible by the reference and from the callsite.
48 static const SymbolTable::Symbol* resolveSymbol(const Reference& reference,
53 * not visible by the reference at the callsite, nullptr is returned. outError holds
56 static const SymbolTable::Symbol* resolveSymbolCheckVisibility(const Reference& reference,
66 static const SymbolTable::Symbol* resolveAttributeCheckVisibility(const Reference& reference,
73 * Resolves the attribute reference and returns an xml::AaptAttribute if successful.
76 static Maybe<xml::AaptAttribute> compileXmlAttribute(const Reference& reference,
90 * Transforms the package name of the reference to the fully qualified package name using
92 * to the reference at the callsite, the reference i
[all...]
H A DReferenceLinker.cpp40 * to the reference object.
73 // Transform the attribute reference so that it is using the fully qualified package
74 // name. This will also mark the reference as being able to see private resources if
75 // there was a '*' in the reference or if the package came from the private namespace.
93 // Link/resolve the final value (mostly if it's a reference).
164 * The symbol is visible if it is public, or if the reference to it is requesting private access
181 const SymbolTable::Symbol* ReferenceLinker::resolveSymbol(const Reference& reference, argument
184 if (reference.name) {
185 Maybe<ResourceName> mangled = mangler->mangleName(reference.name.value());
186 return symbols->findByName(mangled ? mangled.value() : reference
194 resolveSymbolCheckVisibility( const Reference& reference, NameMangler* nameMangler, SymbolTable* symbols, CallSite* callSite, std::string* outError) argument
210 resolveAttributeCheckVisibility( const Reference& reference, NameMangler* nameMangler, SymbolTable* symbols, CallSite* callSite, std::string* outError) argument
227 compileXmlAttribute(const Reference& reference, NameMangler* nameMangler, SymbolTable* symbols, CallSite* callSite, std::string* outError) argument
258 linkReference(Reference* reference, IAaptContext* context, SymbolTable* symbols, xml::IPackageDeclStack* decls, CallSite* callSite) argument
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTypeTraits.h23 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 DSectionsCmd.h32 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 DStringList.h31 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 DOutputSectDesc.h157 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 DScriptFile.h52 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 DXMLParser.g439 ((element | reference | CDATA | PI | COMMENT) chardata?)* ;
45 reference : EntityRef | CharRef ;
/frameworks/base/core/java/android/net/
H A DIConnectivityMetricsLogger.aidl34 * @param reference of the last event previously returned. The function will return
37 * After the function call it will contain reference of the last event.
39 ConnectivityMetricsEvent[] getEvents(inout ConnectivityMetricsEvent.Reference reference);
H A DConnectivityMetricsLogger.java152 * @param reference of the last event previously returned. The function will return
155 * After the function call it will contain reference of the
159 public ConnectivityMetricsEvent[] getEvents(ConnectivityMetricsEvent.Reference reference) { argument
161 return mService.getEvents(reference);
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocData.h47 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 DSectionData.h38 typedef FragmentListType::reference reference; typedef in class:mcld::SectionData
68 reference front() { return m_Fragments.front(); }
70 reference back() { return m_Fragments.back(); }
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DDelegateManager.java45 * 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 list. This list hold the reference and prevents the GC from reclaiming
79 /** list 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/compile/mclinker/include/mcld/Object/
H A DSectionMap.h68 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/rs/api/
H A Drs_object_info.spec34 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 Dgenerate.sh46 rm -f ../../base/docs/html/guide/topics/renderscript/reference/*.jd
47 mv docs/*.jd ../../base/docs/html/guide/topics/renderscript/reference/
H A Drs_core.spec23 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 DPreconditions.java52 * Ensures that an string reference passed as a parameter to the calling
55 * @param string an string reference
56 * @return the string reference that was validated
67 * Ensures that an string reference passed as a parameter to the calling
70 * @param string an string reference
73 * @return the string reference that was validated
85 * Ensures that an object reference passed as a parameter to the calling
88 * @param reference an object reference
89 * @return the non-null reference tha
92 checkNotNull(final T reference) argument
109 checkNotNull(final T reference, final Object errorMessage) argument
[all...]
/frameworks/base/test-runner/src/android/test/
H A DViewAsserts.java28 * <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 DSmsBroadcastUndelivered.java174 SmsReferenceKey reference = new SmsReferenceKey(tracker);
175 Integer receivedCount = multiPartReceivedCount.get(reference);
177 multiPartReceivedCount.put(reference, 1); // first segment seen
181 oldMultiPartMessages.add(reference);
191 oldMultiPartMessages.remove(reference);
193 multiPartReceivedCount.put(reference, newCount);
/frameworks/av/services/audioflinger/tests/
H A Dresampler_tests.cpp59 void buffercmp(const void *reference, const void *test, argument
63 int check = memcmp((const char*)reference + i * outputFrameSize,
103 // set up the reference run
106 void* reference = malloc(outputSize); local
107 resample(channels, reference, outputFrames, refIncr, &provider, resampler);
134 buffercmp(reference, test, outputFrameSize, outputFrames);
136 free(reference);
191 // set up the reference run
194 void* reference = malloc(outputSize); local
195 resample(channels, reference, outputFrame
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h62 typedef typename traits::reference reference; typedef in class:mcld::DataIterator
84 reference operator*() {
112 typedef typename Alloc::reference reference; typedef in class:mcld::GCFactoryBase
H A DAllocators.h94 typedef typename ChunkType::value_type& reference; typedef in class:mcld::LinearAllocatorBase
110 pointer address(reference X) const { return &X; }
311 typedef DataType& reference; typedef in class:mcld::MallocAllocator
327 pointer address(reference X) const { return &X; }
356 typedef void* reference; typedef in class:mcld::MallocAllocator
374 pointer address(reference X) const { return X; }
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java138 protected TextView setText(int index, String string, boolean reference) { argument
142 setText(textView, string, reference);
149 private void setText(TextView textView, String string, boolean reference) { argument
150 if (reference) {
273 " does not reference a color, instead is '" +
281 private ResourceValue getResourceValue(String reference) { argument
285 ResourceValue value = res.findResValue(reference, false);
/frameworks/base/core/java/android/service/notification/
H A DAdjustment.java50 * @param reference A reference to an external object that augments the
56 CharSequence explanation, Uri reference, int user) {
62 mReference = reference;
55 Adjustment(String pkg, String key, int importance, Bundle signals, CharSequence explanation, Uri reference, int user) argument

Completed in 373 milliseconds

123