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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/isomorphism/
isomorph.py 41 props1=[ [d1[v], t1[v], c1[v]] for v in d1 ]
42 props1.sort()
50 if props1 != props2:
78 props1=[ [d1[v], t1[v]] for v in d1 ]
79 props1.sort()
86 if props1 != props2: return False
  /external/openfst/src/include/fst/
concat.h 62 uint64 props1 = fst1->Properties(kFstProperties, false); local
101 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties);
127 uint64 props1 = fst1.Properties(kFstProperties, false); local
132 if (props1 & kError) fst2->SetProperties(kError, kError);
160 fst2->SetProperties(ConcatProperties(props1, props2), kFstProperties);
rational.h 123 uint64 props1 = fst1.Properties(kFstProperties, false); local
138 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
145 uint64 props1 = fst1.Properties(kFstProperties, false); local
161 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
196 uint64 props1 = FstImpl<A>::Properties(); local
207 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
214 uint64 props1 = FstImpl<A>::Properties(); local
228 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
test-properties.h 46 inline bool CompatProperties(uint64 props1, uint64 props2) {
47 uint64 known_props1 = KnownProperties(props1);
50 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props);
56 << ": props1 = " << (props1 & prop ? "true" : "false")
241 << " (stored: props1, computed: props2)";
state-table.h 393 uint64 props1 = kString; local
395 if (fst1.Properties(props1, true) != props1 ||
435 uint64 props1 = kODeterministic | kNoOEpsilons; local
437 if (fst1.Properties(props1, true) != props1 ||
expectation-weight.h 109 uint64 props1 = W1::Properties(); local
111 return props1 & props2 & (kLeftSemiring | kRightSemiring |
lexicographic-weight.h 113 uint64 props1 = W1::Properties(); local
115 return props1 & props2 & (kLeftSemiring | kRightSemiring | kPath |
product-weight.h 74 uint64 props1 = W1::Properties(); local
76 return props1 & props2 & (kLeftSemiring | kRightSemiring |
union.h 61 uint64 props1 = fst1->Properties(kFstProperties, false); local
105 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties);
compose.h 567 int64 props1 = fst1.Properties(kUnweighted, true); local
569 if (!(props1 & kUnweighted) && !(props2 & kUnweighted)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 

Completed in 448 milliseconds