Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DStringPool.h79 class Ref {
81 Ref();
82 Ref(const Ref&);
83 ~Ref();
85 Ref& operator=(const Ref& rhs);
86 bool operator==(const Ref& rhs) const;
87 bool operator!=(const Ref& rhs) const;
97 explicit Ref(Entry* entry);
134 friend class Ref; variable
142 Ref name;
[all …]
/frameworks/base/libs/androidfw/tests/
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 …]
/frameworks/base/libs/androidfw/
DStringPool.cpp33 StringPool::Ref::Ref() : entry_(nullptr) { in Ref() function in android::StringPool::Ref
36 StringPool::Ref::Ref(const StringPool::Ref& rhs) : entry_(rhs.entry_) { in Ref() function in android::StringPool::Ref
42 StringPool::Ref::Ref(StringPool::Entry* entry) : entry_(entry) { in Ref() function in android::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 …]
/frameworks/av/media/utils/include/mediautils/
DFixedString.h245 template <typename Test, template <uint32_t> class Ref>
248 template <template <uint32_t> class Ref, uint32_t UU>
249 struct is_specialization<Ref<UU>, Ref>: std::true_type {};
251 template <typename Test, template <uint32_t> class Ref>
252 static inline constexpr bool is_specialization_v = is_specialization<Test, Ref>::value;
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DCompositionEngineTest.cpp43 using ::testing::Ref;
102 EXPECT_CALL(mEngine, preComposition(Ref(mRefreshArgs))); in TEST_F()
103 EXPECT_CALL(mEngine, postComposition(Ref(mRefreshArgs))); in TEST_F()
113 EXPECT_CALL(mEngine, preComposition(Ref(mRefreshArgs))); in TEST_F()
116 EXPECT_CALL(*mOutput1, prepare(Ref(mRefreshArgs), _)); in TEST_F()
117 EXPECT_CALL(*mOutput2, prepare(Ref(mRefreshArgs), _)); in TEST_F()
118 EXPECT_CALL(*mOutput3, prepare(Ref(mRefreshArgs), _)); in TEST_F()
125 EXPECT_CALL(*mOutput1, present(Ref(mRefreshArgs))) in TEST_F()
127 EXPECT_CALL(*mOutput2, present(Ref(mRefreshArgs))) in TEST_F()
129 EXPECT_CALL(*mOutput3, present(Ref(mRefreshArgs))) in TEST_F()
[all …]
DOutputTest.cpp66 using testing::Ref;
1199 EXPECT_CALL(mOutput, rebuildLayerStacks(Ref(mRefreshArgs), Ref(mGeomSnapshots))); in TEST_F()
1200 EXPECT_CALL(mLayer1.outputLayer, uncacheBuffers(Ref(mRefreshArgs.bufferIdsToUncache))); in TEST_F()
1201 EXPECT_CALL(mLayer2.outputLayer, uncacheBuffers(Ref(mRefreshArgs.bufferIdsToUncache))); in TEST_F()
1211 EXPECT_CALL(mOutput, rebuildLayerStacks(Ref(mRefreshArgs), Ref(mGeomSnapshots))); in TEST_F()
1241 EXPECT_CALL(mOutput, collectVisibleLayers(Ref(mRefreshArgs), _)) in OutputRebuildLayerStacksTest()
1395 EXPECT_CALL(mOutput, setReleasedLayers(Ref(mRefreshArgs))); in TEST_F()
1406 EXPECT_CALL(mOutput, ensureOutputLayerIfVisible(Eq(mLayer3.layerFE), Ref(mCoverageState))); in TEST_F()
1407 EXPECT_CALL(mOutput, ensureOutputLayerIfVisible(Eq(mLayer2.layerFE), Ref(mCoverageState))); in TEST_F()
1408 EXPECT_CALL(mOutput, ensureOutputLayerIfVisible(Eq(mLayer1.layerFE), Ref(mCoverageState))); in TEST_F()
[all …]
DRenderSurfaceTest.cpp45 using testing::Ref;
DDisplayColorProfileTest.cpp28 using testing::Ref;
DDisplayTest.cpp62 using testing::Ref;
/frameworks/native/opengl/libs/EGL/
Degl_object.h127 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref; typedef
192 typedef egl_object_t::LocalRef<egl_context_t, EGLContext> Ref; typedef
211 typedef egl_surface_t::Ref SurfaceRef;
212 typedef egl_context_t::Ref ContextRef;
/frameworks/base/tools/aapt2/format/binary/
DResEntryWriter.h155 auto [it, inserted] = entry_offsets.insert({Ref{*out_entry}, offset}); in WriteItem()
175 using Ref = ResEntryValueRef<compact_entry>; variable
176 using Map = std::unordered_map<Ref, int32_t,
DXmlFlattener.cpp71 android::StringPool::Ref ref;
182 void AddString(const android::StringPool::Ref& ref, android::ResStringPool_ref* dest) { in AddString()
259 android::StringPool::Ref name_ref = in WriteAttributes()
/frameworks/base/tools/aapt2/
DResourceValues.h199 android::StringPool::Ref value;
201 explicit RawString(const android::StringPool::Ref& ref);
227 android::StringPool::Ref value;
234 explicit String(const android::StringPool::Ref& ref);
258 android::StringPool::Ref path;
269 explicit FileReference(const android::StringPool::Ref& path);
DResourceValues.cpp78 RawString::RawString(const android::StringPool::Ref& ref) : value(ref) { in RawString()
228 String::String(const android::StringPool::Ref& ref) : value(ref) { in String()
320 FileReference::FileReference(const android::StringPool::Ref& _path) : path(_path) { in FileReference()
/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/native/include/binder/
DParcel.h877 template <typename Test, template <typename...> class Ref>
880 template <template <typename...> class Ref, typename... Args>
881 struct is_specialization<Ref<Args...>, Ref>: std::true_type {};
883 template <typename Test, template <typename...> class Ref>
884 static inline constexpr bool is_specialization_v = is_specialization<Test, Ref>::value;
/frameworks/native/libs/binder/include/binder/
DParcel.h877 template <typename Test, template <typename...> class Ref>
880 template <template <typename...> class Ref, typename... Args>
881 struct is_specialization<Ref<Args...>, Ref>: std::true_type {};
883 template <typename Test, template <typename...> class Ref>
884 static inline constexpr bool is_specialization_v = is_specialization<Test, Ref>::value;
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h43 template <typename Test, template <typename...> class Ref>
46 template <template <typename...> class Ref, typename... Args>
47 struct is_specialization<Ref<Args...>, Ref> : std::true_type {};
49 template <typename Test, template <typename...> class Ref>
50 static inline constexpr bool is_specialization_v = is_specialization<Test, Ref>::value;
/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.cpp46 android::StringPool::Ref ref = src_pool->MakeRef(source.path); in SerializeSourceToPb()
/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/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/services/
Dart-wear-profile17634 PLcom/android/server/permission/jarjar/kotlin/jvm/internal/Ref$BooleanRef;-><init>()V
17635 PLcom/android/server/permission/jarjar/kotlin/jvm/internal/Ref$ObjectRef;-><init>()V