HomeSort by relevance Sort by last modified time
    Searched refs:in_stream (Results 1 - 17 of 17) sorted by null

  /external/libbrillo/brillo/streams/
stream_utils.cc 20 brillo::StreamPtr in_stream; member in struct:brillo::stream_utils::__anon22635::CopyDataState
32 state->error_callback.Run(std::move(state->in_stream),
43 state->success_callback.Run(std::move(state->in_stream),
73 bool success = state->in_stream->ReadAsync(
188 void CopyData(StreamPtr in_stream,
192 CopyData(std::move(in_stream), std::move(out_stream),
197 void CopyData(StreamPtr in_stream,
204 state->in_stream = std::move(in_stream);
stream_utils.h 92 BRILLO_EXPORT void CopyData(StreamPtr in_stream,
104 BRILLO_EXPORT void CopyData(StreamPtr in_stream,
  /external/flatbuffers/include/flatbuffers/
util.h 328 std::istringstream in_stream(in);
331 in_stream >> word;
334 while (in_stream >> word) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 141 in_stream =
152 recognize( in_stream )
159 recognize( in_stream )
162 recognize( in_stream )
324 def recognize( in_stream )
325 lexer = @lexer_class.new( in_stream )
446 def recognize( in_stream )
456 lexer = @lexer_class.new( in_stream )
562 def recognize( in_stream )
568 @lexer = @lexer_class.new( in_stream )
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xpickle.py 233 def worker_main(in_stream, out_stream):
234 message = cPickle.load(in_stream)
  /external/protobuf/src/google/protobuf/util/
json_util.cc 78 io::CodedInputStream in_stream(binary_input);
81 converter::ProtoStreamObjectSource proto_source(&in_stream, resolver, type);
  /external/python/cpython2/Lib/test/
test_xpickle.py 237 def worker_main(in_stream, out_stream):
238 message = cPickle.load(in_stream)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xpickle.py 237 def worker_main(in_stream, out_stream):
238 message = cPickle.load(in_stream)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xpickle.py 237 def worker_main(in_stream, out_stream):
238 message = cPickle.load(in_stream)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xpickle.py 237 def worker_main(in_stream, out_stream):
238 message = cPickle.load(in_stream)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xpickle.py 237 def worker_main(in_stream, out_stream):
238 message = cPickle.load(in_stream)
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 756 const struct stream_in* in_stream = (const struct stream_in*)stream; local
757 if (in_stream != NULL) {
759 profile_dump(in_stream->profile, fd);
762 proxy_dump(&in_stream->proxy, fd);
    [all...]
  /art/profman/
profman.cc 606 std::istream& in_stream,
609 while (in_stream.good()) {
611 std::getline(in_stream, dot);
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource_test.cc 119 CodedInputStream in_stream(&arr_stream);
122 helper_.NewProtoSource(&in_stream, GetTypeUrl(descriptor)));
protostream_objectsource.cc 626 google::protobuf::io::CodedInputStream in_stream(&zero_copy_stream);
629 ProtoStreamObjectSource nested_os(&in_stream, os->typeinfo_, *nested_type);
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 442 milliseconds