Home
last modified time | relevance | path

Searched refs:Pad (Results 1 – 22 of 22) sorted by relevance

/external/chromium/base/
Dsha1_portable.cc50 void Pad();
119 Pad(); in Final()
136 void SecureHashAlgorithm::Pad() { in Pad() function in base::SecureHashAlgorithm
/external/clang/lib/Driver/
DOptTable.cpp316 int Pad = OptionFieldWidth - int(Option.size()); in PrintHelpOptionList() local
320 if (Pad < 0) { in PrintHelpOptionList()
322 Pad = OptionFieldWidth + InitialPad; in PrintHelpOptionList()
324 OS.indent(Pad + 1) << OptionHelp[i].second << '\n'; in PrintHelpOptionList()
/external/webkit/Source/WebCore/platform/cocoa/
DKeyEventCocoa.mm400 /* 0x41 */ VK_DECIMAL, // Num Pad .
402 /* 0x43 */ VK_MULTIPLY, // Num Pad *
404 /* 0x45 */ VK_ADD, // Num Pad +
406 /* 0x47 */ VK_CLEAR, // Num Pad Clear
410 /* 0x4B */ VK_DIVIDE, // Num Pad /
411 /* 0x4C */ VK_RETURN, // Num Pad Enter
413 /* 0x4E */ VK_SUBTRACT, // Num Pad -
416 …/* 0x51 */ VK_OEM_PLUS, // Num Pad =. There is no such key on common PC keyboards, mapping to norm…
/external/llvm/include/llvm/Support/
DOutputBuffer.h44 size_t Pad = Boundary - (Size & (Boundary - 1)); in align() local
45 Output.resize(Size + Pad); in align()
/external/qemu/docs/
DANDROID-SKIN-FILES.TXT11 an image of a fake handset and associated controls (e.g. D-Pad, trackball,
55 - 'buttons': A set of clickable control areas (e.g. for a D-Pad, or
134 D-Pad keys for proper usage.
138 mode and will-auto-rotate the D-Pad value. This setting is used
/external/icu4c/config/
Dmh-darwin12 # Pad out the paths to the maximum possible length
/external/clang/include/clang/Basic/
DOnDiskHashTable.h66 inline void Pad(raw_ostream& Out, unsigned A) { in Pad() function
217 Pad(out, 4); in Emit()
/external/llvm/lib/MC/
DMCDwarf.cpp505 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1)); in EmitGenDwarfAranges() local
506 if (Pad == 2 * AddrSize) in EmitGenDwarfAranges()
507 Pad = 0; in EmitGenDwarfAranges()
508 Length += Pad; in EmitGenDwarfAranges()
530 for(int i = 0; i < Pad; i++) in EmitGenDwarfAranges()
DMachObjectWriter.cpp743 uint64_t Pad = getPaddingSize(it, Layout); in WriteObject() local
744 for (unsigned int i = 0; i < Pad; ++i) in WriteObject()
/external/openssl/crypto/rc2/
Drrc2.doc170 Appendix: Beale Cipher No.1, "The Locality of the Vault", and One-time Pad for
192 One-time Pad.
/external/webkit/Source/autotools/
Dacinclude.m4153 # Pad zeros at end of numbers to make same length.
/external/llvm/unittests/ADT/
DAPFloatTest.cpp27 static std::string convertToString(double d, unsigned Prec, unsigned Pad) { in convertToString() argument
30 F.toString(Buffer, Prec, Pad); in convertToString()
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_popup_controller.mm255 // Pad the window by half of the rounded corner radius to prevent the
Dbrowser_actions_controller.mm630 // Pad the threshold by 5 pixels in order to have the buttons hide more
/external/clang/lib/Frontend/
DCacheTokens.cpp274 Pad(Out, 4); in LexTokens()
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
DMVS.uudecode238 X /* Pad end of lines in case some editor truncated trailing
/external/protobuf/src/google/protobuf/
Dunittest.proto299 // Pad the field count to 32 so that we can test that IsInitialized()
/external/qemu/
DCHANGES.TXT135 - Fix D-Pad rotation issues in the skins. The problem being that switching
137 D-Pad events. The fix allows for a new 'dpad-rotation' field for each
/external/elfutils/src/
DChangeLog376 * arlib.c (arlib_finalize): Pad long name table to keep size even.
/external/dnsmasq/
DCHANGELOG.archive966 Pad DHCP packets to a minimum size of 300 bytes. This
/external/webkit/Source/WebCore/
DChangeLog-2002-12-035025 (KWQFileButton::sizeHint): Pad more for icon width.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1614218 (JSC::BytecodeGenerator::emitGetScopedVar): Pad op_get_global_var with 2 nops.