HomeSort by relevance Sort by last modified time
    Searched refs:sout (Results 1 - 25 of 30) sorted by null

1 2

  /external/lz4/contrib/gen_manual/
gen_manual.cpp 90 void print_line(stringstream &sout, string line)
97 sout << line.substr(0, spos);
98 sout << "</b>" << line.substr(spos) << "<b>" << endl;
101 sout << line << endl;
112 stringstream sout; local
145 sout << "<pre><b>";
147 print_line(sout, lines[l]);
149 sout << "</b></pre><BR>" << endl;
155 sout << "<pre><b>";
156 print_line(sout, line)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_codeccallbacks.py 98 sout = "&laquo;&real;&raquo; = &lang;&#4660;&euro;&rang;"
99 self.assertEqual(sin.encode("ascii", "test.xmlcharnamereplace"), sout)
100 sout = "\xab&real;\xbb = &lang;&#4660;&euro;&rang;"
101 self.assertEqual(sin.encode("latin-1", "test.xmlcharnamereplace"), sout)
102 sout = "\xab&real;\xbb = &lang;&#4660;\xa4&rang;"
103 self.assertEqual(sin.encode("iso-8859-15", "test.xmlcharnamereplace"), sout)
126 sout = "\033[1mNOT SIGN, ETHIOPIC SYLLABLE SEE, EURO SIGN, CJK UNIFIED IDEOGRAPH-8000\033[0m"
127 self.assertEqual(sin.encode("ascii", "test.uninamereplace"), sout)
129 sout = "\xac\033[1mETHIOPIC SYLLABLE SEE, EURO SIGN, CJK UNIFIED IDEOGRAPH-8000\033[0m"
130 self.assertEqual(sin.encode("latin-1", "test.uninamereplace"), sout)
    [all...]
test_multibytecodec_support.py 87 sin, sout = self.xmlcharnametest
90 sout = "&laquo;&real;&raquo; = &lang;&#4660;&rang;"
92 "test.xmlcharnamereplace")[0], sout)
test_codecs.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_codeccallbacks.py 98 sout = "&laquo;&real;&raquo; = &lang;&#4660;&euro;&rang;"
99 self.assertEqual(sin.encode("ascii", "test.xmlcharnamereplace"), sout)
100 sout = "\xab&real;\xbb = &lang;&#4660;&euro;&rang;"
101 self.assertEqual(sin.encode("latin-1", "test.xmlcharnamereplace"), sout)
102 sout = "\xab&real;\xbb = &lang;&#4660;\xa4&rang;"
103 self.assertEqual(sin.encode("iso-8859-15", "test.xmlcharnamereplace"), sout)
126 sout = "\033[1mNOT SIGN, ETHIOPIC SYLLABLE SEE, EURO SIGN, CJK UNIFIED IDEOGRAPH-8000\033[0m"
127 self.assertEqual(sin.encode("ascii", "test.uninamereplace"), sout)
129 sout = "\xac\033[1mETHIOPIC SYLLABLE SEE, EURO SIGN, CJK UNIFIED IDEOGRAPH-8000\033[0m"
130 self.assertEqual(sin.encode("latin-1", "test.uninamereplace"), sout)
    [all...]
test_multibytecodec_support.py 98 sin, sout = self.xmlcharnametest
101 sout = "&laquo;&real;&raquo; = &lang;&#4660;&rang;"
103 "test.xmlcharnamereplace")[0], sout)
test_codecs.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_codeccallbacks.py 98 sout = "&laquo;&real;&raquo; = &lang;&#4660;&euro;&rang;"
99 self.assertEqual(sin.encode("ascii", "test.xmlcharnamereplace"), sout)
100 sout = "\xab&real;\xbb = &lang;&#4660;&euro;&rang;"
101 self.assertEqual(sin.encode("latin-1", "test.xmlcharnamereplace"), sout)
102 sout = "\xab&real;\xbb = &lang;&#4660;\xa4&rang;"
103 self.assertEqual(sin.encode("iso-8859-15", "test.xmlcharnamereplace"), sout)
126 sout = "\033[1mNOT SIGN, ETHIOPIC SYLLABLE SEE, EURO SIGN, CJK UNIFIED IDEOGRAPH-8000\033[0m"
127 self.assertEqual(sin.encode("ascii", "test.uninamereplace"), sout)
129 sout = "\xac\033[1mETHIOPIC SYLLABLE SEE, EURO SIGN, CJK UNIFIED IDEOGRAPH-8000\033[0m"
130 self.assertEqual(sin.encode("latin-1", "test.uninamereplace"), sout)
    [all...]
