Home
last modified time | relevance | path

Searched refs:Read (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonTokenizer.cs200 var next = reader.Read(); in NextImpl()
401 char? next = reader.Read(); in ConsumeLiteral()
488 char? next = reader.Read(); in ReadExp()
515 char? next = reader.Read(); in ConsumeDigits()
696 internal char? Read() in Read() method in Google.Protobuf.JsonTokenizer.JsonTextTokenizer.PushBackReader
704 int next = reader.Read(); in Read()
710 char? next = Read(); in ReadOrFail()
DLimitedInputStream.cs84 public override int Read(byte[] buffer, int offset, int count) in Read() method in Google.Protobuf.LimitedInputStream
88 int bytesRead = proxied.Read(buffer, offset, Math.Min(bytesLeft, count)); in Read()
DFieldCodec.cs234 input => WrapperCodecs.Read<T>(input, nestedCodec),
249 input => WrapperCodecs.Read<T>(input, nestedCodec),
293 internal static T Read<T>(CodedInputStream input, FieldCodec<T> codec) in Read() method in Google.Protobuf.FieldCodec.WrapperCodecs
304 value = codec.Read(input); in Read()
464 public T Read(CodedInputStream input) => ValueReader(input);
/frameworks/opt/telephony/proto/src/
DcarrierId.proto63 // [Optional] The Service Provider Name. Read from subscription EF_SPN.
67 // [Optional] PLMN network name. Read from subscription EF_PNN.
71 // [Optional] Group Identifier Level1 for a GSM phone. Read from subscription EF_GID1.
75 // [Optional] Group Identifier Level2 for a GSM phone. Read from subscription EF_GID2.
84 // [Optional] Prefix of Integrated Circuit Card Identifier. Read from subscription EF_ICCID.
/frameworks/opt/gamesdk/include/tuningfork/
Dprotobuf_nano_util.h29 static bool Read(pb_istream_t *stream, uint8_t *buf, size_t count);
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dwrapper_input.h36 virtual size_t Read(uint8_t* buffer, size_t wanted) = 0;
Dfile_wrapper_input.h34 virtual size_t Read(uint8_t* buffer, size_t wanted);
Din_memory_wrapper_input.h34 virtual size_t Read(uint8_t* buffer, size_t wanted);
DBCHeaderField.h68 bool Read(const uint8_t* buf, size_t buf_len) { in Read() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dzero_copy_stream_impl.h107 int Read(void* buffer, int size);
237 int Read(void* buffer, int size);
Dzero_copy_stream_impl_lite.cc239 Read(junk, std::min(count - skipped, implicit_cast<int>(sizeof(junk)))); in Skip()
283 buffer_used_ = copying_stream_->Read(buffer_.get(), buffer_size_); in Next()
Dzero_copy_stream_impl.cc138 int FileInputStream::CopyingFileInputStream::Read(void* buffer, int size) { in Read() function in google::protobuf::io::FileInputStream::CopyingFileInputStream
303 int IstreamInputStream::CopyingIstreamInputStream::Read( in Read() function in google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream
/frameworks/compile/libbcc/bcinfo/Wrap/
Din_memory_wrapper_input.cpp29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() function in InMemoryWrapperInput
Dfile_wrapper_input.cpp35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() function in FileWrapperInput
Dbitcode_wrapperer.cpp144 int actually_read = infile_->Read(&buffer_[buffer_size_], needed); in FillBuffer()
221 field.Read(&buffer_[cursor_], buffer_size_); in ParseWrapperHeader()
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp142 Read, enumerator
174 int opcode = BenchmarkOps::Read;
215 ProgramOptions.opcode = BenchmarkOps::Read; in ParseOpcodeOption()
281 case BenchmarkOps::Read: { in HandleMessage()
427 int Read(void* buffer, size_t length) { in Read() function in __anon1caffe9a0111::BenchmarkClient
433 transaction.Send<int>(BenchmarkOps::Read, nullptr, 0, buffer, length)); in Read()
669 case BenchmarkOps::Read: { in ClientCommand()
670 const int ret = client->Read(receive_buffer.data(), in ClientCommand()
/frameworks/base/core/java/android/annotation/
DRequiresPermission.java121 @interface Read { annotation
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_entry_lite.h177 if (!KeyTypeHandler::Read(input, mutable_key())) {
185 if (!ValueTypeHandler::Read(input, mutable_value())) {
328 if (!KeyTypeHandler::Read(input, &key_)) {
345 if (!ValueTypeHandler::Read(input,
Dmap_type_handler.h163 static inline bool Read(io::CodedInputStream* input,
222 static inline bool Read(io::CodedInputStream* input, \
417 inline bool MapTypeHandler<WireFormatLite::TYPE_MESSAGE, Type>::Read(
423 inline bool MapTypeHandler<WireFormatLite::TYPE_STRING, Type>::Read(
429 inline bool MapTypeHandler<WireFormatLite::TYPE_BYTES, Type>::Read(
436 inline bool MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type>::Read( \
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DMemoryFileSystem.h46 size_t Read(const std::string& pathName, std::string* buffer);
/frameworks/opt/gamesdk/src/tuningfork/
Dprotobuf_util.cpp26 bool VectorStream::Read(pb_istream_t *stream, uint8_t *buf, size_t count) { in Read() function in tuningfork::VectorStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs834 double? value = _single_doubleField_codec.Read(input); in MergeFrom()
841 float? value = _single_floatField_codec.Read(input); in MergeFrom()
848 long? value = _single_int64Field_codec.Read(input); in MergeFrom()
855 ulong? value = _single_uint64Field_codec.Read(input); in MergeFrom()
862 int? value = _single_int32Field_codec.Read(input); in MergeFrom()
869 uint? value = _single_uint32Field_codec.Read(input); in MergeFrom()
876 bool? value = _single_boolField_codec.Read(input); in MergeFrom()
883 string value = _single_stringField_codec.Read(input); in MergeFrom()
890 pb::ByteString value = _single_bytesField_codec.Read(input); in MergeFrom()
2040 DoubleField = _oneof_doubleField_codec.Read(input); in MergeFrom()
[all …]
/frameworks/hardware/interfaces/cameraservice/service/2.0/
DICameraService.hal74 * Read the static camera metadata for a camera device.
84 * Read in the provider ids and corresponding vendor tag sections from the camera server.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/
DMapField.cs638 Key = codec.keyCodec.Read(input); in MergeFrom()
642 Value = codec.valueCodec.Read(input); in MergeFrom()
654 … Value = codec.valueCodec.Read(new CodedInputStream(ZeroLengthMessageStreamData)); in MergeFrom()
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DMemoryFileSystem.cpp49 size_t MemoryFileSystem::Read(const std::string& path, std::string* buffer) { in Read() function in android::hardware::drm::V1_2::clearkey::MemoryFileSystem

12