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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
difference.h 59 uint64 props1 = fst1.Properties(kFstProperties, false); local
61 Impl()->SetProperties(DifferenceProperties(props1, props2),
73 uint64 props1 = fst1.Properties(kFstProperties, false); local
75 Impl()->SetProperties(DifferenceProperties(props1, props2),
intersect.h 53 uint64 props1 = fst1.Properties(kFstProperties, false); local
55 Impl()->SetProperties(IntersectProperties(props1, props2),
65 uint64 props1 = fst1.Properties(kFstProperties, false); local
67 Impl()->SetProperties(IntersectProperties(props1, props2),
rational.h 64 uint64 props1 = fst1.Properties(kFstProperties, false); local
81 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
86 uint64 props1 = fst1.Properties(kFstProperties, false); local
104 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
137 uint64 props1 = Properties(); local
148 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
153 uint64 props1 = Properties(); local
164 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
test-properties.h 42 inline bool CompatProperties(uint64 props1, uint64 props2) {
43 uint64 known_props1 = KnownProperties(props1);
46 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props);
52 << ": props1 = " << (props1 & prop ? "true" : "false")
233 << " (stored: props1, computed: props2)";
concat.h 48 uint64 props1 = fst1->Properties(kFstProperties, false);
78 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties);
union.h 48 uint64 props1 = fst1->Properties(kFstProperties, false); local
80 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties);
compose.h 109 uint64 props1 = fst1.Properties(kFstProperties, false); local
111 SetProperties(ComposeProperties(props1, props2), kCopyProperties);
775 uint64 props1 = fst1.Properties(sort_props_mask, true); local
778 props1 |= fst1.Properties(opt_props_mask, false);
782 props1 |= fst1.Properties(kUnweighted, true);
784 if (!(props1 & kUnweighted) && !(props2 & kUnweighted))
800 if ((props1 & kString) &&
809 ((props1 & kDetStringOptProps) == kDetStringOptProps)) {
    [all...]
product-weight.h 89 uint64 props1 = W1::Properties(); local
91 return props1 & props2 & (kLeftSemiring | kRightSemiring |
  /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 460 milliseconds