| /third_party/gstreamer/gstreamer/tests/check/gst/ |
| D | gstsegment.c | 28 #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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/ |
| D | StringSegmentTest.java | 22 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/ |
| D | StringSegmentTest.java | 23 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/gstreamer/gstreamer/gst/ |
| D | gstsegment.c | 101 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/icu4c/source/test/intltest/ |
| D | string_segment_test.cpp | 40 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/boost/boost/polygon/ |
| D | segment_concept.hpp | 117 get(const Segment& segment, direction_1d dir) { in get() 134 void>::type set(Segment& segment, direction_1d dir, const Point& point) { in set() 171 Segment1>::type copy_construct(const Segment2& segment) { in copy_construct() 220 typename segment_point_type<Segment>::type>::type low(const Segment& segment) { in low() 234 typename segment_point_type<Segment>::type>::type high(const Segment& segment) { in high() 249 center(const Segment& segment) { in center() 268 void>::type low(Segment& segment, const Point& point) { in low() 285 void>::type high(Segment& segment, const Point& point) { in high() 345 int>::type orientation(const Segment& segment, const Point& point) { in orientation() 363 bool>::type contains(const Segment& segment, in contains() [all …]
|
| /third_party/skia/src/pathops/ |
| D | SkOpContour.h | 63 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 …]
|
| D | SkOpSpan.cpp | 42 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/flutter/skia/src/pathops/ |
| D | SkOpContour.h | 64 SkOpSegment* segment = &fHead; in calcAngles() local 119 SkOpSegment* segment = &fHead; in debugShowActiveSpans() local 136 const SkOpSegment* segment = &fHead; in debugValidate() local 206 SkOpSegment* segment = &fHead; in joinSegments() local 215 SkOpSegment* segment = &fHead; in markAllDone() local 224 SkOpSegment* segment = &fHead; in missingCoincidence() local 237 SkOpSegment* segment = &fHead; in moveMultiples() local 248 SkOpSegment* segment = &fHead; in moveNearby() local 306 const SkOpSegment* segment = &fHead; in setBounds() local 344 SkOpSegment* segment = &fHead; in sortAngles() local [all …]
|
| D | SkOpSpan.cpp | 42 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/ |
| D | numparse_symbols.cpp | 35 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()
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | numparse_symbols.cpp | 34 bool SymbolMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match() 100 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() 115 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() 129 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() 159 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() 173 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() 188 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
|
| /third_party/icu/icu4c/source/i18n/ |
| D | numparse_symbols.cpp | 35 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()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | numparse_symbols.cpp | 35 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()
|
| /third_party/boost/libs/interprocess/example/ |
| D | doc_ipc_message.cpp | 46 managed_shared_memory segment(create_only, test::get_process_id_name(), 65536); in main() local 49 managed_shared_memory segment(create_only, "MySharedMemory", 65536); in main() local 82 managed_shared_memory segment(open_only, argv[2]); in main() local
|
| D | doc_spawn_vector.cpp | 58 managed_shared_memory segment(create_only, test::get_process_id_name(), 65536); in main() local 61 managed_shared_memory segment(create_only, "MySharedMemory", 65536); in main() local 91 managed_shared_memory segment(open_only, argv[2]); in main() local
|
| D | doc_named_alloc.cpp | 50 managed_shared_memory segment(create_only, test::get_process_id_name(), 65536); in main() local 53 managed_shared_memory segment(create_only, "MySharedMemory", 65536); in main() local 104 managed_shared_memory segment(open_only, argv[2]); in main() local
|
| /third_party/boost/libs/geometry/index/test/rtree/interprocess/ |
| D | test_interprocess.hpp | 28 bi::managed_shared_memory segment(bi::create_only, "shmem", 65535); in test_rtree_interprocess() local 46 bi::managed_shared_memory segment(bi::create_only, "shmem", 65535); in modifiers() local 62 bi::managed_shared_memory segment(bi::create_only, "shmem", 65535); in queries() local 78 bi::managed_shared_memory segment(bi::create_only, "shmem", 65535); in additional() local 94 bi::managed_shared_memory segment(bi::create_only, "shmem", 65535); in modifiers_and_additional() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
| D | SymbolMatcher.java | 38 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()
|
| D | ValidationMatcher.java | 15 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/ |
| D | SymbolMatcher.java | 36 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()
|
| D | ValidationMatcher.java | 13 public boolean match(StringSegment segment, ParsedNumber result) { in match() 18 public boolean smokeTest(StringSegment segment) { in smokeTest()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
| D | NumberSkeletonImpl.java | 578 StringSegment segment = new StringSegment(skeletonString, false); in parseSkeleton() local 666 …private static ParseState parseStem(StringSegment segment, CharsTrie stemTrie, MacroProps macros) { in parseStem() 854 … private static ParseState parseOption(ParseState stem, StringSegment segment, MacroProps macros) { in parseOption() 1011 private static boolean parseExponentWidthOption(StringSegment segment, MacroProps macros) { in parseExponentWidthOption() 1038 private static boolean parseExponentSignOption(StringSegment segment, MacroProps macros) { in parseExponentSignOption() 1055 private static void parseCurrencyOption(StringSegment segment, MacroProps macros) { in parseCurrencyOption() 1072 private static void parseMeasureUnitOption(StringSegment segment, MacroProps macros) { in parseMeasureUnitOption() 1095 private static void parseMeasurePerUnitOption(StringSegment segment, MacroProps macros) { in parseMeasurePerUnitOption() 1108 private static void parseIdentifierUnitOption(StringSegment segment, MacroProps macros) { in parseIdentifierUnitOption() 1116 private static void parseUnitUsageOption(StringSegment segment, MacroProps macros) { in parseUnitUsageOption() [all …]
|
| /third_party/gstreamer/gstplugins_good/tests/check/elements/ |
| D | audiowsincband.c | 111 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 …]
|
| /third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
| D | segment.c | 54 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
|