Home
last modified time | relevance | path

Searched refs:captured (Results 251 – 275 of 14507) sorted by relevance

1...<<11121314151617181920>>...581

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Dcaptured-statements.c15 #pragma clang __debug captured in test1()
40 #pragma clang __debug captured in test2()
59 #pragma clang __debug captured in test3()
70 #pragma clang __debug captured in test4()
85 #pragma clang __debug captured in dont_capture_global()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Dcaptured-statements.c15 #pragma clang __debug captured in test1()
40 #pragma clang __debug captured in test2()
59 #pragma clang __debug captured in test3()
70 #pragma clang __debug captured in test4()
85 #pragma clang __debug captured in dont_capture_global()
/dports/devel/p5-Proc-Queue/Proc-Queue-1.23/lib/Proc/
H A DQueue.pm46 my @captured;
166 push @captured, shift,$? unless $ignore_children;
167 croak "captured stack is corrupted" if (@captured & 1)
192 if(@captured) {
193 my $w=shift @captured;
194 $?=shift @captured;
233 foreach my $i (0..$#captured) {
236 if ($pid==$captured[$i] or $pid==-1) {
237 croak "corrupted captured stack" unless ($#captured & 1);
238 ($r,$?)=splice @captured,$i,2;
[all …]
/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/amazonimport/
H A Damazonimporter.cpp120 QString category = match.captured(1); in parseFindResults()
121 QString id = match.captured(2); in parseFindResults()
123 match.captured(4).trimmed() + QLatin1String(" - ") + in parseFindResults()
124 removeExplicit(match.captured(3).trimmed())); in parseFindResults()
227 framesHdr.setYear(match.captured(1).toInt()); in parseAlbumResults()
245 trackDataVector.setCoverArtUrl(QUrl(match.captured(1))); in parseAlbumResults()
278 trackNr = match.captured(1).toInt(); in parseAlbumResults()
282 title = match.captured(1).trimmed(); in parseAlbumResults()
286 duration = match.captured(1).toInt() * 60 + in parseAlbumResults()
287 match.captured(2).toInt(); in parseAlbumResults()
[all …]
/dports/audio/kid3-qt5/kid3-3.8.6/src/plugins/amazonimport/
H A Damazonimporter.cpp120 QString category = match.captured(1); in parseFindResults()
121 QString id = match.captured(2); in parseFindResults()
123 match.captured(4).trimmed() + QLatin1String(" - ") + in parseFindResults()
124 removeExplicit(match.captured(3).trimmed())); in parseFindResults()
227 framesHdr.setYear(match.captured(1).toInt()); in parseAlbumResults()
245 trackDataVector.setCoverArtUrl(QUrl(match.captured(1))); in parseAlbumResults()
278 trackNr = match.captured(1).toInt(); in parseAlbumResults()
282 title = match.captured(1).trimmed(); in parseAlbumResults()
286 duration = match.captured(1).toInt() * 60 + in parseAlbumResults()
287 match.captured(2).toInt(); in parseAlbumResults()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/baremetal/
H A Dsdccparser.cpp93 match.captured(FilePathIndex)); in handleLine()
94 const int lineno = match.captured(LineNumberIndex).toInt(); in handleLine()
95 const Task::TaskType type = taskType(match.captured(MessageTypeIndex)); in handleLine()
96 const QString descr = match.captured(MessageTextIndex); in handleLine()
110 match.captured(FilePathIndex)); in handleLine()
111 const int lineno = match.captured(LineNumberIndex).toInt(); in handleLine()
112 const Task::TaskType type = taskType(match.captured(MessageTypeIndex)); in handleLine()
113 const QString descr = match.captured(MessageTextIndex); in handleLine()
125 const Task::TaskType type = taskType(match.captured(MessageTypeIndex)); in handleLine()
126 const QString descr = match.captured(MessageTextIndex); in handleLine()
[all …]
H A Diarewparser.cpp88 const Task::TaskType type = taskType(match.captured(MessageTypeIndex)); in parseErrorOrFatalErrorDetailsMessage1()
89 const QString descr = QString("[%1]: %2").arg(match.captured(MessageCodeIndex), in parseErrorOrFatalErrorDetailsMessage1()
90 match.captured(DescriptionIndex)); in parseErrorOrFatalErrorDetailsMessage1()
95 QString firstPart = match.captured(FilepathBeginIndex); in parseErrorOrFatalErrorDetailsMessage1()
111 const Task::TaskType type = taskType(match.captured(MessageTypeIndex)); in parseErrorOrFatalErrorDetailsMessage2()
112 const QString descr = QString("[%1]: %2").arg(match.captured(MessageCodeIndex), in parseErrorOrFatalErrorDetailsMessage2()
113 match.captured(DescriptionIndex)); in parseErrorOrFatalErrorDetailsMessage2()
132 match.captured(FilePathIndex)); in parseWarningOrErrorOrFatalErrorDetailsMessage1()
133 const int lineno = match.captured(LineNumberIndex).toInt(); in parseWarningOrErrorOrFatalErrorDetailsMessage1()
134 const Task::TaskType type = taskType(match.captured(MessageTypeIndex)); in parseWarningOrErrorOrFatalErrorDetailsMessage1()
[all …]
/dports/security/snort/snort-2.9.18/doc/
H A DREADME.decode15 size of the packet that was captured (after the Ethernet header) is less than
142 45 The length of the captured packet (starting from TCP header) is less than
145 95 The length of the captured packet (starting from UDP header) is less than
150 105 The length of the captured packet (starting from ICMP header) is less than
160 111 The length of the captured packet (starting from EAP key) is less than the
174 140 The length of the captured packet (starting from Token Ring header) is less
176 141 The length of the captured packet (starting from Token Ring header) is less
178 142 The length of the captured packet (starting from Token Ring header) is less
251 of the captured packet (starting from the IPv4 header)
253 of the captured packet (starting from the TCP header)
[all …]
/dports/net-im/ktp-kded-module/ktp-kded-module-21.12.3/
H A Dstatus-message-parser.cpp94 QString token = fullmatch.captured(0).section(QLatin1String("+"), 0, 0); in parseStatusMessage()
95 QString tokenParam = fullmatch.captured(0).section(QLatin1String("+"), 1); in parseStatusMessage()
115 message.replace(fullmatch.captured(0), token); in parseStatusMessage()
121 message.replace(fullmatch.captured(0), token); in parseStatusMessage()
139 message.remove(fullmatch.captured(0)); in parseStatusMessage()
146 message.remove(fullmatch.captured(0)); in parseStatusMessage()
151 message.remove(fullmatch.captured(0)); in parseStatusMessage()
156 message.remove(fullmatch.captured(0)); in parseStatusMessage()
161 message.remove(fullmatch.captured(0)); in parseStatusMessage()
166 message.remove(fullmatch.captured(0)); in parseStatusMessage()
[all …]
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Engines/mplayer/
H A Dmplayerengine.cpp59 info->setDuration(match.captured(1).toDouble() * 1000); in createTrackInfo()
65 info->setValue(Qmmp::CHANNELS, match.captured(1).toInt()); in createTrackInfo()
67 info->setValue(Qmmp::FORMAT_NAME, match.captured(1)); in createTrackInfo()
203 m_currentTime = (qint64) match.captured(1).toDouble(); in readStdOut()
238 m_samplerate = match.captured(1).toInt(); in readStdOut()
239 m_channels = match.captured(2).toInt(); in readStdOut()
240 m_bitsPerSample = match.captured(3).toDouble(); in readStdOut()
241 m_bitrate = match.captured(4).toDouble(); in readStdOut()
247 m_samplerate = match.captured(1).toInt(); in readStdOut()
248 m_channels = match.captured(2).toInt(); in readStdOut()
[all …]
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/data/
H A DLonLatParser.cpp142 m_lon = parseDouble(match.captured(2)); in parse()
143 m_lat = parseDouble(match.captured(1)); in parse()
212 const QString dir1 = match.captured(dirPosition == PostfixDir ? 5 : 1); in tryMatchFromDms()
258 const QString dir1 = match.captured(dirPosition == PostfixDir ? 4 : 1); in tryMatchFromDm()
259 const QString dir2 = match.captured(dirPosition == PostfixDir ? 8 : 5); in tryMatchFromDm()
407 const uint degree = regexMatch.captured(c++).toUInt(); in degreeValueFromDMS()
408 const uint minutes = regexMatch.captured(c++).toUInt(); in degreeValueFromDMS()
409 const qreal seconds = parseDouble(regexMatch.captured(c)); in degreeValueFromDMS()
426 const uint degree = regexMatch.captured(c++).toUInt(); in degreeValueFromDM()
427 const qreal minutes = parseDouble(regexMatch.captured(c)); in degreeValueFromDM()
[all …]
/dports/x11-toolkits/p5-Alien-wxWidgets/Alien-wxWidgets-0.69/inc/inc_File-Fetch/File/
H A DFetch.pm533 my $captured;
535 buffer => \$captured,
638 my $captured;
640 buffer => \$captured,
654 $local->print( $captured );
699 my $captured;
701 buffer => \$captured,
748 my $captured;
750 buffer => \$captured,
825 my $captured;
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/qtest/
H A Dqttestoutputreader.cpp50 const QString value = match.captured(1); in decode()
337 QString fullQualifiedFunc = match.captured(1); in extractFunctionInformation()
342 QString possiblyTag = match.captured(3); in extractFunctionInformation()
348 result.append(match.captured(2)); in extractFunctionInformation()
349 result.append(match.captured(3)); in extractFunctionInformation()
385 processResultOutput(match.captured(1).toLower().trimmed(), match.captured(2)); in processPlainTextOutput()
387 processLocationOutput(match.captured(1)); in processPlainTextOutput()
389 processLocationOutput(match.captured(1)); in processPlainTextOutput()
391 m_description = match.captured(1); in processPlainTextOutput()
395 m_className = match.captured(1); in processPlainTextOutput()
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/File-Fetch/lib/File/
H A DFetch.pm915 my $captured;
917 buffer => \$captured,
988 my $captured;
990 buffer => \$captured,
1128 my $captured;
1144 $local->print( $captured );
1188 my $captured;
1242 my $captured;
1294 my $captured;
1415 my $captured;
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/File-Fetch/lib/File/
H A DFetch.pm915 my $captured;
917 buffer => \$captured,
988 my $captured;
990 buffer => \$captured,
1128 my $captured;
1144 $local->print( $captured );
1188 my $captured;
1242 my $captured;
1294 my $captured;
1415 my $captured;
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/File-Fetch/lib/File/
H A DFetch.pm922 my $captured;
924 buffer => \$captured,
995 my $captured;
997 buffer => \$captured,
1135 my $captured;
1151 $local->print( $captured );
1195 my $captured;
1249 my $captured;
1301 my $captured;
1422 my $captured;
[all …]
/dports/devel/p5-CPANPLUS/CPANPLUS-0.9912/inc/bundle/File/
H A DFetch.pm922 my $captured;
924 buffer => \$captured,
995 my $captured;
997 buffer => \$captured,
1135 my $captured;
1151 $local->print( $captured );
1195 my $captured;
1249 my $captured;
1301 my $captured;
1422 my $captured;
[all …]
/dports/ftp/p5-File-Fetch/File-Fetch-1.00/lib/File/
H A DFetch.pm922 my $captured;
924 buffer => \$captured,
995 my $captured;
997 buffer => \$captured,
1135 my $captured;
1151 $local->print( $captured );
1195 my $captured;
1249 my $captured;
1301 my $captured;
1422 my $captured;
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/File-Fetch/lib/File/
H A DFetch.pm922 my $captured;
924 buffer => \$captured,
995 my $captured;
997 buffer => \$captured,
1135 my $captured;
1151 $local->print( $captured );
1195 my $captured;
1249 my $captured;
1301 my $captured;
1422 my $captured;
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/pyuno/qa/pytests/
H A Dtestcollections_XIndexContainer.py53 captured = None
57 captured = e
62 self.assertNotEqual(None, captured)
63 self.assertEqual(type(expected).__name__, type(captured).__name__)
66 self.assertEqual(None, captured)
78 captured = None
82 captured = e
87 self.assertNotEqual(None, captured)
88 self.assertEqual(type(expected).__name__, type(captured).__name__)
91 self.assertEqual(None, captured)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/pyuno/qa/pytests/
H A Dtestcollections_XIndexContainer.py53 captured = None
57 captured = e
62 self.assertNotEqual(None, captured)
63 self.assertEqual(type(expected).__name__, type(captured).__name__)
66 self.assertEqual(None, captured)
78 captured = None
82 captured = e
87 self.assertNotEqual(None, captured)
88 self.assertEqual(type(expected).__name__, type(captured).__name__)
91 self.assertEqual(None, captured)
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dclangparser.cpp78 createOrAmendTask(taskType(match.captured(3)), match.captured(4), lne); in handleLine()
85 const FilePath filePath = absoluteFilePath(FilePath::fromUserInput(match.captured(2))); in handleLine()
86 const int lineNo = match.captured(3).toInt(); in handleLine()
99 int lineNo = match.captured(4).toInt(&ok); in handleLine()
100 int column = match.captured(5).toInt(); in handleLine()
102 lineNo = match.captured(6).toInt(&ok); in handleLine()
106 const FilePath filePath = absoluteFilePath(FilePath::fromUserInput(match.captured(1))); in handleLine()
109 createOrAmendTask(taskType(match.captured(8)), match.captured(9), lne, false, in handleLine()
117 createOrAmendTask(Task::Error, match.captured(1), lne, false); in handleLine()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dcaptured-statements-nested.c17 #pragma clang __debug captured in test_nest_captured_stmt()
21 #pragma clang __debug captured in test_nest_captured_stmt()
24 #pragma clang __debug captured in test_nest_captured_stmt()
103 #pragma clang __debug captured in test_nest_block()
124 #pragma clang __debug captured in test_nest_block()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Dcaptured-statements-nested.c17 #pragma clang __debug captured in test_nest_captured_stmt()
21 #pragma clang __debug captured in test_nest_captured_stmt()
24 #pragma clang __debug captured in test_nest_captured_stmt()
103 #pragma clang __debug captured in test_nest_block()
124 #pragma clang __debug captured in test_nest_block()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Dcaptured-statements-nested.c17 #pragma clang __debug captured in test_nest_captured_stmt()
21 #pragma clang __debug captured in test_nest_captured_stmt()
24 #pragma clang __debug captured in test_nest_captured_stmt()
103 #pragma clang __debug captured in test_nest_block()
124 #pragma clang __debug captured in test_nest_block()

1...<<11121314151617181920>>...581