Home
last modified time | relevance | path

Searched refs:Ref (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/tools/aapt2/
DStringPool_test.cpp28 StringPool::Ref ref = pool.makeRef(u"wut"); in TEST()
35 StringPool::Ref ref = pool.makeRef(u"wut"); in TEST()
36 StringPool::Ref ref2 = pool.makeRef(u"hey"); in TEST()
45 StringPool::Ref ref = pool.makeRef(u"wut"); in TEST()
46 StringPool::Ref ref2 = pool.makeRef(u"wut"); in TEST()
56 StringPool::Ref ref = pool.makeRef(u"z"); in TEST()
57 StringPool::Ref ref2 = pool.makeRef(u"a"); in TEST()
58 StringPool::Ref ref3 = pool.makeRef(u"m"); in TEST()
68 StringPool::Ref refA = pool.makeRef(u"foo"); in TEST()
70 StringPool::Ref ref = pool.makeRef(u"wut"); in TEST()
[all …]
DStringPool.h52 class Ref {
54 Ref();
55 Ref(const Ref&);
56 ~Ref();
58 Ref& operator=(const Ref& rhs);
68 Ref(Entry* entry);
104 friend class Ref; variable
110 Ref name;
117 Ref str;
139 Ref makeRef(const StringPiece16& str);
[all …]
DStringPool.cpp29 StringPool::Ref::Ref() : mEntry(nullptr) { in Ref() function in aapt::StringPool::Ref
32 StringPool::Ref::Ref(const StringPool::Ref& rhs) : mEntry(rhs.mEntry) { in Ref() function in aapt::StringPool::Ref
38 StringPool::Ref::Ref(StringPool::Entry* entry) : mEntry(entry) { in Ref() function in aapt::StringPool::Ref
44 StringPool::Ref::~Ref() { in ~Ref()
50 StringPool::Ref& StringPool::Ref::operator=(const StringPool::Ref& rhs) { in operator =()
62 const std::u16string* StringPool::Ref::operator->() const { in operator ->()
66 const std::u16string& StringPool::Ref::operator*() const { in operator *()
70 size_t StringPool::Ref::getIndex() const { in getIndex()
74 const StringPool::Context& StringPool::Ref::getContext() const { in getContext()
127 StringPool::Ref StringPool::makeRef(const StringPiece16& str) { in makeRef()
[all …]
DResourceValues.h182 StringPool::Ref value;
184 RawString(const StringPool::Ref& ref);
192 StringPool::Ref value;
194 String(const StringPool::Ref& ref);
228 StringPool::Ref path;
236 FileReference(const StringPool::Ref& path);
DResourceValues.cpp39 RawString::RawString(const StringPool::Ref& ref) : value(ref) { in RawString()
114 String::String(const StringPool::Ref& ref) : value(ref), mTranslateable(true) { in String()
179 FileReference::FileReference(const StringPool::Ref& _path) : path(_path) { in FileReference()
DFormat.proto94 Ref = 0; enumerator
/frameworks/native/opengl/libs/EGL/
Degl_object.h132 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref; typedef
151 typedef egl_object_t::LocalRef<egl_context_t, EGLContext> Ref; typedef
172 typedef egl_surface_t::Ref SurfaceRef;
173 typedef egl_context_t::Ref ContextRef;
/frameworks/base/libs/hwui/hwui/
DTypeface.cpp113 result->fFontCollection->Ref(); in createFromTypeface()
126 result->fFontCollection->Ref(); in createWeightAlias()
/frameworks/minikin/libs/minikin/
DMinikinRefCounted.cpp25 void MinikinRefCounted::Ref() { in Ref() function in android::MinikinRefCounted
/frameworks/minikin/include/minikin/
DMinikinRefCounted.h30 void Ref();
/frameworks/base/tools/aapt2/flatten/
DXmlFlattener.cpp45 StringPool::Ref ref;
70 void addString(const StringPool::Ref& ref, android::ResStringPool_ref* dest) { in addString()
225 StringPool::Ref nameRef = mPackagePools[aaptAttr.id.value().packageId()].makeRef( in writeAttributes()
/frameworks/minikin/tests/
DFontTestUtils.cpp76 collection->Ref(); in getFontCollection()
/frameworks/base/tools/aapt2/proto/
DProtoHelpers.cpp36 StringPool::Ref ref = srcPool->makeRef(util::utf8ToUtf16(source.path)); in serializeSourceToPb()
DTableProtoSerializer.cpp184 StringPool::Ref symbolRef = mSymbolPool->makeRef(ref.name.value().toString()); in serializeReferenceToPb()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt45863 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
45864 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
46371 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;
46384 public abstract interface Ref {
46451 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
46452 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
46563 method public abstract void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
46564 …method public abstract void updateRef(java.lang.String, java.sql.Ref) throws java.sql.SQLException;
46711 method public abstract java.sql.Ref readRef() throws java.sql.SQLException;
46785 method public abstract void writeRef(java.sql.Ref) throws java.sql.SQLException;
[all …]
/frameworks/base/api/
Dcurrent.txt55468 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
55469 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
55976 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;
55989 public abstract interface Ref {
56056 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
56057 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
56168 method public abstract void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
56169 …method public abstract void updateRef(java.lang.String, java.sql.Ref) throws java.sql.SQLException;
56316 method public abstract java.sql.Ref readRef() throws java.sql.SQLException;
56390 method public abstract void writeRef(java.sql.Ref) throws java.sql.SQLException;
[all …]
Dsystem-current.txt58825 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
58826 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
59333 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;
59346 public abstract interface Ref {
59413 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
59414 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
59525 method public abstract void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
59526 …method public abstract void updateRef(java.lang.String, java.sql.Ref) throws java.sql.SQLException;
59673 method public abstract java.sql.Ref readRef() throws java.sql.SQLException;
59747 method public abstract void writeRef(java.sql.Ref) throws java.sql.SQLException;
[all …]
Dtest-current.txt55548 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
55549 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
56056 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;
56069 public abstract interface Ref {
56136 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
56137 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
56248 method public abstract void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
56249 …method public abstract void updateRef(java.lang.String, java.sql.Ref) throws java.sql.SQLException;
56396 method public abstract java.sql.Ref readRef() throws java.sql.SQLException;
56470 method public abstract void writeRef(java.sql.Ref) throws java.sql.SQLException;
[all …]