Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DStringPool.h74 class Ref {
76 Ref();
77 Ref(const Ref&);
78 ~Ref();
80 Ref& operator=(const Ref& rhs);
81 bool operator==(const Ref& rhs) const;
82 bool operator!=(const Ref& rhs) const;
92 explicit Ref(Entry* entry);
129 friend class Ref; variable
137 Ref name;
[all …]
DStringPool_test.cpp39 StringPool::Ref ref = pool.MakeRef("wut"); in TEST()
46 StringPool::Ref ref_a = pool.MakeRef("wut"); in TEST()
47 StringPool::Ref ref_b = pool.MakeRef("hey"); in TEST()
56 StringPool::Ref ref_a = pool.MakeRef("wut"); in TEST()
57 StringPool::Ref ref_b = pool.MakeRef("wut"); in TEST()
67 StringPool::Ref ref_a = pool.MakeRef("wut", StringPool::Context(0x81010001)); in TEST()
68 StringPool::Ref ref_b = pool.MakeRef("wut", StringPool::Context(0x81010002)); in TEST()
78 StringPool::Ref ref_a = pool.MakeRef("z"); in TEST()
79 StringPool::Ref ref_b = pool.MakeRef("a"); in TEST()
80 StringPool::Ref ref_c = pool.MakeRef("m"); 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 { in operator *()
82 size_t StringPool::Ref::index() const { in index()
[all …]
DResourceValues.h195 StringPool::Ref value;
197 explicit RawString(const StringPool::Ref& ref);
224 StringPool::Ref value;
231 explicit String(const StringPool::Ref& ref);
257 StringPool::Ref path;
268 explicit FileReference(const StringPool::Ref& path);
DResourceValues.cpp70 RawString::RawString(const StringPool::Ref& ref) : value(ref) {} in RawString()
231 String::String(const StringPool::Ref& ref) : value(ref) { in String()
339 FileReference::FileReference(const StringPool::Ref& _path) : path(_path) { in FileReference()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DRenderSurfaceTest.cpp47 using testing::Ref;
197 EXPECT_CALL(mHwComposer, prepare(*DEFAULT_DISPLAY_ID, Ref(mDisplay))) in TEST_F()
204 EXPECT_CALL(mHwComposer, prepare(*DEFAULT_DISPLAY_ID, Ref(mDisplay))) in TEST_F()
211 EXPECT_CALL(mHwComposer, prepare(*DEFAULT_DISPLAY_ID, Ref(mDisplay))) in TEST_F()
223 EXPECT_CALL(mHwComposer, prepare(*DEFAULT_DISPLAY_ID, Ref(mDisplay))) in TEST_F()
235 EXPECT_CALL(mHwComposer, prepare(*DEFAULT_DISPLAY_ID, Ref(mDisplay))) in TEST_F()
247 EXPECT_CALL(mHwComposer, prepare(*DEFAULT_DISPLAY_ID, Ref(mDisplay))) in TEST_F()
DDisplayColorProfileTest.cpp57 using testing::Ref;
/frameworks/native/opengl/libs/EGL/
Degl_object.h132 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref; typedef
193 typedef egl_object_t::LocalRef<egl_context_t, EGLContext> Ref; typedef
214 typedef egl_surface_t::Ref SurfaceRef;
215 typedef egl_context_t::Ref ContextRef;
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener.cpp71 StringPool::Ref ref;
182 void AddString(const StringPool::Ref& ref, android::ResStringPool_ref* dest) { in AddString()
259 StringPool::Ref name_ref = package_pools[aapt_attr.id.value().package_id()].MakeRef( in WriteAttributes()
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal27 * Ref: system/media/camera/src/camera_metadata.c
316 * obtained by using AImageReader_getWindowHandle. Ref:
327 * [1]: Ref : frameworks/av/camera/ndk/include/camera/NdkCameraDevice.h
374 * Ref:frameworks/base/core/java/android/hardware/camera2/params/OutputConfiguration.java
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Drepeated_field_reflection_unittest.cc192 template<typename Ref, typename MessageType, typename ValueType>
194 const Ref& handle, const MessageType& message, in TestRepeatedFieldRefIterator()
197 for (typename Ref::const_iterator it = handle.begin(); in TestRepeatedFieldRefIterator()
/frameworks/native/libs/vr/libpdx/
Dservice_tests.cpp30 using testing::Ref;
227 EXPECT_CALL(*service_, OnChannelOpen(Ref(message))).WillOnce(Return(channel)); in TEST_F()
244 EXPECT_CALL(*service_, OnChannelClose(Ref(message), channel)); in TEST_F()
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize.cpp41 StringPool::Ref ref = src_pool->MakeRef(source.path); in SerializeSourceToPb()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.h1353 void Ref(const void *owner) const;
1448 void Ref(const void *owner) const { \
1449 return upb::upcast_to<const upb::RefCounted>(this)->Ref(owner); \
1526 inline void RefCounted::Ref(const void *owner) const {
1562 ptr_->Ref(this);
1569 if (ptr_) ptr_->Ref(this);
1574 if (ptr_) ptr_->Ref(this);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.h354 ptr_->Ref(this); in ptr_()
361 if (ptr_) ptr_->Ref(this); in reffed_ptr()
1067 void Ref(const void *owner) const;
1160 void Ref(const void *owner) const { \
1161 return upb::upcast_to<const upb::RefCounted>(this)->Ref(owner); \
1238 inline void RefCounted::Ref(const void *owner) const { in Ref() function
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp59 using testing::Ref;
/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.txt65776 method public java.sql.Ref getRef(int) throws java.sql.SQLException;
65777 method public java.sql.Ref getRef(String) throws java.sql.SQLException;
66282 method public void setRef(int, java.sql.Ref) throws java.sql.SQLException;
66295 public interface Ref {
66362 method public java.sql.Ref getRef(int) throws java.sql.SQLException;
66363 method public java.sql.Ref getRef(String) throws java.sql.SQLException;
66474 method public void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
66475 method public void updateRef(String, java.sql.Ref) throws java.sql.SQLException;
66620 method public java.sql.Ref readRef() throws java.sql.SQLException;
66694 method public void writeRef(java.sql.Ref) throws java.sql.SQLException;
[all …]