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

123

/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.h44 * Returns true if the symbol is visible by the reference and from the
54 static const SymbolTable::Symbol* ResolveSymbol(const Reference& reference, SymbolTable* symbols);
58 * the symbol is not visible by the reference at the callsite, nullptr is
61 static const SymbolTable::Symbol* ResolveSymbolCheckVisibility(const Reference& reference,
72 static const SymbolTable::Symbol* ResolveAttributeCheckVisibility(const Reference& reference,
78 * Resolves the attribute reference and returns an xml::AaptAttribute if
82 static Maybe<xml::AaptAttribute> CompileXmlAttribute(const Reference& reference,
95 * Transforms the package name of the reference to the fully qualified package
99 * to the reference at the callsite, the reference i
[all...]
H A DReferenceLinker.cpp46 * to the reference object.
84 // Transform the attribute reference so that it is using the fully
86 // name. This will also mark the reference as being able to see private
88 // there was a '*' in the reference or if the package came from the
108 // Link/resolve the final value (mostly if it's a reference).
200 * The symbol is visible if it is public, or if the reference to it is
219 const SymbolTable::Symbol* ReferenceLinker::ResolveSymbol(const Reference& reference, argument
221 if (reference.name) {
222 return symbols->FindByName(reference.name.value());
223 } else if (reference
230 ResolveSymbolCheckVisibility(const Reference& reference, const CallSite& callsite, SymbolTable* symbols, std::string* out_error) argument
247 ResolveAttributeCheckVisibility( const Reference& reference, const CallSite& callsite, SymbolTable* symbols, std::string* out_error) argument
263 CompileXmlAttribute(const Reference& reference, const CallSite& callsite, SymbolTable* symbols, std::string* out_error) argument
295 LinkReference(const CallSite& callsite, Reference* reference, IAaptContext* context, SymbolTable* symbols, xml::IPackageDeclStack* decls) 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/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 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/base/core/java/com/android/internal/util/
H A DPreconditions.java69 * 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 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/script_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.sh44 rm -f ../../base/docs/html/guide/topics/renderscript/reference/*.jd
45 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/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.java175 SmsReferenceKey reference = new SmsReferenceKey(tracker);
176 Integer receivedCount = multiPartReceivedCount.get(reference);
178 multiPartReceivedCount.put(reference, 1); // first segment seen
182 oldMultiPartMessages.add(reference);
192 oldMultiPartMessages.remove(reference);
194 multiPartReceivedCount.put(reference, newCount);
/frameworks/support/compat/java/android/support/v4/util/
H A DPreconditions.java55 * Ensures that an string reference passed as a parameter to the calling
58 * @param string an string reference
59 * @return the string reference that was validated
70 * Ensures that an string reference passed as a parameter to the calling
73 * @param string an string reference
76 * @return the string reference that was validated
88 * Ensures that an object reference passed as a parameter to the calling
91 * @param reference an object reference
92 * @return the non-null reference tha
95 checkNotNull(final T reference) argument
112 checkNotNull(final T reference, final Object errorMessage) argument
[all...]
/frameworks/av/media/libaudioprocessing/tests/
H A Dresampler_tests.cpp73 void buffercmp(const void *reference, const void *test, argument
77 int check = memcmp((const char*)reference + i * outputFrameSize,
117 // set up the reference run
120 void* reference = calloc(outputFrames, outputFrameSize); local
121 resample(channels, reference, outputFrames, refIncr, &provider, resampler);
148 buffercmp(reference, test, outputFrameSize, outputFrames);
150 free(reference);
205 // set up the reference run
208 void* reference = calloc(outputFrames, outputFrameSize); local
209 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/native/libs/vr/libpdx/private/pdx/rpc/
H A Dbuffer_wrapper.h25 typedef T& reference; typedef in class:android::pdx::rpc::BufferWrapper
90 reference operator[](size_type pos) { return buffer_[pos]; }
105 using reference = typename BufferType::reference;
139 reference operator[](size_type pos) { return buffer_[pos]; }
H A Darray_wrapper.h25 typedef T& reference; typedef in class:android::pdx::rpc::ArrayWrapper
93 reference operator[](size_type pos) { return buffer_[pos]; }
/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);

Completed in 679 milliseconds

123