Home
last modified time | relevance | path

Searched defs:read (Results 76 – 100 of 6627) sorted by relevance

12345678910>>...266

/aosp_15_r20/out/soong/.intermediates/device/google/trout/hal/sensors/2.1/config/sensor_hal_configuration_V1_0/gen/cpp/
Dsensor_hal_configuration_V1_0.cpp36 std::optional<SensorHalConfiguration> read(const char* configFile) { in read() function
96 AxisType AxisType::read(xmlNode *root) { in read() function in sensor::hal::configuration::V1_0::AxisType
170 Orientation Orientation::read(xmlNode *root) { in read() function in sensor::hal::configuration::V1_0::Orientation
227 Location Location::read(xmlNode *root) { in read() function in sensor::hal::configuration::V1_0::Location
299 Configuration Configuration::read(xmlNode *root) { in read() function in sensor::hal::configuration::V1_0::Configuration
350 Sensor Sensor::read(xmlNode *root) { in read() function in sensor::hal::configuration::V1_0::Sensor
393 Sensors Sensors::read(xmlNode *root) { in read() function in sensor::hal::configuration::V1_0::Sensors
440 Modules::Module Modules::Module::read(xmlNode *root) { in read() function in sensor::hal::configuration::V1_0::Modules::Module
483 Modules Modules::read(xmlNode *root) { in read() function in sensor::hal::configuration::V1_0::Modules
522 SensorHalConfiguration SensorHalConfiguration::read(xmlNode *root) { in read() function in sensor::hal::configuration::V1_0::SensorHalConfiguration
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/xsd/xsd-vibrator-persistence/gen/cpp/
Dcom_android_internal_vibrator_persistence.cpp136 VibrationSelect VibrationSelect::read(xmlNode *root) { in read() function in com::android::internal::vibrator::persistence::VibrationSelect
236 VibrationEffect VibrationEffect::read(xmlNode *root) { in read() function in com::android::internal::vibrator::persistence::VibrationEffect
293 WaveformEffect::Repeating WaveformEffect::Repeating::read(xmlNode *root) { in read() function in com::android::internal::vibrator::persistence::WaveformEffect::Repeating
339 WaveformEffect WaveformEffect::read(xmlNode *root) { in read() function in com::android::internal::vibrator::persistence::WaveformEffect
375 WaveformEntry WaveformEntry::read(xmlNode *root) { in read() function in com::android::internal::vibrator::persistence::WaveformEntry
404 PredefinedEffect PredefinedEffect::read(xmlNode *root) { in read() function in com::android::internal::vibrator::persistence::PredefinedEffect
454 PrimitiveEffect PrimitiveEffect::read(xmlNode *root) { in read() function in com::android::internal::vibrator::persistence::PrimitiveEffect
511 WaveformEnvelopeEffect WaveformEnvelopeEffect::read(xmlNode *root) { in read() function in com::android::internal::vibrator::persistence::WaveformEnvelopeEffect
557 BasicEnvelopeEffect BasicEnvelopeEffect::read(xmlNode *root) { in read() function in com::android::internal::vibrator::persistence::BasicEnvelopeEffect
603 WaveformControlPoint WaveformControlPoint::read(xmlNode *root) { in read() function in com::android::internal::vibrator::persistence::WaveformControlPoint
[all …]
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
H A DJimfsFileChannel.java69 private final boolean read; field in JimfsFileChannel
142 public int read(ByteBuffer dst) throws IOException { in read() method in JimfsFileChannel
147 int read = 0; // will definitely either be assigned or an exception will be thrown in read() local
177 public long read(ByteBuffer[] dsts, int offset, int length) throws IOException { in read() method in JimfsFileChannel
184 long read = 0; // will definitely either be assigned or an exception will be thrown in read() local
214 public int read(ByteBuffer dst, long position) throws IOException { in read() method in JimfsFileChannel
220 int read = 0; // will definitely either be assigned or an exception will be thrown in read() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/GeoTZ/s2storage/s2storage_ro/android_common/javac/
Ds2storage_ro.jar ... block/ com/android/storage/block/read/ com/android/storage/block/read ...
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
H A DBoundedSeekableByteChannelInputStream.java43 public int read() throws IOException { in read() method in BoundedSeekableByteChannelInputStream
46 int read = read(1); in read() local
56 public int read(final byte[] b, final int off, final int len) throws IOException { in read() method in BoundedSeekableByteChannelInputStream
81 private int read(int len) throws IOException { in read() method in BoundedSeekableByteChannelInputStream
83 int read = channel.read(buffer); in read() local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dudp.rs42 let mut read = ReadBuf::new(&mut recv_buf); in send_recv_poll() localVariable
74 let mut read = ReadBuf::new(&mut recv_buf); in send_to_recv_from_poll() localVariable
158 let mut read = ReadBuf::new(&mut recv_buf); in send_to_peek_from_poll() localVariable
165 let mut read = ReadBuf::new(&mut recv_buf); in send_to_peek_from_poll() localVariable
170 let mut read = ReadBuf::new(&mut recv_buf); in send_to_peek_from_poll() localVariable
219 let mut read = ReadBuf::new(&mut recv_buf); in poll_peek_sender() localVariable
330 let mut read = ReadBuf::new(&mut recv_buf); in split_chan_poll() localVariable
342 let mut read = ReadBuf::new(&mut recv_buf); in split_chan_poll() localVariable
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/openers/
H A DStreamMutationOpenerTest.java111 String read = new String(ByteStreams.toByteArray(in), UTF_8); in canMutate() local
133 String read = new String(ByteStreams.toByteArray(in), UTF_8); in canMutate_butNotCommit() local
156 String read = new String(ByteStreams.toByteArray(in), UTF_8); in canMutate_repeatedly() local
162 String read = new String(ByteStreams.toByteArray(in), UTF_8); in canMutate_repeatedly() local
187 String read = new String(ByteStreams.toByteArray(in), UTF_8); in canMutate_withSync() local
244 String read = new String(ByteStreams.toByteArray(in), UTF_8); in canMutate_withExclusiveLock() local
273 String read = new String(ByteStreams.toByteArray(in), UTF_8); in rollsBack_afterIOException() local
301 String read = new String(ByteStreams.toByteArray(in), UTF_8); in rollsBack_afterRuntimeException() local
362 String read = new String(ByteStreams.toByteArray(in), UTF_8); in canMutate_withTransforms() local
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libmedia/xsd/media_profiles/gen/cpp/
Dmedia_profiles.cpp34 std::optional<MediaSettings> read(const char* configFile) { in read() function
87 …CamcorderProfiles::ImageEncodingOptional CamcorderProfiles::ImageEncodingOptional::read(xmlNode *r… in read() function in media::profiles::CamcorderProfiles::ImageEncodingOptional
111 …CamcorderProfiles::ImageDecodingOptional CamcorderProfiles::ImageDecodingOptional::read(xmlNode *r… in read() function in media::profiles::CamcorderProfiles::ImageDecodingOptional
189 CamcorderProfiles CamcorderProfiles::read(xmlNode *root) { in read() function in media::profiles::CamcorderProfiles
282 EncoderProfile EncoderProfile::read(xmlNode *root) { in read() function in media::profiles::EncoderProfile
365 Video Video::read(xmlNode *root) { in read() function in media::profiles::Video
440 Audio Audio::read(xmlNode *root) { in read() function in media::profiles::Audio
563 VideoEncoderCap VideoEncoderCap::read(xmlNode *root) { in read() function in media::profiles::VideoEncoderCap
704 AudioEncoderCap AudioEncoderCap::read(xmlNode *root) { in read() function in media::profiles::AudioEncoderCap
779 VideoDecoderCap VideoDecoderCap::read(xmlNode *root) { in read() function in media::profiles::VideoDecoderCap
[all …]
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py208 def read(self, reader, font, tableDict): member in BaseConverter
283 def read(self, reader, font, tableDict): member in Long
299 def read(self, reader, font, tableDict): member in ULong
325 def read(self, reader, font, tableDict): member in Short
341 def read(self, reader, font, tableDict): member in UShort
357 def read(self, reader, font, tableDict): member in Int8
373 def read(self, reader, font, tableDict): member in UInt8
389 def read(self, reader, font, tableDict): member in UInt24
418 def read(self, reader, font, tableDict): member in Tag
434 def read(self, reader, font, tableDict): member in GlyphID
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DInputStream.java102 public int read() throws IOException { in nullInputStream() method
108 public int read(byte[] b, int off, int len) throws IOException { in nullInputStream() method
182 public abstract int read() throws IOException; in read() method
217 public int read(byte b[]) throws IOException { in read() method
278 public int read(byte b[], int off, int len) throws IOException { in read() method
781 int read; in transferTo() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/
DInputStream.java102 public int read() throws IOException { in nullInputStream() method
108 public int read(byte[] b, int off, int len) throws IOException { in nullInputStream() method
182 public abstract int read() throws IOException; in read() method
217 public int read(byte b[]) throws IOException { in read() method
278 public int read(byte b[], int off, int len) throws IOException { in read() method
781 int read; in transferTo() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DInputStream.java102 public int read() throws IOException { in nullInputStream() method
108 public int read(byte[] b, int off, int len) throws IOException { in nullInputStream() method
182 public abstract int read() throws IOException; in read() method
217 public int read(byte b[]) throws IOException { in read() method
278 public int read(byte b[], int off, int len) throws IOException { in read() method
781 int read; in transferTo() local
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libstagefright/xmlparser/media_codecs/gen/cpp/
Dmedia_codecs.cpp93 Decoders Decoders::read(xmlNode *root) { in read() function in media::codecs::Decoders
124 Encoders Encoders::read(xmlNode *root) { in read() function in media::codecs::Encoders
185 Settings Settings::read(xmlNode *root) { in read() function in media::codecs::Settings
416 MediaCodec MediaCodec::read(xmlNode *root) { in read() function in media::codecs::MediaCodec
530 Quirk Quirk::read(xmlNode *root) { in read() function in media::codecs::Quirk
614 Type Type::read(xmlNode *root) { in read() function in media::codecs::Type
659 Alias Alias::read(xmlNode *root) { in read() function in media::codecs::Alias
755 Limit Limit::read(xmlNode *root) { in read() function in media::codecs::Limit
854 Feature Feature::read(xmlNode *root) { in read() function in media::codecs::Feature
971 Variant Variant::read(xmlNode *root) { in read() function in media::codecs::Variant
[all …]
/aosp_15_r20/hardware/interfaces/graphics/mapper/stable-c/implutils/
H A Dimpltests.cpp77 auto read = BufferId::decode(buffer.data(), buffer.size()); in TEST() local
94 auto read = DataspaceValue::decode(buffer.data(), buffer.size()); in TEST() local
159 auto read = WidthValue::decode(buffer.data(), buffer.size()); in TEST() local
177 auto read = CompressionValue::decode(buffer.data(), buffer.size()); in TEST() local
204 auto read = PlaneLayoutValue::decode(buffer.data(), buffer.size()); in TEST() local
220 auto read = RectsValue::decode(buffer.data(), buffer.size()); in TEST() local
239 auto read = Smpte2086Value::decode(buffer.data(), buffer.size()); in TEST() local
259 auto read = Cta861_3Value::decode(buffer.data(), buffer.size()); in TEST() local
275 auto read = SMPTE2094_10Value::decode(buffer.data(), 0); in TEST() local
309 auto read = BufferId::decode(buffer.data(), buffer.size()); in TEST() local
/aosp_15_r20/out/soong/.intermediates/art/odrefresh/art-apex-cache-info/gen/cpp/
Dcom_android_art.cpp21 std::optional<CacheInfo> read(const char* configFile) { in read() function
88 KeyValuePairList KeyValuePairList::read(tinyxml2::XMLElement *root) { in read() function in com::android::art::KeyValuePairList
131 KeyValuePair KeyValuePair::read(tinyxml2::XMLElement *root) { in read() function in com::android::art::KeyValuePair
185 ModuleInfoList ModuleInfoList::read(tinyxml2::XMLElement *root) { in read() function in com::android::art::ModuleInfoList
244 ModuleInfo ModuleInfo::read(tinyxml2::XMLElement *root) { in read() function in com::android::art::ModuleInfo
320 Classpath Classpath::read(tinyxml2::XMLElement *root) { in read() function in com::android::art::Classpath
371 Component Component::read(tinyxml2::XMLElement *root) { in read() function in com::android::art::Component
436 SystemServerComponents SystemServerComponents::read(tinyxml2::XMLElement *root) { in read() function in com::android::art::SystemServerComponents
471 SystemServerComponent SystemServerComponent::read(tinyxml2::XMLElement *root) { in read() function in com::android::art::SystemServerComponent
631 CacheInfo CacheInfo::read(tinyxml2::XMLElement *root) { in read() function in com::android::art::CacheInfo
/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/benches/
Dbackground.rs137 fn read() { in read() function
164 fn read() { in read() function
203 fn read() { in read() function
237 fn read() { in read() function
271 fn read() { in read() function
305 fn read() { in read() function
/aosp_15_r20/out/soong/.intermediates/packages/apps/ManagedProvisioning/ManagedProvisioningLib/android_common/kotlin_headers/
DManagedProvisioningLib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/packages__apps__ManagedProvisioning__android_common__ManagedProvisioningLib.kotlin_module com ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/savedstate/savedstate-android/1.3.0-alpha05/androidx.savedstate_savedstate/android_common_apex33/aar/
Dandroidx.savedstate_savedstate.jar ... $this$onStateChanged_u24lambda_u241 int $i$f$read android.os.Bundle $this$read$ ...
Dclasses.jar ... $this$onStateChanged_u24lambda_u241 int $i$f$read android.os.Bundle $this$read$ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/savedstate/savedstate-android/1.3.0-alpha05/androidx.savedstate_savedstate/android_common/aar/
Dandroidx.savedstate_savedstate.jar ... $this$onStateChanged_u24lambda_u241 int $i$f$read android.os.Bundle $this$read$ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/savedstate/savedstate-android/1.3.0-alpha05/androidx.savedstate_savedstate/android_common_apex35/aar/
Dandroidx.savedstate_savedstate.jar ... $this$onStateChanged_u24lambda_u241 int $i$f$read android.os.Bundle $this$read$ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/savedstate/savedstate-android/1.3.0-alpha05/androidx.savedstate_savedstate/android_common_apex10000/aar/
Dclasses.jar ... $this$onStateChanged_u24lambda_u241 int $i$f$read android.os.Bundle $this$read$ ...
Dandroidx.savedstate_savedstate.jar ... $this$onStateChanged_u24lambda_u241 int $i$f$read android.os.Bundle $this$read$ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/savedstate/savedstate-android/1.3.0-alpha05/androidx.savedstate_savedstate/android_common_apex30/aar/
Dclasses.jar ... $this$onStateChanged_u24lambda_u241 int $i$f$read android.os.Bundle $this$read$ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/savedstate/savedstate-android/1.3.0-alpha05/androidx.savedstate_savedstate/android_common_apex34/aar/
Dclasses.jar ... $this$onStateChanged_u24lambda_u241 int $i$f$read android.os.Bundle $this$read$ ...

12345678910>>...266