Home
last modified time | relevance | path

Searched defs:segment (Results 1 – 25 of 627) sorted by relevance

12345678910>>...26

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstsegment.c28 #define check_times(segment, position, stream_time, running_time) G_STMT_START { \ argument
52 GstSegment segment; in GST_START_TEST() local
259 GstSegment segment; in GST_START_TEST() local
488 GstSegment segment; in GST_START_TEST() local
540 GstSegment segment; in GST_START_TEST() local
603 GstSegment segment = { 0.0, }; in GST_START_TEST() local
629 GstSegment segment; in GST_START_TEST() local
697 GstSegment segment; in GST_START_TEST() local
828 GstSegment segment; in GST_START_TEST() local
1014 GstSegment segment; in GST_START_TEST() local
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstsegment.c101 gst_segment_copy (const GstSegment * segment) in gst_segment_copy()
155 gst_segment_free (GstSegment * segment) in gst_segment_free()
172 gst_segment_init (GstSegment * segment, GstFormat format) in gst_segment_init()
232 gst_segment_do_seek (GstSegment * segment, gdouble rate, in gst_segment_do_seek()
418 gst_segment_to_stream_time_full (const GstSegment * segment, GstFormat format, in gst_segment_to_stream_time_full()
521 gst_segment_to_stream_time (const GstSegment * segment, GstFormat format, in gst_segment_to_stream_time()
576 gst_segment_position_from_stream_time_full (const GstSegment * segment, in gst_segment_position_from_stream_time_full()
674 gst_segment_position_from_stream_time (const GstSegment * segment, in gst_segment_position_from_stream_time()
735 gst_segment_to_running_time_full (const GstSegment * segment, GstFormat format, in gst_segment_to_running_time_full()
840 gst_segment_to_running_time (const GstSegment * segment, GstFormat format, in gst_segment_to_running_time()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
DStringSegmentTest.java22 StringSegment segment = new StringSegment(SAMPLE_STRING, false); in testOffset() local
36 StringSegment segment = new StringSegment(SAMPLE_STRING, false); in testLength() local
50 StringSegment segment = new StringSegment(SAMPLE_STRING, false); in testCharAt() local
65 StringSegment segment = new StringSegment(SAMPLE_STRING, false); in testGetCodePoint() local
78 StringSegment segment = new StringSegment(SAMPLE_STRING, true); in testCommonPrefixLength() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/impl/
DStringSegmentTest.java23 StringSegment segment = new StringSegment(SAMPLE_STRING, false); in testOffset() local
37 StringSegment segment = new StringSegment(SAMPLE_STRING, false); in testLength() local
51 StringSegment segment = new StringSegment(SAMPLE_STRING, false); in testCharAt() local
61 StringSegment segment = new StringSegment(SAMPLE_STRING, false); in testGetCodePoint() local
74 StringSegment segment = new StringSegment(SAMPLE_STRING, true); in testCommonPrefixLength() local
/third_party/icu/icu4c/source/test/intltest/
Dstring_segment_test.cpp40 StringSegment segment(sampleString, false); in testOffset() local
53 StringSegment segment(sampleString, false); in testLength() local
68 StringSegment segment(sampleString, false); in testCharAt() local
82 StringSegment segment(sampleString, false); in testGetCodePoint() local
96 StringSegment segment(sampleString, false); in testCommonPrefixLength() local
/third_party/skia/src/pathops/
DSkOpContour.h63 SkOpSegment* segment = &fHead; in calcAngles() local
118 SkOpSegment* segment = &fHead; in debugShowActiveSpans() local
135 const SkOpSegment* segment = &fHead; in debugValidate() local
205 SkOpSegment* segment = &fHead; in joinSegments() local
214 SkOpSegment* segment = &fHead; in markAllDone() local
223 SkOpSegment* segment = &fHead; in missingCoincidence() local
236 SkOpSegment* segment = &fHead; in moveMultiples() local
247 SkOpSegment* segment = &fHead; in moveNearby() local
305 const SkOpSegment* segment = &fHead; in setBounds() local
343 SkOpSegment* segment = &fHead; in sortAngles() local
[all …]
DSkOpSpan.cpp42 bool SkOpPtT::contains(const SkOpSegment* segment, const SkPoint& pt) const { in contains() argument
54 bool SkOpPtT::contains(const SkOpSegment* segment, double t) const { in contains() argument
114 const SkOpSegment* segment = this->segment(); in onEnd() local
138 const SkOpSegment* SkOpPtT::segment() const { in segment() function in SkOpPtT
142 SkOpSegment* SkOpPtT::segment() { in segment() function in SkOpPtT
169 const SkOpSegment* segment = this->segment(); in collapsed() local
237 void SkOpSpanBase::initBase(SkOpSegment* segment, SkOpSpan* prev, double t, const SkPoint& pt) { in initBase()
322 SkOpSegment* segment = test->segment(); in mergeMatches() local
392 void SkOpSpan::init(SkOpSegment* segment, SkOpSpan* prev, double t, const SkPoint& pt) { in init()
407 bool SkOpSpan::insertCoincidence(const SkOpSegment* segment, bool flipped, bool ordered) { in insertCoincidence()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_symbols.cpp35 bool SymbolMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match()
105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
193 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
Dnumber_skeletons.cpp509 StringSegment segment(tempSkeletonString, false); in parseSkeleton() local
606 skeleton::parseStem(const StringSegment& segment, const UCharsTrie& stemTrie, SeenMacroProps& seen, in parseStem()
792 ParseState skeleton::parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, in parseOption()
966 bool blueprint_helpers::parseExponentWidthOption(const StringSegment& segment, MacroProps& macros, in parseExponentWidthOption()
995 blueprint_helpers::parseExponentSignOption(const StringSegment& segment, MacroProps& macros, UError… in parseExponentSignOption()
1012 void blueprint_helpers::parseCurrencyOption(const StringSegment& segment, MacroProps& macros, in parseCurrencyOption()
1037 void blueprint_helpers::parseMeasureUnitOption(const StringSegment& segment, MacroProps& macros, in parseMeasureUnitOption()
1082 void blueprint_helpers::parseMeasurePerUnitOption(const StringSegment& segment, MacroProps& macros, in parseMeasurePerUnitOption()
1093 void blueprint_helpers::parseIdentifierUnitOption(const StringSegment& segment, MacroProps& macros, in parseIdentifierUnitOption()
1109 void blueprint_helpers::parseUnitUsageOption(const StringSegment &segment, MacroProps &macros, in parseUnitUsageOption()
[all …]
/third_party/icu/icu4c/source/i18n/
Dnumparse_symbols.cpp35 bool SymbolMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match()
105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
193 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
Dnumber_skeletons.cpp510 StringSegment segment(tempSkeletonString, false); in parseSkeleton() local
607 skeleton::parseStem(const StringSegment& segment, const UCharsTrie& stemTrie, SeenMacroProps& seen, in parseStem()
798 ParseState skeleton::parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, in parseOption()
972 bool blueprint_helpers::parseExponentWidthOption(const StringSegment& segment, MacroProps& macros, in parseExponentWidthOption()
1001 blueprint_helpers::parseExponentSignOption(const StringSegment& segment, MacroProps& macros, UError… in parseExponentSignOption()
1018 void blueprint_helpers::parseCurrencyOption(const StringSegment& segment, MacroProps& macros, in parseCurrencyOption()
1043 void blueprint_helpers::parseMeasureUnitOption(const StringSegment& segment, MacroProps& macros, in parseMeasureUnitOption()
1088 void blueprint_helpers::parseMeasurePerUnitOption(const StringSegment& segment, MacroProps& macros, in parseMeasurePerUnitOption()
1099 void blueprint_helpers::parseIdentifierUnitOption(const StringSegment& segment, MacroProps& macros, in parseIdentifierUnitOption()
1115 void blueprint_helpers::parseUnitUsageOption(const StringSegment &segment, MacroProps &macros, in parseUnitUsageOption()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_symbols.cpp35 bool SymbolMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match()
105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
193 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
Dnumber_skeletons.cpp510 StringSegment segment(tempSkeletonString, false); in parseSkeleton() local
607 skeleton::parseStem(const StringSegment& segment, const UCharsTrie& stemTrie, SeenMacroProps& seen, in parseStem()
798 ParseState skeleton::parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, in parseOption()
972 bool blueprint_helpers::parseExponentWidthOption(const StringSegment& segment, MacroProps& macros, in parseExponentWidthOption()
1001 blueprint_helpers::parseExponentSignOption(const StringSegment& segment, MacroProps& macros, UError… in parseExponentSignOption()
1018 void blueprint_helpers::parseCurrencyOption(const StringSegment& segment, MacroProps& macros, in parseCurrencyOption()
1043 void blueprint_helpers::parseMeasureUnitOption(const StringSegment& segment, MacroProps& macros, in parseMeasureUnitOption()
1088 void blueprint_helpers::parseMeasurePerUnitOption(const StringSegment& segment, MacroProps& macros, in parseMeasurePerUnitOption()
1099 void blueprint_helpers::parseIdentifierUnitOption(const StringSegment& segment, MacroProps& macros, in parseIdentifierUnitOption()
1115 void blueprint_helpers::parseUnitUsageOption(const StringSegment &segment, MacroProps &macros, in parseUnitUsageOption()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberSkeletonImpl.java580 StringSegment segment = new StringSegment(skeletonString, false); in parseSkeleton() local
668 …private static ParseState parseStem(StringSegment segment, CharsTrie stemTrie, MacroProps macros) { in parseStem()
861 … private static ParseState parseOption(ParseState stem, StringSegment segment, MacroProps macros) { in parseOption()
1018 private static boolean parseExponentWidthOption(StringSegment segment, MacroProps macros) { in parseExponentWidthOption()
1045 private static boolean parseExponentSignOption(StringSegment segment, MacroProps macros) { in parseExponentSignOption()
1062 private static void parseCurrencyOption(StringSegment segment, MacroProps macros) { in parseCurrencyOption()
1079 private static void parseMeasureUnitOption(StringSegment segment, MacroProps macros) { in parseMeasureUnitOption()
1102 private static void parseMeasurePerUnitOption(StringSegment segment, MacroProps macros) { in parseMeasurePerUnitOption()
1115 private static void parseIdentifierUnitOption(StringSegment segment, MacroProps macros) { in parseIdentifierUnitOption()
1123 private static void parseUnitUsageOption(StringSegment segment, MacroProps macros) { in parseUnitUsageOption()
[all …]
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Daudiowsincband.c111 GstSegment segment; in GST_START_TEST() local
186 GstSegment segment; in GST_START_TEST() local
263 GstSegment segment; in GST_START_TEST() local
337 GstSegment segment; in GST_START_TEST() local
409 GstSegment segment; in GST_START_TEST() local
487 GstSegment segment; in GST_START_TEST() local
559 GstSegment segment; in GST_START_TEST() local
623 GstSegment segment; in GST_START_TEST() local
695 GstSegment segment; in GST_START_TEST() local
772 GstSegment segment; in GST_START_TEST() local
[all …]
Daudiowsinclimit.c111 GstSegment segment; in GST_START_TEST() local
181 GstSegment segment; in GST_START_TEST() local
252 GstSegment segment; in GST_START_TEST() local
321 GstSegment segment; in GST_START_TEST() local
391 GstSegment segment; in GST_START_TEST() local
445 GstSegment segment; in GST_START_TEST() local
515 GstSegment segment; in GST_START_TEST() local
586 GstSegment segment; in GST_START_TEST() local
655 GstSegment segment; in GST_START_TEST() local
725 GstSegment segment; in GST_START_TEST() local
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dsegment.c54 struct segment { struct
55 char *seg_name;
56 void *seg_start;
57 size_t seg_length;
59 off_t seg_offset; /* memory mapped files */
83 void segment_init(struct global_context *gcp) in segment_init() argument
90 die(4, "%s: can't alloc segment table\n", gcp->program_name); in segment_init() argument
/third_party/gstreamer/gstreamer/tests/check/elements/
Dqueue.c238 GstSegment segment; in GST_START_TEST() local
334 GstSegment segment; in GST_START_TEST() local
423 GstSegment segment; in GST_START_TEST() local
507 GstSegment segment; in GST_START_TEST() local
613 GstSegment segment; in GST_START_TEST() local
660 GstSegment segment; in GST_START_TEST() local
913 GstSegment segment; in GST_START_TEST() local
992 GstSegment segment; in GST_START_TEST() local
1139 GstSegment segment; in GST_START_TEST() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DSymbolMatcher.java38 public boolean match(StringSegment segment, ParsedNumber result) { in match()
65 public boolean smokeTest(StringSegment segment) { in smokeTest()
76 protected abstract void accept(StringSegment segment, ParsedNumber result); in accept()
DValidationMatcher.java15 public boolean match(StringSegment segment, ParsedNumber result) { in match()
20 public boolean smokeTest(StringSegment segment) { in smokeTest()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DSymbolMatcher.java36 public boolean match(StringSegment segment, ParsedNumber result) { in match()
63 public boolean smokeTest(StringSegment segment) { in smokeTest()
74 protected abstract void accept(StringSegment segment, ParsedNumber result); in accept()
DValidationMatcher.java13 public boolean match(StringSegment segment, ParsedNumber result) { in match()
18 public boolean smokeTest(StringSegment segment) { in smokeTest()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideoencoder.c330 GstSegment segment; in GST_START_TEST() local
390 GstSegment segment; in GST_START_TEST() local
445 GstSegment segment; in GST_START_TEST() local
504 GstSegment segment; in GST_START_TEST() local
570 GstEvent *segment = in GST_START_TEST() local
582 GstEvent *segment = in GST_START_TEST() local
630 GstSegment segment; in GST_START_TEST() local
691 GstSegment segment; in GST_START_TEST() local
761 GstSegment segment; in GST_START_TEST() local
930 GstSegment segment; in GST_START_TEST() local
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberSkeletonImpl.java555 StringSegment segment = new StringSegment(skeletonString, false); in parseSkeleton() local
641 …private static ParseState parseStem(StringSegment segment, CharsTrie stemTrie, MacroProps macros) { in parseStem()
817 … private static ParseState parseOption(ParseState stem, StringSegment segment, MacroProps macros) { in parseOption()
954 private static boolean parseExponentWidthOption(StringSegment segment, MacroProps macros) { in parseExponentWidthOption()
981 private static boolean parseExponentSignOption(StringSegment segment, MacroProps macros) { in parseExponentSignOption()
998 private static void parseCurrencyOption(StringSegment segment, MacroProps macros) { in parseCurrencyOption()
1014 private static void parseMeasureUnitOption(StringSegment segment, MacroProps macros) { in parseMeasureUnitOption()
1042 private static void parseMeasurePerUnitOption(StringSegment segment, MacroProps macros) { in parseMeasurePerUnitOption()
1051 private static void parseIdentifierUnitOption(StringSegment segment, MacroProps macros) { in parseIdentifierUnitOption()
1062 private static void parseFractionStem(StringSegment segment, MacroProps macros) { in parseFractionStem()
[all …]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapFormat4.java31 int segment = this.data.searchUShort(CMapFormat4.startCodeOffset(this.segCount), in glyphId() local
53 public int retrieveGlyphId(int segment, int startCode, int character) { in retrieveGlyphId()
84 public int startCode(int segment) { in startCode()
156 public int endCode(int segment) { in endCode()
161 private void isValidIndex(int segment) { in isValidIndex()
173 public int idDelta(int segment) { in idDelta()
184 public int idRangeOffset(int segment) { in idRangeOffset()
194 public int idRangeOffsetLocation(int segment) { in idRangeOffsetLocation()
387 Builder.Segment segment = new Segment(); in initialize() local

12345678910>>...26