Home
last modified time | relevance | path

Searched refs:addCluster (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/upp/upp/bazaar/Firebird/
H A Dfb.h99 void addCluster(char type, const char* value);
100 void addCluster(char type, short value);
101 void addCluster(char type, bool value);
102 void addCluster(char type, char value);
103 void addCluster(char type, unsigned long value);
133 void addCluster(char type, const char* value);
134 void addCluster(char type, unsigned long value);
195 paramBuff_.addCluster(isc_dpb_password, value); in setPassword()
213 paramBuff_.addCluster(isc_dpb_license, value); in setLicense()
263 paramBuff_.addCluster(isc_dpb_damaged, value); in setAsDamaged()
[all …]
H A Dfb.cpp288 dpb::addCluster(char type, const char* value) in addCluster() function in ibpp::dpb
301 dpb::addCluster(char type, short value) in addCluster() function in ibpp::dpb
311 dpb::addCluster(char type, bool value) in addCluster() function in ibpp::dpb
320 dpb::addCluster(char type, char value) in addCluster() function in ibpp::dpb
329 dpb::addCluster(char type, unsigned long value) in addCluster() function in ibpp::dpb
1613 spb::addCluster(char type, const char* value) in addCluster() function in ibpp::spb
1627 spb::addCluster(char type, unsigned long value) in addCluster() function in ibpp::spb
1676 paramBuff.addCluster(isc_spb_user_name, user); in attach()
1677 paramBuff.addCluster(isc_spb_password, pswd); in attach()
1718 flags_buff.addCluster(isc_info_svc_timeout, 60); in query()
[all …]
/dports/graphics/pear-Image_GraphViz/Image_GraphViz-1.3.0/tests/
H A Dtest19.phpt20 $graph->addCluster('cluster_error.h', 'error.h');
23 $graph->addCluster('cluster_sfio.h', 'sfio.h');
26 $graph->addCluster('cluster_ciafan.c', 'ciafan.c');
31 $graph->addCluster('cluster_util.c', 'util.c');
36 $graph->addCluster('cluster_query.h', 'query.h');
40 $graph->addCluster('cluster_field.h', '');
43 $graph->addCluster('cluster_stdio.h', 'stdio.h');
47 $graph->addCluster('cluster_<libc.a>', '');
50 $graph->addCluster('cluster_stdlib.h', 'stdlib.h');
56 $graph->addCluster('cluster_main.c', '');
[all …]
H A Dbug_15943.phpt17 $graph->addCluster('A', '');
18 $graph->addCluster('B', '', array('label' => 'Cluster B'), 'A');
19 $graph->addCluster('C', '', null, 'A');
20 $graph->addCluster('D', '', null, 'B');
H A Dbug_15019.phpt2 Bug #15019: addCluster using attributes twice
7 * Bug 15019: "addCluster using attributes twice"
17 $graph->addCluster('cluster_0', 'Cluster',
H A Dtest20b.phpt19 $graph->addCluster(0, '');
30 $graph->addCluster(1, '');
H A Dtest20.phpt19 $graph->addCluster('cluster0', '');
30 $graph->addCluster('cluster1', '');
H A Dtest17.phpt20 $graph->addCluster('cluster0', 'process #1',
31 $graph->addCluster('cluster1', 'process #2',
H A Dbug_16872.phpt21 $graph->addCluster('pck_courbe_rcp', 'pck_courbe_rcp',
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/basicstream/internal/drivers/
H A DStreamDriverTest.java308 .addCluster() in testMaybeRestoreScroll_withSyntheticToken()
328 .addCluster() in testMaybeRestoreScroll_notRestoring_doesNotScroll()
356 FakeModelCursor newCursor = FakeModelCursor.newBuilder().addCluster().build(); in testContinuationToken_tokenHandling()
382 FakeModelCursor.newBuilder().addCluster().addSyntheticToken().build(); in testContinuationToken_tokenHandling_newSyntheticToken()
405 FakeModelCursor newCursor = FakeModelCursor.newBuilder().addCluster().build(); in testContinuationToken_tokenHandling_notifiesObservers()
422 FakeModelCursor.newBuilder().addCluster().addToken().build(); in testContinuationToken_tokenChildrenAddedAtTokenPosition()
423 FakeModelCursor newCursor = FakeModelCursor.newBuilder().addCluster().addToken().build(); in testContinuationToken_tokenChildrenAddedAtTokenPosition()
440 FakeModelCursor.newBuilder().addCluster().addToken().addCluster().build(); in testContinuationToken_tokenChildrenAddedAtTokenPosition_tokenNotAtEnd()
442 FakeModelCursor.newBuilder().addCluster().addCard().addCluster().build(); in testContinuationToken_tokenChildrenAddedAtTokenPosition_tokenNotAtEnd()
460 FakeModelCursor.newBuilder().addCluster().addToken().addCluster().build(); in testContinuationToken_tokenNotFound()
[all …]
H A DClusterDriverTest.java148 FakeModelCursor clusterCursor = FakeModelCursor.newBuilder().addCluster().build(); in getLeafFeatureDrivers_childNotACard_logsInternalError()
/dports/sysutils/istio/istio-1.6.7/istioctl/pkg/multicluster/
H A Dmesh.go52 func (m *Mesh) addCluster(c *Cluster) { func
103 mesh.addCluster(cluster)
H A Dapply_test.go266 mesh.addCluster(cluster)
/dports/science/fastjet/fastjet-3.3.4/plugins/CDFCones/CDFcode/
H A DMidPointAlgorithm.cc188 bool addCluster = true; in addClustersToPairs() local
190 for(unsigned iCluster = 0; iCluster < testPair.size() && addCluster; iCluster++) in addClustersToPairs()
192 addCluster = false; in addClustersToPairs()
193 if(addCluster){ in addClustersToPairs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/testing/modelprovider/
H A DFakeModelCursor.java99 public Builder addCluster() { in addCluster() method in FakeModelCursor.Builder
104 public Builder addCluster(String contentId) { in addCluster() method in FakeModelCursor.Builder
110 addCluster(); in addClusters()
/dports/graphics/graphviz/graphviz-2.44.1/lib/patchwork/
H A Dpatchworkinit.c43 static void addCluster(clist_t * clist, graph_t * subg) in addCluster() function
83 addCluster(clist, subg); in mkClusters()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/
H A Dviscluster.cpp45 m_router->addCluster(this); in ClusterRef()
H A Drouter.h835 void addCluster(ClusterRef *cluster);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libcola/
H A Dcc_nonoverlapconstraints.h159 void addCluster(Cluster *cluster, unsigned int group);
/dports/graphics/graphviz/graphviz-2.44.1/lib/osage/
H A Dosageinit.c53 static void addCluster(clist_t * clist, graph_t * subg) in addCluster() function
340 addCluster(clist, subg); in mkClusters()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/
H A Demufat.cpp871 u8 EmuFatFile::addCluster() { in addCluster() function in EmuFatFile
886 if (!addCluster()) return false; in addDirCluster()
1870 if (!addCluster()) goto writeErrorReturn; in write()
1879 if (!addCluster()) goto writeErrorReturn; in write()
H A Demufat.h594 u8 addCluster(void);
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-data-generator/src/main/java/de/lmu/ifi/dbs/elki/datasource/
H A DGeneratorXMLDatabaseConnection.java383 gen.addCluster(cluster); in processElementCluster()
656 gen.addCluster(cluster); in processElementStatic()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-data-generator/src/main/java/de/lmu/ifi/dbs/elki/data/synthetic/bymodel/
H A DGeneratorMain.java103 public void addCluster(GeneratorInterface c) { in addCluster() method in GeneratorMain
/dports/graphics/pear-Image_GraphViz/Image_GraphViz-1.3.0/Image/
H A DGraphViz.php398 function addCluster($id, $title, $attributes = array(), $group = 'default') function in Image_GraphViz

12