Home
last modified time | relevance | path

Searched refs:kLine (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/subresource_filter/tools/rule_parser/
H A Drule_parser_unittest.cc69 static const char* kLine = "?param="; in TEST() local
71 expected_rule.url_pattern = kLine; in TEST()
75 ParseAndExpectUrlRule(kLine, expected_rule); in TEST()
95 static const char* kLine = "@@?param="; in TEST() local
98 expected_rule.url_pattern = kLine + 2; in TEST()
102 ParseAndExpectUrlRule(kLine, expected_rule); in TEST()
106 static const char* kLine = "&param=value$"; in TEST() local
108 expected_rule.url_pattern.assign(kLine, strlen(kLine) - 1); in TEST()
176 static const char* kLine = in TEST() local
194 const std::string kLine = "example.com"; in TEST() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/subresource_filter/tools/rule_parser/
H A Drule_parser_unittest.cc69 static const char* kLine = "?param="; in TEST() local
71 expected_rule.url_pattern = kLine; in TEST()
75 ParseAndExpectUrlRule(kLine, expected_rule); in TEST()
95 static const char* kLine = "@@?param="; in TEST() local
98 expected_rule.url_pattern = kLine + 2; in TEST()
102 ParseAndExpectUrlRule(kLine, expected_rule); in TEST()
106 static const char* kLine = "&param=value$"; in TEST() local
108 expected_rule.url_pattern.assign(kLine, strlen(kLine) - 1); in TEST()
176 static const char* kLine = in TEST() local
194 const std::string kLine = "example.com"; in TEST() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/qr_code_generator/
H A Dqr_code_generator.cc110 static constexpr uint8_t kLine[7] = {0b11, 0b10, 0b11, 0b11, in PutFinder() local
112 copyTo(x - 3, y - 1, kLine, sizeof(kLine)); in PutFinder()
113 copyTo(x - 3, y, kLine, sizeof(kLine)); in PutFinder()
114 copyTo(x - 3, y + 1, kLine, sizeof(kLine)); in PutFinder()
135 static constexpr uint8_t kLine[5] = {0b11, 0b10, 0b10, 0b10, 0b11}; in PutAlignment() local
136 copyTo(x - 2, y - 1, kLine, sizeof(kLine)); in PutAlignment()
137 copyTo(x - 2, y, kLine, sizeof(kLine)); in PutAlignment()
138 copyTo(x - 2, y + 1, kLine, sizeof(kLine)); in PutAlignment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/packages_list/
H A Dpackages_list_data_source_unittest.cc34 char kLine[] = in TEST() local
38 ASSERT_TRUE(ReadPackagesListLine(kLine, &pkg)); in TEST()
46 char kLine[] = in TEST() local
50 ASSERT_TRUE(ReadPackagesListLine(kLine, &pkg)); in TEST()
58 char kLine[] = in TEST() local
62 ASSERT_TRUE(ReadPackagesListLine(kLine, &pkg)); in TEST()
70 char kLine[] = in TEST() local
74 ASSERT_TRUE(ReadPackagesListLine(kLine, &pkg)); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/traced/probes/packages_list/
H A Dpackages_list_data_source_unittest.cc34 char kLine[] = in TEST() local
38 ASSERT_TRUE(ReadPackagesListLine(kLine, &pkg)); in TEST()
46 char kLine[] = in TEST() local
50 ASSERT_TRUE(ReadPackagesListLine(kLine, &pkg)); in TEST()
58 char kLine[] = in TEST() local
62 ASSERT_TRUE(ReadPackagesListLine(kLine, &pkg)); in TEST()
70 char kLine[] = in TEST() local
74 ASSERT_TRUE(ReadPackagesListLine(kLine, &pkg)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/inline/
H A Dng_fragment_item.h69 enum ItemType { kText, kGeneratedText, kLine, kBox }; enumerator
91 bool IsContainer() const { return Type() == kBox || Type() == kLine; } in IsContainer()
102 DCHECK_NE(Type(), kLine); in FragmentId()
106 DCHECK_NE(Type(), kLine); in SetFragmentId()
123 DCHECK(Type() != kLine); in IsLastForNode()
178 if (Type() == kLine) in DescendantsCount()
189 if (Type() == kLine) { in SetDescendantsCount()
217 if (Type() == kLine) in LineBoxFragment()
233 if (Type() == kLine) in LineBoxType()
462 DCHECK_NE(Type(), kLine); in CanReuse()
H A Dng_fragment_item.cc123 type_(kLine),
209 case kLine: in NGFragmentItem()
247 case kLine: in NGFragmentItem()
264 case kLine: in ~NGFragmentItem()
440 DCHECK_EQ(Type(), kLine); in BaseDirection()
480 if (Type() == NGFragmentItem::kLine) in ToString()
589 if (Type() == kLine) { in RecalcInkOverflow()
611 DCHECK_NE(Type(), kLine); in SetDeltaToNextForSameLayoutObject()
686 case NGFragmentItem::kLine: in operator <<()
/dports/devel/folly/folly-2021.12.27.00/folly/gen/test/
H A DStringBenchmark.cpp38 const char* const kLine = "The quick brown fox jumped over the lazy dog.\n"; variable
45 bigLines.reserve(kLineCount * strlen(kLine)); in initStringResplitterBenchmark()
47 bigLines += kLine; in initStringResplitterBenchmark()
85 std::string line(kLine); in BENCHMARK()
96 StringPiece line(kLine); in BENCHMARK_RELATIVE()
107 std::string line(kLine); in BENCHMARK()
119 StringPiece line(kLine); in BENCHMARK_RELATIVE()
131 StringPiece line(kLine); in BENCHMARK_RELATIVE()
140 StringPiece line(kLine); in BENCHMARK_RELATIVE()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/inline/
H A Dng_fragment_item.h63 enum ItemType { kText, kGeneratedText, kLine, kBox }; enumerator
77 bool IsContainer() const { return Type() == kBox || Type() == kLine; } in IsContainer()
87 DCHECK(Type() != kLine); in IsFirstForNode()
96 DCHECK(Type() != kLine); in IsLastForNode()
144 if (Type() == kLine) in DescendantsCount()
170 if (Type() == kLine) in LineBoxFragment()
186 if (Type() == kLine) in LineBoxType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dng_early_break.h19 kLine, // Break before a specified line number. enumerator
30 : line_number_(line_number), type_(kLine) {} in NGEarlyBreak()
39 DCHECK_EQ(type_, kLine); in LineNumber()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_early_break.h19 kLine, // Break before a specified line number. enumerator
30 : line_number_(line_number), type_(kLine) {} in NGEarlyBreak()
39 DCHECK_EQ(type_, kLine); in LineNumber()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp33 case Type::kLine: in operator =()
209 this->setType(Type::kLine); in simplifyLine()
254 case Type::kLine: in simplify()
288 case Type::kLine: // fall through, "" (currently choosing not to test if 'rect' == line) in conservativeContains()
312 case Type::kLine: // fall through, "" in conservativeContains()
337 case Type::kLine: in closed()
356 case Type::kLine: in convex()
379 case Type::kLine: { in bounds()
411 case Type::kLine: // "" in segmentMask()
457 case Type::kLine: in asPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/qr_code_generator/
H A Dqr_code_generator.cc524 static constexpr uint8_t kLine[7] = {0b11, 0b10, 0b11, 0b11, in PutFinder() local
526 copyTo(x - 3, y - 1, kLine, sizeof(kLine)); in PutFinder()
527 copyTo(x - 3, y, kLine, sizeof(kLine)); in PutFinder()
528 copyTo(x - 3, y + 1, kLine, sizeof(kLine)); in PutFinder()
549 static constexpr uint8_t kLine[5] = {0b11, 0b10, 0b10, 0b10, 0b11}; in PutAlignment() local
550 copyTo(x - 2, y - 1, kLine, sizeof(kLine)); in PutAlignment()
551 copyTo(x - 2, y, kLine, sizeof(kLine)); in PutAlignment()
552 copyTo(x - 2, y + 1, kLine, sizeof(kLine)); in PutAlignment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DSubsetPath.cpp71 case SkPathVerb::kLine: in SubsetContours()
110 case SkPathVerb::kLine: in getSubsetPath()
155 case SkPathVerb::kLine: in SubsetVerbs()
184 bool enabled = SkPathVerb::kLine <= verb && verb <= SkPathVerb::kCubic in getSubsetPath()
198 case SkPathVerb::kLine: in getSubsetPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Danalyze_audio.cc31 TimeSeries time_series("Audio encoder target bitrate", LineStyle::kLine, in CreateAudioEncoderTargetBitrateGraph()
56 TimeSeries time_series("Audio encoder frame length", LineStyle::kLine, in CreateAudioEncoderFrameLengthGraph()
82 LineStyle::kLine, PointStyle::kHighlight); in CreateAudioEncoderPacketLossGraph()
107 TimeSeries time_series("Audio encoder FEC", LineStyle::kLine, in CreateAudioEncoderEnableFecGraph()
132 TimeSeries time_series("Audio encoder DTX", LineStyle::kLine, in CreateAudioEncoderEnableDtxGraph()
157 TimeSeries time_series("Audio encoder number of channels", LineStyle::kLine, in CreateAudioEncoderNumChannelsGraph()
395 LineStyle::kLine); in CreateAudioJitterBufferGraph()
397 "Relative packet arrival delay", LineStyle::kLine); in CreateAudioJitterBufferGraph()
398 TimeSeries time_series_play_time("Playout delay", LineStyle::kLine); in CreateAudioJitterBufferGraph()
399 TimeSeries time_series_target_time("Target delay", LineStyle::kLine, in CreateAudioJitterBufferGraph()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrShape.h160 if (fType != Type::kLine) { in asLine()
189 case Type::kLine: in asPath()
234 case Type::kLine: in knownToBeConvex()
257 case Type::kLine: in inverseFilled()
293 case Type::kLine: in knownToBeClosed()
313 case Type::kLine: in segmentMask()
340 kLine, enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrShape.h179 if (fType != Type::kLine) { in asLine()
212 case Type::kLine: in asPath()
259 case Type::kLine: in knownToBeConvex()
285 case Type::kLine: in inverseFilled()
323 case Type::kLine: in knownToBeClosed()
346 case Type::kLine: in segmentMask()
390 kLine, enumerator
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/geometry/
H A DGrShape.h187 if (fType != Type::kLine) { in asLine()
230 case Type::kLine: in asPath()
326 case Type::kLine: in knownToBeConvex()
354 case Type::kLine: in knownDirection()
381 case Type::kLine: in inverseFilled()
421 case Type::kLine: in knownToBeClosed()
449 case Type::kLine: in segmentMask()
494 kLine, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/geometry/
H A DGrShape.h189 if (fType != Type::kLine) { in asLine()
232 case Type::kLine: in asPath()
328 case Type::kLine: in knownToBeConvex()
356 case Type::kLine: in knownDirection()
383 case Type::kLine: in inverseFilled()
423 case Type::kLine: in knownToBeClosed()
451 case Type::kLine: in segmentMask()
496 kLine, enumerator
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/geometry/
H A DGrShape.h187 if (fType != Type::kLine) { in asLine()
230 case Type::kLine: in asPath()
326 case Type::kLine: in knownToBeConvex()
354 case Type::kLine: in knownDirection()
381 case Type::kLine: in inverseFilled()
421 case Type::kLine: in knownToBeClosed()
449 case Type::kLine: in segmentMask()
494 kLine, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/geometry/
H A DGrShape.h187 if (fType != Type::kLine) { in asLine()
230 case Type::kLine: in asPath()
326 case Type::kLine: in knownToBeConvex()
354 case Type::kLine: in knownDirection()
381 case Type::kLine: in inverseFilled()
421 case Type::kLine: in knownToBeClosed()
449 case Type::kLine: in segmentMask()
494 kLine, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/geometry/
H A DGrShape.h187 if (fType != Type::kLine) { in asLine()
230 case Type::kLine: in asPath()
326 case Type::kLine: in knownToBeConvex()
354 case Type::kLine: in knownDirection()
381 case Type::kLine: in inverseFilled()
421 case Type::kLine: in knownToBeClosed()
449 case Type::kLine: in segmentMask()
494 kLine, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Dselection_modifier_test.cc18 TextGranularity::kLine); in MoveBackwardByLine()
24 SelectionModifyDirection::kForward, TextGranularity::kLine); in MoveForwardByLine()
98 SelectionModifyDirection::kBackward, TextGranularity::kLine); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Danalyzer.cc631 LineStyle::kLine); in CreatePacketRateGraph()
638 LineStyle::kLine); in CreatePacketRateGraph()
696 LineStyle::kLine); in CreateTotalPacketRateGraph()
742 LineStyle::kLine); in CreateAudioLevelGraph()
895 LineStyle::kLine); in CreateIncomingDelayGraph()
902 LineStyle::kLine); in CreateIncomingDelayGraph()
1156 LineStyle::kLine); in CreateTotalOutgoingBitrateGraph()
1168 LineStyle::kLine); in CreateTotalOutgoingBitrateGraph()
1195 LineStyle::kLine); in CreateStreamBitrateGraph()
1617 LineStyle::kLine, PointStyle::kHighlight); in CreatePacerDelayGraph()
[all …]
/dports/audio/csound/csound-6.15.0/tests/soak/
H A Dreinit.csd23 kLine expon 440, p3/10, 880
24 aSig oscil 10000, kLine, 1

12345678910