Home
last modified time | relevance | path

Searched refs:buildData (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/qbs/qbs-src-1.21.0/tests/auto/buildgraph/
H A Dtst_buildgraph.cpp93 product->buildData->addRootNode(root); in productWithDirectCycle()
94 product->buildData->addNode(root); in productWithDirectCycle()
95 product->buildData->addNode(child); in productWithDirectCycle()
112 product->buildData->addRootNode(root); in productWithLessDirectCycle()
113 product->buildData->addNode(root); in productWithLessDirectCycle()
114 product->buildData->addNode(child); in productWithLessDirectCycle()
115 product->buildData->addNode(grandchild); in productWithLessDirectCycle()
132 product->buildData->addRootNode(root); in productWithNoCycle()
133 product->buildData->addRootNode(root2); in productWithNoCycle()
134 product->buildData->addNode(root); in productWithNoCycle()
[all …]
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/buildgraph/
H A Dbuildgraphloader.cpp95 if (!product->buildData) in restoreBackPointers()
209 project->buildData->setClean(); in loadBuildGraphFromDisk()
368 if (!product->buildData) in trackProjectChanges()
394 if (product->buildData) { in trackProjectChanges()
402 m_result.newlyResolvedProject->buildData.swap(restoredProject->buildData); in trackProjectChanges()
417 newlyResolvedProduct->buildData.swap(restoredProduct->buildData); in trackProjectChanges()
662 if (!product->buildData) in markTransformersForChangeTracking()
795 if (!restoredProduct->buildData) in checkForPropertyChanges()
826 if (product->buildData) { in onProductRemoved()
852 if (!product->buildData) in replaceFileDependencyWithArtifact()
[all …]
H A Dartifact.cpp85 if (!product.expired() && product->buildData) { in addFileTag()
86 product->buildData->addFileTagToArtifact(this, t); in addFileTag()
88 product->buildData->addRootNode(this); in addFileTag()
95 if (!product.expired() && product->buildData) { in removeFileTag()
96 product->buildData->removeArtifactFromSetByFileTag(this, t); in removeFileTag()
98 product->buildData->removeFromRootNodes(this); in removeFileTag()
104 if (product.expired() || !product->buildData) { in setFileTags()
H A Dprojectbuilddata.cpp242 artifact->product->buildData->removeArtifact(artifact); in removeArtifact()
279 QBS_CHECK(!resolvedProject->buildData); in resolveBuildData()
281 resolvedProject->buildData = std::make_unique<ProjectBuildData>(); in resolveBuildData()
282 resolvedProject->buildData->evaluationContext = evalContext; in resolveBuildData()
308 QBS_CHECK(product->buildData); in resolveProductBuildDataForExistingProject()
354 m_product->buildData->addNode(node); in visit()
363 m_product->buildData->addRootNode(node); in visit()
390 if (product->buildData) in resolveProductBuildData()
395 product->buildData = std::make_unique<ProductBuildData>(); in resolveProductBuildData()
449 if (!dep->buildData) in connectRulesToDependencies()
[all …]
H A Dexecutor.cpp85 return x->product->buildData->buildPriority() < y->product->buildData->buildPriority(); in operator ()()
210 if (!product->buildData) in traverse()
212 product->buildData->setBuildPriority(m_priority--); in traverse()
264 QBS_CHECK(!m_project->buildData->evaluationContext); in doBuild()
568 m_project->buildData->setDirty(); in finishJob()
736 QBS_CHECK(product->buildData); in setupProgressObserver()
748 QBS_CHECK(product->buildData); in doSanityChecks()
1202 QBS_CHECK(product->buildData); in prepareAllNodes()
1208 QBS_CHECK(product->buildData); in prepareAllNodes()
1230 if (!product->buildData) in syncFileDependencies()
[all …]
H A Dbuildgraph.cpp485 p->product->topLevelProject()->buildData->setDirty(); in connect()
655 product->topLevelProject()->buildData->insertIntoLookupTable(artifact); in insertArtifact()
656 product->buildData->addArtifact(artifact); in insertArtifact()
691 if (!product->buildData) in updateGeneratedArtifacts()
735 const ProductBuildData * const buildData = product->buildData.get(); in doSanityChecksForProduct() local
740 QBS_CHECK(buildData); in doSanityChecksForProduct()
741 if (!product->buildData) in doSanityChecksForProduct()
743 for (BuildGraphNode * const node : qAsConst(buildData->rootNodes())) { in doSanityChecksForProduct()
745 QBS_CHECK(buildData->allNodes().contains(node)); in doSanityChecksForProduct()
748 for (BuildGraphNode * const node : qAsConst(buildData->allNodes())) { in doSanityChecksForProduct()
[all …]
H A Drequestedartifacts.cpp81 const ArtifactSetByFileTag artifactsMap = product->buildData->artifactsByFileTag(); in setAllArtifactTags()
92 for (const Artifact * const a : product->buildData->artifactsByFileTag().value(tag)) in setArtifactsForTag()
135 if (!product->buildData) { in isUpToDate()
144 const ArtifactSetByFileTag currentArtifacts = product->buildData->artifactsByFileTag(); in isUpToDate()
H A Dartifactvisitor.cpp56 if (!product->buildData) in visitProduct()
58 for (BuildGraphNode *node : qAsConst(product->buildData->allNodes())) in visitProduct()
H A Dtimestampsupdater.cpp64 QBS_CHECK(product->buildData); in visitProduct()
92 project->buildData->setDirty(); in updateTimestamps()
H A Dnodetreedumper.cpp64 if (!p->buildData) in start()
67 for (Artifact * const root : p->buildData->rootArtifacts()) in start()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/info/
H A Dmanifest.c645 if (buildData.excludeSingle != NULL && strLstExists(buildData.excludeSingle, manifestName)) in manifestBuildCallback()
682 … if (buildData.excludeContent != NULL && strLstExists(buildData.excludeContent, manifestName)) in manifestBuildCallback()
747 … if (buildData.online && strEq(buildData.manifestParentName, buildData.manifestWalName) && in manifestBuildCallback()
821 if (buildData.online && strEq(buildData.manifestParentName, buildData.manifestWalName)) in manifestBuildCallback()
828 if (buildData.dbPath && regExpMatch(buildData.tempRelationExp, info->name)) in manifestBuildCallback()
852 if (buildData.dbPath && buildData.checksumPage) in manifestBuildCallback()
976 buildData.pgPath = strNewFmt("%s/%s", strZ(buildData.pgPath), strZ(info->name)); in manifestBuildCallback()
1020 …manifestLinkCheckOne(buildData.manifest, &buildData.linkCheck, manifestTargetTotal(buildData.manif… in manifestBuildCallback()
1082 ManifestBuildData buildData = in manifestNewBuild() local
1104buildData.dbPathExp = regExpNew(strNewFmt("^" DB_PATH_EXP "$", strZ(buildData.tablespaceId))); in manifestNewBuild()
[all …]
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Dchunk_read_planner_unittest.cc57 unittests::ReadPlanTester::buildData(part_data, available_parts); in checkReadingChunk()
58 unittests::ReadPlanTester::buildData( in checkReadingChunk()
85 unittests::ReadPlanTester::buildData( in TEST()
87 unittests::ReadPlanTester::buildData( in TEST()
99 unittests::ReadPlanTester::buildData( in TEST()
101 unittests::ReadPlanTester::buildData( in TEST()
H A Dec_read_plan_unittest.cc41 unittests::ReadPlanTester::buildData(part_data, available_parts); in checkReadingParts()
75 unittests::ReadPlanTester::buildData(part_data, available_parts); in checkReadingChunk()
76 unittests::ReadPlanTester::buildData( in checkReadingChunk()
/dports/finance/R-cran-quantmod/quantmod/man/
H A DbuildData.Rd1 \name{buildData}
2 \alias{buildData}
9 buildData(formula, na.rm = TRUE, return.class = "zoo")
42 buildData(Next(OpCl(DIA)) ~ Lag(TBILL) + I(Lag(OpHi(DIA))^2))
43 buildData(Next(OpCl(DIA)) ~ Lag(TBILL), na.rm=FALSE)
44 buildData(Next(OpCl(DIA)) ~ Lag(TBILL), na.rm=FALSE, return.class="ts")
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/chunkserver/
H A Dslice_recovery_planner_unittest.cc60 unittests::ReadPlanTester::buildData(part_data, available_parts); in checkPartRecovery()
61 unittests::ReadPlanTester::buildData(part_data, std::vector<ChunkPartType>{chunk_type}); in checkPartRecovery()
69 unittests::ReadPlanTester::buildData(part_data, std::vector<ChunkPartType>{xor_part(3, 1)}); in TEST()
80 unittests::ReadPlanTester::buildData(part_data, std::vector<ChunkPartType>{xor_part(3, 1)}); in TEST()
81 unittests::ReadPlanTester::buildData( in TEST()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthFeatures/
H A DFeatureTileSource.cpp172 osg::ref_ptr<osg::Referenced> buildData = createBuildData();
182 preProcess( image.get(), buildData.get() );
205 buildData.get(),
270 buildData.get(),
283 …queryAndRenderFeaturesForStyle( *style, query, buildData.get(), key.getExtent(), image.get(), prog…
290 …queryAndRenderFeaturesForStyle( *style, defaultQuery, buildData.get(), key.getExtent(), image.get(…
295 …queryAndRenderFeaturesForStyle( Style(), defaultQuery, buildData.get(), key.getExtent(), image.get…
299 postProcess( image.get(), buildData.get() );
H A DFeatureTileSource122 * @param buildData
133 osg::Referenced* buildData,
135 …ge* out_image ) { return renderFeaturesForStyle(style, features, buildData, imageExtent, ou…
141 osg::Referenced* buildData,
151 osg::Referenced* buildData ) { return true; }
159 osg::Referenced* buildData ) { return true; }
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/language/
H A Dlanguage.cpp313 if (!buildData) in accept()
385 QBS_CHECK(buildData); in lookupArtifactsByFileTag()
386 return buildData->artifactsByFileTag().value(tag); in lookupArtifactsByFileTag()
391 QBS_CHECK(buildData); in lookupArtifactsByFileTags()
400 QBS_CHECK(buildData); in targetArtifacts()
461 ProductBuildData *data = buildData.get(); in generatedFiles()
562 if (!p->buildData) in load()
630 if (!buildData) in store()
632 if (!buildData->isDirty()) { in store()
648 buildData->setClean(); in store()
[all …]
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/Table/
H A DTable.story.tsx40 function buildData(theme: GrafanaTheme2, config: Record<string, FieldConfig>): DataFrame {
131 const data = buildData(theme, {});
142 const data = buildData(theme, {
161 const data = buildData(theme, {
180 const data = buildData(theme, {});
/dports/biology/avida/avida-2.12.4-src/apps/viewer-macos/frameworks/CorePlot/Source/
H A DCPTDataSourceTestCase.m46 -(void)buildData
72 [self buildData];
78 [self buildData];
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/ClickHouse/clickhouse-go/lib/cityhash102/
H A Dcityhash_test.go24 func buildData(t *testing.T) { func
57 buildData(t)
/dports/www/ilias/ILIAS-5.4.25/Modules/OrgUnit/classes/Positions/
H A Dclass.ilOrgUnitPositionTableGUI.php42 $this->buildData();
93 protected function buildData() function in ilOrgUnitPositionTableGUI
/dports/www/ilias6/ILIAS-6.14/Modules/OrgUnit/classes/Positions/
H A Dclass.ilOrgUnitPositionTableGUI.php43 $this->buildData();
94 protected function buildData() function in ilOrgUnitPositionTableGUI
/dports/www/ilias/ILIAS-5.4.25/Modules/OrgUnit/classes/Types/
H A Dclass.ilOrgUnitTypeTableGUI.php44 $this->buildData();
81 protected function buildData() function in ilOrgUnitTypeTableGUI
/dports/www/ilias6/ILIAS-6.14/Modules/OrgUnit/classes/Types/
H A Dclass.ilOrgUnitTypeTableGUI.php45 $this->buildData();
85 protected function buildData() function in ilOrgUnitTypeTableGUI

1234