HomeSort by relevance Sort by last modified time
    Searched refs:sb (Results 276 - 300 of 5874) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
noshowbase.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
noshowpoint.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
noshowpos.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
noskipws.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
nounitbuf.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
nouppercase.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
showbase.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
showpoint.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
showpos.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
skipws.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
unitbuf.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
uppercase.pass.cpp 24 testbuf sb; local
25 std::ios ios(&sb);
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
VolumeDialogController.java 135 final StringBuilder sb = new StringBuilder("{"); local
136 if (indent > 0) sep(sb, indent);
139 sep(sb, indent);
143 sb.append(AudioSystem.streamToString(stream)).append(":").append(ss.level)
146 if (ss.muted) sb.append(" [MUTED]");
147 if (ss.dynamic) sb.append(" [DYNAMIC]");
149 sep(sb, indent); sb.append("ringerModeExternal:").append(ringerModeExternal);
150 sep(sb, indent); sb.append("ringerModeInternal:").append(ringerModeInternal)
    [all...]
  /frameworks/base/tools/preload/
Operation.java 124 StringBuilder sb = new StringBuilder(); local
125 sb.append(type.toString());
126 sb.append(' ');
127 sb.append(loadedClass.toString());
129 sb.append(" (");
130 sb.append(subops.size());
131 sb.append(" sub ops)");
133 return sb.toString();
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pUpnpServiceInfo.java 100 StringBuffer sb = new StringBuffer(); local
101 sb.append("upnp ");
102 sb.append(String.format(Locale.US, "%02x ", VERSION_1_0));
103 sb.append("uuid:");
104 sb.append(uuid);
106 sb.append("::");
107 sb.append(data);
109 return sb.toString();
  /libcore/ojluni/src/main/java/java/beans/
IndexedPropertyChangeEvent.java 75 void appendTo(StringBuilder sb) {
76 sb.append("; index=").append(getIndex());
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
TrafficFlags.java 85 StringBuilder sb = new StringBuilder(); local
86 sb.append("account ");
87 sb.append(flags & ACCOUNT_MASK);
88 sb.append(',');
89 sb.append(REASONS[(flags & REASON_MASK) >> REASON_SHIFT]);
92 sb.append(',');
93 sb.append(maskedData == DATA_CALENDAR ? "calendar" : "contacts");
95 return sb.toString();
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/text/
TextUtils.java 71 StringBuilder sb = new StringBuilder(); local
77 sb.append(delimiter);
79 sb.append(token);
81 return sb.toString();
90 StringBuilder sb = new StringBuilder(); local
96 sb.append(delimiter);
98 sb.append(token);
100 return sb.toString();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/ext.manip/
get_money.pass.cpp 44 testbuf<char> sb(" -$1,234,567.89");
45 std::istream is(&sb);
52 testbuf<char> sb(" -USD 1,234,567.89");
53 std::istream is(&sb);
60 testbuf<wchar_t> sb(L" -$1,234,567.89");
61 std::wistream is(&sb);
68 testbuf<wchar_t> sb(L" -USD 1,234,567.89");
69 std::wistream is(&sb);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.manip/
ends.pass.cpp 56 testbuf<char> sb; local
57 std::ostream os(&sb);
59 assert(sb.str().size() == 1);
60 assert(sb.str().back() == 0);
64 testbuf<wchar_t> sb; local
65 std::wostream os(&sb);
67 assert(sb.str().size() == 1);
68 assert(sb.str().back() == 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
flush.pass.cpp 45 testbuf<char> sb; local
46 std::ostream os(&sb);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/std.manip/
resetiosflags.pass.cpp 27 testbuf<char> sb; local
28 std::istream is(&sb);
34 testbuf<char> sb; local
35 std::ostream os(&sb);
41 testbuf<wchar_t> sb; local
42 std::wistream is(&sb);
48 testbuf<wchar_t> sb; local
49 std::wostream os(&sb);
setiosflags.pass.cpp 27 testbuf<char> sb; local
28 std::istream is(&sb);
34 testbuf<char> sb; local
35 std::ostream os(&sb);
41 testbuf<wchar_t> sb; local
42 std::wistream is(&sb);
48 testbuf<wchar_t> sb; local
49 std::wostream os(&sb);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios/iostate.flags/
exceptions.pass.cpp 29 testbuf sb; local
30 const std::ios ios(&sb);
good.pass.cpp 29 testbuf sb; local
30 std::ios ios(&sb);

Completed in 318 milliseconds

<<11121314151617181920>>