HomeSort by relevance Sort by last modified time
    Searched refs:MG (Results 1 - 13 of 13) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/tests/
test_directed.py 28 MG=gn_graph(100,create_using=MultiDiGraph(),seed=1)
29 assert_equal(G.edges(), MG.edges())
31 MG=gnr_graph(100,0.5,create_using=MultiDiGraph(),seed=1)
32 assert_equal(G.edges(), MG.edges())
34 MG=gnc_graph(100,create_using=MultiDiGraph(),seed=1)
35 assert_equal(G.edges(), MG.edges())
test_small.py 179 MG=tutte_graph(create_using=MultiGraph())
180 assert_equal(MG.edges(), G.edges())
test_classic.py 128 mg=complete_graph(m, create_using=MultiGraph())
129 assert_true(mg.edges()==g.edges())
168 mG=complete_bipartite_graph(7, 3, create_using=MultiGraph())
169 assert_equal(mG.edges(), G.edges())
175 mG=circular_ladder_graph(5, create_using=MultiGraph())
176 assert_equal(mG.edges(), G.edges())
181 mG=cycle_graph(4, create_using=MultiGraph())
182 assert_equal(sorted(mG.edges()), [(0, 1), (0, 3), (1, 2), (2, 3)])
247 MG=grid_2d_graph(n,m, create_using=MultiGraph())
248 assert_equal(MG.edges(), G.edges()
    [all...]
test_threshold.py 181 MG=nxt.threshold_graph(cs,create_using=nx.MultiGraph())
182 assert_equal(MG.edges(), G.edges())
  /external/clang/test/SemaCXX/
vtable-instantiation.cpp 49 struct MG {
54 struct GMG : MG {
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/tests/
test_yaml.py 31 self.MG = nx.MultiGraph()
32 self.MG.add_weighted_edges_from([(1,2,5),(1,2,5),(1,2,1),(3,3,42)])
52 self.assert_equal(self.MG, True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/linalg/tests/
test_graphmatrix.py 40 self.MG=nx.MultiGraph(self.G)
41 self.MG2=self.MG.copy()
58 assert_equal(nx.incidence_matrix(self.MG,oriented=True),self.OI)
59 assert_equal(nx.incidence_matrix(self.MG),numpy.abs(self.OI))
82 assert_equal(nx.adj_matrix(self.MG),self.A)
test_laplacian.py 25 self.MG=nx.MultiGraph(self.G)
43 assert_equal(nx.laplacian_matrix(self.MG),NL)
64 assert_almost_equal(nx.normalized_laplacian_matrix(self.MG),GL,decimal=3)
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 102 H, HE, LI, BE, B, C, N, O, F, NE, NA, MG, AL, SI, P, S, CL, AR, K, CA, SC, TI, V, CR, MN,
  /external/clang/tools/libclang/
Indexing.cpp 159 llvm::MutexGuard MG(Mux);
164 llvm::MutexGuard MG(Mux);
    [all...]
  /external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 423 ~c348=MG # Mongolia
rel.conf 429 ~c200,~c348=MG # Mongolia
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h 664 DNS_PTR_DATAW PTR,Ptr,NS,Ns,CNAME,Cname,MB,Mb,MD,Md,MF,Mf,MG,Mg,MR,Mr;
697 DNS_PTR_DATAA PTR,Ptr,NS,Ns,CNAME,Cname,MB,Mb,MD,Md,MF,Mf,MG,Mg,MR,Mr;

Completed in 213 milliseconds