HomeSort by relevance Sort by last modified time
    Searched refs:left_justify (Results 1 - 25 of 31) sorted by null

1 2

  /external/jemalloc/src/
util.c 336 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \
340 if (!left_justify && pad_len != 0) { \
348 if (left_justify && pad_len != 0) { \
405 bool left_justify = false; local
423 assert(!left_justify);
424 left_justify = true;
445 left_justify = true;
515 APPEND_PADDED_S(s, slen, width, left_justify);
524 APPEND_PADDED_S(s, slen, width, left_justify);
533 APPEND_PADDED_S(s, slen, width, left_justify);
    [all...]
  /external/llvm/unittests/Support/
raw_ostream_test.cpp 147 EXPECT_EQ("xyz ", printToString(left_justify("xyz", 6), 6));
148 EXPECT_EQ("abc", printToString(left_justify("abc", 3), 3));
149 EXPECT_EQ("big", printToString(left_justify("big", 1), 3));
  /external/llvm/include/llvm/Support/
Format.h 115 /// This is a helper class used for left_justify() and right_justify().
127 /// left_justify - append spaces after string so total output is
130 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Format.h 128 /// This is a helper class used for left_justify() and right_justify().
140 /// left_justify - append spaces after string so total output is
143 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 128 /// This is a helper class used for left_justify() and right_justify().
140 /// left_justify - append spaces after string so total output is
143 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Format.h 128 /// This is a helper class used for left_justify() and right_justify().
140 /// left_justify - append spaces after string so total output is
143 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Format.h 128 /// This is a helper class used for left_justify() and right_justify().
140 /// left_justify - append spaces after string so total output is
143 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 128 /// This is a helper class used for left_justify() and right_justify().
140 /// left_justify - append spaces after string so total output is
143 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Format.h 128 /// This is a helper class used for left_justify() and right_justify().
140 /// left_justify - append spaces after string so total output is
143 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Format.h 128 /// This is a helper class used for left_justify() and right_justify().
140 /// left_justify - append spaces after string so total output is
143 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 128 OS << ' ' << left_justify(getColumnHeader(ColumnKinds[i]), 24);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Format.h 128 /// This is a helper class for left_justify, right_justify, and center_justify.
142 /// left_justify - append spaces after string so total output is
145 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Format.h 128 /// This is a helper class for left_justify, right_justify, and center_justify.
142 /// left_justify - append spaces after string so total output is
145 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Format.h 128 /// This is a helper class for left_justify, right_justify, and center_justify.
142 /// left_justify - append spaces after string so total output is
145 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Format.h 128 /// This is a helper class for left_justify, right_justify, and center_justify.
142 /// left_justify - append spaces after string so total output is
145 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Format.h 128 /// This is a helper class for left_justify, right_justify, and center_justify.
142 /// left_justify - append spaces after string so total output is
145 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Format.h 128 /// This is a helper class for left_justify, right_justify, and center_justify.
142 /// left_justify - append spaces after string so total output is
145 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Format.h 128 /// This is a helper class for left_justify, right_justify, and center_justify.
142 /// left_justify - append spaces after string so total output is
145 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Format.h 128 /// This is a helper class for left_justify, right_justify, and center_justify.
142 /// left_justify - append spaces after string so total output is
145 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 219 OS << left_justify(getDarwinStabString(Type), 13);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
llvm-objdump.cpp 460 OS << left_justify(IS.str(), 60) << format("// %012" PRIX64 ": ", Address);
    [all...]
  /external/annotation-tools/asmx/test/lib/
bcel-5.1.jar 
  /external/annotation-tools/asmx/
bcel.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 530 milliseconds

1 2