Searched defs:out (Results 1 - 25 of 2195) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2007-05-11-str-const.c3 static unsigned char out[]={0,1}; variable
H A Dmips-constraints-mem.c17 int out = 0; local
22 : "=r"(out)
H A Dmmx-inline-asm-error.c5 vec256 out; local
8 asm("something %0" : "=y"(out)); // expected-error {{invalid output size for constraint '=y'}}
9 asm("something %0, %0" : "+y"(out)); // expected-error {{invalid output size for constraint '+y'}}
11 return out;
/external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
H A Dfreeze.pass.cpp22 std::ostrstream out; local
23 out.freeze();
24 assert(!out.fail());
25 out << 'a';
26 assert(out.fail());
27 out.clear();
28 out.freeze(false);
29 out << 'a';
30 out << char(0);
31 assert(out
[all...]
H A Dpcount.pass.cpp22 std::ostrstream out; local
23 assert(out.pcount() == 0);
24 out << 123 << ' ' << 4.5 << ' ' << "dog";
25 assert(out.pcount() == 11);
H A Dstr.pass.cpp22 std::ostrstream out; local
23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
24 assert(out.str() == std::string("123 4.5 dog"));
25 out.freeze(false);
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
H A Dfreeze.pass.cpp22 std::strstream out; local
23 out.freeze();
24 assert(!out.fail());
25 out << 'a';
26 assert(out.fail());
27 out.clear();
28 out.freeze(false);
29 out << 'a';
30 out << char(0);
31 assert(out
[all...]
H A Dpcount.pass.cpp22 std::strstream out; local
23 assert(out.pcount() == 0);
24 out << 123 << ' ' << 4.5 << ' ' << "dog";
25 assert(out.pcount() == 11);
H A Dstr.pass.cpp22 std::strstream out; local
23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
24 assert(out.str() == std::string("123 4.5 dog"));
25 out.freeze(false);
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
H A Dstream_inserter.pass.cpp24 std::ostringstream out; local
25 out << std::error_code(std::io_errc::stream);
26 assert(out.str() == "iostream:1");
/external/valgrind/none/tests/mips64/
H A Dtest_fcsr.c6 long out [] = {0, 0}; local
22 : "r" (out)
25 printf("FCSR::1: 0x%lx, 2: 0x%lx\n", out[0], out[1]);
/external/eigen/bench/spbench/
H A Dspbenchstyle.h13 void printBenchStyle(std::ofstream& out) argument
15 out << "<xsl:stylesheet id='stylesheet' version='1.0' \
26 out<<"<table border='1' width='100%' height='100%'>\n \
40 out<<" <xsl:for-each select='BENCH/LINEARSYSTEM'>\n \
53 out<<" <TR>\n \
74 out<<" <TR>\n \
/external/libchrome/base/strings/
H A Dnullable_string16.cc13 std::ostream& operator<<(std::ostream& out, const NullableString16& value) { argument
14 return value.is_null() ? out << "(null)" : out << UTF16ToUTF8(value.string());
/external/libcxx/test/std/experimental/string.view/string.view.io/
H A Dstream_insert.pass.cpp27 std::ostringstream out; local
29 out << sv;
30 assert(out.good());
31 assert(sv == out.str());
34 std::ostringstream out; local
37 out.width(12);
38 out << sv;
39 assert(out.good());
40 assert(" " + s == out.str());
43 std::wostringstream out; local
50 std::wostringstream out; local
[all...]
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
H A Dstream_insert.pass.cpp26 std::ostringstream out; local
28 out << s;
29 assert(out.good());
30 assert(s == out.str());
33 std::ostringstream out; local
35 out.width(12);
36 out << s;
37 assert(out.good());
38 assert(" " + s == out.str());
41 std::wostringstream out; local
48 std::wostringstream out; local
58 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; local
66 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; local
75 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; local
83 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out; local
[all...]
/external/libcxx/test/std/strings/string.view/string.view.io/
H A Dstream_insert.pass.cpp27 std::ostringstream out; local
29 out << sv;
30 assert(out.good());
31 assert(sv == out.str());
34 std::ostringstream out; local
37 out.width(12);
38 out << sv;
39 assert(out.good());
40 assert(" " + s == out.str());
43 std::wostringstream out; local
50 std::wostringstream out; local
[all...]
/external/libopus/silk/
H A Dlog2lin.c40 opus_int32 out, frac_Q7; local
48 out = silk_LSHIFT( 1, silk_RSHIFT( inLog_Q7, 7 ) );
52 out = silk_ADD_RSHIFT32( out, silk_MUL( out, silk_SMLAWB( frac_Q7, silk_SMULBB( frac_Q7, 128 - frac_Q7 ), -174 ) ), 7 );
55 out = silk_MLA( out, silk_RSHIFT( out, 7 ), silk_SMLAWB( frac_Q7, silk_SMULBB( frac_Q7, 128 - frac_Q7 ), -174 ) );
57 return out;
/external/sqlite/android/
H A DPhoneNumberUtilsTest.cpp131 char out[6]; local
135 phone_number_stripped_reversed_inter((input), out, sizeof(out), &outlen); \
136 out[outlen] = 0; \
137 ASSERT_STREQ((expected), (out)); \
/external/valgrind/none/tests/mips32/
H A Dtest_fcsr.c7 int out [] = {0, 0}; local
22 : "r" (in), "r" (out)
25 printf("FCSR::1: 0x%x, 2: 0x%x\n", out[0], out[1]);
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid_nt.c82 void uuid_generate(uuid_t out) argument
87 ((NtAllocateUuids_2000)NtAllocateUuids)(out, ((char*)out)+8, ((char*)out)+12, &seed[0] );
91 NtAllocateUuids(out, ((char*)out)+8, ((char*)out)+12);
H A Dpack.c42 unsigned char *out = ptr; local
45 out[3] = (unsigned char) tmp;
47 out[2] = (unsigned char) tmp;
49 out[1] = (unsigned char) tmp;
51 out[0] = (unsigned char) tmp;
54 out[5] = (unsigned char) tmp;
56 out[4] = (unsigned char) tmp;
59 out[7] = (unsigned char) tmp;
61 out[6] = (unsigned char) tmp;
64 out[
[all...]
/external/javassist/sample/evolve/
H A DWebPage.java12 public void show(OutputStreamWriter out) throws IOException { argument
14 out.write(c.getTime().toString());
15 out.write("<P><A HREF=\"demo.html\">Return to the home page.</A>");
/external/javassist/sample/evolve/sample/evolve/
H A DWebPage.java12 public void show(OutputStreamWriter out) throws IOException { argument
13 out.write("<H2>Current Time:</H2>");
15 out.write("<CENTER><H3><FONT color=\"blue\">");
16 out.write(c.getTime().toString());
17 out.write("</FONT></H3></CENTER><HR>");
18 out.write("<P><A HREF=\"demo.html\">Return to the home page.</A>");
/external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/
H A Ddefault.pass.cpp22 std::ostrstream out; local
26 out << i << ' ' << d << ' ' << s << std::ends;
27 assert(out.str() == std::string("123 4.5 dog"));
28 out.freeze(false);
/external/libcxx/test/std/re/re.results/re.results.form/
H A Dform4.pass.cpp32 std::string out = m.format(fmt); local
33 assert(out == "prefix: ab, match: cdefghi, suffix: jk, m[1]: efg, m[2]: e");
41 std::string out = m.format(fmt, std::regex_constants::format_sed); local
42 assert(out == "prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
50 std::string out = m.format(fmt, std::regex_constants::format_sed); local
51 assert(out == "match: cdefghi, m[1]: efg, m[2]: e");
60 std::wstring out = m.format(fmt); local
61 assert(out == L"prefix: ab, match: cdefghi, suffix: jk, m[1]: efg, m[2]: e");
69 std::wstring out = m.format(fmt, std::regex_constants::format_sed); local
70 assert(out
78 std::wstring out = m.format(fmt, std::regex_constants::format_sed); local
[all...]

Completed in 1142 milliseconds

1234567891011>>