Home
last modified time | relevance | path

Searched refs:updatedCount (Results 1 – 20 of 20) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/parser/
H A DRecoveredBlock.java205 int updatedCount = 0; in updatedBlock() local
211 updatedStatements[updatedCount++] = updatedStatement; in updatedBlock()
214 if (updatedCount == 0) return null; // not interesting block in updatedBlock()
217 if (updatedCount != this.statementCount){ in updatedBlock()
218 this.blockDeclaration.statements = new Statement[updatedCount]; in updatedBlock()
219 System.arraycopy(updatedStatements, 0, this.blockDeclaration.statements, 0, updatedCount); in updatedBlock()
281 int updatedCount = 0; in updateStatement() local
287 updatedStatements[updatedCount++] = updatedStatement; in updateStatement()
290 if (updatedCount == 0) return null; // not interesting block in updateStatement()
293 if (updatedCount != this.statementCount){ in updateStatement()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DRecoveredBlock.java289 int updatedCount = 0; in updatedBlock() local
341 updatedStatements[updatedCount++] = updatedStatement; in updatedBlock()
360 if (updatedCount == 0) return null; // not interesting block in updatedBlock()
363 if (updatedCount != this.statementCount){ in updatedBlock()
364 this.blockDeclaration.statements = new Statement[updatedCount]; in updatedBlock()
365 System.arraycopy(updatedStatements, 0, this.blockDeclaration.statements, 0, updatedCount); in updatedBlock()
H A DRecoveredType.java515 int updatedCount = 0; in updatedTypeDeclaration() local
519 memberTypeDeclarations[existingCount + (updatedCount++)] = updatedTypeDeclaration; in updatedTypeDeclaration()
522 if (updatedCount < this.memberTypeCount) { in updatedTypeDeclaration()
523 int length = existingCount + updatedCount; in updatedTypeDeclaration()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DRecoveredBlock.java312 int updatedCount = 0; in updatedBlock() local
364 updatedStatements[updatedCount++] = updatedStatement; in updatedBlock()
383 if (updatedCount == 0) return null; // not interesting block in updatedBlock()
386 if (updatedCount != this.statementCount){ in updatedBlock()
387 this.blockDeclaration.statements = new Statement[updatedCount]; in updatedBlock()
388 System.arraycopy(updatedStatements, 0, this.blockDeclaration.statements, 0, updatedCount); in updatedBlock()
H A DRecoveredType.java558 int updatedCount = 0; in updatedTypeDeclaration() local
562 memberTypeDeclarations[existingCount + (updatedCount++)] = updatedTypeDeclaration; in updatedTypeDeclaration()
565 if (updatedCount < this.memberTypeCount) { in updatedTypeDeclaration()
566 int length = existingCount + updatedCount; in updatedTypeDeclaration()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/install/db/
H A Ddbmigrate_3.7-3.8.php187 $updatedCount = 0;
197 $updatedCount += updateRecodedValues($dbManager, $table, $data);
202 echo "*** Recoded $updatedCount for $table table ***\n";
/dports/security/lego/lego-4.5.3/providers/dns/cloudns/internal/
H A Dclient.go258 updatedCount := 0
261 updatedCount++
265 …return &SyncProgress{Complete: updatedCount == len(records), Updated: updatedCount, Total: len(rec…
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/cloudns/internal/
H A Dclient.go258 updatedCount := 0
261 updatedCount++
265 …return &SyncProgress{Complete: updatedCount == len(records), Updated: updatedCount, Total: len(rec…
/dports/devel/spark/spark-2.1.1/examples/src/main/java/org/apache/spark/examples/sql/
H A DJavaUserDefinedUntypedAggregation.java80 long updatedCount = buffer.getLong(1) + 1; in update() local
82 buffer.update(1, updatedCount); in update()
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/chromedp/
H A Dchromedp_test.go373 var navigatedCount, updatedCount int
384 updatedCount++
395 if want := 1; updatedCount < want {
396 t.Fatalf("want at least %d DOM.documentUpdated events; got %d", want, updatedCount)
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/
H A DExecutorAllocationManager.scala756 val updatedCount = localityToCount.getOrElse(hostname, 0) + count constant
757 localityToCount(hostname) = updatedCount
/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DNetDb.cpp582 int updatedCount = 0, deletedCount = 0, deletedFloodfillsCount = 0; in SaveUpdated() local
606 updatedCount++; in SaveUpdated()
633 if (updatedCount > 0) in SaveUpdated()
634 LogPrint (eLogInfo, "NetDb: Saved ", updatedCount, " new/updated routers"); in SaveUpdated()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/
H A DSatellites.cpp1732 int updatedCount = 0; in updateSatellites() local
1769 updatedCount++; in updateSatellites()
1824 if (updatedCount > 0 || in updateSatellites()
1837 << updatedCount << "/" << totalCount << "updated," in updateSatellites()
1843 emit(tleUpdateComplete(updatedCount, totalCount, addedCount, missingCount)); in updateSatellites()
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/db/
H A DMainDB.java227 int updatedCount = 0; in upgradeSchema() local
235 updatedCount++; in upgradeSchema()
238 vlog.i("Updated " + updatedCount + " records with invalid format."); in upgradeSchema()
/dports/net/storj/storj-1.45.3/satellite/satellitedb/
H A Dreputations.go647 …alpha, beta, lambda, w float64, totalCount int64) (newAlpha, newBeta float64, updatedCount int64) {
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/places/
H A DHistory.jsm1373 handleCompletion: (updatedCount) => {
1376 if (updatedCount > 0) {
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/places/
H A DHistory.jsm1596 handleCompletion: updatedCount => {
1599 if (updatedCount > 0) {
/dports/www/firefox/firefox-99.0/toolkit/components/places/
H A DHistory.jsm1637 handleCompletion: updatedCount => {
1640 if (updatedCount > 0) {
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/places/
H A DHistory.jsm1628 handleCompletion: updatedCount => {
1631 if (updatedCount > 0) {
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/places/
H A DHistory.jsm1628 handleCompletion: updatedCount => {
1631 if (updatedCount > 0) {