HomeSort by relevance Sort by last modified time
    Searched full:padded (Results 351 - 375 of 895) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/com/android/internal/widget/
NumericTextView.java 166 * When leading zeroes are shown, the displayed value will be padded
  /frameworks/minikin/libs/minikin/
Hyphenator.cpp 188 * Note: len here is the padded length including 0 codes at start and end.
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
RefocusFilter.java 40 * is reserved for invalid padded pixels. Depth here refers to inverse depth
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_pproc.h 82 * Padding is done such that all the extra padded pixels
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fuse.h 73 /* Make sure all structures are padded to 64bit boundary, so 32bit
  /prebuilts/go/darwin-x86/src/crypto/x509/
pem_decrypt.go 155 // Blocks are padded using a scheme where the last n bytes of padding are all
  /prebuilts/go/linux-x86/src/crypto/x509/
pem_decrypt.go 155 // Blocks are padded using a scheme where the last n bytes of padding are all
  /system/update_engine/payload_consumer/
payload_verifier.cc 35 // padded hash will look as follows:
  /toolchain/binutils/binutils-2.25/include/coff/
i960.h 80 char tsize[4]; /* text size in bytes, padded to FW bdry*/
mips.h 41 unsigned char tsize[4]; /* text size in bytes, padded to FW bdry*/
rs6000.h 53 unsigned char tsize[4]; /* text size in bytes, padded to FW bdry */
  /external/boringssl/src/ssl/
ssl_test.cc 820 // ClientHellos of length 0x100 through 0x1fb are padded up to 0x200.
824 // ClientHellos of length 0x1fc through 0x1ff get padded beyond 0x200. The
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Http2.java 735 FLAGS[FLAG_PADDED] = "PADDED";
737 FLAGS[prefixFlag | FLAG_PADDED] = FLAGS[prefixFlag] + "|PADDED";
750 FLAGS[prefixFlag] + '|' + FLAGS[frameFlag] + "|PADDED";
  /external/skia/src/opts/
SkBitmapFilter_opts_SSE2.cpp 129 // Note: filter_values must be padded to align_up(filter_offset, 8).
137 // Note: line buffer must be padded to align_up(filter_offset, 16).
248 // Note: filter_values must be padded to align_up(filter_offset, 8);
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp 100 dpb->fs[num_fs]->frame.padded = 0;
292 video->currPic->padded = 0; // reset this flag to not-padded
  /prebuilts/gdb/darwin-x86/lib/python2.7/
string.py 427 specified width, padded with spaces as needed. The string is
438 specified width, padded with spaces as needed. The string is
449 width. padded with spaces as needed. The string is never
  /prebuilts/gdb/linux-x86/lib/python2.7/
string.py 427 specified width, padded with spaces as needed. The string is
438 specified width, padded with spaces as needed. The string is
449 width. padded with spaces as needed. The string is never
  /prebuilts/go/darwin-x86/src/fmt/
format.go 111 // pad appends b to f.buf, padded on left (w > 0) or right (w < 0 or f.minus).
127 // padString appends s to buf, padded on left (w > 0) or right (w < 0 or f.minus).
414 // Special handling for infinity, which doesn't look like a number so shouldn't be padded with zeros.
  /prebuilts/go/linux-x86/src/fmt/
format.go 111 // pad appends b to f.buf, padded on left (w > 0) or right (w < 0 or f.minus).
127 // padString appends s to buf, padded on left (w > 0) or right (w < 0 or f.minus).
414 // Special handling for infinity, which doesn't look like a number so shouldn't be padded with zeros.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 427 specified width, padded with spaces as needed. The string is
438 specified width, padded with spaces as needed. The string is
449 width. padded with spaces as needed. The string is never
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 427 specified width, padded with spaces as needed. The string is
438 specified width, padded with spaces as needed. The string is
449 width. padded with spaces as needed. The string is never
  /build/tools/releasetools/
blockimgdiff.py 112 padded = False
118 padded = True
128 # When the last block is padded, we always write the whole block even for
133 if padded:
144 for i in range(self.total_blocks-1 if padded else self.total_blocks):
    [all...]
  /external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/
YUVImage.html 114 width is the image width padded to the nearest multiple of the horizontal
117 height is the image height padded to the nearest multiple of the vertical
466 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>width</code> - width (in pixels) of the YUV image</dd><dd><code>pad</code> - Each line of each plane in the YUV image buffer will be padded
530 instance, if each line in each plane of the buffer is padded to the
600 instance, if each line in each plane of the buffer is padded to the
    [all...]
  /external/chromium-trace/catapult/third_party/flot/
API.md 658 %d: day of month, zero-padded (01-31)
659 %e: day of month, space-padded ( 1-31)
660 %H: hours, 24-hour time, zero-padded (00-23)
661 %I: hours, 12-hour time, zero-padded (01-12)
662 %m: month, zero-padded (01-12)
663 %M: minutes, zero-padded (00-59)
665 %S: seconds, zero-padded (00-59)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseBlockCipher.java 119 private boolean padded; field in class:BaseBlockCipher
451 padded = true;
868 if (random != null && padded)
    [all...]

Completed in 1109 milliseconds

<<11121314151617181920>>