Searched refs:padded (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ui/keyboard/resources/webui/
H A Dmain.css90 kb-abc-key.padded-left-special,
91 kb-shift-key.padded-left-special,
92 kb-key.padded-left-special {
96 kb-abc-key.padded-right-special,
97 kb-shift-key.padded-right-special,
98 kb-key.padded-right-special {
/external/llvm/test/MC/X86/AlignedBundling/
H A Drelax-at-bundle-end.s4 # Test that an instruction near a bundle end gets properly padded
/external/libvpx/libvpx/vpx_mem/include/
H A Dvpx_mem_tracker.h34 int padded; // This mem_block has padding for integrity checks. member in struct:mem_block
75 int padded);
80 padded - if 0, disables bounds checking on this memory block even if bounds
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbase64.cc124 unsigned char qbuf[4], bool* padded)
165 *padded = true;
167 *padded = false;
206 bool success = true, padded; local
210 data, len, &dpos, qbuf, &padded);
228 if ((DO_PAD_YES == pad_flags) && !padded) {
122 GetNextQuantum(DecodeFlags parse_flags, bool illegal_pads, const char* data, size_t len, size_t* dpos, unsigned char qbuf[4], bool* padded) argument
H A Dbase64.h87 unsigned char qbuf[4], bool* padded);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dbase64.cc140 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) {
138 GetNextQuantum(DecodeFlags parse_flags, bool illegal_pads, const char* data, size_t len, size_t* dpos, unsigned char qbuf[4], bool* padded) argument
H A Dbase64.h95 unsigned char qbuf[4], bool* padded);
/external/objenesis/tck/src/org/objenesis/tck/
H A DTextReporter.java224 StringBuffer padded = new StringBuffer(text);
225 while(padded.length() < width) {
226 padded.append(' ');
228 return padded.toString();
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c84 int padded);
256 int padded) {
257 memory_tracker_add(addr, size, file, line, padded);
495 if (p->padded) { // can the bounds be checked?
532 int padded) {
545 p->padded = padded;
254 vpx_memory_tracker_add(size_t addr, unsigned int size, char *file, unsigned int line, int padded) argument
530 memory_tracker_add(size_t addr, unsigned int size, char *file, unsigned int line, int padded) argument
/external/openssh/
H A Dsshconnect.c1188 char *padded; local
1195 padded = xcalloc(1, size);
1196 strlcpy(padded, password, size);
1197 packet_put_string(padded, size);
1198 memset(padded, 0, size);
1199 xfree(padded);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBaseBlockCipher.java101 private boolean padded; field in class:BaseBlockCipher
355 padded = true;
585 if (random != null && padded)
/external/chromium/chrome/browser/resources/options/
H A Dsync_setup_overlay.css181 .bottom-padded-cell {
/external/kernel-headers/original/linux/
H A Dnetdevice.h357 unsigned short padded; /* How much padding added by alloc_netdev() */ member in struct:net_device
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_locally_managed_user_creation.css23 #managed-user-creation .logo-padded-text {
/external/libvorbis/doc/
H A D01-introduction.tex58 are designed that they may be truncated (or padded) and remain
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3083 parameter indicates the length of the modulus in bits. The padded data is stored in \textit{out} with a length of \textit{outlen} octets. The output will not be
3129 This accepts \textit{msg} as input of length \textit{msglen} which will be OAEP padded. The \textit{lparam} variable is an additional system specific
3137 The padded message is stored in \textit{out} along with the length in \textit{outlen}.
3142 Note that when the message is padded it still has not been RSA encrypted. You must pass the output of this function to
3296 Note: the output of this function is zero--padded as per PKCS \#1 specification. This allows this routine to work with PKCS \#1 padding functions properly.
6380 (zero padded to the size of the modulus)
6476 to the \textit{out} buffer. The output must be zero padded (leading bytes) so that the length of the output matches the length of the modulus (in bytes). For example,

Completed in 890 milliseconds