Home
last modified time | relevance | path

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

12345678910>>...58

/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java182 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testNewEntry() local
219 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testCopyEntry() local
250 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testSegmentGetAndContains() local
320 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testSegmentReplaceValue() local
364 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testSegmentReplace() local
403 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testSegmentPut() local
436 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testSegmentPutIfAbsent() local
469 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testSegmentPut_expand() local
485 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testSegmentRemove() local
526 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testSegmentRemoveValue() local
[all …]
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java182 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testNewEntry() local
219 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testCopyEntry() local
250 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testSegmentGetAndContains() local
320 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testSegmentReplaceValue() local
364 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testSegmentReplace() local
403 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testSegmentPut() local
436 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testSegmentPutIfAbsent() local
469 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testSegmentPut_expand() local
485 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testSegmentRemove() local
526 Segment<Object, Object, ?, ?> segment = map.segments[0]; in testSegmentRemoveValue() local
[all …]
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java640 Segment<Object, Object> segment = map.segments[0]; in testRecordReadOnCompute() local
696 Segment<Object, Object> segment = map.segments[0]; in testComputePartiallyCollectedKey() local
725 Segment<Object, Object> segment = map.segments[0]; in testComputePartiallyCollectedValue() local
797 Segment<Object, Object> segment = map.segments[0]; in testCopyEntry_computing() local
937 Segment<Object, Object> segment = map.segments[0]; in testSegmentRefresh_duplicate() local
1028 Segment<Object, Object> segment = map.segments[0]; in testRemovalListener_collected() local
1198 Segment<Object, Object> segment = map.segments[0]; in testSegmentGetAndContains() local
1273 Segment<Object, Object> segment = map.segments[0]; in testSegmentReplaceValue() local
1317 Segment<Object, Object> segment = map.segments[0]; in testSegmentReplace() local
1356 Segment<Object, Object> segment = map.segments[0]; in testSegmentPut() local
[all …]
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A 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 …]
H A 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()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A 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 …]
H A 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()
/aosp_15_r20/external/skia/src/pathops/
H A DSkOpContour.h74 SkOpSegment* segment = &fHead; in calcAngles() local
128 SkOpSegment* segment = &fHead; in debugShowActiveSpans() local
145 const SkOpSegment* segment = &fHead; in debugValidate() local
215 SkOpSegment* segment = &fHead; in joinSegments() local
224 SkOpSegment* segment = &fHead; in markAllDone() local
233 SkOpSegment* segment = &fHead; in missingCoincidence() local
246 SkOpSegment* segment = &fHead; in moveMultiples() local
257 SkOpSegment* segment = &fHead; in moveNearby() local
315 const SkOpSegment* segment = &fHead; in setBounds() local
353 SkOpSegment* segment = &fHead; in sortAngles() local
[all …]
H A DSkOpSpan.cpp48 bool SkOpPtT::contains(const SkOpSegment* segment, const SkPoint& pt) const { in contains() argument
60 bool SkOpPtT::contains(const SkOpSegment* segment, double t) const { in contains() argument
120 const SkOpSegment* segment = this->segment(); in onEnd() local
144 const SkOpSegment* SkOpPtT::segment() const { in segment() function in SkOpPtT
148 SkOpSegment* SkOpPtT::segment() { in segment() function in SkOpPtT
175 const SkOpSegment* segment = this->segment(); in collapsed() local
243 void SkOpSpanBase::initBase(SkOpSegment* segment, SkOpSpan* prev, double t, const SkPoint& pt) { in initBase()
328 SkOpSegment* segment = test->segment(); in mergeMatches() local
398 void SkOpSpan::init(SkOpSegment* segment, SkOpSpan* prev, double t, const SkPoint& pt) { in init()
413 bool SkOpSpan::insertCoincidence(const SkOpSegment* segment, bool flipped, bool ordered) { in insertCoincidence()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java640 Segment<Object, Object> segment = map.segments[0]; in testRecordReadOnCompute() local
696 Segment<Object, Object> segment = map.segments[0]; in testComputePartiallyCollectedKey() local
725 Segment<Object, Object> segment = map.segments[0]; in testComputePartiallyCollectedValue() local
813 Segment<Object, Object> segment = map.segments[0]; in testCopyEntry_computing() local
953 Segment<Object, Object> segment = map.segments[0]; in testSegmentRefresh_duplicate() local
1044 Segment<Object, Object> segment = map.segments[0]; in testRemovalListener_collected() local
1214 Segment<Object, Object> segment = map.segments[0]; in testSegmentGetAndContains() local
1289 Segment<Object, Object> segment = map.segments[0]; in testSegmentReplaceValue() local
1333 Segment<Object, Object> segment = map.segments[0]; in testSegmentReplace() local
1372 Segment<Object, Object> segment = map.segments[0]; in testSegmentPut() local
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/number/
H A DNumberSkeletonImpl.java581 StringSegment segment = new StringSegment(skeletonString, false); in parseSkeleton() local
669 …private static ParseState parseStem(StringSegment segment, CharsTrie stemTrie, MacroProps macros) { in parseStem()
862 … private static ParseState parseOption(ParseState stem, StringSegment segment, MacroProps macros) { in parseOption()
1019 private static boolean parseExponentWidthOption(StringSegment segment, MacroProps macros) { in parseExponentWidthOption()
1046 private static boolean parseExponentSignOption(StringSegment segment, MacroProps macros) { in parseExponentSignOption()
1063 private static void parseCurrencyOption(StringSegment segment, MacroProps macros) { in parseCurrencyOption()
1080 private static void parseMeasureUnitOption(StringSegment segment, MacroProps macros) { in parseMeasureUnitOption()
1103 private static void parseMeasurePerUnitOption(StringSegment segment, MacroProps macros) { in parseMeasurePerUnitOption()
1116 private static void parseIdentifierUnitOption(StringSegment segment, MacroProps macros) { in parseIdentifierUnitOption()
1124 private static void parseUnitUsageOption(StringSegment segment, MacroProps macros) { in parseUnitUsageOption()
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/number/
H A 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 …]
/aosp_15_r20/external/ltp/testcases/kernel/hotplug/memory_hotplug/
H A 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
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
H A DBufferedChannel.kt273 var segment = sendSegment.value in <lambda>() variable
833 var segment = receiveSegment.value in <lambda>() variable
909 var segment = receiveSegment.value in <lambda>() variable
1199 var segment = bufferEndSegment.value in <lambda>() variable
2003 var segment = lastSegment in <lambda>() variable
2053 var segment = lastSegment in <lambda>() variable
2147 var segment: ChannelSegment<E>? = lastSegment in <lambda>() variable
2280 var segment = receiveSegment.value in <lambda>() variable
2409 val segment = it.segment in <lambda>() constant
2464 val segment = it.segment in <lambda>() constant
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dpattern.go61 type segment struct { struct
62 s string // literal or wildcard name or "/" for "/{$}".
63 wild bool
64 multi bool // "..." wildcard
318 func compareSegments(s1, s2 segment) relationship {
398 func isLitOrSingle(seg segment) bool {
433 func writeMatchingPath(b *strings.Builder, segs []segment) {
439 func writeSegment(b *strings.Builder, s segment) {
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/
H A DOkioTesting.kt21 var segment = buffer.head ?: return emptyList() in segmentSizes() variable
44 val segment = Buffer() in bufferWithRandomSegmentLayout() constant
72 val segment = buffer.writableSegment(Segment.SIZE) in makeSegments() constant
/aosp_15_r20/external/skia/tests/
H A DPathOpsDebug.cpp560 const SkOpSegment* segment = this->segment(); in dumpOne() local
597 void SkOpAngle::dumpTo(const SkOpSegment* segment, const SkOpAngle* to) const { in dumpTo() argument
642 SkOpSegment* segment = next->segment(); in dumpTest() local
983 const SkOpSegment* segment = &fHead; in dump() local
997 const SkOpSegment* segment = &fHead; in dumpAll() local
1009 const SkOpSegment* segment = &fHead; in dumpAngles() local
1017 const SkOpSegment* segment = &fHead; in dumpPt() local
1027 const SkOpSegment* segment = &fHead; in dumpPts() local
1039 const SkOpSegment* segment = &fHead; in dumpPtsX() local
1069 const SkOpSegment* segment = &fHead; in dumpSpans() local
[all …]
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
H A DShadowNativePathIteratorTest.java97 PathIterator.Segment segment = it.next(); in testDoneDone() local
161 PathIterator.Segment segment; in testLine() local
182 PathIterator.Segment segment = it.next(); in testIterable() local
237 PathIterator.Segment segment = iterator.next(); in testQuad() local
269 PathIterator.Segment segment = iterator.next(); in testConic() local
302 PathIterator.Segment segment = iterator.next(); in testCubic() local
417 PathIterator.Segment segment = iterator.next(); in testRecreation() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/impl/
H A DStringSegmentTest.java25 StringSegment segment = new StringSegment(SAMPLE_STRING, false); in testOffset() local
39 StringSegment segment = new StringSegment(SAMPLE_STRING, false); in testLength() local
53 StringSegment segment = new StringSegment(SAMPLE_STRING, false); in testCharAt() local
68 StringSegment segment = new StringSegment(SAMPLE_STRING, false); in testGetCodePoint() local
81 StringSegment segment = new StringSegment(SAMPLE_STRING, true); in testCommonPrefixLength() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/impl/
H A 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
/aosp_15_r20/external/coreboot/src/device/oprom/x86emu/
H A Ddecode.c264 #define GET_SEGMENT(segment) in get_data_segment() argument
364 uint segment, in fetch_data_byte_abs()
385 uint segment, in fetch_data_word_abs()
406 uint segment, in fetch_data_long_abs()
494 uint segment, in store_data_byte_abs()
517 uint segment, in store_data_word_abs()
540 uint segment, in store_data_long_abs()
/aosp_15_r20/frameworks/base/core/tests/vibrator/src/android/os/vibrator/
H A DStepSegmentTest.java227 StepSegment segment = in testVibrationFeaturesSupport_zeroAmplitude_supported() local
240 StepSegment segment = in testVibrationFeaturesSupport_maxAmplitude_supported() local
253 StepSegment segment = in testVibrationFeaturesSupport_defaultAmplitude_supported() local
285 StepSegment segment = in testVibrationFeaturesSupport_zeroFrequency_supported() local
298 StepSegment segment = in testVibrationFeaturesSupport_nonZeroFrequency_hasFrequencyCtrl_supported() local
307 StepSegment segment = in testVibrationFeaturesSupport_nonZeroFrequency_hasNoFrequencyCtrl_notSupported() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A 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
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A 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
/aosp_15_r20/prebuilts/go/linux-x86/src/go/scanner/
Dscanner_test.go506 type segment struct { struct
507 srcline string // a line of source text
508 filename string // filename for current token; error message for invalid line directives
509 …ine, column int // line and column for current token; error position for invalid line directives
569 func testSegments(t *testing.T, segments []segment, filename string) {

12345678910>>...58