HomeSort by relevance Sort by last modified time
    Searched refs:out_stream (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/tools/android/device_stats_monitor/
device_stats_monitor.cc 58 std::ofstream out_stream; local
59 out_stream.open(out_path_.value().c_str(), std::ios::out);
62 out_stream << i->c_str() << std::endl;
64 out_stream.close();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
config.hpp 65 typedef std::ostream out_stream; typedef in namespace:boost::BOOST_RT_PARAM_NAMESPACE
67 typedef std::basic_ostream<char_type> out_stream; typedef in namespace:boost::BOOST_RT_PARAM_NAMESPACE
119 typedef std::wostream out_stream;
  /art/compiler/sea_ir/code_gen/
code_gen_data.cc 34 ::llvm::raw_string_ostream out_stream(elf);
90 ::llvm::formatted_raw_ostream formatted_os(out_stream, false);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
parser.hpp 126 void usage( out_stream& ostr );
127 void help( out_stream& ostr );
  /art/compiler/llvm/
llvm_compilation_unit.h 130 bool MaterializeToRawOStream(::llvm::raw_ostream& out_stream);
llvm_compilation_unit.cc 200 bool LlvmCompilationUnit::MaterializeToRawOStream(::llvm::raw_ostream& out_stream) {
287 ::llvm::formatted_raw_ostream formatted_os(out_stream, false);
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
update.py 133 out_stream = None
136 out_stream = open(dest_path, 'wb')
140 sha1, size = download.DownloadAndComputeHash(url_stream, out_stream,
150 if out_stream:
151 out_stream.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xpickle.py 237 def worker_main(in_stream, out_stream):
240 cPickle.dump(obj, out_stream, protocol)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xpickle.py 237 def worker_main(in_stream, out_stream):
240 cPickle.dump(obj, out_stream, protocol)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py 419 out_stream = sys.stdout
428 self.assertEqual(out_stream.getvalue(), 'foo\n')
443 self.assertEqual(out_stream.getvalue(), '')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py 419 out_stream = sys.stdout
428 self.assertEqual(out_stream.getvalue(), 'foo\n')
443 self.assertEqual(out_stream.getvalue(), '')
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
argp.h 358 FILE *out_stream; /* For information; initialized to stdout. */
354 FILE *out_stream; \/* For information; initialized to stdout. *\/ member in struct:argp_state
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
argp.h 358 FILE *out_stream; /* For information; initialized to stdout. */
354 FILE *out_stream; \/* For information; initialized to stdout. *\/ member in struct:argp_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
argp.h 358 FILE *out_stream; /* For information; initialized to stdout. */
354 FILE *out_stream; \/* For information; initialized to stdout. *\/ member in struct:argp_state
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp 1259 deduced_out_stream_t out_stream; member in class:boost::detail::lexical_stream_limited_src
    [all...]

Completed in 909 milliseconds