HomeSort by relevance Sort by last modified time
    Searched refs:istream (Results 251 - 275 of 371) sorted by null

<<1112131415

  /frameworks/compile/mclinker/lib/Support/
Path.cpp 16 #include <istream>
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
JsonFakeValueGenerator.cpp 87 std::vector<VehiclePropValue> JsonFakeValueGenerator::parseFakeValueJson(std::istream& is) {
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
StreamIoUtil.h 20 #include <istream>
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSessionTest.java 524 InputStream istream = clientSocket.getInputStream(); local
526 istream.read(buffer);
597 InputStream istream = socket.getInputStream(); local
599 istream.read(buffer);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/
min_max_macros.sh.cpp 127 #include <istream>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.forward/
iosfwd.pass.cpp 91 test<std::istream* >();
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 273 IstreamInputStream::IstreamInputStream(istream* input, int block_size)
297 istream* input)
  /frameworks/base/services/tests/servicestests/src/com/android/server/updates/
CertPinInstallReceiverTest.java 150 InputStream istream = new ByteArrayInputStream(derCert); local
152 return (X509Certificate) cf.generateCertificate(istream);
  /frameworks/base/tools/bit/
adb.cpp 32 #include <istream>
173 istream in(&buffer);
  /frameworks/native/services/vr/performanced/
cpu_set.cpp 264 std::istream file_stream(&filebuf);
278 std::istream file_stream(&filebuf);
stdio_filebuf.h 26 #include <istream>
  /system/libvintf/
AssembleVintf.cpp 47 // It takes ownership on the istream.
50 NamedIstream(const std::string& name, std::unique_ptr<std::istream>&& stream)
53 std::istream& stream() { return *mStream; }
57 std::unique_ptr<std::istream> mStream;
621 std::istream& addInputStream(const std::string& name, Istream&& in) override {
626 std::istream& setCheckInputStream(Istream&& in) override {
635 std::istream& addKernelConfigInputStream(const KernelVersion& kernelVer,
636 const std::string& name, Istream&& in) override
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
json.h     [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 862 // input is an istream wrapping minidump data. Minidump holds a
865 explicit Minidump(std::istream& input);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/api/
program.cpp 101 std::istream s(&bin);
105 } catch (std::istream::failure &e) {
  /external/parameter-framework/upstream/test/functional-tests/
Handle.cpp 322 ss.exceptions(istream::badbit | istream::failbit);
  /external/protobuf/src/google/protobuf/
message.cc 135 bool Message::ParseFromIstream(istream* input) {
140 bool Message::ParsePartialFromIstream(istream* input) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message.h 245 // Parse a protocol buffer from a C++ istream. If successful, the entire
247 bool ParseFromIstream(istream* input);
250 bool ParsePartialFromIstream(istream* input);
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message.h 245 // Parse a protocol buffer from a C++ istream. If successful, the entire
247 bool ParseFromIstream(istream* input);
250 bool ParsePartialFromIstream(istream* input);
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
message.h 245 // Parse a protocol buffer from a C++ istream. If successful, the entire
247 bool ParseFromIstream(istream* input);
250 bool ParsePartialFromIstream(istream* input);
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/
maven-archiver-2.4.1.jar 
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
message.h 245 // Parse a protocol buffer from a C++ istream. If successful, the entire
247 bool ParseFromIstream(istream* input);
250 bool ParsePartialFromIstream(istream* input);
    [all...]
  /external/jsoncpp/src/lib_json/
json_reader.cpp 18 #include <istream>
97 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) {
874 std::istream& operator>>(std::istream& sin, Value& root) {
  /external/libcxx/test/std/strings/string.view/string.view.nonmem/
quoted.pass.cpp 24 bool is_skipws ( const std::istream *is ) {
  /frameworks/base/tools/aapt2/xml/
XmlPullParser.h 23 #include <istream>

Completed in 1052 milliseconds

<<1112131415