HomeSort by relevance Sort by last modified time
    Searched full:setw (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/stlport/stlport/using/h/
iomanip.h 6 using ::setw;
  /ndk/sources/cxx-stl/stlport/stlport/using/h/
iomanip.h 6 using ::setw;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/h/
iomanip.h 6 using ::setw;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/h/
iomanip.h 6 using ::setw;
  /external/stlport/stlport/using/
iomanip 6 using _STLP_NEW_IO_NAMESPACE::setw;
  /ndk/sources/cxx-stl/stlport/stlport/using/
iomanip 6 using _STLP_NEW_IO_NAMESPACE::setw;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/
iomanip 6 using _STLP_NEW_IO_NAMESPACE::setw;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/
iomanip 6 using _STLP_NEW_IO_NAMESPACE::setw;
  /external/zlib/contrib/iostream2/
zstream_test.cpp 20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl;
  /frameworks/compile/linkloader/include/impl/
ELFSymbol.hxx 115 cout << setw(20) << getName() <<
116 setw(10) << getTypeStr(getType()) <<
117 setw(10) << getBindingAttributeStr(getBindingAttribute()) <<
118 setw(15) << getVisibilityStr(getVisibility()) <<
119 setw(10) << getSectionIndex() <<
120 setw(7) << getValue() <<
121 setw(7) << getSize() <<
  /external/collada/src/dae/
daeElement.cpp 519 msg << setw(c1w) << left << "" << setw(c2w) << left << "Element 1" << "Element 2\n"
520 << setw(c1w) << left << "" << setw(c2w) << left << "---------" << "---------\n"
521 << setw(c1w) << left << "Name" << setw(c2w) << left << name1 << name2 << endl
522 << setw(c1w) << left << "Type" << setw(c2w) << left << type1 << type2 << endl
523 << setw(c1w) << left << "ID" << setw(c2w) << left << id1 << id2 << end
    [all...]
  /external/stlport/stlport/
iomanip.h 37 using _STLP_STD::setw;
  /ndk/sources/cxx-stl/stlport/stlport/
iomanip.h 37 using _STLP_STD::setw;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
iomanip.h 37 using _STLP_STD::setw;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
iomanip.h 37 using _STLP_STD::setw;
  /external/oprofile/libutil++/
string_manip.cpp 120 os << setw(int_width + fract_width + 1)
125 os << setw(int_width + fract_width + 1)
  /external/clang/test/Analysis/
PR2978.m 55 [self setW:@"newW"]; // This will release '_W', but retain the new value
  /external/chromium/googleurl/base/
logging.cc 266 << std::setw(2) << 1 + tm_time.tm_mon
267 << std::setw(2) << tm_time.tm_mday
269 << std::setw(2) << tm_time.tm_hour
270 << std::setw(2) << tm_time.tm_min
271 << std::setw(2) << tm_time.tm_sec
  /external/llvm/lib/Support/
Disassembler.cpp 65 << std::setw(bits/4);
  /external/stlport/test/unit/
num_put_get_test.cpp 470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
486 ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f;
494 ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f;
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
1020 s << hex << setw( 4 ) << 0xff;
1025 s << hex << setw( 4 ) << 0;
1040 s << hex << showbase << setw( 4 ) << 0xff;
1046 s << hex << showbase << setw(8+2) << 0;
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
486 ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f;
494 ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f;
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
1020 s << hex << setw( 4 ) << 0xff;
1025 s << hex << setw( 4 ) << 0;
1040 s << hex << showbase << setw( 4 ) << 0xff;
1046 s << hex << showbase << setw(8+2) << 0;
    [all...]
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp 470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
486 ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f;
494 ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f;
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
1020 s << hex << setw( 4 ) << 0xff;
1025 s << hex << setw( 4 ) << 0;
1040 s << hex << showbase << setw( 4 ) << 0xff;
1046 s << hex << showbase << setw(8+2) << 0;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 139 LOG(INFO) << std::setw(nest) << " "
156 LOG(INFO) << std::setw(nest) << " " << "## TEXT REMOVED ##";
159 LOG(INFO) << std::setw(nest) << " "
  /external/oprofile/pp/
opreport.cpp 227 cout << setw(9) << count << ' ';
252 // gcc 2.95 doesn't honor setw() for std::string
253 cout << setw(colwidth) << name.c_str();
266 cout << setw(percent_width) << "%|";
  /external/chromium/base/
logging.cc 674 << std::setw(2) << 1 + tm_time->tm_mon
675 << std::setw(2) << tm_time->tm_mday
677 << std::setw(2) << tm_time->tm_hour
678 << std::setw(2) << tm_time->tm_min
679 << std::setw(2) << tm_time->tm_sec

Completed in 500 milliseconds

1 2 3