Home
last modified time | relevance | path

Searched refs:branchId (Results 26 – 50 of 114) sorted by relevance

12345

/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DCodeCoverage.cpp150 size_t branchId = 0; in writeScript() local
232 outBRDA_.printf("BRDA:%zu,%zu,0,", lineno, branchId); in writeScript()
239 outBRDA_.printf("BRDA:%zu,%zu,1,", lineno, branchId); in writeScript()
251 branchId++; in writeScript()
347 outBRDA_.printf("BRDA:%zu,%zu,%zu,", lineno, branchId, caseId); in writeScript()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DCodeCoverage.cpp155 size_t branchId = 0; in writeScript() local
237 outBRDA_.printf("BRDA:%zu,%zu,0,", lineno, branchId); in writeScript()
244 outBRDA_.printf("BRDA:%zu,%zu,1,", lineno, branchId); in writeScript()
256 branchId++; in writeScript()
352 outBRDA_.printf("BRDA:%zu,%zu,%zu,", lineno, branchId, caseId); in writeScript()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/aqbanking/types/
H A Dbankinfo_p.h22 char *branchId; member
H A Daccount_spec_p.h33 char *branchId; member
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/aqbanking/backendsupport/
H A Daccount_p.h34 char *branchId; member
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Core/Testing/Cpp/
H A DctkExampleWorkflowStepUsingSignalsAndSlots.h105 void validationComplete(bool validationSucceeded, const QString& branchId = "")const;
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/Testing/Cpp/
H A DctkExampleWorkflowWidgetStepUsingSignalsAndSlots.h127 void validationComplete(bool validationSucceeded, const QString& branchId="")const;
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/bankinfo/generic/
H A Dgeneric_p.h31 const char *branchId,
H A Dgeneric.c216 const char *branchId, in AB_BankInfoPluginGENERIC_GetBankInfo() argument
/dports/www/gallery2/gallery2/themes/classic/
H A Dtheme.inc244 function _doBuildTree($album, $branchId, &$treeList, &$treeItems, $maxDepth, $userId, $depth) {
258 $treeList[$branchId][] = array('id' => $id, 'depth' => $depth - 1);
261 $ret = $this->_doBuildTree($subAlbum, $branchId, $treeList, $treeItems,
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Core/
H A DctkWorkflowStep.h217 void validationComplete(bool validationSuceeded, const QString& branchId = QString())const;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Threading.Tasks.Dataflow/CoreFxSources/Base/
H A DDataflowBlock.cs2019 ISourceBlock<T> source, Action<T> action, int branchId, TaskScheduler scheduler, in TryChooseFromSource() argument
2025 Contract.Requires(branchId >= 0, "Expected a valid branch ID (> 0)"); in TryChooseFromSource()
2039 Tuple.Create<Action<T>, T, int>(action, result, branchId), in TryChooseFromSource()
2156 int branchId, ISourceBlock<T> source, Action<T> action) in CreateChooseBranch() argument
2197 return branchId; in CreateChooseBranch()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks.Dataflow/src/Base/
H A DDataflowBlock.cs1991 ISourceBlock<T> source, Action<T> action, int branchId, TaskScheduler scheduler, in TryChooseFromSource() argument
1997 Debug.Assert(branchId >= 0, "Expected a valid branch ID (> 0)"); in TryChooseFromSource()
2011 Tuple.Create<Action<T>, T, int>(action, result, branchId), in TryChooseFromSource()
2128 int branchId, ISourceBlock<T> source, Action<T> action) in CreateChooseBranch() argument
2169 return branchId; in CreateChooseBranch()
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dtkt1443.test73 branchId integer
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dtkt1443.test73 branchId integer
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dtkt1443.test73 branchId integer
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dtkt1443.test73 branchId integer
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Query/PlanCompiler/
H A DTransformationRules.cs1567 int branchId = 0; in ProcessFilterOverSetOp()
1571 if (setOp.OpType == OpType.Except && branchId == 1) in ProcessFilterOverSetOp()
1590 if (branchId == 0 && filterNode.Op.OpType != OpType.Except) in ProcessFilterOverSetOp()
1600 setOpNode.Children[branchId], in ProcessFilterOverSetOp()
1604 branchId++; in ProcessFilterOverSetOp()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/imexporters/xml/
H A DREADME274 string branchId
/dports/devel/phpunit9/
H A Dphpunit44912 foreach ($functionData['branches'] as $branchId => $branchData) {
44986 foreach ($functionData['branches'] as $branchId => $branchData) {
45024 foreach (array_keys($functionData['branches']) as $branchId) {
45025 $this->functionCoverage[$file][$functionName]['branches'][$branchId]['hit'] = [];
45038 foreach ($functionData['branches'] as $branchId => $branchData) {
47327 foreach ($path['path'] as $branchId) {
47328 … $branchLines = \range($branches[$branchId]['line_start'], $branches[$branchId]['line_end']);
49217 foreach ($functionData['branches'] as $branchId => $branch) {
49221 if (in_array($branchId, $path['path'], \true)) {
49244 foreach ($functionData['branches'] as $branchId => $branch) {
[all …]
/dports/devel/py-ramlfications/ramlfications-0.1.9/tests/data/examples/
H A Dgithub.raml7345 /{branchId}:
7347 branchId:
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/locale/ru/
H A Dgitlab.po3972 msgid "An error occurred while getting files for - %{branchId}"
3973 msgstr "Произошла ошибка во время получения файлов для - %{branchId}"
6035 msgid "Branch not loaded - %{branchId}"
6036 msgstr "Ветка не загружена - %{branchId}"
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/locale/uk/
H A Dgitlab.po3972 msgid "An error occurred while getting files for - %{branchId}"
3973 msgstr "Сталася помилка при отриманні файлів для - %{branchId}"
6035 msgid "Branch not loaded - %{branchId}"
6036 msgstr "Гілку не завантажено: %{branchId}"
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/locale/ja/
H A Dgitlab.po3624 msgid "An error occurred while getting files for - %{branchId}"
3625 msgstr "%{branchId} のファイルを取得中にエラーが発生しました"
5645 msgid "Branch not loaded - %{branchId}"
5646 msgstr "%{branchId} ブランチはロードされていません。"
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/locale/zh_CN/
H A Dgitlab.po3624 msgid "An error occurred while getting files for - %{branchId}"
3625 msgstr "获取文件 - %{branchId} 时出错"
5645 msgid "Branch not loaded - %{branchId}"
5646 msgstr "分支未载入 - %{branchId}"

12345