Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DStringPool.h67 class Ref {
69 Ref();
70 Ref(const Ref&);
71 ~Ref();
73 Ref& operator=(const Ref& rhs);
74 bool operator==(const Ref& rhs) const;
75 bool operator!=(const Ref& rhs) const;
85 explicit Ref(Entry* entry);
123 friend class Ref; variable
129 Ref name;
[all …]
DStringPool_test.cpp34 StringPool::Ref ref = pool.MakeRef("wut"); in TEST()
41 StringPool::Ref ref = pool.MakeRef("wut"); in TEST()
42 StringPool::Ref ref2 = pool.MakeRef("hey"); in TEST()
51 StringPool::Ref ref = pool.MakeRef("wut"); in TEST()
52 StringPool::Ref ref2 = pool.MakeRef("wut"); in TEST()
62 StringPool::Ref ref = pool.MakeRef("z"); in TEST()
63 StringPool::Ref ref2 = pool.MakeRef("a"); in TEST()
64 StringPool::Ref ref3 = pool.MakeRef("m"); in TEST()
74 StringPool::Ref refA = pool.MakeRef("foo"); in TEST()
76 StringPool::Ref ref = pool.MakeRef("wut"); in TEST()
[all …]
DStringPool.cpp34 StringPool::Ref::Ref() : entry_(nullptr) {} in Ref() function in aapt::StringPool::Ref
36 StringPool::Ref::Ref(const StringPool::Ref& rhs) : entry_(rhs.entry_) { in Ref() function in aapt::StringPool::Ref
42 StringPool::Ref::Ref(StringPool::Entry* entry) : entry_(entry) { in Ref() function in aapt::StringPool::Ref
48 StringPool::Ref::~Ref() { in ~Ref()
54 StringPool::Ref& StringPool::Ref::operator=(const StringPool::Ref& rhs) { in operator =()
66 bool StringPool::Ref::operator==(const Ref& rhs) const { in operator ==()
70 bool StringPool::Ref::operator!=(const Ref& rhs) const { in operator !=()
74 const std::string* StringPool::Ref::operator->() const { in operator ->()
78 const std::string& StringPool::Ref::operator*() const { return entry_->value; } in operator *()
80 size_t StringPool::Ref::index() const { return entry_->index; } in index()
[all …]
DResourceValues.h157 StringPool::Ref value;
159 explicit RawString(const StringPool::Ref& ref);
186 StringPool::Ref value;
193 explicit String(const StringPool::Ref& ref);
218 StringPool::Ref path;
225 explicit FileReference(const StringPool::Ref& path);
DFormat.proto95 Ref = 0; enumerator
DResourceValues.cpp47 RawString::RawString(const StringPool::Ref& ref) : value(ref) {} in RawString()
162 String::String(const StringPool::Ref& ref) : value(ref) {} in String()
263 FileReference::FileReference(const StringPool::Ref& _path) : path(_path) {} in FileReference()
/frameworks/native/opengl/libs/EGL/
Degl_object.h132 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref; typedef
158 typedef egl_object_t::LocalRef<egl_context_t, EGLContext> Ref; typedef
179 typedef egl_surface_t::Ref SurfaceRef;
180 typedef egl_context_t::Ref ContextRef;
/frameworks/base/tools/aapt2/flatten/
DXmlFlattener.cpp69 StringPool::Ref ref;
172 void AddString(const StringPool::Ref& ref, android::ResStringPool_ref* dest) { in AddString()
250 StringPool::Ref name_ref = in WriteAttributes()
/frameworks/base/tools/aapt2/proto/
DProtoHelpers.cpp39 StringPool::Ref ref = src_pool->MakeRef(source.path); in SerializeSourceToPb()
DTableProtoSerializer.cpp193 StringPool::Ref symbol_ref = symbol_pool_->MakeRef(ref.name.value().ToString()); in SerializeReferenceToPb()
/frameworks/native/libs/vr/libpdx/
Dservice_tests.cpp30 using testing::Ref;
225 EXPECT_CALL(*service_, OnChannelOpen(Ref(message))).WillOnce(Return(channel)); in TEST_F()
242 EXPECT_CALL(*service_, OnChannelClose(Ref(message), channel)); in TEST_F()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/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.txt59829 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
59830 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
60337 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;
60350 public abstract interface Ref {
60417 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
60418 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
60529 method public abstract void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
60530 …method public abstract void updateRef(java.lang.String, java.sql.Ref) throws java.sql.SQLException;
60677 method public abstract java.sql.Ref readRef() throws java.sql.SQLException;
60751 method public abstract void writeRef(java.sql.Ref) throws java.sql.SQLException;
[all …]
Dsystem-current.txt63737 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
63738 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
64245 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;
64258 public abstract interface Ref {
64325 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
64326 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
64437 method public abstract void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
64438 …method public abstract void updateRef(java.lang.String, java.sql.Ref) throws java.sql.SQLException;
64585 method public abstract java.sql.Ref readRef() throws java.sql.SQLException;
64659 method public abstract void writeRef(java.sql.Ref) throws java.sql.SQLException;
[all …]