/external/clang/test/CodeGen/ |
H A D | 2007-05-11-str-const.c | 3 static unsigned char out[]={0,1}; variable
|
H A D | mips-constraints-mem.c | 17 int out = 0; local 22 : "=r"(out)
|
H A D | mmx-inline-asm-error.c | 5 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 D | freeze.pass.cpp | 22 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 D | pcount.pass.cpp | 22 std::ostrstream out; local 23 assert(out.pcount() == 0); 24 out << 123 << ' ' << 4.5 << ' ' << "dog"; 25 assert(out.pcount() == 11);
|
H A D | str.pass.cpp | 22 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 D | freeze.pass.cpp | 22 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 D | pcount.pass.cpp | 22 std::strstream out; local 23 assert(out.pcount() == 0); 24 out << 123 << ' ' << 4.5 << ' ' << "dog"; 25 assert(out.pcount() == 11);
|
H A D | str.pass.cpp | 22 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 D | stream_inserter.pass.cpp | 24 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 D | test_fcsr.c | 6 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 D | spbenchstyle.h | 13 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/libcxx/test/std/experimental/string.view/string.view.io/ |
H A D | stream_insert.pass.cpp | 27 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/input.output/file.streams/fstreams/ifstream.cons/ |
H A D | string.pass.cpp | 29 std::ifstream fs(std::string("test.dat"), std::ios_base::out); member in class:std::ios_base 41 std::wifstream fs(std::string("test.dat"), std::ios_base::out); member in class:std::ios_base
|
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/ |
H A D | stream_insert.pass.cpp | 26 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/libopus/silk/ |
H A D | log2lin.c | 40 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/valgrind/none/tests/mips32/ |
H A D | test_fcsr.c | 5 int out [] = {0, 0}; local 20 : "r" (in), "r" (out) 23 printf("FCSR::1: 0x%x, 2: 0x%x\n", out[0], out[1]);
|
/external/e2fsprogs/lib/uuid/ |
H A D | gen_uuid_nt.c | 81 void uuid_generate(uuid_t out) argument 86 ((NtAllocateUuids_2000)NtAllocateUuids)(out, ((char*)out)+8, ((char*)out)+12, &seed[0] ); 90 NtAllocateUuids(out, ((char*)out)+8, ((char*)out)+12);
|
H A D | pack.c | 41 unsigned char *out = ptr; local 44 out[3] = (unsigned char) tmp; 46 out[2] = (unsigned char) tmp; 48 out[1] = (unsigned char) tmp; 50 out[0] = (unsigned char) tmp; 53 out[5] = (unsigned char) tmp; 55 out[4] = (unsigned char) tmp; 58 out[7] = (unsigned char) tmp; 60 out[6] = (unsigned char) tmp; 63 out[ [all...] |
/external/javassist/sample/evolve/ |
H A D | WebPage.java | 12 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 D | WebPage.java | 12 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 D | default.pass.cpp | 21 std::ostrstream out; local 25 out << i << ' ' << d << ' ' << s << std::ends; 26 assert(out.str() == std::string("123 4.5 dog")); 27 out.freeze(false);
|
/external/libcxx/test/std/re/re.results/re.results.form/ |
H A D | form4.pass.cpp | 31 std::string out = m.format(fmt); local 32 assert(out == "prefix: ab, match: cdefghi, suffix: jk, m[1]: efg, m[2]: e"); 40 std::string out = m.format(fmt, std::regex_constants::format_sed); local 41 assert(out == "prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2"); 49 std::string out = m.format(fmt, std::regex_constants::format_sed); local 50 assert(out == "match: cdefghi, m[1]: efg, m[2]: e"); 59 std::wstring out = m.format(fmt); local 60 assert(out == L"prefix: ab, match: cdefghi, suffix: jk, m[1]: efg, m[2]: e"); 68 std::wstring out = m.format(fmt, std::regex_constants::format_sed); local 69 assert(out 77 std::wstring out = m.format(fmt, std::regex_constants::format_sed); local [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
H A D | dxbc_dump.cpp | 32 std::ostream& operator <<(std::ostream& out, const dxbc_container& container) argument 40 out << "# DXBC chunk " << std::setw(2) << i << ": " << fourcc_str << " offset " << ((char*)chunk - (char*)container.data) << " size " << bswap_le32(chunk->size) << "\n"; 42 return out;
|
/external/pdfium/testing/ |
H A D | fx_string_testhelpers.cpp | 13 std::ostream& output_string(std::ostream& out, const T& str) { argument 14 out << std::hex << std::setfill('0') << '"'; 18 out << static_cast<char>(c); 20 out << "\\x" << std::setw(2) << c << std::setw(0); 22 out << "\\u" << std::setw(4) << c << std::setw(0); 24 out << "<invalid>"; 27 out << '"' << std::dec << std::setfill(' '); 28 return out; 33 std::ostream& operator<<(std::ostream& out, const CFX_ByteStringC& str) { argument 34 return output_string(out, st 37 operator <<(std::ostream& out, const CFX_ByteString& str) argument 41 operator <<(std::ostream& out, const CFX_WideStringC& str) argument 45 operator <<(std::ostream& out, const CFX_WideString& str) argument [all...] |