Home
last modified time | relevance | path

Searched defs:smallest (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/aosp_15_r20/frameworks/base/core/java/android/window/
H A DSizeConfigurationBuckets.java73 SparseIntArray smallest = new SparseIntArray(); in SizeConfigurationBuckets() local
281 @Nullable int[] smallest, in SizeConfigurationBuckets()
369 int[] smallest = (flg & 0x4) == 0 ? null : in.createIntArray(); in SizeConfigurationBuckets() local
/aosp_15_r20/external/libpng/intel/
H A Dfilter_sse2_intrinsics.c257 __m128i pa,pb,pc,smallest,nearest; in png_read_filter_row_paeth3_sse2() local
294 __m128i pa,pb,pc,smallest,nearest; in png_read_filter_row_paeth3_sse2() local
346 __m128i pa,pb,pc,smallest,nearest; in png_read_filter_row_paeth4_sse2() local
/aosp_15_r20/external/leveldb/db/
H A Dversion_set_test.cc23 void Add(const char* smallest, const char* largest, in Add()
39 bool Overlaps(const char* smallest, const char* largest) { in Overlaps()
197 FileMetaData* CreateFileMetaData(uint64_t number, InternalKey smallest, in CreateFileMetaData()
H A Dversion_edit.h25 InternalKey smallest; // Smallest internal key served by table member
64 const InternalKey& smallest, const InternalKey& largest) { in AddFile()
H A Dversion_set.cc1189 InternalKey* smallest, InternalKey* largest) { in GetRange()
1214 InternalKey* smallest, InternalKey* largest) { in GetRange2()
1293 InternalKey smallest, largest; in PickCompaction() local
1388 InternalKey smallest, largest; in SetupOtherInputs() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/include/boost/numeric/conversion/detail/
Dbounds.hpp28 static N smallest() { return static_cast<N>(1); } in smallest() function in boost::numeric::boundsdetail::Integral
40 static N smallest() { return limits::min BOOST_PREVENT_MACRO_SUBSTITUTION (); } in smallest() function in boost::numeric::boundsdetail::Float
/aosp_15_r20/external/grpc-grpc/tools/codegen/core/
H A Doptimize_arena_pool_sizes.py37 smallest = 1024 variable
49 smallest = size variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/
Doptimize_arena_pool_sizes.py37 smallest = 1024 variable
48 smallest = size variable
/aosp_15_r20/external/skia/tests/
H A DFloatingPointTest.cpp103 const double smallest = std::numeric_limits<double>::denorm_min(); in DEF_TEST() local
153 const float smallest = std::numeric_limits<float>::denorm_min(); in DEF_TEST() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java77 String smallest = ""; in SortCursor() local
159 String smallest = ""; in onMove() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowDisplayManagerTest.java122 Point smallest = new Point(); in changeDisplay_shouldUpdateSmallestAndLargestNominalWidthAndHeight() local
141 Point smallest = new Point(); in withQualifiers_changeDisplay_shouldUpdateSmallestAndLargestNominalWidthAndHeight() local
/aosp_15_r20/external/fec/
H A Dpeakval_av.c15 vector signed short smallest,largest; in peakval_av() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/test/
Dbounds_test.cpp33 T smallest = bounds<T>::smallest() ; in test_bounds() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/view/
H A DActionBarPolicy.java56 final int smallest = config.smallestScreenWidthDp; in getMaxActionButtons() local
/aosp_15_r20/external/llvm-libc/test/src/__support/
H A Dfreestore_test.cpp45 Block *smallest = *maybeBlock; in TEST() local
/aosp_15_r20/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/util/
H A DWallpaperTestUtils.java70 Bitmap smallest = largest == bitmap1 ? bitmap2 : bitmap1; in isSimilar() local
/aosp_15_r20/external/ltp/testcases/kernel/sched/eas/
H A Dutil.c161 unsigned int cap, smallest = -1; in find_cpus_with_capacity() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/signature/
H A DRsaSsaPssPublicKeyTest.java224 BigInteger smallest = BigInteger.valueOf(2).pow(3455).add(BigInteger.ONE); in modulusSizeIsValidated() local
H A DRsaSsaPkcs1PublicKeyTest.java208 BigInteger smallest = BigInteger.valueOf(2).pow(3455).add(BigInteger.ONE); in modulusSizeIsValidated() local
/aosp_15_r20/external/leveldb/table/
H A Dmerger.cc149 IteratorWrapper* smallest = nullptr; in FindSmallest() local
/aosp_15_r20/frameworks/av/media/module/foundation/
H A DMediaBufferGroup.cpp168 size_t smallest = requestedSize; in acquire_buffer() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c113 unsigned smallest = 0; in retrieve_or_generate_indices() local
/aosp_15_r20/external/lz4/examples/
H A DstreamingHC_ringBuffer.c146 size_t smallest = r0; in compare() local
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/math/
H A DFractionTest.java287 final Fraction smallest = Fraction.getFraction(1, Integer.MAX_VALUE); in testDivide() local
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
H A DSession.c148 CONTEXT_SLOT smallest = ((CONTEXT_SLOT)~0); in ContextIdSetOldest() local

12345678910>>...12