Home
last modified time | relevance | path

Searched refs:greaterThan (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageManagerSettingsDeviceTests.java20 import static org.hamcrest.Matchers.greaterThan;
115 assertThat(packageXml.length(), greaterThan(4096L)); in testWriteBinaryXmlSettings()
137 assertThat(packageXml.length(), greaterThan(4096L)); in testWriteTextXmlSettings()
/frameworks/native/libs/math/tests/
Dvec_test.cpp201 EXPECT_FALSE(all(greaterThan(v0, v0))); in TEST_F()
204 EXPECT_TRUE(all(greaterThan(v1, v0))); in TEST_F()
/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp61 .withFields({C2F(mSampleRate, value).greaterThan(0)}) in IntfImpl()
/frameworks/native/libs/ui/
DColorSpace.cpp408 if (any(greaterThan(abs(src.getWhitePoint() - ILLUMINANT_D50_XY), float2{1e-3f}))) { in ColorSpaceConnector()
412 if (any(greaterThan(abs(dst.getWhitePoint() - ILLUMINANT_D50_XY), float2{1e-3f}))) { in ColorSpaceConnector()
/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceUtils.h684 inline C2ParamFieldValuesBuilder<T> &greaterThan(T value) {
/frameworks/native/libs/math/include/math/
DTVecHelpers.h379 CONSTEXPR VECTOR<bool> PURE greaterThan(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in greaterThan() function
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp103 .withFields({C2F(mFrameRate, value).greaterThan(0.)}) in IntfImpl()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp95 .withFields({C2F(mFrameRate, value).greaterThan(0.)}) in IntfImpl()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomEnc.cpp83 .withFields({C2F(mFrameRate, value).greaterThan(0.)}) in IntfImpl()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp137 .withFields({C2F(mFrameRate, value).greaterThan(0.)}) in IntfImpl()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java48 import static org.hamcrest.Matchers.greaterThan;
3308 assertThat(id, greaterThan(0));
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp150 .withFields({C2F(mFrameRate, value).greaterThan(0.)}) in IntfImpl()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp7253 if (any(greaterThan(abs(lastRow - float4{0, 0, 0, 1}), float4{1e-4f}))) { in onTransact()