/aosp_15_r20/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/ |
H A D | RampDownAdapterTest.java | 50 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testPrebakedAndPrimitiveSegments_keepsListUnchanged() local 64 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampAndStepSegments_withNoOffSegment_keepsListUnchanged() local 80 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampAndStepSegments_withNoRampDownDuration_keepsOriginalSteps() local 96 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withShortZeroSegment_replaceWithStepsDown() local 110 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withLongZeroSegment_replaceWithStepsDownWithRemainingOffSegment() local 129 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withZeroSegmentBeforeRepeat_fixesRepeat() local 148 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withZeroSegmentAfterRepeat_preservesRepeat() local 164 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withZeroSegmentAtRepeat_fixesRepeatAndAppendOriginalToListEnd() local 189 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withRepeatToNonZeroSegment_keepsOriginalSteps() local 201 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withRepeatToShortZeroSegment_skipAndAppendRampDown() local [all …]
|
H A D | PrimitiveDelayAdapterTest.java | 66 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testPrimitiveSegments_flagDisabled_keepsListUnchanged() local 80 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testNonPrimitiveSegments_keepsListUnchanged() local 97 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testPrimitiveWithPause_keepsListUnchanged() local 114 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testPrimitiveWithRelativeDelay_afterPrimitive_usesPrimitiveStartTimeForDelay() local 136 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testPrimitiveWithRelativeDelay_afterRepeatIndex_usesPauseAsFirstDelay() local 155 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testPrimitiveWithRelativeDelayAfter_afterStep_usesSegmentStartTimeForDelay() local 170 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testPrimitiveWithRelativeDelayAfter_afterUnknownDuration_usesZeroAsDuration() local
|
H A D | StepToRampAdapterTest.java | 64 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampAndPrebakedAndPrimitiveSegments_returnsOriginalSegments() local 83 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndRampSegments_withoutPwleCapability_keepsListUnchanged() local 97 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndRampSegments_withPwleCapabilityAndNoFrequency_keepsOriginalSteps() local 115 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndRampSegments_withPwleCapabilityAndStepNextToRamp_convertsStepsToRamps() local 145 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withPwleCapabilityAndFrequency_convertsStepsToRamps() local
|
H A D | RampToStepAdapterTest.java | 65 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndPrebakedAndPrimitiveSegments_keepsListUnchanged() local 83 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withPwleCapability_keepsListUnchanged() local 98 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withoutPwleCapability_convertsRampsToSteps() local
|
H A D | SplitSegmentsAdapterTest.java | 68 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndPrebakedAndPrimitiveSegments_returnsOriginalSegments() local 90 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_noPwleCapabilities_returnsOriginalSegments() local 108 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withPwleDurationLimit_splitsLongRampsAndPreserveOtherSegments() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
H A D | NotificationProgressBarTest.java | 41 List<ProgressStyle.Segment> segments = new ArrayList<>(); in processAndConvertToDrawableParts_segmentsIsEmpty() local 54 List<ProgressStyle.Segment> segments = new ArrayList<>(); in processAndConvertToDrawableParts_segmentsLengthNotMatchingProgressMax() local 69 List<ProgressStyle.Segment> segments = new ArrayList<>(); in processAndConvertToDrawableParts_segmentLengthIsNegative() local 84 List<ProgressStyle.Segment> segments = new ArrayList<>(); in processAndConvertToDrawableParts_segmentLengthIsZero() local 99 List<ProgressStyle.Segment> segments = new ArrayList<>(); in processAndConvertToDrawableParts_progressIsNegative() local 113 List<ProgressStyle.Segment> segments = new ArrayList<>(); in processAndConvertToDrawableParts_progressIsZero() local 131 List<ProgressStyle.Segment> segments = new ArrayList<>(); in processAndConvertToDrawableParts_progressAtMax() local 148 List<ProgressStyle.Segment> segments = new ArrayList<>(); in processAndConvertToDrawableParts_progressAboveMax() local 161 List<ProgressStyle.Segment> segments = new ArrayList<>(); in processAndConvertToDrawableParts_pointPositionIsNegative() local 176 List<ProgressStyle.Segment> segments = new ArrayList<>(); in processAndConvertToDrawableParts_pointPositionAboveMax() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/sequence/intrinsic/ |
D | segments.hpp | 46 struct segments struct 48 typedef typename traits::tag_of<Sequence>::type tag_type; 52 type; 63 segments(Sequence& seq) in segments() function 72 segments(Sequence const& seq) in segments() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/ |
H A D | namespace.rs | 14 segments: Vec<Ident>, field 43 let segments = QualifiedName::parse_quoted(lit)?.segments; in parse_meta() localVariable 55 let segments = expr in parse_meta() localVariable 79 let segments = QualifiedName::parse_quoted_or_unquoted(input)?.segments; in parse() localVariable 112 let segments = idents.into_iter().cloned().collect(); in from_iter() localVariable
|
H A D | qualified.rs | 6 pub segments: Vec<Ident>, field 12 let segments = Vec::new(); in parse_quoted() localVariable 38 let mut segments = Vec::new(); in parse_unquoted() localVariable
|
/aosp_15_r20/external/rust/cxx/syntax/ |
D | namespace.rs | 14 segments: Vec<Ident>, field 43 let segments = QualifiedName::parse_quoted(lit)?.segments; in parse_meta() localVariable 55 let segments = expr in parse_meta() localVariable 79 let segments = QualifiedName::parse_quoted_or_unquoted(input)?.segments; in parse() localVariable 112 let segments = idents.into_iter().cloned().collect(); in from_iter() localVariable
|
D | qualified.rs | 6 pub segments: Vec<Ident>, field 12 let segments = Vec::new(); in parse_quoted() localVariable 38 let mut segments = Vec::new(); in parse_unquoted() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/ |
H A D | namespace.rs | 14 segments: Vec<Ident>, field 43 let segments = QualifiedName::parse_quoted(lit)?.segments; in parse_meta() localVariable 55 let segments = expr in parse_meta() localVariable 79 let segments = QualifiedName::parse_quoted_or_unquoted(input)?.segments; in parse() localVariable 112 let segments = idents.into_iter().cloned().collect(); in from_iter() localVariable
|
H A D | qualified.rs | 6 pub segments: Vec<Ident>, field 12 let segments = Vec::new(); in parse_quoted() localVariable 38 let mut segments = Vec::new(); in parse_unquoted() localVariable
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/vibrator/persistence/ |
H A D | VibrationEffectXmlSerializer.java | 96 List<VibrationEffectSegment> segments = effect.getSegments(); in serializePredefinedEffect() local 111 List<VibrationEffectSegment> segments = effect.getSegments(); in serializePrimitiveEffect() local 127 List<VibrationEffectSegment> segments = effect.getSegments(); in serializeWaveformEnvelopeEffect() local 150 List<VibrationEffectSegment> segments = effect.getSegments(); in serializeBasicEnvelopeEffect() local 175 List<VibrationEffectSegment> segments = effect.getSegments(); in serializeWaveformEffect() local
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | Path.java | 86 String[] segments = split(); in toString() local 102 String[] segments = split(s); in fromString() local 117 String[] segments = new String[n]; in split() local 132 ArrayList<String> segments = new ArrayList<String>(); in split() local 161 ArrayList<String> segments = new ArrayList<String>(); in splitSequence() local
|
/aosp_15_r20/external/perfetto/ui/src/base/ |
H A D | fuzzy.ts | 25 segments: FuzzySegment[]; property 66 const segments: FuzzySegment[] = []; constant 131 segments: FuzzySegment[]; property 143 const segments = indiciesToSegments(indicies, text); constant
|
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | RbPath.java | 62 public static RbPath of(String... segments) { in of() 71 public static RbPath of(Iterable<String> segments) { in of() 95 private final ImmutableList<String> segments; field in RbPath 98 private RbPath(Iterable<String> segments) { in RbPath()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | AAConvexPathRenderer.cpp | 117 bool center_of_mass(const SegmentArray& segments, SkPoint* c) { in center_of_mass() 170 bool compute_vectors(SegmentArray* segments, in compute_vectors() 298 inline void add_line_to_segment(const SkPoint& pt, SegmentArray* segments) { in add_line_to_segment() 304 inline void add_quad_segment(const SkPoint pts[3], SegmentArray* segments) { in add_quad_segment() 319 SegmentArray* segments) { in add_cubic_segments() 330 SegmentArray* segments, in get_segments() 416 void create_vertices(const SegmentArray& segments, in create_vertices() 844 STArray<kPreallocSegmentCnt, Segment, true> segments; in onPrepareDraws() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/ |
H A D | PolygonsSet.java | 694 final List<ConnectableSegment> segments = visitor.getSegments(); in getVertices() local 785 private int naturalFollowerConnections(final List<ConnectableSegment> segments) { in naturalFollowerConnections() 811 private int splitEdgeConnections(final List<ConnectableSegment> segments) { in splitEdgeConnections() 841 private int closeVerticesConnections(final List<ConnectableSegment> segments) { in closeVerticesConnections() 873 private ConnectableSegment getUnprocessed(final List<ConnectableSegment> segments) { in getUnprocessed() 1059 private final List<ConnectableSegment> segments; field in PolygonsSet.SegmentsBuilder
|
/aosp_15_r20/external/skia/modules/bentleyottmann/tests/ |
H A D | BruteForceCrossingsTest.cpp | 20 std::vector<Segment> segments; in DEF_TEST() local 45 std::vector<Segment> segments{s0, s1, s2}; in DEF_TEST() local 62 std::vector<Segment> segments{s0, s1, s2}; in DEF_TEST() local
|
H A D | BentleyOttmann1Test.cpp | 20 std::vector<Segment> segments; in DEF_TEST() local 45 std::vector<Segment> segments{s0, s1, s2}; in DEF_TEST() local 62 std::vector<Segment> segments{s0, s1, s2}; in DEF_TEST() local
|
/aosp_15_r20/external/elfutils/src/ |
H A D | findtextrel.c | 41 struct segments struct 43 GElf_Addr from; 44 GElf_Addr to; 308 struct segments *segments = malloc (nsegments_max * sizeof (segments[0])); in process_file() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/utils/ |
H A D | sparsity_format_converter.cc | 190 auto& segments = dim_metadata_[2 * inner_compressed_dim[dst_dim_idx]]; in DenseToSparse() local 222 const std::vector<std::vector<int>>& segments, in FormatConverter() 237 std::vector<std::vector<int>> segments(sparsity.dim_metadata_size); in FormatConverter() local 257 std::vector<std::vector<int>> segments, in InitSparseToDenseConverter()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | RampDownAdapter.java | 55 public int adaptToVibrator(VibratorInfo info, List<VibrationEffectSegment> segments, in adaptToVibrator() 78 private int addRampDownToZeroAmplitudeSegments(List<VibrationEffectSegment> segments, in addRampDownToZeroAmplitudeSegments() 149 private int addRampDownToLoop(List<VibrationEffectSegment> segments, int repeatIndex) { in addRampDownToLoop()
|
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
H A D | ExtraField.java | 70 private ImmutableList<Segment> segments; field in ExtraField 95 public ExtraField(@Nonnull ImmutableList<Segment> segments) { in ExtraField() 146 List<Segment> segments = new ArrayList<>(); in parseSegments() local
|