/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
XWDFile.h | 65 * It is the number of bits that each scanline is padded to. */ 71 * It is the number of bits that each scanline is padded to. */ 76 /* bytes_per_line is pixmap_width padded to bitmap_unit (bitmaps)
|
/external/llvm/tools/llvm-dis/ |
llvm-dis.cpp | 79 bool Padded = false; 82 Padded = true; 88 if (!Padded) { 90 Padded = true; 98 if (!Padded) { 105 if (!Padded) {
|
/external/webrtc/webrtc/base/ |
base64.cc | 140 unsigned char qbuf[4], bool* padded) 181 *padded = true; 183 *padded = false; 223 bool success = true, padded; local 227 data, len, &dpos, qbuf, &padded); 245 if ((DO_PAD_YES == pad_flags) && !padded) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
securproto.h | 67 /* auth protocol name padded to 4 bytes */ 68 /* auth protocol data padded to 4 bytes */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
securproto.h | 67 /* auth protocol name padded to 4 bytes */ 68 /* auth protocol data padded to 4 bytes */
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
layered_filter_fast_d1new.rs | 10 // for invalid pixels, e.g., padded pixels around image boundary. 37 // Image size of padded images: g_sharp_image and g_fuzzy_image. 45 // back-most to the focal depth. This image buffer is padded. 61 // generate the final result. This image buffer is padded. 87 // padded with margin. Initialize other fields. 90 // Maps (x,y) to the padded image coordinate system. 119 // Maps (x,y) to the padded image coordinate system. 245 // Maps (x,y) to the padded image coordinate system. 291 // Maps (x,y) to the padded image coordinate system. 335 // Maps (x,y) to the padded image coordinate system [all...] |
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
layered_filter_fast_d1new.rs | 10 // for invalid pixels, e.g., padded pixels around image boundary. 35 // Image size of padded images: g_sharp_image and g_fuzzy_image. 43 // back-most to the focal depth. This image buffer is padded. 59 // generate the final result. This image buffer is padded. 85 // padded with margin. Initialize other fields. 88 // Maps (x,y) to the padded image coordinate system. 117 // Maps (x,y) to the padded image coordinate system. 243 // Maps (x,y) to the padded image coordinate system. 289 // Maps (x,y) to the padded image coordinate system. 333 // Maps (x,y) to the padded image coordinate system [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
LinearLayout2.java | 28 * A simple linear layout that fills the screen vertically, but the children are not padded.
|
LinearLayout3.java | 28 * A simple linear layout that fills the screen vertically, and the middle child is padded with extra space.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
X9FieldElement.java | 53 * string with the same ordering padded at the front if necessary.
|
/external/icu/icu4c/source/common/ |
ustrfmt.c | 14 * uint32_t number padded with zeroes to minwidth. The result
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
stat.h | 53 * Note: The kernel zero's the padded region because glibc might read them
|
/external/objenesis/tck/src/org/objenesis/tck/ |
TextReporter.java | 224 StringBuffer padded = new StringBuffer(text); local 225 while(padded.length() < width) { 226 padded.append(' '); 228 return padded.toString();
|
/external/vboot_reference/utility/ |
pad_digest_utility.c | 5 * Utility for to generate a padded hash suitable for generating
|
/external/webrtc/tools/network_emulator/ |
config.py | 30 A string formatted and padded like this example:
|
/frameworks/native/vulkan/nulldrv/ |
Android.mk | 22 -Wno-padded \
|
/frameworks/native/vulkan/tools/ |
Android.mk | 21 LOCAL_CFLAGS += -Weverything -Werror -Wno-padded -Wno-undef -Wno-switch-enum
|
/toolchain/binutils/binutils-2.25/include/coff/ |
aux-coff.h | 28 /* Section contains 64-byte padded pathnames of shared libraries */
|
/external/curl/tests/unit/ |
unit1398.c | 81 /* padded strings */ 86 /* padded numbers */
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
StringUtil.java | 35 * @return a String of at least width characters, padded on the right with spaces as necessary
48 * @return a String of at least width characters, padded on the left with spaces as necessary
|
/external/webrtc/webrtc/tools/barcode_tools/ |
helper_functions.py | 24 """Converts an int into a zero padded string. 33 (string): The zero padded number converted to string.
|
/hardware/bsp/intel/peripheral/libmraa/src/javascript/ |
CMakeLists.txt | 10 # to be a problem for a little while! SWIG uses a padded SWIG_V8 version which 16 message (DEBUG " - Padded V8 version to match SWIG format")
|
/external/e2fsprogs/lib/quota/ |
quotaio_tree.h | 19 * Structure of header of block with quota structures. It is padded to 16 bytes
|
/external/eigen/Eigen/src/Core/util/ |
DisableStupidWarnings.h | 12 // 4324 - structure was padded due to declspec(align())
|
/external/icu/icu4c/source/i18n/ |
smallintformatter.h | 70 * left padded with '0' as necessary to achieve minimum digit count.
|