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

1234567891011>>

/external/chromium_org/tools/gn/
H A Dpath_output_unittest.cc13 SourceDir build_dir("//out/Debug/");
17 std::ostringstream out; local
18 writer.WriteFile(out, SourceFile("//foo/bar.cc"));
19 EXPECT_EQ("../../foo/bar.cc", out.str());
23 std::ostringstream out; local
24 writer.WriteFile(out, SourceFile("//foo.cc"));
25 EXPECT_EQ("../../foo.cc", out.str());
29 std::ostringstream out; local
30 writer.WriteFile(out, SourceFile("//out/Debu
38 std::ostringstream out; local
45 std::ostringstream out; local
58 std::ostringstream out; local
64 std::ostringstream out; local
75 std::ostringstream out; local
81 std::ostringstream out; local
92 std::ostringstream out; local
98 std::ostringstream out; local
104 std::ostringstream out; local
118 std::ostringstream out; local
134 std::ostringstream out; local
145 std::ostringstream out; local
151 std::ostringstream out; local
159 std::ostringstream out; local
165 std::ostringstream out; local
173 std::ostringstream out; local
179 std::ostringstream out; local
185 std::ostringstream out; local
193 std::ostringstream out; local
199 std::ostringstream out; local
205 std::ostringstream out; local
211 std::ostringstream out; local
221 std::ostringstream out; local
227 std::ostringstream out; local
[all...]
H A Dfile_template_unittest.cc57 templates.push_back("--out=foo bar\"{{source_name_part}}\".o");
61 std::ostringstream out; local
62 t.WriteWithNinjaExpansions(out);
67 " -i ${source} \"--out=foo$ bar\\\"${source_name_part}\\\".o\"",
68 out.str());
75 templates.push_back("--out=foo bar\"{{source_name_part}}\".o");
79 std::ostringstream out; local
82 t.WriteNinjaVariablesForSubstitution(out, "../../foo/bar.txt", options);
88 out.str());
H A Dninja_binary_target_writer_unittest.cc13 setup.build_settings()->SetBuildDir(SourceDir("//out/Debug/"));
24 std::ostringstream out; local
25 NinjaBinaryTargetWriter writer(&target, setup.toolchain(), out);
43 std::string out_str = out.str();
57 std::ostringstream out; local
58 NinjaBinaryTargetWriter writer(&shlib_target, setup.toolchain(), out);
81 std::string out_str = out.str();
/external/chromium_org/tools/gyp/test/rules-dirname/src/subdir/
H A Dprintvars.py13 out = open(sys.argv[2], 'w') variable
14 out.write(sys.argv[1]);
/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 type 'vec256' in asm input for constraint 'y'}}
9 asm("something %0, %0" : "+y"(out)); // expected-error {{invalid type 'vec256' in asm input for constraint 'y'}}
11 return out;
/external/chromium/chrome/browser/
H A Ddefault_plugin_uitest.cc33 std::wstring out; local
36 L"document.getElementById('result').innerHTML)", &out));
37 ASSERT_EQ(L"DONE", out);
/external/chromium_org/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/chromium_org/third_party/WebKit/Source/platform/exported/linux/
H A DWebFontRenderStyle.cpp40 void WebFontRenderStyle::toFontRenderStyle(FontRenderStyle* out) argument
42 out->useBitmaps = useBitmaps;
43 out->useAutoHint = useAutoHint;
44 out->useHinting = useHinting;
45 out->hintStyle = hintStyle;
46 out->useAntiAlias = useAntiAlias;
47 out->useSubpixelRendering = useSubpixelRendering;
48 out->useSubpixelPositioning = useSubpixelPositioning;
/external/chromium_org/third_party/opus/src/silk/
H A Dlog2lin.c40 opus_int32 out, frac_Q7; local
46 out = silk_LSHIFT( 1, silk_RSHIFT( inLog_Q7, 7 ) );
50 out = silk_ADD_RSHIFT32( out, silk_MUL( out, silk_SMLAWB( frac_Q7, silk_SMULBB( frac_Q7, 128 - frac_Q7 ), -174 ) ), 7 );
53 out = silk_MLA( out, silk_RSHIFT( out, 7 ), silk_SMLAWB( frac_Q7, silk_SMULBB( frac_Q7, 128 - frac_Q7 ), -174 ) );
55 return out;
/external/dropbear/libtomcrypt/src/misc/
H A Dzeromem.c20 @param out The destination of the area to zero
23 void zeromem(void *out, size_t outlen) argument
25 unsigned char *mem = out;
26 LTC_ARGCHKVD(out != NULL);
/external/dropbear/libtomcrypt/src/pk/asn1/der/boolean/
H A Dder_decode_boolean.c25 @param out [out] The boolean to decode
29 int *out)
32 LTC_ARGCHK(out != NULL);
38 *out = (in[2]==0xFF) ? 1 : 0;
28 der_decode_boolean(const unsigned char *in, unsigned long inlen, int *out) argument
H A Dder_encode_boolean.c24 @param out [out] The destination for the DER encoded BOOLEAN
25 @param outlen [in/out] The max size and resulting size of the DER BOOLEAN
29 unsigned char *out, unsigned long *outlen)
32 LTC_ARGCHK(out != NULL);
40 out[0] = 0x01;
41 out[1] = 0x01;
42 out[2] = in ? 0xFF : 0x00;
28 der_encode_boolean(int in, unsigned char *out, unsigned long *outlen) argument
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-84186.js40 var out = JSON.parse(json); variable
41 assertEquals(expected, out.key);
/external/chromium/webkit/glue/
H A Dweb_io_operators.cc20 std::ostream& operator<<(std::ostream& out, const WebString& s) { argument
21 return out << static_cast<string16>(s);
25 std::ostream& operator<<(std::ostream& out, const WebPoint& p) { argument
26 return out << static_cast<gfx::Point>(p);
29 std::ostream& operator<<(std::ostream& out, const WebRect& p) { argument
30 return out << static_cast<gfx::Rect>(p);
/external/chromium_org/third_party/WebKit/Source/wtf/testing/
H A DWTFTestHelpers.cpp40 std::ostream& operator<<(std::ostream& out, const String& string) argument
43 return out << "<null>";
45 out << '"';
51 out << "\\t";
54 out << "\\n";
57 out << "\\r";
60 out << "\\\"";
63 out << "\\\\";
67 out << static_cast<char>(character);
70 out << "\\
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Ddxbc_dump.cpp32 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/dropbear/libtomcrypt/src/hashes/helper/
H A Dhash_file.c21 @param out [out] The destination of the digest
22 @param outlen [in/out] The max size and resulting size of the message digest
25 int hash_file(int hash, const char *fname, unsigned char *out, unsigned long *outlen) argument
33 LTC_ARGCHK(out != NULL);
45 err = hash_filehandle(hash, in, out, outlen);
H A Dhash_filehandle.c22 @param out [out] The destination of the digest
23 @param outlen [in/out] The max size and resulting size of the digest
26 int hash_filehandle(int hash, FILE *in, unsigned char *out, unsigned long *outlen) argument
36 LTC_ARGCHK(out != NULL);
59 err = hash_descriptor[hash].done(&md, out);
/external/dropbear/libtomcrypt/src/pk/pkcs1/
H A Dpkcs_1_i2osp.c28 @param out [out] The destination for the integer
31 int pkcs_1_i2osp(void *n, unsigned long modulus_len, unsigned char *out) argument
42 zeromem(out, modulus_len);
43 return mp_to_unsigned_bin(n, out+(modulus_len-size));
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid_nt.c81 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 Dpack.c41 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 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>");

Completed in 635 milliseconds

1234567891011>>