/external/chromium_org/third_party/WebKit/Source/core/frame/ |
DOMWindowBase64.cpp | 29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 67 Vector<char> out; local 68 if (!base64Decode(encodedString, out, isHTMLSpace<UChar>, Base64ValidatePadding)) { 73 return String(out.data(), out.size());
|
/external/chromium_org/tools/gn/ |
file_template_unittest.cc | 57 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());
|
ninja_binary_target_writer_unittest.cc | 13 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();
|
gyp_script_target_writer_unittest.cc | 12 setup.build_settings()->SetBuildDir(SourceDir("//out/Debug/")); 21 SourceFile("//out/Debug/{{source_file_part}}.out")); 30 std::ostringstream out; local 32 SourceDir("//out/gn_gyp/"), out); 43 " '-C', '../../out/Debug/obj/foo/bar_ninja',\n" 51 " '../../out/Debug/input1.txt.out',\n" 52 " '../../out/Debug/input2.txt.out',\n [all...] |
ninja_copy_target_writer_unittest.cc | 15 setup.build_settings()->SetBuildDir(SourceDir("//out/Debug/")); 23 SourceFile("//out/Debug/{{source_name_part}}.out")); 29 std::ostringstream out; local 30 NinjaCopyTargetWriter writer(&target, setup.toolchain(), out); 34 "build input1.out: copy ../../foo/input1.txt\n" 35 "build input2.out: copy ../../foo/input2.txt\n" 37 "build obj/foo/bar.stamp: stamp input1.out input2.out\n"; 38 std::string out_str = out.str() 49 std::ostringstream out; local [all...] |
/external/valgrind/main/none/tests/mips32/ |
MemCpyTest.c | 35 int i, out; local 51 : "=&r" (out)
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/ |
NotificationQueue.h | 30 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 51 * @param out beginning of queue header 56 notificationQueue_t *out, 80 notificationQueue_t *out; member in class:NotificationQueue
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/ |
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"));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.form/ |
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 == L"prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2") 77 std::wstring out = m.format(fmt, std::regex_constants::format_sed); local [all...] |
/external/emma/core/java12/com/vladium/jcd/compiler/ |
CodeGen.java | 26 public static void load_local_object_var (final ByteArrayOStream out, final int index) 30 out.write (_aload_0 + index); // aload_n 34 out.write2 (_aload, 39 out.write4 (_wide, 46 public static void store_local_object_var (final ByteArrayOStream out, final int index) 50 out.write (_astore_0 + index); // astore_n 54 out.write2 (_astore, 59 out.write4 (_wide, 68 public static void push_int_value (final ByteArrayOStream out, final ClassDef cls, final int value) 72 out.write (_iconst_0 + value) [all...] |
/libcore/luni/src/main/java/java/io/ |
FilterOutputStream.java | 38 protected OutputStream out; field in class:FilterOutputStream 41 * Constructs a new {@code FilterOutputStream} with {@code out} as its 44 * @param out 47 public FilterOutputStream(OutputStream out) { 48 this.out = out; 67 out.close(); 80 * Ensures that all pending data is sent out to the target stream. This 88 out.flush(); 112 // Call write() instead of out.write() since subclasses coul [all...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
ProxyOutputStream.java | 41 // the proxy is stored in a protected superclass variable named 'out'
50 out.write(idx);
59 out.write(bts);
70 out.write(bts, st, end);
78 out.flush();
86 out.close();
|
ProxyWriter.java | 43 // the proxy is stored in a protected superclass variable named 'out'
52 out.write(idx);
61 out.write(chr);
72 out.write(chr, st, end);
81 out.write(str);
92 out.write(str, st, end);
100 out.flush();
108 out.close();
|
/external/apache-http/src/org/apache/http/impl/io/ |
IdentityOutputStream.java | 53 private final SessionOutputBuffer out; field in class:IdentityOutputStream 58 public IdentityOutputStream(final SessionOutputBuffer out) { 60 if (out == null) { 63 this.out = out; 74 this.out.flush(); 79 this.out.flush(); 86 this.out.write(b, off, len); 97 this.out.write(b);
|
/bionic/libc/bionic/ |
sigblock.c | 24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 38 } in, out; local 43 n = sigprocmask(SIG_BLOCK, &in.the_sigset, &out.the_sigset); 47 return out.the_mask;
|
sigsetmask.c | 24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 39 } in, out; local 44 n = sigprocmask(SIG_SETMASK, &in.the_sigset, &out.the_sigset); 48 return out.the_mask;
|
/bionic/tests/ |
libgen_test.cpp | 26 const char* out = basename(&writable_in[0]); local 27 ASSERT_STREQ(expected_out, out) << in; 35 const char* out = dirname(&writable_in[0]); local 36 ASSERT_STREQ(expected_out, out) << in;
|
/dalvik/dx/src/com/android/dx/command/ |
DxConsole.java | 23 * By default the PrintStream objects link to {@code System.out} and 29 * Standard output stream. Links to {@code System.out} by default. 31 public static PrintStream out = System.out; field in class:DxConsole
|
/dalvik/dx/tests/119-merge-conflict/testdata/ |
B.java | 5 System.out.println(new A().hello());
|
/external/chromium_org/chrome/browser/ui/webui/ |
bookmarks_ui_browsertest.cc | 35 std::string out; local 39 &out)); 40 ASSERT_EQ("chrome-extension:", out); 44 &out)); 45 ASSERT_EQ("/main.html", out);
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
ecb3_enc.c | 35 * The word 'cryptographic' can be left out if the rouines from the library 50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 69 unsigned char *out = &(*output)[0]; local 81 l2c(l0,out); 82 l2c(l1,out);
|
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/ |
x86_64-xlate.pl | 140 sub out { 196 sub out { 237 sub out { 325 sub out { 346 sub out { 414 sub out { 647 sub out { 798 if ($label=label->re(\$line)) { print $label->out(); } 801 printf "%s",directive->out(); 832 $insn = $opcode->out($#args>=1?$args[$#args]->size():$sz) 139 sub out { subroutine 195 sub out { subroutine 236 sub out { subroutine 324 sub out { subroutine 345 sub out { subroutine 413 sub out { subroutine 646 sub out { subroutine [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkBitmapHasher.cpp | 18 static void write_int32_to_buffer(uint32_t val, SkWStream* out) { 21 out->write8((uint8_t)(val & 0xff)); 34 SkMD5 out; local 37 write_int32_to_buffer(SkToU32(bitmap.width()), &out); local 38 write_int32_to_buffer(SkToU32(bitmap.height()), &out); local 42 if (!enc->encodeStream(&out, bitmap, SkImageEncoder::kDefaultQuality)) { 47 out.finish(digest);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
genversion.c | 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 38 FILE *out; local 56 out = fopen(argv[1], "wt"); 58 if (!out) { 63 fprintf(out, "; This file auto-generated by genversion.c" 66 fprintf(out, "%%define __YASM_MAJOR__ %d\n", major); 67 fprintf(out, "%%define __YASM_MINOR__ %d\n", minor); 68 fprintf(out, "%%define __YASM_SUBMINOR__ %d\n", subminor); 69 fprintf(out, "%%define __YASM_BUILD__ %d\n", patchlevel); 70 fprintf(out, "%%define __YASM_PATCHLEVEL__ %d\n", patchlevel) [all...] |
/external/chromium_org/tools/json_schema_compiler/test/ |
functions_as_parameters_unittest.cc | 16 FunctionType out; local 17 EXPECT_FALSE(FunctionType::Populate(empty_value, &out)); 23 FunctionType out; local 24 ASSERT_TRUE(FunctionType::Populate(value, &out)); 25 EXPECT_TRUE(out.event_callback.empty()); 35 FunctionType out; local 36 ASSERT_TRUE(FunctionType::Populate(value, &out)); 37 EXPECT_TRUE(value.Equals(out.ToValue().get())); 46 FunctionType out; local 47 ASSERT_TRUE(FunctionType::Populate(value, &out)); 55 OptionalFunctionType out; local 63 OptionalFunctionType out; local 71 OptionalFunctionType out; local 80 OptionalFunctionType out; local 90 OptionalFunctionType out; local [all...] |