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

<<11121314151617181920>>

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerBuilder.java 481 * Utility: Supplies a zero-padded hex representation of an integer (without 0x)
489 * Utility: Supplies a zero-padded hex representation of a Unicode character (without 0x, \\u)
497 * Utility: Supplies a zero-padded hex representation of a Unicode character (without 0x, \\u)
  /external/skia/src/core/
SkDistanceFieldGen.cpp 336 // assumes a padded 8-bit image and distance field
473 // we copy our source image into a padded copy to ensure we catch edge transitions
501 // we copy our source image into a padded copy to ensure we catch edge transitions
  /frameworks/native/libs/binder/
Parcel.cpp 745 const size_t padded = pad_size(len); local
748 if (mDataPos+padded < mDataPos) {
752 if ((mDataPos+padded) <= mDataCapacity) {
754 //printf("Writing %ld bytes, padded to %ld\n", len, padded);
758 if (padded != len) {
769 //printf("Applying pad mask: %p to %p\n", (void*)mask[padded-len],
770 // *reinterpret_cast<void**>(data+padded-4));
771 *reinterpret_cast<uint32_t*>(data+padded-4) &= mask[padded-len]
    [all...]
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetFragment.java 108 /** The padded source bitmap. */
258 * From the given URI this method creates a 360/180 padded image that is
344 // Create a high-resolution padded image.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stringold.py 269 specified width, padded with spaces as needed. The string is
282 specified width, padded with spaces as needed. The string is
295 width. padded with spaces as needed. The string is never
  /prebuilts/gdb/linux-x86/lib/python2.7/
stringold.py 269 specified width, padded with spaces as needed. The string is
282 specified width, padded with spaces as needed. The string is
295 width. padded with spaces as needed. The string is never
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 269 specified width, padded with spaces as needed. The string is
282 specified width, padded with spaces as needed. The string is
295 width. padded with spaces as needed. The string is never
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 269 specified width, padded with spaces as needed. The string is
282 specified width, padded with spaces as needed. The string is
295 width. padded with spaces as needed. The string is never
  /external/guava/guava/src/com/google/common/base/
Strings.java 96 * @return the padded string
128 * @return the padded string
  /external/guava/guava/src/com/google/common/cache/
Striped64.java 31 * Table entries are of class Cell; a variant of AtomicLong padded
88 * Padded variant of AtomicLong supporting only raw accesses plus CAS.
  /external/jhead/
iptc.c 43 // - IPTC header Header is padded to even length, counting the length byte
86 pos += headerLen + 1 - (headerLen % 2); // move data pointer to the next field (Header is padded to even length, counting the length byte)
  /external/vboot_reference/firmware/lib21/include/
vb2_struct.h 7 * Offsets should be padded to 32-bit boundaries, since some architectures
92 * null-terminated, and padded with 0 (null) bytes to a multiple of 32
  /external/webrtc/webrtc/api/objc/
RTCOpenGLVideoRenderer.mm 164 // Used to create a non-padded plane for GPU upload when we receive padded
  /hardware/ti/omap4xxx/camera/
TICameraParameters.cpp 56 const char TICameraParameters::KEY_PADDED_WIDTH[] = "padded-width";
57 const char TICameraParameters::KEY_PADDED_HEIGHT[] = "padded-height";
  /bionic/libc/kernel/uapi/linux/
jffs2.h 177 jint32_t padded; member in struct:jffs2_raw_summary
  /cts/apps/CameraITS/tests/scene1/
test_crop_region_raw.py 123 # be larger than the YUV images). Assume a symmetric padded border.
  /cts/tests/tests/keystore/src/android/keystore/cts/
RSASignatureTest.java 106 // because the padded form of the digested message will be larger than modulus size.
  /development/ndk/platforms/android-21/include/linux/
jffs2.h 184 jint32_t padded; member in struct:jffs2_raw_summary
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
network_identity_machine.py 110 # |padded_imsi| is imsi padded with 'f' on the right to make the whole
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
KeyAgreementSpi.java 54 // RFC 2631 (2.1.2) specifies that the secret should be padded with leading zeros if necessary
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
util.py 107 are right-padded up to 512 bytes.
  /external/compiler-rt/test/builtins/Unit/
fixunsxfdi_test.c 23 // Assumption: long double is an intel 80 bit floating point type padded with 6 bytes
fixunsxfti_test.c 22 // Assumption: long double is an intel 80 bit floating point type padded with 6 bytes
fixxfdi_test.c 21 // Assumption: long double is an intel 80 bit floating point type padded with 6 bytes
fixxfti_test.c 21 // Assumption: long double is an intel 80 bit floating point type padded with 6 bytes

Completed in 1283 milliseconds

<<11121314151617181920>>