Home
last modified time | relevance | path

Searched defs:istream (Results 1 – 25 of 41) sorted by relevance

12

/external/nanopb-c/tests/fixed_count/
Dfixed_count_unittests.c19 pb_istream_t istream; in main() local
43 pb_istream_t istream; in main() local
70 pb_istream_t istream; in main() local
/external/nanopb-c/tests/inline/
Dinline_unittests.c24 pb_istream_t istream = pb_istream_from_buffer(msg1_buffer, Message1_size); in main() local
45 pb_istream_t istream = pb_istream_from_buffer(msg2_buffer, Message2_size); in main() local
/external/grpc-grpc/third_party/nanopb/tests/inline/
Dinline_unittests.c24 pb_istream_t istream = pb_istream_from_buffer(msg1_buffer, Message1_size); in main() local
45 pb_istream_t istream = pb_istream_from_buffer(msg2_buffer, Message2_size); in main() local
/external/tflite-support/tensorflow_lite_support/cc/utils/
Dcommon_utils.cc31 std::istream* istream, in ReadIStreamLineByLine()
42 std::istream* istream) { in ReadIStreamLineSplits()
52 std::vector<std::string> ReadIStreamByLine(std::istream* istream) { in ReadIStreamByLine()
/external/antlr/runtime/C/src/
Dantlr3treeparser.c189 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol()
204 getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTI… in getMissingSymbol()
Dantlr3lexer.c222 pANTLR3_INT_STREAM istream; in nextTokenStr() local
895 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol()
901 getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTI… in getMissingSymbol()
/external/antlr/runtime/Cpp/include/
Dantlr3baserecognizer.inl758 BaseRecognizer<ImplTraits, StreamType>::getCurrentInputSymbol( IntStreamType* istream )
765 BaseRecognizer<ImplTraits, StreamType>::getCurrentInputSymbol(IntStreamType* istream, ClassForwarde…
772 BaseRecognizer<ImplTraits, StreamType>::getCurrentInputSymbol(IntStreamType* istream, ClassForwarde…
781 BaseRecognizer<ImplTraits, StreamType>::getCurrentInputSymbol(IntStreamType* istream, ClassForwarde…
790 …mType>::UnitType* BaseRecognizer<ImplTraits, StreamType>::getMissingSymbol( IntStreamType* istream,
Dantlr3treeparser.inl155 TreeParser<ImplTraits>::getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e,
/external/perfetto/src/traceconv/
Dlite_fallbacks.cc27 bool TraceToText(std::istream*, std::ostream*) { in TraceToText()
/external/nanopb-c/tests/regression/issue_256/
Dsubmsg_array.c25 pb_istream_t istream = pb_istream_from_buffer(buffer, ostream.bytes_written); in main() local
/external/libwebm/webm_parser/include/webm/
Distream_reader.h48 explicit IstreamReader(T&& istream) : istream_(new T(std::move(istream))) {} in IstreamReader()
/external/tensorflow/tensorflow/lite/kernels/
Dacceleration_test_util_internal.cc31 std::istringstream istream{config}; in ReadAccelerationConfig() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/transforms/
Dtiling.cc188 std::istringstream &istream) { in parseTileSizes()
217 std::istringstream &istream) { in parseNestedTileSizes()
241 std::istringstream istream(str); in parseNestedTileSizes() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegressionTest.java266 ObjectInputStream istream = null; in Test4111739() local
738 ObjectInputStream istream = null; in testBugTestsWithNamesArguments() local
878 ObjectInputStream istream = new ObjectInputStream(new ByteArrayInputStream(bytes)); in serializeAndDeserialize() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegressionTest.java269 ObjectInputStream istream = null; in Test4111739() local
741 ObjectInputStream istream = null; in testBugTestsWithNamesArguments() local
881 ObjectInputStream istream = new ObjectInputStream(new ByteArrayInputStream(bytes)); in serializeAndDeserialize() local
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/
Drvalue.pass.cpp49 void operator>>(std::istream&, A&&){ called = true; } in operator >>()
/external/zstd/contrib/gen_html/
Dgen_html.cpp88 ifstream istream; in main() local
/external/lz4/contrib/gen_manual/
Dgen_manual.cpp113 ifstream istream; in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/iostream.format/input.streams/istream.rvalue/
Drvalue.pass.cpp54 void operator>>(std::istream&, A&&) { called = true; } in operator >>()
/external/grpc-grpc/src/cpp/server/health/
Ddefault_health_check_service.cc76 pb_istream_t istream = pb_istream_from_buffer(request_bytes, request_size); in Check() local
/external/clang/test/Analysis/
Dcxx11-crashes.cpp75 JSONWireProtocolReader(JSONWireProtocolInputStream& istream) in JSONWireProtocolReader()
/external/ComputeLibrary/include/libnpy/
Dnpy.hpp115 inline version_t read_magic(std::istream &istream) { in read_magic()
448 inline std::string read_header(std::istream &istream) { in read_header()
/external/antlr/runtime/C/include/
Dantlr3input.h61 pANTLR3_INT_STREAM istream; member
/external/angle/build/android/incremental_install/java/org/chromium/incrementalinstall/
DClassLoaderPatcher.java248 FileInputStream istream = new FileInputStream(src); in copyIfModified() local
/external/cronet/build/android/incremental_install/java/org/chromium/incrementalinstall/
DClassLoaderPatcher.java244 FileInputStream istream = new FileInputStream(src); in copyIfModified() local

12