HomeSort by relevance Sort by last modified time
    Searched full:smaller (Results 251 - 275 of 6318) sorted by null

<<11121314151617181920>>

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 168 * is already thumbnail-sized or smaller, this will do nothing (and will return 0).
171 * is thumbnail-sized or smaller.
179 * is already thumbnail-sized or smaller, this will do nothing (and will return 0) unless
182 * @param allowSmallImageStorage Whether thumbnail-sized or smaller photos should still be
185 * is thumbnail-sized or smaller and allowSmallImageStorage is false.
  /frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java 535 * crop down, or we will round up, in which case we decode from a smaller region and scale
545 * Always decode from a smaller region and scale up.
558 * If the destination dimensions are smaller than the source image provided by the request
564 * If the destination dimensions are smaller than the source image provided by the request
582 * @param verticalCenter If the destination dimensions are smaller than the source image
596 * @param horizontalCenter If the destination dimensions are smaller than the source image
599 * @param verticalCenter If the destination dimensions are smaller than the source image
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
ResizableIntArrayTests.java 166 assertEquals("length after smaller setLength", smallerLength, src.getLength());
167 assertSame("array after smaller setLength", array2, array3);
168 assertEquals("array length after smaller setLength", largerLength, array3.length);
210 assertEquals("length after copy to smaller", dst.getLength(), src.getLength());
211 assertNotSame("array after copy to smaller", array2, array3);
212 assertNotSame("array after copy to smaller", array3, src.getPrimitiveArray());
213 assertIntArrayEquals("values after copy to smaller",
  /dalvik/docs/
java-constraints.html 472 local variables must be non-negative and smaller than
492 local variables must be non-negative and smaller than
512 local variables must be non-negative and smaller than
532 local variables must be non-negative and smaller than
553 smaller than <code>max_locals</code>.
573 smaller than <code>max_locals-1</code>.
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/internal/
DisplayConfig.java 87 * in pixels, excepting cases where the width may be even smaller due to the presence
94 * in pixels, excepting cases where the height may be even smaller due to the presence
115 * Represents the usable size of the display which may be smaller than the
116 * physical size when the system is emulating a smaller display.
122 * Represents the usable size of the display which may be smaller than the
123 * physical size when the system is emulating a smaller display.
  /art/runtime/mirror/
array.h 156 * smaller than element size copies). Arguments are assumed to be within the bounds of the array
164 * smaller than element size copies). Arguments are assumed to be within the bounds of the array
232 // Works like memcpy(), except we guarantee not to allow tearing of array values (ie using smaller
  /external/blktrace/doc/
btrecord.8 114 are to be processed. The smaller the value, the smaller the number of
129 option, smaller values may or may not yield more accurate replay times.
  /external/eigen/Eigen/src/SparseCore/
SparseView.h 38 * entries smaller than \c reference * \c epsilon are removed.
209 * \returns a sparse expression of the dense expression \c *this with values smaller than
231 /** \returns an expression of \c *this with values smaller than
  /external/google-breakpad/src/processor/
contained_range_map.h 36 // may be added either before or after smaller, more specific, contained
39 // Contained range maps guarantee that each object may only contain smaller
47 // larger object by inserting smaller objects that entirely fill the larger
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFCompileUnit.cpp 205 // std::vectors never get any smaller when resized to a smaller size,
207 // is smaller, but the memory allocated remains intact (call capacity()
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftmm.h 285 /* values. If it is smaller than the number of axes, */
314 /* values. If it is smaller than the number of axes, */
343 /* values. If it is smaller than the number of axes, */
  /art/libartbase/base/
bit_vector.cc 151 // Is the storage size smaller than src's?
185 // Is the storage size smaller than src's?
220 // We only need to operate on bytes up to the smaller of the sizes of the two operands.
226 // If we are smaller than src, the nonexistent upper bits are 0 and thus can't get subtracted.
  /art/runtime/
index_bss_mapping.h 38 // `bss_offset`. If the mask specifies any smaller indexes being mapped to immediately
  /build/make/core/
local_systemsdk.mk 48 # which is equal to or smaller than PLATFORM_SYSTEMSDK_VERSIONS
  /cts/apps/CameraITS/tests/scene1/
test_yuv_plus_raw12.py 55 # Raw shots are 1/2 x 1/2 smaller after conversion to RGB, but tile
  /cts/suite/audio_quality/test_description/
dut_playback_spectrum.xml 30 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
dut_recording_spectrum.xml 34 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
  /cts/suite/audio_quality/test_description/experimental/
dut_playback_spectrum_chirp.xml 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
ref_playback_spectrum.xml 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
ref_playback_spectrum_chirp.xml 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
  /cts/suite/audio_quality/test_description/review/
review_dut_recording_spectrum.xml 33 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated TF in mannitude only between low f to high f -->
  /dalvik/dx/tests/131-perf/
run 40 # Test smaller dex files
  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
MainActivity.java 71 // Customizes scrolling so items farther away form center are smaller.
  /developers/samples/android/input/multitouch/BasicMultitouch/
template-params.xml 76 canvas. A large circle indicates the current position of a touch, while smaller
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
MainActivity.java 71 // Customizes scrolling so items farther away form center are smaller.

Completed in 3310 milliseconds

<<11121314151617181920>>