Searched refs:iostream (Results 1 – 25 of 72) sorted by relevance
123
/external/libcxx/include/ |
D | strstream | 338 : 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);
|
D | iostream | 2 //===--------------------------- iostream ---------------------------------===// 15 iostream synopsis
|
/external/ImageMagick/m4/ |
D | cxx_have_std_libs.m4 | 4 dnl include the files iostream, map, iomanip and cmath}), define 19 AC_TRY_COMPILE([#include <iostream>
|
D | ax_cxx_namespace_std.m4 | 30 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <iostream>
|
/external/swiftshader/third_party/SPIRV-Tools/tools/cfg/ |
D | bin_to_dot.cpp | 34 DotConverter(spvtools::NameMapper name_mapper, std::iostream* out) in DotConverter() 169 size_t num_words, std::iostream* out, in BinaryToDot()
|
D | bin_to_dot.h | 25 size_t num_words, std::iostream* out,
|
/external/deqp-deps/SPIRV-Tools/tools/cfg/ |
D | bin_to_dot.cpp | 34 DotConverter(spvtools::NameMapper name_mapper, std::iostream* out) in DotConverter() 169 size_t num_words, std::iostream* out, in BinaryToDot()
|
D | bin_to_dot.h | 25 size_t num_words, std::iostream* out,
|
/external/eigen/doc/examples/ |
D | make_circulant.cpp.preamble | 2 #include <iostream>
|
/external/libcxx/test/std/utilities/template.bitset/ |
D | includes.pass.cpp | 26 test_typedef<std::iostream>(); in main()
|
/external/antlr/runtime/Cpp/tests/ |
D | t011lexer.g | 9 #include <iostream>
|
D | t039labels.g | 9 #include <iostream>
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/ |
D | types.pass.cpp | 27 static_assert((std::is_base_of<std::iostream, std::strstream>::value), ""); in main()
|
/external/eigen/doc/snippets/ |
D | compile_snippet.cpp.in | 4 #include <iostream>
|
/external/tensorflow/tensorflow/lite/testing/ |
D | generate_testspec.h | 41 std::iostream& stream, const string& tensorflow_model_path,
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | numbers.cc | 72 *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/ |
D | Makefile.os2 | 54 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/ |
D | stream.cpp | 191 static int32_t getBitStatus(const iostream& stream) { in getBitStatus() 199 printBits(const iostream& stream) in printBits()
|
/external/llvm/docs/ |
D | FAQ.rst | 172 …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/ |
D | FAQ.rst | 172 …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/ |
D | file_utils.cc | 5 #import <iostream>
|
/external/parameter-framework/support/android/asio/ |
D | asio_defines.txt | 69 // 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/ |
D | elf-groups.test | 2 ##include <iostream>
|
/external/llvm/test/tools/llvm-readobj/ |
D | elf-groups.test | 2 ##include <iostream>
|
/external/zlib/src/contrib/iostream3/ |
D | README | 11 and made available in the zlib contrib/iostream directory. The older version still
|
123