/frameworks/av/media/libmedia/ |
MediaUtils.h | 32 specified percentage of total memory, whichever is smaller.
|
/frameworks/base/core/java/android/util/ |
TrustedTime.java | 45 * {@link Long#MAX_VALUE} if never contacted. Smaller values are more
|
/frameworks/base/packages/SystemUI/res/drawable/ |
notification_guts_bg.xml | 20 <!--The radius is 1dp smaller than the notification one, to avoid aliasing bugs on the corners -->
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
BitmapUtil.java | 37 * Returns Width or Height of the picture, depending on which size is smaller. Doesn't actually 53 * @param originalSmallerExtent Width or height of the picture, whichever is smaller 56 * If either one of the parameters is 0 or smaller, no sampling is applied 65 // the down-sampled image to be 20% smaller than the target size. That way we can get around
|
/packages/apps/Dialer/java/com/android/dialer/contactphoto/ |
BitmapUtil.java | 34 * Returns Width or Height of the picture, depending on which size is smaller. Doesn't actually 51 * @param originalSmallerExtent Width or height of the picture, whichever is smaller 53 * <p>If either one of the parameters is 0 or smaller, no sampling is applied 66 // the down-sampled image to be 20% smaller than the target size. That way we can get around
|
/packages/services/Car/car_product/overlay/frameworks/base/packages/SystemUI/res/values-h600dp/ |
dimens.xml | 21 value is smaller than notification_children_container_header_height to bring the first
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
losertree.h | 234 // The smaller one gets promoted, ties are broken by _M_source. 242 // The other one is smaller. 336 // The smaller one gets promoted. 340 // The other one is smaller. 464 // The smaller one gets promoted, ties are broken by __source. 472 // The other one is smaller. 546 // The smaller one gets promoted. 550 // The other one is smaller. 712 // The smaller one gets promoted, ties are broken by _M_source. 717 // The other one is smaller [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
losertree.h | 234 // The smaller one gets promoted, ties are broken by _M_source. 242 // The other one is smaller. 336 // The smaller one gets promoted. 340 // The other one is smaller. 464 // The smaller one gets promoted, ties are broken by __source. 472 // The other one is smaller. 546 // The smaller one gets promoted. 550 // The other one is smaller. 712 // The smaller one gets promoted, ties are broken by _M_source. 717 // The other one is smaller [all...] |
/prebuilts/go/darwin-x86/src/image/png/testdata/pngsuite/ |
README | 11 sizes makes them useful for testing bit-depths smaller than a byte.
|
/prebuilts/go/linux-x86/src/image/png/testdata/pngsuite/ |
README | 11 sizes makes them useful for testing bit-depths smaller than a byte.
|
/prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/ |
lombok-ast-0.2.2.pom | 9 <description>This is a very small fork of lombok.ast as some Android tools needed a modification. This is built from 3c4f94d418b58d55d0facebf2bfbb362d4bf3bdd with an additional patch to support ECJ 4.2 and to strip out some unnecessary bundled libraries that we don't use for lint (to make the overhead smaller.)</description>
|
/prebuilts/tools/common/lombok-ast/ |
lombok-ast-0.2.2.pom | 9 <description>This is a very small fork of lombok.ast as some Android tools needed a modification. This is built from 3c4f94d418b58d55d0facebf2bfbb362d4bf3bdd with an additional patch to support ECJ 4.2 and to strip out some unnecessary bundled libraries that we don't use for lint (to make the overhead smaller.)</description>
|
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/ |
lombok-ast-0.2.2.pom | 9 <description>This is a very small fork of lombok.ast as some Android tools needed a modification. This is built from 3c4f94d418b58d55d0facebf2bfbb362d4bf3bdd with an additional patch to support ECJ 4.2 and to strip out some unnecessary bundled libraries that we don't use for lint (to make the overhead smaller.)</description>
|
/system/media/audio_utils/include/audio_utils/ |
limiter.h | 34 * The implementation is permitted to limit the output to a slightly smaller range,
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/ |
unwind-4.s | 55 # final function is cantunwind, so output table size is smaller
|
/external/skia/src/codec/ |
SkAndroidCodec.cpp | 262 auto smaller = this->getSampledDimensions(sampleSize + 1); local 263 if (smaller == *desiredSize) { 266 if (smaller == computedSize || smaller_than(smaller, *desiredSize)) { 267 // Cannot get any smaller without being smaller than desired. 273 computedSize = smaller;
|
/external/skqp/src/codec/ |
SkAndroidCodec.cpp | 262 auto smaller = this->getSampledDimensions(sampleSize + 1); local 263 if (smaller == *desiredSize) { 266 if (smaller == computedSize || smaller_than(smaller, *desiredSize)) { 267 // Cannot get any smaller without being smaller than desired. 273 computedSize = smaller;
|
/external/tensorflow/tensorflow/docs_src/mobile/tflite/ |
index.md | 11 kernels that allow smaller and faster (fixed-point math) models. 32 order of magnitude smaller than protocol buffers. 90 - Smaller in size: TensorFlow Lite is smaller than 300KB when all supported 107 and segmentation. MobileNet models are smaller but [lower in 188 support for other smaller devices and more. As we continue development, we hope
|
/art/cmdline/ |
token_range.h | 202 auto& smaller = Size() < other.Size() ? *this : other; local 205 return std::equal(smaller.begin(), smaller.end(), greater.begin()); 384 static bool StartsWith(const std::string& larger, const std::string& smaller) { 385 if (larger.size() >= smaller.size()) { 386 return std::equal(smaller.begin(), smaller.end(), larger.begin()); 395 // we need to remove them and compress the token list into a smaller one.
|
/art/libdexfile/dex/ |
compact_offset_table_test.cc | 62 // Sort to produce a try and produce a smaller table. This happens because the leb diff is smaller
|
/bionic/libc/include/bits/fortify/ |
poll.h | 69 __errordecl(__poll_too_small_error, "poll: pollfd array smaller than fd count"); 73 __errordecl(__ppoll_too_small_error, "ppoll: pollfd array smaller than fd count");
|
/cts/tools/utils/ |
android_api_description_splitter.py | 17 # This script is used to split the jdiff xml into several smaller xml files
82 """Split the jdiff xml into several smaller xml files by specified tag.
|
/developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/ |
MainActivity.java | 56 * bitmaps or busy images don't render well on smaller screens and can end up 80 * 2. The content text, which appears in smaller text below the title
|
/developers/samples/android/notification/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/ |
MainActivity.java | 56 * bitmaps or busy images don't render well on smaller screens and can end up 80 * 2. The content text, which appears in smaller text below the title
|
/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/ |
MainActivity.java | 56 * bitmaps or busy images don't render well on smaller screens and can end up 80 * 2. The content text, which appears in smaller text below the title
|