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

  /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
421 assert(!left_justify);
422 left_justify = true;
443 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/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 128 OS << ' ' << left_justify(getColumnHeader(ColumnKinds[i]), 24);
  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 221 OS << left_justify(getDarwinStabString(Type), 13);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 749 milliseconds