Home
last modified time | relevance | path

Searched refs:smaller (Results 1 – 25 of 66) sorted by relevance

123

/aosp12/art/cmdline/
H A Dtoken_range.h202 auto& smaller = Size() < other.Size() ? *this : other; in StartsWith() local
205 return std::equal(smaller.begin(), smaller.end(), greater.begin()); in StartsWith()
384 static bool StartsWith(const std::string& larger, const std::string& smaller) { in StartsWith()
385 if (larger.size() >= smaller.size()) { in StartsWith()
386 return std::equal(smaller.begin(), smaller.end(), larger.begin()); in StartsWith()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DVoicemailCleanupTest.java80 private static void assertBigger(int smaller, int actual) { in assertBigger() argument
81 if (smaller >= actual) { in assertBigger()
82 fail("Expected to be bigger than " + smaller + ", but was " + actual); in assertBigger()
/aosp12/frameworks/av/media/libmediatranscoding/tests/
H A DAdjustableMaxPriorityQueue_tests.cpp115 auto smaller = std::make_unique<int>(1); in TEST() local
116 EXPECT_TRUE(heap.push(std::move(smaller))); in TEST()
137 smaller = heap.consume_top(); in TEST()
138 EXPECT_EQ(1, *smaller); in TEST()
/aosp12/frameworks/base/core/tests/mockingcoretests/src/android/window/
H A DSizeConfigurationBucketsTest.java229 for (int smaller = larger - 1; smaller >= 0; smaller--) {
233 newConfig.screenLayout |= sizeValuesInOrder[smaller];
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/
H A DFaceEnrollPreviewFragment.java316 float smaller = Math.min(scaleX, scaleY); in configureTransform() local
317 scaleX = scaleX / smaller; in configureTransform()
318 scaleY = scaleY / smaller; in configureTransform()
/aosp12/art/test/1974-resize-array/
H A Dexpected-stdout.txt25 Test instance self-ref smaller
38 Test local smaller
/aosp12/packages/apps/Settings/src/com/android/settings/datausage/
H A DDataUsageSummary.java224 float larger, float smaller) { in formatUsage() argument
239 fullTemplate.setSpan(new RelativeSizeSpan(smaller), 0, fullTemplate.length(), FLAGS); in formatUsage()
/aosp12/frameworks/libs/modules-utils/java/com/android/modules/utils/
H A DAndroid.bp21 // TODO this rule should be split into smaller, more focused ones,
/aosp12/system/iorap/src/serialize/
H A DTraceFile.proto21 // TODO: should these fields be 'packed' for "smaller encoding" ?
/aosp12/frameworks/base/core/proto/android/util/
H A Dcommon.proto36 // These are all in kilobyte resolution. Can fit in int32, so smaller on the wire than the above
/aosp12/packages/modules/SdkExtensions/derive_classpath/
H A DAndroid.bp23 // static c++/libbase for smaller size
/aosp12/packages/modules/SdkExtensions/derive_sdk/
H A DAndroid.bp23 // static c++/libbase for smaller size
/aosp12/hardware/interfaces/radio/1.2/
H A DIRadio.hal87 * hysteresisDb must be smaller than the smallest threshold delta. An interval value of 0
110 * reports. hysteresisDlKbps must be smaller than the smallest threshold delta. A value of 0
113 * reports. hysteresisUlKbps must be smaller than the smallest threshold delta. A value of 0
/aosp12/art/test/547-regression-trycatch-critic-edge/smali/
H A DTestCase.smali19 # the outer loop would have a smaller liveness position than the two back edges
/aosp12/packages/apps/Settings/src/com/android/settings/display/
H A DPreviewSeekBarPreferenceFragment.java153 mSmaller = content.findViewById(R.id.smaller); in onCreateView()
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A Dlayered_filter_d1new_helper.rsh64 // Whether or not this is an active pixel with a smaller distance.
105 // Whether or not this is an active pixel with a smaller distance.
/aosp12/art/tools/runtime_memusage/
H A DREADME5 of Dex Files into smaller, split pieces of information. Two kinds of information
/aosp12/hardware/google/graphics/common/libhwjpeg/include/
H A Dexynos-hwjpeg.h37 #error VIDEO_MAX_PLANES should not be smaller than 6
/aosp12/libnativehelper/
H A DREADME.md10 benefits everyone with smaller downloads and a stable ABI.
/aosp12/packages/modules/Virtualization/microdroid/
H A DREADME.md5 Android, but it is much smaller; no system server, no HALs, no GUI, etc. It is
/aosp12/hardware/interfaces/camera/device/1.0/
H A DICameraDeviceCallback.hal108 * i-th message is always smaller than i+1-th message.
/aosp12/art/test/
H A DREADME.chroot.md24 * the possibility to use a smaller AOSP Android manifest
/aosp12/system/update_engine/
H A DREADME.md241 process involves breaking the input partitions into smaller components and
298 reconstruct the target partition). The delta payloads are significantly smaller
308 raw data depending on which produces smaller data. Full payloads are much larger
334 operation for its data blocks depending on which one generates a smaller
338 smaller data blob. These two operations produce binary diffs between a
343 operations for better efficiency and potentially smaller payloads.
/aosp12/hardware/interfaces/media/c2/1.0/
H A Dtypes.hal210 * largest number in the sequence that is smaller than or equal to `max`.
450 * comparing urgency: a smaller difference from a reference value indicates that
721 * #workletsProcessed is smaller than the length of #worklets, #result
/aosp12/hardware/interfaces/radio/1.5/
H A DIRadio.hal85 * reports. hysteresisDlKbps must be smaller than the smallest threshold delta. A value of 0
88 * reports. hysteresisUlKbps must be smaller than the smallest threshold delta. A value of 0

123