/frameworks/base/tools/aapt2/ |
D | StringPool_test.cpp | 28 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 …]
|
D | StringPool.h | 52 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 …]
|
D | StringPool.cpp | 29 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 …]
|
D | ResourceValues.h | 182 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);
|
D | ResourceValues.cpp | 39 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()
|
D | Format.proto | 94 Ref = 0; enumerator
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_object.h | 132 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/ |
D | Typeface.cpp | 113 result->fFontCollection->Ref(); in createFromTypeface() 126 result->fFontCollection->Ref(); in createWeightAlias()
|
/frameworks/minikin/libs/minikin/ |
D | MinikinRefCounted.cpp | 25 void MinikinRefCounted::Ref() { in Ref() function in android::MinikinRefCounted
|
/frameworks/minikin/include/minikin/ |
D | MinikinRefCounted.h | 30 void Ref();
|
/frameworks/base/tools/aapt2/flatten/ |
D | XmlFlattener.cpp | 45 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/ |
D | FontTestUtils.cpp | 76 collection->Ref(); in getFontCollection()
|
/frameworks/base/tools/aapt2/proto/ |
D | ProtoHelpers.cpp | 36 StringPool::Ref ref = srcPool->makeRef(util::utf8ToUtf16(source.path)); in serializeSourceToPb()
|
D | TableProtoSerializer.cpp | 184 StringPool::Ref symbolRef = mSymbolPool->makeRef(ref.name.value().toString()); in serializeReferenceToPb()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 45863 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/ |
D | current.txt | 55468 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 …]
|
D | system-current.txt | 58825 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 …]
|
D | test-current.txt | 55548 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 …]
|