/external/chromium/base/ |
D | sha1_portable.cc | 50 void Pad(); 119 Pad(); in Final() 136 void SecureHashAlgorithm::Pad() { in Pad() function in base::SecureHashAlgorithm
|
/external/clang/lib/Driver/ |
D | OptTable.cpp | 316 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/ |
D | KeyEventCocoa.mm | 400 /* 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/ |
D | OutputBuffer.h | 44 size_t Pad = Boundary - (Size & (Boundary - 1)); in align() local 45 Output.resize(Size + Pad); in align()
|
/external/qemu/docs/ |
D | ANDROID-SKIN-FILES.TXT | 11 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/ |
D | mh-darwin | 12 # Pad out the paths to the maximum possible length
|
/external/clang/include/clang/Basic/ |
D | OnDiskHashTable.h | 66 inline void Pad(raw_ostream& Out, unsigned A) { in Pad() function 217 Pad(out, 4); in Emit()
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 505 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()
|
D | MachObjectWriter.cpp | 743 uint64_t Pad = getPaddingSize(it, Layout); in WriteObject() local 744 for (unsigned int i = 0; i < Pad; ++i) in WriteObject()
|
/external/openssl/crypto/rc2/ |
D | rrc2.doc | 170 Appendix: Beale Cipher No.1, "The Locality of the Vault", and One-time Pad for 192 One-time Pad.
|
/external/webkit/Source/autotools/ |
D | acinclude.m4 | 153 # Pad zeros at end of numbers to make same length.
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 27 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/ |
D | extension_popup_controller.mm | 255 // Pad the window by half of the rounded corner radius to prevent the
|
D | browser_actions_controller.mm | 630 // Pad the threshold by 5 pixels in order to have the buttons hide more
|
/external/clang/lib/Frontend/ |
D | CacheTokens.cpp | 274 Pad(Out, 4); in LexTokens()
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | MVS.uudecode | 238 X /* Pad end of lines in case some editor truncated trailing
|
/external/protobuf/src/google/protobuf/ |
D | unittest.proto | 299 // Pad the field count to 32 so that we can test that IsInitialized()
|
/external/qemu/ |
D | CHANGES.TXT | 135 - 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/ |
D | ChangeLog | 376 * arlib.c (arlib_finalize): Pad long name table to keep size even.
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 966 Pad DHCP packets to a minimum size of 300 bytes. This
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 5025 (KWQFileButton::sizeHint): Pad more for icon width.
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 14218 (JSC::BytecodeGenerator::emitGetScopedVar): Pad op_get_global_var with 2 nops.
|