Searched refs:props1 (Results 1 - 20 of 20) sorted by path

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar ... .io.InputStream stream2 java.util.Properties props1 java.util.Properties props2 java.util. ...
/external/openfst/src/include/fst/
H A Dcompose.h567 int64 props1 = fst1.Properties(kUnweighted, true); local
569 if (!(props1 & kUnweighted) && !(props2 & kUnweighted)) {
H A Dconcat.h62 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);
H A Dexpectation-weight.h109 uint64 props1 = W1::Properties(); local
111 return props1 & props2 & (kLeftSemiring | kRightSemiring |
H A Dlexicographic-weight.h113 uint64 props1 = W1::Properties(); local
115 return props1 & props2 & (kLeftSemiring | kRightSemiring | kPath |
H A Dproduct-weight.h74 uint64 props1 = W1::Properties(); local
76 return props1 & props2 & (kLeftSemiring | kRightSemiring |
H A Drational.h123 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);
H A Dstate-table.h393 uint64 props1 = kString; local
395 if (fst1.Properties(props1, true) != props1 ||
435 uint64 props1 = kODeterministic | kNoOEpsilons; local
437 if (fst1.Properties(props1, true) != props1 ||
H A Dtest-properties.h46 inline bool CompatProperties(uint64 props1, uint64 props2) { argument
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)";
H A Dunion.h61 uint64 props1 = fst1->Properties(kFstProperties, false); local
105 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h109 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)) {
H A Dconcat.h48 uint64 props1 = fst1->Properties(kFstProperties, false);
78 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties);
H A Ddifference.h59 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),
H A Dintersect.h53 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),
H A Dproduct-weight.h89 uint64 props1 = W1::Properties(); local
91 return props1 & props2 & (kLeftSemiring | kRightSemiring |
H A Drational.h64 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);
H A Dtest-properties.h42 inline bool CompatProperties(uint64 props1, uint64 props2) { argument
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)";
H A Dunion.h48 uint64 props1 = fst1->Properties(kFstProperties, false); local
80 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties);

Completed in 413 milliseconds