Home
last modified time | relevance | path

Searched refs:iostream (Results 1 – 25 of 72) sorted by relevance

123

/external/libcxx/include/
Dstrstream338 : public iostream
350 : iostream(&__sb_) {}
353 : iostream(&__sb_),
360 : iostream(_VSTD::move(__rhs)),
363 iostream::set_rdbuf(&__sb_);
369 iostream::operator=(_VSTD::move(__rhs));
380 iostream::swap(__rhs);
Diostream2 //===--------------------------- iostream ---------------------------------===//
15 iostream synopsis
/external/ImageMagick/m4/
Dcxx_have_std_libs.m44 dnl include the files iostream, map, iomanip and cmath}), define
19 AC_TRY_COMPILE([#include <iostream>
Dax_cxx_namespace_std.m430 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <iostream>
/external/swiftshader/third_party/SPIRV-Tools/tools/cfg/
Dbin_to_dot.cpp34 DotConverter(spvtools::NameMapper name_mapper, std::iostream* out) in DotConverter()
169 size_t num_words, std::iostream* out, in BinaryToDot()
Dbin_to_dot.h25 size_t num_words, std::iostream* out,
/external/deqp-deps/SPIRV-Tools/tools/cfg/
Dbin_to_dot.cpp34 DotConverter(spvtools::NameMapper name_mapper, std::iostream* out) in DotConverter()
169 size_t num_words, std::iostream* out, in BinaryToDot()
Dbin_to_dot.h25 size_t num_words, std::iostream* out,
/external/eigen/doc/examples/
Dmake_circulant.cpp.preamble2 #include <iostream>
/external/libcxx/test/std/utilities/template.bitset/
Dincludes.pass.cpp26 test_typedef<std::iostream>(); in main()
/external/antlr/runtime/Cpp/tests/
Dt011lexer.g9 #include <iostream>
Dt039labels.g9 #include <iostream>
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/
Dtypes.pass.cpp27 static_assert((std::is_base_of<std::iostream, std::strstream>::value), ""); in main()
/external/eigen/doc/snippets/
Dcompile_snippet.cpp.in4 #include <iostream>
/external/tensorflow/tensorflow/lite/testing/
Dgenerate_testspec.h41 std::iostream& stream, const string& tensorflow_model_path,
/external/tensorflow/tensorflow/core/lib/strings/
Dnumbers.cc72 *endptr = str + (s.eof() ? static_cast<std::iostream::pos_type>(strlen(str)) in locale_independent_strtonum()
109 (s.fail() ? static_cast<std::iostream::pos_type>(0) in locale_independent_strtonum()
110 : (s.eof() ? static_cast<std::iostream::pos_type>(strlen(str)) in locale_independent_strtonum()
/external/zlib/src/old/os2/
DMakefile.os254 contrib/asm386/*.bat contrib/asm386/zlibvc.d?? contrib/iostream/*.cpp \
55 contrib/iostream/*.h contrib/iostream2/*.h contrib/iostream2/*.cpp \
/external/icu/icu4c/source/test/iotest/
Dstream.cpp191 static int32_t getBitStatus(const iostream& stream) { in getBitStatus()
199 printBits(const iostream& stream) in printBits()
/external/llvm/docs/
DFAQ.rst172 …is ``llvm.global_ctors`` and ``_GLOBAL__I_a...`` stuff that happens when I ``#include <iostream>``?
174 If you ``#include`` the ``<iostream>`` header into a C++ translation unit,
183 unit that includes ``<iostream>``. This object has a static constructor
184 and destructor that initializes and destroys the global iostream objects
190 ``iostream``\s to print values.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DFAQ.rst172 …is ``llvm.global_ctors`` and ``_GLOBAL__I_a...`` stuff that happens when I ``#include <iostream>``?
174 If you ``#include`` the ``<iostream>`` header into a C++ translation unit,
183 unit that includes ``<iostream>``. This object has a static constructor
184 and destructor that initializes and destroys the global iostream objects
190 ``iostream``\s to print values.
/external/image_io/src/utils/
Dfile_utils.cc5 #import <iostream>
/external/parameter-framework/support/android/asio/
Dasio_defines.txt69 // We are not using asio for iostream, nor serial ports, nor posix file
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Delf-groups.test2 ##include <iostream>
/external/llvm/test/tools/llvm-readobj/
Delf-groups.test2 ##include <iostream>
/external/zlib/src/contrib/iostream3/
DREADME11 and made available in the zlib contrib/iostream directory. The older version still

123