/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;
|
/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 );
|
parser.ipp | 192 parser::usage( out_stream& ostr ) 231 parser::help( out_stream& ostr )
|
/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);
|
/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/zlib/src/contrib/ada/ |
zlib-streams.ads | 13 type Stream_Mode is (In_Stream, Out_Stream, Duplex); 67 -- If mode is Out_Stream then Read operation is disabled.
|
zlib-streams.adb | 23 if Stream.Mode = Out_Stream or Stream.Mode = Duplex then 81 if Mode = Out_Stream or Mode = Duplex then
|
test.adb | 352 Mode => ZLib.Streams.Out_Stream, 435 Mode => ZLib.Streams.Out_Stream,
|
/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(), '')
|
/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...] |
/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
|