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

  /external/llvm/include/llvm/Support/
Format.h 115 /// This is a helper class used for left_justify() and right_justify().
126 /// left_justify - append spaces after string so total output is
129 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /external/jemalloc/src/
util.c 328 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \
332 if (!left_justify && pad_len != 0) { \
340 if (left_justify && pad_len != 0) { \
397 bool left_justify = false; local
413 assert(!left_justify);
414 left_justify = true;
435 left_justify = true;
507 APPEND_PADDED_S(s, slen, width, left_justify);
516 APPEND_PADDED_S(s, slen, width, left_justify);
525 APPEND_PADDED_S(s, slen, width, left_justify);
    [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 93 milliseconds