Home
last modified time | relevance | path

Searched refs:istream (Results 76 - 100 of 144) sorted by relevance

123456

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.h69 bool read_prop(std::istream& is) override;
H A Dsfn_instr_controlflow.cpp174 Instr::Pointer IfInstr::from_string(std::istream &is, ValueFactory& value_factory) in from_string()
H A Dsfn_shader_vs.h171 bool read_prop(std::istream& is) override;
H A Dsfn_instr_mem.h60 static auto from_string(std::istream& is, ValueFactory& value_factory) -> Pointer;
H A Dsfn_instr_tex.h138 static Instr::Pointer from_string(std::istream& is, ValueFactory& value_fctory);
/third_party/icu/icu4c/source/io/
H A Dustream.cpp35 #define STD_ISTREAM STD_NAMESPACE istream
/third_party/skia/third_party/externals/icu/source/io/
H A Dustream.cpp35 #define STD_ISTREAM STD_NAMESPACE istream
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbernoulli_distribution.h19 #include <istream>
H A Duniform_real_distribution.h38 #include <istream>
H A Dexponential_distribution.h20 #include <istream>
H A Dgaussian_distribution.h27 #include <istream>
H A Ddiscrete_distribution.h20 #include <istream>
H A Duniform_int_distribution.h32 #include <istream>
H A Dpoisson_distribution.h20 #include <istream>
/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.hpp33 #include <istream>
H A DtcuCommandLine.cpp505 static void parseCaseTrie (CaseTreeNode* root, std::istream& in, std::unordered_map<test_case_hash_t, string> &hashCollisionDetectionMap) in parseCaseTrie()
572 static void parseSimpleCaseList (vector<CaseTreeNode*>& nodeStack, std::istream& in, bool reportDuplicates, std::unordered_map<test_case_hash_t, string> &hashCollisionDetectionMap) in parseSimpleCaseList()
665 static void parseCaseList (CaseTreeNode* root, std::istream& in, bool reportDuplicates, std::unordered_map<test_case_hash_t, string> &hashCollisionDetectionMap) in parseCaseList()
671 static void parseGroupFile(CaseTreeNode* root, std::istream& inGroupList, const tcu::Archive& archive, bool reportDuplicates, std::unordered_map<test_case_hash_t, string> &hashCollisionDetectionMap) in parseGroupFile()
697 static CaseTreeNode* parseCaseList (std::istream& in, const tcu::Archive& archive, const char* path = DE_NULL) in parseCaseList()
1320 // istream adaptor for tcu::Resource. in CaseListFilter()
/third_party/zlib/contrib/iostream/
H A Dzfstream.h68 class gzifstream : public gzfilestream_common, public istream {
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_utils.h37 static bool GetInputStreamSize(std::istream &inputStream, size_t &size);
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dbinary.hpp158 static binary deserialize(std::istream &is);
/third_party/backends/backend/genesys/
H A Dregister.h438 friend void serialize(std::istream& str, RegisterSettingSet<V>& reg);
488 inline void serialize(std::istream& str, RegisterSettingSet<Value>& reg) in serialize()
/third_party/elfio/elfio/
H A Delfio.hpp160 bool load( std::istream& stream, bool is_lazy = false ) noexcept
497 bool load_sections( std::istream& stream, bool is_lazy ) noexcept
556 bool load_segments( std::istream& stream, bool is_lazy ) noexcept
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dprogram.cpp153 std::istream s(&bin); in clCreateProgramWithBinary()
157 } catch (std::istream::failure &) { in clCreateProgramWithBinary()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp1596 std::istream& operator>> (std::istream & in, TiXmlNode & base)
/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.cc286 bool MessageLite::ParseFromIstream(std::istream* input) { in ParseFromIstream()
291 bool MessageLite::ParsePartialFromIstream(std::istream* input) { in ParsePartialFromIstream()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/
H A Dimage_source_fuzz.cpp119 std::unique_ptr<std::istream> is = std::make_unique<std::ifstream>(pathName.c_str()); in CreateImageSourceByIstreamFuzz()

Completed in 17 milliseconds

123456