Searched defs:left_justify (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
H A DFormat.h115 /// 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/jemalloc/src/
H A Dutil.c336 #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/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 180 milliseconds