test_multibytecodec_support.py 98 sin, sout = self.xmlcharnametest
101 sout = "&laquo;&real;&raquo; = &lang;&#4660;&rang;"
103 "test.xmlcharnamereplace")[0], sout)
test_codecs.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codeccallbacks.py 98 sout = "&laquo;&real;&raquo; = &lang;&#4660;&euro;&rang;"
99 self.assertEqual(sin.encode("ascii", "test.xmlcharnamereplace"), sout)
100 sout = "\xab&real;\xbb = &lang;&#4660;&euro;&rang;"
101 self.assertEqual(sin.encode("latin-1", "test.xmlcharnamereplace"), sout)
102 sout = "\xab&real;\xbb = &lang;&#4660;\xa4&rang;"
103 self.assertEqual(sin.encode("iso-8859-15", "test.xmlcharnamereplace"), sout)
126 sout = "\033[1mNOT SIGN, ETHIOPIC SYLLABLE SEE, EURO SIGN, CJK UNIFIED IDEOGRAPH-8000\033[0m"
127 self.assertEqual(sin.encode("ascii", "test.uninamereplace"), sout)
129 sout = "\xac\033[1mETHIOPIC SYLLABLE SEE, EURO SIGN, CJK UNIFIED IDEOGRAPH-8000\033[0m"
130 self.assertEqual(sin.encode("latin-1", "test.uninamereplace"), sout)
    [all...]
test_multibytecodec_support.py 98 sin, sout = self.xmlcharnametest
101 sout = "&laquo;&real;&raquo; = &lang;&#4660;&rang;"
103 "test.xmlcharnamereplace")[0], sout)
test_codecs.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codeccallbacks.py 98 sout = "&laquo;&real;&raquo; = &lang;&#4660;&euro;&rang;"
99 self.assertEqual(sin.encode("ascii", "test.xmlcharnamereplace"), sout)
100 sout = "\xab&real;\xbb = &lang;&#4660;&euro;&rang;"
101 self.assertEqual(sin.encode("latin-1", "test.xmlcharnamereplace"), sout)
102 sout = "\xab&real;\xbb = &lang;&#4660;\xa4&rang;"
103 self.assertEqual(sin.encode("iso-8859-15", "test.xmlcharnamereplace"), sout)
126 sout = "\033[1mNOT SIGN, ETHIOPIC SYLLABLE SEE, EURO SIGN, CJK UNIFIED IDEOGRAPH-8000\033[0m"
127 self.assertEqual(sin.encode("ascii", "test.uninamereplace"), sout)
129 sout = "\xac\033[1mETHIOPIC SYLLABLE SEE, EURO SIGN, CJK UNIFIED IDEOGRAPH-8000\033[0m"
130 self.assertEqual(sin.encode("latin-1", "test.uninamereplace"), sout)
    [all...]
test_multibytecodec_support.py 98 sin, sout = self.xmlcharnametest
101 sout = "&laquo;&real;&raquo; = &lang;&#4660;&rang;"
103 "test.xmlcharnamereplace")[0], sout)
test_codecs.py     [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
LoggingPrintStreamTest.java 40 StringWriter sout = new StringWriter(); local
41 t.printStackTrace(new PrintWriter(sout));
46 String[] lines = sout.toString().split("\\n");
  /prebuilts/go/darwin-x86/src/syscall/
exec_linux_test.go 83 sout := strings.TrimSpace(string(out))
85 if sout != want {
181 sout := strings.TrimSpace(string(out))
182 if !strings.Contains(sout, "lo:") {
183 t.Fatalf("Expected lo network interface to exist, got %s", sout)
186 lines := strings.Split(sout, "\n")
  /prebuilts/go/linux-x86/src/syscall/
exec_linux_test.go 83 sout := strings.TrimSpace(string(out))
85 if sout != want {
181 sout := strings.TrimSpace(string(out))
182 if !strings.Contains(sout, "lo:") {
183 t.Fatalf("Expected lo network interface to exist, got %s", sout)
186 lines := strings.Split(sout, "\n")
  /external/jsoncpp/src/lib_json/
json_writer.cpp 684 std::ostream& operator<<(std::ostream& sout, const Value& root) {
686 writer.write(sout, root);
687 return sout;
  /external/v8/tools/clang/blink_gc_plugin/
process-graph.py 311 sout = out.getvalue()
312 if not is_ignored_cycle(sout):
313 print "\nFound a potentially leaking cycle starting from a GC root:\n", sout
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 5170 std::ostringstream sout; local
    [all...]
json.h     [all...]
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 652 sout=`env LOOKUP="$host" \
673 if echo "$sout" | grep AF_INET6_ONLY > /dev/null; then
674 echo "$sout"
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
inout.s 491 sout #0xbeee,r0

Completed in 620 milliseconds

1 2