HomeSort by relevance Sort by last modified time
    Searched full:larger (Results 201 - 225 of 7859) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/python/cpython3/Lib/test/
test_hmac.py 58 b"Test Using Larger Than Block-Size Key - Hash Key First",
62 (b"Test Using Larger Than Block-Size Key "
63 b"and Larger Than One Block-Size Data"),
102 b"Test Using Larger Than Block-Size Key - Hash Key First",
106 (b"Test Using Larger Than Block-Size Key "
107 b"and Larger Than One Block-Size Data"),
196 data = b'Test Using Larger Than Block-Siz'
214 data = b'This is a test using a larger th'
215 b'an block-size key and a larger t'
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
BlurStack.java 12 * <b> Here by "depth", we mean inverse depth. Pixels with larger depth values
18 * The layers are ordered from near to far; note that near layers have larger
293 * variation due to depth difference is no larger than
307 // The blur radius difference in each layer is no larger than
313 // The blur radius difference in each layer is no larger than {@code
346 * radius difference in each layer is no larger than
371 // radius within the layer is not larger than radiusThreshold.
392 * blur radius difference in each layer is no larger than
418 // radius within the layer is not larger than radiusThreshold.
  /frameworks/base/core/java/com/android/internal/graphics/palette/
Target.java 203 * <p>The larger the weight, relative to the other weights, the more important that a color
216 * <p>The larger the weight, relative to the other weights, the more important that a color
229 * <p>The larger the weight, relative to the other weights, the more important that a
371 * <p>The larger the weight, relative to the other weights, the more important that a color
387 * <p>The larger the weight, relative to the other weights, the more important that a color
404 * <p>The larger the weight, relative to the other weights, the more important that a
  /frameworks/base/rs/java/android/renderscript/
AllocationAdapter.java 153 throw new RSInvalidStateException("Cannot set (X + window) which would be larger than dimension of allocation.");
178 throw new RSInvalidStateException("Cannot set (Y + window) which would be larger than dimension of allocation.");
203 throw new RSInvalidStateException("Cannot set (Z + window) which would be larger than dimension of allocation.");
224 throw new RSInvalidStateException("Cannot set (arrayNum + window) which would be larger than dimension of allocation.");
287 throw new RSInvalidStateException("Type cannot have dimension larger than the source allocation.");
293 throw new RSInvalidStateException("Type cannot have dimension larger than the source allocation.");
  /frameworks/support/palette/src/main/java/androidx/palette/graphics/
Target.java 186 * <p>The larger the weight, relative to the other weights, the more important that a color
199 * <p>The larger the weight, relative to the other weights, the more important that a color
212 * <p>The larger the weight, relative to the other weights, the more important that a
360 * <p>The larger the weight, relative to the other weights, the more important that a color
377 * <p>The larger the weight, relative to the other weights, the more important that a color
395 * <p>The larger the weight, relative to the other weights, the more important that a
  /bionic/libc/include/bits/fortify/
poll.h 45 "in call to 'poll', fd_count is larger than the given buffer") {
59 "in call to 'ppoll', fd_count is larger than the given buffer") {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
Eiffel.py 94 """Make it a little larger"""
98 """Make it a little larger"""
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Include/Library/
IoApicLib.h 55 If Irq is larger than the maximum number I/O APIC redirection entries, then ASSERT().
76 If Irq is larger than the maximum number I/O APIC redirection entries, then ASSERT().
  /external/autotest/client/cros/chameleon/
resolution_comparison.py 87 image of Chameleon side is larger than the expected image.
90 the resolution of Chameleon is larger than or equal to the one of CrOS.
  /external/clang/test/Sema/
address_spaces.c 24 __attribute__((address_space(0x1000000))) int *_boundsC; // expected-error {{address space is larger than the maximum supported}}
26 __attribute__((address_space(4294967500))) int *_boundsD; // expected-error {{address space is larger than the maximum supported}}
  /external/curl/docs/libcurl/
curl_multi_fdset.3 72 If one of the sockets used by libcurl happens to be larger than what can be
74 larger than FD_SETSIZE, then libcurl will try to not set it. Setting a too
  /external/curl/tests/unit/
unit1309.c 45 splayprint(t->larger, d + 1, output);
129 printf("Removing nodes not larger than %d\n", i);
unit1398.c 55 /* string with larger precision */
70 /* larger width that string length */
  /external/flatbuffers/android/jni/
msbuild.py 48 0 if the numbers are identical, a positive number if 'a' is larger, and
49 a negative number if 'b' is larger.
  /external/freetype/include/freetype/
ftmm.h 336 /* is larger than the number of axes, ignore the excess */
349 /* [Since 2.9] If `num_coords' is larger than zero, this function */
375 /* is larger than the number of axes, ignore the excess */
390 /* [Since 2.9] If `num_coords' is larger than zero, this function */
416 /* is larger than the number of axes, set the excess */
450 /* is larger than the number of axes, ignore the excess */
468 /* [Since 2.9] If `num_coords' is larger than zero, this function */
494 /* retrieve. If it is larger than the number of axes, */
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
GlideDrawableImageViewTarget.java 55 // by forcing both the smaller thumb and the larger version to have exactly the same intrinsic dimensions.
57 // the ImageView requests a layout. Scrolling rapidly while replacing thumbs with larger images triggers
  /external/iproute2/man/man8/
tc-fq.8 58 dequeue at once. A larger value means a longer time period before the next flow
70 is ignored only if it is larger than this value.
  /external/kernel-headers/original/uapi/sound/
tlv.h 88 * dB values. This implies that larger values must correspond with larger
  /external/libchrome/base/debug/
proc_maps_linux.h 59 // and dealing with resulting data that is larger than the size of a page. That
64 // larger than the size of page so we're forced to call read() multiple times.
  /external/python/cpython2/Demo/newmetaclasses/
Eiffel.py 94 """Make it a little larger"""
98 """Make it a little larger"""
  /external/python/cpython3/Doc/extending/
index.rst 59 Embedding the CPython runtime in a larger application
64 the CPython runtime inside a larger application. This section covers
  /external/python/cpython3/Tools/demo/
eiffel.py 113 """Make it a little larger"""
117 """Make it a little larger"""
  /external/strace/tests/
so_peercred.c 72 /* getsockopt with optlen larger than necessary - shortened */
97 /* getsockopt with optlen larger than usual - truncated to raw */
  /external/strace/tests-m32/
so_peercred.c 72 /* getsockopt with optlen larger than necessary - shortened */
97 /* getsockopt with optlen larger than usual - truncated to raw */
  /external/strace/tests-mx32/
so_peercred.c 72 /* getsockopt with optlen larger than necessary - shortened */
97 /* getsockopt with optlen larger than usual - truncated to raw */

Completed in 1772 milliseconds

1 2 3 4 5 6 7 891011>>