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

/external/chromium_org/base/
H A Dsha1_portable.cc50 void Pad();
116 Pad();
133 void SecureHashAlgorithm::Pad() { function in class:base::SecureHashAlgorithm
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc227 char Pad = ' ', Byte = ' '; local
233 Pad = '~';
236 char Buffer[] = { Pad, Pad, P == Loc ? '^' : Byte, Byte, 0 };
/external/llvm/include/llvm/Support/
H A DOutputBuffer.h44 size_t Pad = Boundary - (Size & (Boundary - 1)); local
45 Output.resize(Size + Pad);
/external/chromium_org/base/strings/
H A Dsafe_sprintf.cc177 inline bool Pad(char pad, size_t padding, size_t len) { function in class:base::strings::__anon2447::Buffer
512 buffer.Pad(' ', padding, 1);
611 buffer.Pad(' ', padding, len);
/external/llvm/lib/Option/
H A DOptTable.cpp345 int Pad = OptionFieldWidth - int(Option.size()); local
349 if (Pad < 0) {
351 Pad = OptionFieldWidth + InitialPad;
353 OS.indent(Pad + 1) << OptionHelp[i].second << '\n';
/external/chromium_org/third_party/ots/include/
H A Dopentype-sanitiser.h91 virtual bool Pad(size_t bytes) { function in class:ots::OTSStream
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp578 Pad = Padding.begin(), PadEnd = Padding.end();
579 Pad != PadEnd; ++Pad)
580 Members.push_back(StorageInfo(Pad->first, getByteArrayType(Pad->second)));
/external/chromium_org/third_party/ots/test/
H A Dlayout_common_table_test.cc107 if (!out->Pad(2 * lookup_count)) {
117 !out->Pad(2 * subtable_count) ||
125 if (!out->Pad(256 * lookup_count * subtable_count)) {
225 if (!out->Pad(num_units * 2)) {
/external/chromium_org/v8/src/
H A Dserialize.h489 void Pad();
567 Pad();
H A Dserialize.cc1219 Pad();
1386 Pad();
1767 void Serializer::Pad() { function in class:v8::internal::Serializer
1799 cs.Pad();
/external/llvm/lib/MC/
H A DMCDwarf.cpp579 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1)); local
580 if (Pad == 2 * AddrSize)
581 Pad = 0;
582 Length += Pad;
607 for(int i = 0; i < Pad; i++)
H A DMachObjectWriter.cpp445 // Pad to a multiple of the pointer size.
943 uint64_t Pad = getPaddingSize(it, Layout); local
944 for (unsigned int i = 0; i < Pad; ++i)
990 // Pad to a multiple of the pointer size.
/external/chromium_org/third_party/ots/src/
H A Dots.cc598 if (!output->Pad(16 * num_output_tables)) {
636 if (!output->Pad((4 - (end_offset & 3)) % 4)) {
H A Dcmap.cc865 if (!out->Pad(num_subtables * 8)) {
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids1663 a003 Rage 3D Game Pad
1757 1002 Game Pad
1785 3018 Wireless 2.4Ghz Game Pad
1847 0007 SideWinder Game Pad
2403 c20b WingMan Action Pad
4507 0418 KU-0418 Tactical Pad
5812 525f USB Vibration Pad
7330 0109 P880 Pad
7335 040b P990 Dual Analog Pad
7336 040c P2900 Wireless Pad
[all...]
/external/llvm/unittests/ADT/
H A DAPFloatTest.cpp27 static std::string convertToString(double d, unsigned Prec, unsigned Pad) { argument
30 F.toString(Buffer, Prec, Pad);

Completed in 1344 milliseconds