Home
last modified time | relevance | path

Searched refs:abandoned (Results 51 – 75 of 4688) sorted by relevance

12345678910>>...188

/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/rpl/r/
H A Drpl_loaddata_simple.result22 abandoned
23 abandoned
95 abandoned
96 abandoned
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/suite/rpl/r/
H A Drpl_loaddata_simple.result22 abandoned
23 abandoned
95 abandoned
96 abandoned
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/rpl/r/
H A Drpl_loaddata_simple.result22 abandoned
23 abandoned
95 abandoned
96 abandoned
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/rpl/r/
H A Drpl_loaddata_simple.result22 abandoned
23 abandoned
95 abandoned
96 abandoned
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl/r/
H A Drpl_loaddata_simple.result22 abandoned
23 abandoned
95 abandoned
96 abandoned
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/rpl/r/
H A Drpl_loaddata_simple.result22 abandoned
23 abandoned
95 abandoned
96 abandoned
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/rpl/r/
H A Drpl_loaddata_simple.result22 abandoned
23 abandoned
95 abandoned
96 abandoned
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/rpl/r/
H A Drpl_loaddata_simple.result22 abandoned
23 abandoned
95 abandoned
96 abandoned
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/rpl/r/
H A Drpl_loaddata_simple.result22 abandoned
23 abandoned
95 abandoned
96 abandoned
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/rpl/r/
H A Drpl_loaddata_simple.result22 abandoned
23 abandoned
95 abandoned
96 abandoned
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/rpl/r/
H A Drpl_loaddata_simple.result22 abandoned
23 abandoned
95 abandoned
96 abandoned
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/sctp/
H A Dchunk_payload_data.go172 func (p *chunkPayloadData) abandoned() bool { func
179 func (p *chunkPayloadData) setAbandoned(abandoned bool) {
181 p.head._abandoned = abandoned
184 p._abandoned = abandoned
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/suite/rpl/r/
H A Drpl_loaddata_simple.result22 abandoned
23 abandoned
95 abandoned
96 abandoned
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dplugin_resource_tracker.cc67 bool abandoned = false; in RemoveResource() local
70 abandoned = true; in RemoveResource()
76 if (dispatcher && !abandoned) { in RemoveResource()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dplugin_resource_tracker.cc67 bool abandoned = false; in RemoveResource() local
70 abandoned = true; in RemoveResource()
76 if (dispatcher && !abandoned) { in RemoveResource()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/ruler/storage/cleaner/
H A Dcleaner_test.go65 abandoned := cleaner.getAbandonedStorage(all, managed, now)
66 require.Empty(t, abandoned)
93 abandoned := cleaner.getAbandonedStorage(all, managed, now)
94 require.Equal(t, []string{walDir}, abandoned)
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/networkmanager/
H A DConnectionEndpoint.java180 final boolean[] abandoned = { false }; in connectOutbound()
217 disconnect = abandoned[0]; in connectOutbound()
333 if ( connected[0] || abandoned[0] ){ in connectOutbound()
350 if ( abandoned[0] ){ in connectOutbound()
380 abandoned[0] = true; in connectOutbound()
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/PageImages/maintenance/
H A DinitImageData.php110 $abandoned = $group->getAbandonedCount();
115 "Abandoned: $abandoned Max: $maxPressure\n" );
117 } while ( $queued + $running - $abandoned >= $maxPressure );
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/PageImages/maintenance/
H A DinitImageData.php109 $abandoned = $group->getAbandonedCount();
114 "Abandoned: $abandoned Max: $maxPressure\n" );
116 } while ( $queued + $running - $abandoned >= $maxPressure );
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/PageImages/maintenance/
H A DinitImageData.php109 $abandoned = $group->getAbandonedCount();
114 "Abandoned: $abandoned Max: $maxPressure\n" );
116 } while ( $queued + $running - $abandoned >= $maxPressure );
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrImageContext.cpp30 bool GrImageContext::abandoned() { in abandoned() function in GrImageContext
31 return fThreadSafeProxy->priv().abandoned(); in abandoned()
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-journal-exists.t12 abort: abandoned transaction found
24 abort: abandoned transaction found
39 abort: abandoned transaction found
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/src/org/eclipse/pde/ds/internal/annotations/
H A DProjectContext.java24 private final Collection<String> abandoned = new HashSet<>(); field in ProjectContext
50 return abandoned; in getAbandoned()
H A DDSAnnotationCompilationParticipant.java276 HashSet<String> abandoned = new HashSet<>(projectContext.getAbandoned()); in buildFinished() local
296 abandoned.addAll(dsKeys); in buildFinished()
316 abandoned.removeAll(retained); in buildFinished()
386 for (String dsKey : abandoned) { in buildFinished()
407 if (!retained.isEmpty() || !abandoned.isEmpty()) { in buildFinished()
408 updateProject(project.getProject(), retained, abandoned); in buildFinished() local
453 …eProject(IProject project, final Collection<String> retained, final Collection<String> abandoned) { in updateProject() argument
458 updateManifest((IBundlePluginModelBase) model, retained, abandoned, project); in updateProject()
468 updateBuildProperties((IBuildModel) model, retained, abandoned); in updateProject()
480 for (String dsKey : abandoned) { in updateManifest()
[all …]
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/
H A Dempty.style9 way abandoned:aeroway text polygon,nocolumn
10 way abandoned:amenity text polygon,nocolumn
11 way abandoned:building text polygon,nocolumn
12 way abandoned:landuse text polygon,nocolumn
13 way abandoned:power text polygon,nocolumn

12345678910>>...188