/aosp12/art/cmdline/ |
H A D | token_range.h | 202 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 D | VoicemailCleanupTest.java | 80 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 D | AdjustableMaxPriorityQueue_tests.cpp | 115 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 D | SizeConfigurationBucketsTest.java | 229 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 D | FaceEnrollPreviewFragment.java | 316 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 D | expected-stdout.txt | 25 Test instance self-ref smaller 38 Test local smaller
|
/aosp12/packages/apps/Settings/src/com/android/settings/datausage/ |
H A D | DataUsageSummary.java | 224 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 D | Android.bp | 21 // TODO this rule should be split into smaller, more focused ones,
|
/aosp12/system/iorap/src/serialize/ |
H A D | TraceFile.proto | 21 // TODO: should these fields be 'packed' for "smaller encoding" ?
|
/aosp12/frameworks/base/core/proto/android/util/ |
H A D | common.proto | 36 // 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 D | Android.bp | 23 // static c++/libbase for smaller size
|
/aosp12/packages/modules/SdkExtensions/derive_sdk/ |
H A D | Android.bp | 23 // static c++/libbase for smaller size
|
/aosp12/hardware/interfaces/radio/1.2/ |
H A D | IRadio.hal | 87 * 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 D | TestCase.smali | 19 # 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 D | PreviewSeekBarPreferenceFragment.java | 153 mSmaller = content.findViewById(R.id.smaller); in onCreateView()
|
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
H A D | layered_filter_d1new_helper.rsh | 64 // 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 D | README | 5 of Dex Files into smaller, split pieces of information. Two kinds of information
|
/aosp12/hardware/google/graphics/common/libhwjpeg/include/ |
H A D | exynos-hwjpeg.h | 37 #error VIDEO_MAX_PLANES should not be smaller than 6
|
/aosp12/libnativehelper/ |
H A D | README.md | 10 benefits everyone with smaller downloads and a stable ABI.
|
/aosp12/packages/modules/Virtualization/microdroid/ |
H A D | README.md | 5 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 D | ICameraDeviceCallback.hal | 108 * i-th message is always smaller than i+1-th message.
|
/aosp12/art/test/ |
H A D | README.chroot.md | 24 * the possibility to use a smaller AOSP Android manifest
|
/aosp12/system/update_engine/ |
H A D | README.md | 241 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 D | types.hal | 210 * 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 D | IRadio.hal | 85 * 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
|