/aosp_15_r20/frameworks/base/core/java/com/android/internal/vibrator/persistence/ |
H A D | VibrationEffectXmlSerializer.java | 133 PwleSegment segment = (PwleSegment) segments.get(i); in serializeWaveformEnvelopeEffect() local 156 BasicPwleSegment segment = (BasicPwleSegment) segments.get(i); in serializeBasicEnvelopeEffect() local 180 StepSegment segment = (StepSegment) segments.get(i); in serializeWaveformEffect() local 196 VibrationEffectSegment segment, @XmlConstants.Flags int flags) in serializePrebakedSegment() 220 VibrationEffectSegment segment) throws XmlSerializerException { in serializePrimitiveSegment()
|
/aosp_15_r20/external/google-breakpad/src/common/mac/ |
H A D | macho_reader.cc | 214 const string& segment) { in MisplacedSectionData() 344 Segment segment; in WalkLoadCommands() local 428 SegmentFinder(const string& name, Segment* segment) in SegmentFinder() 434 bool SegmentCommand(const Segment& segment) { in SegmentCommand() 460 bool Reader::WalkSegmentSections(const Segment& segment, in WalkSegmentSections() 562 bool Reader::MapSegmentSections(const Segment& segment, in MapSegmentSections()
|
H A D | macho_reader_unittest.cc | 1098 LoadedSection segment; in TEST_F() local 1134 LoadedSection segment; in TEST_F() local 1171 LoadedSection segment; in TEST_F() local 1207 LoadedSection segment; in TEST_F() local 1279 LoadedSection segment; in TEST_F() local 1386 LoadedSection segment; in TEST_F() local 1444 LoadedSection segment; in TEST_F() local 1485 LoadedSection segment; in TEST_F() local 1526 LoadedSection segment; in TEST_F() local 1571 LoadedSection segment; in TEST_F() local [all …]
|
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/jpeg/ |
H A D | jpeg_info_builder.cc | 40 const JpegSegment& segment) { in Process() 184 const JpegSegment& segment, in MaybeCaptureSegmentBytes() 215 bool JpegInfoBuilder::HasId(const JpegSegment& segment, const char* id) const { in HasId() argument 219 void JpegInfoBuilder::SetPrimaryXmpGuid(const JpegSegment& segment) { in SetPrimaryXmpGuid() 224 void JpegInfoBuilder::SetXmpMimeType(const JpegSegment& segment, in SetXmpMimeType()
|
/aosp_15_r20/external/image_io/src/jpeg/ |
H A D | jpeg_info_builder.cc | 39 const JpegSegment& segment) { in Process() 183 const JpegSegment& segment, in MaybeCaptureSegmentBytes() 214 bool JpegInfoBuilder::HasId(const JpegSegment& segment, const char* id) const { in HasId() argument 218 void JpegInfoBuilder::SetPrimaryXmpGuid(const JpegSegment& segment) { in SetPrimaryXmpGuid() 223 void JpegInfoBuilder::SetXmpMimeType(const JpegSegment& segment, in SetXmpMimeType()
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/ |
H A D | PathIteratorTest.java | 108 PathIterator.Segment segment = it.next(); in testDoneDone() local 259 PathIterator.Segment segment = iterator.next(); in testQuad() local 295 PathIterator.Segment segment = iterator.next(); in testConic() local 332 PathIterator.Segment segment = iterator.next(); in testCubic() local 452 PathIterator.Segment segment = iterator.next(); in testRecreation() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/model/ |
H A D | ScanEnhancedRequest.java | 52 private final Integer segment; field in ScanEnhancedRequest 107 public Integer segment() { in segment() method in ScanEnhancedRequest 233 private Integer segment; field in ScanEnhancedRequest.Builder 283 public Builder segment(Integer segment) { in segment() method in ScanEnhancedRequest.Builder
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.lazy.split/range.lazy.split.inner/ |
H A D | iter_swap.pass.cpp | 86 auto segment = *v.begin(); in test() local 104 auto segment = *v.begin(); in test() local 128 auto segment = *v.begin(); in test() local 165 auto segment = *v.begin(); in test() local 185 auto segment = *v.begin(); in test() local
|
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | TestUtil.kt | 80 val segment = sink.writableSegment(Segment.SIZE) in randomSource() constant 209 val segment = Buffer() in bufferWithRandomSegmentLayout() constant 245 val segment = buffer.writableSegment(SEGMENT_SIZE) in makeSegments() constant
|
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/internal/ |
H A D | Buffer.kt | 62 var segment = segment in <lambda>() variable 294 val segment = head!! in commonReadByte() constant 315 val segment = head!! in commonReadShort() constant 342 val segment = head!! in commonReadInt() constant 378 val segment = head!! in commonReadLong() constant 693 val segment = head!! in commonReadDecimalLong() constant 752 val segment = head!! in commonReadHexadecimalUnsignedLong() constant
|
H A D | SegmentedByteString.kt | 53 internal fun SegmentedByteString.segment(pos: Int): Int { in segment() method 136 val segment = segment(pos) in commonInternalGet() constant 161 val segment = Segment(data, offset, offset + byteCount, true, false) in commonWrite() constant
|
/aosp_15_r20/frameworks/compile/mclinker/lib/LD/ |
D | ELFSegmentFactory.cpp | 21 iterator segment, segEnd = end(); in find() local 36 const_iterator segment, segEnd = end(); in find() local 49 iterator segment, segEnd = end(); in find() local 65 const_iterator segment, segEnd = end(); in find() local
|
/aosp_15_r20/external/coreboot/src/acpi/ |
H A D | acpi_dmar.c | 42 u16 segment, u64 bar) in acpi_create_dmar_drhd_4k() 48 u16 segment, u64 bar, size_t size) in acpi_create_dmar_drhd() 71 unsigned long acpi_create_dmar_rmrr(unsigned long current, u16 segment, in acpi_create_dmar_rmrr() 86 u16 segment) in acpi_create_dmar_atsr() 125 unsigned long acpi_create_dmar_satc(unsigned long current, u8 flags, u16 segment) in acpi_create_dmar_satc()
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkOpAngle.cpp | 501 const SkOpSegment& segment = *this->segment(); in distEndRatio() local 536 const SkOpSegment& segment = index ? *rh->segment() : *this->segment(); in endsIntersect() local 564 const SkOpSegment& segment = index ? *rh->segment() : *this->segment(); in endsIntersect() local 639 const SkOpSegment& segment = sIndex ? *rh->segment() : *this->segment(); in endsIntersect() local 653 const SkOpSegment* segment = this->segment(); in endToSide() local 874 const SkOpSegment* segment = this->segment(); in midToSide() local 969 SkOpSegment* SkOpAngle::segment() const { in segment() function in SkOpAngle 991 const SkOpSegment* segment = fStart->segment(); in setSpans() local 1079 const SkOpSegment* segment = fStart->segment(); in setSector() local
|
/aosp_15_r20/external/libvpx/ |
H A D | webmdec.cc | 28 mkvparser::Segment *const segment = in reset() local 48 mkvparser::Segment *const segment = in get_first_cluster() local 75 mkvparser::Segment *segment; in file_is_webm() local 128 mkvparser::Segment *const segment = in webm_read_frame() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | MapMakerInternalMap.java | 299 E newEntry(S segment, K key, int hash, @CheckForNull E next); in newEntry() 305 E copy(S segment, E entry, @CheckForNull E newNext); in copy() 311 void setValue(S segment, E entry, V value); in setValue() 449 StrongKeyStrongValueSegment<K, V> segment, in copy() 460 StrongKeyStrongValueSegment<K, V> segment, in setValue() 468 StrongKeyStrongValueSegment<K, V> segment, in newEntry() 548 StrongKeyWeakValueSegment<K, V> segment, in copy() 561 StrongKeyWeakValueSegment<K, V> segment, StrongKeyWeakValueEntry<K, V> entry, V value) { in setValue() 569 StrongKeyWeakValueSegment<K, V> segment, in newEntry() 643 StrongKeyDummyValueSegment<K> segment, in copy() [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | MapMakerInternalMap.java | 299 E newEntry(S segment, K key, int hash, @CheckForNull E next); in newEntry() 305 E copy(S segment, E entry, @CheckForNull E newNext); in copy() 311 void setValue(S segment, E entry, V value); in setValue() 449 StrongKeyStrongValueSegment<K, V> segment, in copy() 460 StrongKeyStrongValueSegment<K, V> segment, in setValue() 468 StrongKeyStrongValueSegment<K, V> segment, in newEntry() 548 StrongKeyWeakValueSegment<K, V> segment, in copy() 561 StrongKeyWeakValueSegment<K, V> segment, StrongKeyWeakValueEntry<K, V> entry, V value) { in setValue() 569 StrongKeyWeakValueSegment<K, V> segment, in newEntry() 643 StrongKeyDummyValueSegment<K> segment, in copy() [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/videointelligence/v1/ |
H A D | video_intelligence.proto | 321 VideoSegment segment = 1; field 434 VideoSegment segment = 1; field 488 VideoSegment segment = 1; field 536 VideoSegment segment = 10; field 629 VideoSegment segment = 6; field 814 VideoSegment segment = 1; field 866 VideoSegment segment = 3; field
|
/aosp_15_r20/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1/src/main/proto/google/cloud/videointelligence/v1/ |
H A D | video_intelligence.proto | 321 VideoSegment segment = 1; field 434 VideoSegment segment = 1; field 488 VideoSegment segment = 1; field 536 VideoSegment segment = 10; field 629 VideoSegment segment = 6; field 814 VideoSegment segment = 1; field 866 VideoSegment segment = 3; field
|
/aosp_15_r20/external/libaom/common/ |
H A D | webmdec.cc | 30 mkvparser::Segment *const segment = in reset() local 50 mkvparser::Segment *const segment = in get_first_cluster() local 77 mkvparser::Segment *segment; in file_is_webm() local 129 mkvparser::Segment *const segment = in webm_read_frame() local
|
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/ |
H A D | LineWrapper.kt | 114 val segment = segments[i] in emitCurrentLine() constant 160 val segment = segments[i] in foldUnsafeBreaks() constant
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/cache/ |
H A D | LocalCache.java | 386 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight) { in referenceValue() 400 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight) { in referenceValue() 415 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight) { in referenceValue() 430 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight); in referenceValue() 445 Segment<K, V> segment, K key, int hash, @CheckForNull ReferenceEntry<K, V> next) { in newEntry() 452 Segment<K, V> segment, K key, int hash, @CheckForNull ReferenceEntry<K, V> next) { in newEntry() 458 Segment<K, V> segment, in copyEntry() 470 Segment<K, V> segment, K key, int hash, @CheckForNull ReferenceEntry<K, V> next) { in newEntry() 476 Segment<K, V> segment, in copyEntry() 488 Segment<K, V> segment, K key, int hash, @CheckForNull ReferenceEntry<K, V> next) { in newEntry() [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | Vibration.java | 353 VibrationEffectSegment segment) { in dumpEffect() 367 private void dumpEffect(ProtoOutputStream proto, long fieldId, StepSegment segment) { in dumpEffect() 375 private void dumpEffect(ProtoOutputStream proto, long fieldId, RampSegment segment) { in dumpEffect() 386 PrebakedSegment segment) { in dumpEffect() 395 PrimitiveSegment segment) { in dumpEffect()
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api1/client2/ |
H A D | JpegProcessor.cpp | 336 typedef struct segment { struct 337 uint8_t marker[MARKER_LENGTH]; 338 uint16_t length; 394 segment_t *segment = (segment_t*)(jpegBuffer + size); in findJpegSize() local
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | Path.java | 34 private Path(Path parent, String segment) { in Path() 39 public Path getChild(String segment) { in getChild() 60 public Path getChild(int segment) { in getChild() 64 public Path getChild(long segment) { in getChild()
|