Searched refs:friend (Results 1 - 25 of 200) sorted by relevance

12345678

/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DUser.java9 private User friend; field in class:User
16 return friend;
19 public void setFriend(User friend) { argument
20 this.friend = friend;
21 notifyPropertyChanged(BR.friend);
/frameworks/base/libs/hwui/utils/
H A DMacros.h30 friend inline int strictly_order_type(const Type& lhs, const Type& rhs) { return lhs.compare(rhs) < 0; } \
31 friend inline int compare_type(const Type& lhs, const Type& rhs) { return lhs.compare(rhs); } \
32 friend inline hash_t hash_type(const Type& entry) { return entry.hash(); }
/frameworks/base/libs/hwui/renderstate/
H A DPixelBufferState.h25 friend class Caches; // TODO: move to RenderState
H A DScissor.h26 friend class RenderState;
H A DTextureState.h30 friend class Caches; // TODO: move to RenderState
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashBase.h113 friend class ChainIteratorBase<Self>;
114 friend class ChainIteratorBase<const Self>;
115 friend class EntryIteratorBase<Self>;
116 friend class EntryIteratorBase<const Self>;
/frameworks/native/include/private/gui/
H A DSyncFeatures.h28 friend class Singleton<SyncFeatures>;
H A DComposerService.h51 friend class Singleton<ComposerService>;
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h32 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(
34 friend void detail::open_dir(Directory& pDir);
35 friend void detail::close_dir(Directory& pDir);
38 friend class DirIterator;
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(
112 friend class Directory;
H A DMemoryArea.h23 friend class MemoryAreaFactory;
/frameworks/base/tools/aapt2/
H A DStringPool.h66 friend class StringPool;
89 friend class StringPool;
103 friend class StringPool;
104 friend class Ref;
121 friend class StringPool;
122 friend class StyleRef;
193 friend const_iterator begin(const StringPool& pool);
194 friend const_iterator end(const StringPool& pool);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DDescription.h35 friend class Program;
36 friend class ProgramCache;
/frameworks/av/include/media/nbaio/
H A DPipe.h29 friend class PipeReader;
/frameworks/compile/mclinker/include/mcld/Script/
H A DFileToken.h25 friend class Chunk<FileToken, MCLD_SYMBOLS_PER_INPUT>;
H A DNameSpec.h25 friend class Chunk<NameSpec, MCLD_SYMBOLS_PER_INPUT>;
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragmentRef.h75 friend FragmentRef& NullFragmentRef();
76 friend class Chunk<FragmentRef, MCLD_SECTIONS_PER_INPUT>;
77 friend class Relocation;
H A DRelocation.h26 friend class RelocationFactory;
27 friend class GCFactoryListTraits<Relocation>;
28 friend class Chunk<Relocation, MCLD_RELOCATIONS_PER_INPUT>;
/frameworks/native/include/ui/
H A DTVecHelpers.h112 * NOTE: the functions below ARE NOT member methods. They are friend functions
123 friend inline
128 friend inline
139 friend inline
143 friend inline
193 * NOTE: the functions below ARE NOT member methods. They are friend functions
204 friend inline
209 friend inline
220 friend inline
224 friend inlin
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaBufferGroup.h48 friend class MediaBuffer;
/frameworks/base/libs/hwui/renderthread/
H A DTimeLord.h41 friend class RenderThread;
/frameworks/native/include/binder/
H A DProcessInfoService.h31 friend class Singleton<ProcessInfoService>;
/frameworks/av/include/drm/
H A DDrmInfo.h55 friend class DrmInfo;
79 friend class DrmInfo;
H A DDrmInfoRequest.h69 friend class DrmInfoRequest;
93 friend class DrmInfoRequest;
H A DDrmMetadata.h36 friend class DrmMetadata;
58 friend class DrmMetadata;
H A DDrmSupportInfo.h38 friend class DrmSupportInfo;
60 friend class DrmSupportInfo;

Completed in 5813 milliseconds

12345678