/external/openfst/src/include/fst/ |
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 |
|
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);
|
union.h | 61 uint64 props1 = fst1->Properties(kFstProperties, false); local 105 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties);
|
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 ||
|
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);
|
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 | |
/external/chromium_org/third_party/closure_compiler/compiler/ |
compiler.jar | |