Home
last modified time | relevance | path

Searched defs:small (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dchar_utils.cpp30 unsigned short small; member
/aosp12/packages/apps/Camera2/src/com/android/camera/settings/
H A DSettingsUtil.java60 public Size small; field in SettingsUtil.SelectedPictureSizes
100 public int small = -1; field in SettingsUtil.SelectedVideoQualities
/aosp12/bionic/benchmarks/tests/
H A Dinterface_test.cpp196 TEST_F(SystemTests, small) { in TEST_F() argument
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos_unittest.cc205 brillo::Blob small; in TEST() local
238 brillo::Blob small; in TEST() local
/aosp12/frameworks/native/libs/renderengine/skia/
H A DCache.cpp299 FloatRect small(0, 0, displayRect.width()-20, displayRect.height()+20); in drawHolePunchLayer() local
/aosp12/bionic/tests/
H A Dstdatomic_test.cpp69 atomic_char small; in TEST() local
/aosp12/system/media/audio_utils/tests/
H A Dmetadata_tests.cpp234 Data small; in TEST() local
/aosp12/art/test/003-omnibus-opcodes/src/
H A DIntMath.java545 static void checkConsts(byte small, short medium, int large, long huge) { in checkConsts()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DMultiAttachmentLayout.java113 public static Tile small(final int startX, final int startY) { in small() method in MultiAttachmentLayout.Tile
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java168 public ExpandHelper(Context context, Callback callback, int small, int large) { in ExpandHelper()
/aosp12/build/make/tools/releasetools/
H A Dtest_common.py505 def _test_ZipWriteStr_large_file(self, large, small, extra_args=None): argument