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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
difference.h 60 uint64 props2 = fst2.Properties(kFstProperties, false); local
61 Impl()->SetProperties(DifferenceProperties(props1, props2),
74 uint64 props2 = fst2.Properties(kFstProperties, false); local
75 Impl()->SetProperties(DifferenceProperties(props1, props2),
intersect.h 54 uint64 props2 = fst2.Properties(kFstProperties, false); local
55 Impl()->SetProperties(IntersectProperties(props1, props2),
66 uint64 props2 = fst2.Properties(kFstProperties, false); local
67 Impl()->SetProperties(IntersectProperties(props1, props2),
rational.h 65 uint64 props2 = fst2.Properties(kFstProperties, false); local
81 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
87 uint64 props2 = fst2.Properties(kFstProperties, false); local
104 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
138 uint64 props2 = fst.Properties(kFstProperties, false); local
148 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
154 uint64 props2 = fst.Properties(kFstProperties, false); local
164 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
union.h 49 uint64 props2 = fst2.Properties(kFstProperties, false); local
68 fst1->SetProperties(props2, kCopyProperties);
80 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties);
test-properties.h 42 inline bool CompatProperties(uint64 props1, uint64 props2) {
44 uint64 known_props2 = KnownProperties(props2);
46 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props);
53 << ", props2 = " << (props2 & prop ? "true" : "false");
233 << " (stored: props1, computed: props2)";
concat.h 49 uint64 props2 = fst2.Properties(kFstProperties, false); local
78 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties);
compose.h 110 uint64 props2 = fst2.Properties(kFstProperties, false); local
111 SetProperties(ComposeProperties(props1, props2), kCopyProperties);
776 uint64 props2 = fst2.Properties(sort_props_mask, true); local
779 props2 |= fst2.Properties(opt_props_mask, false);
783 props2 |= fst2.Properties(kUnweighted, true);
784 if (!(props1 & kUnweighted) && !(props2 & kUnweighted))
802 ((props2 & kStringDetOptProps) == kStringDetOptProps)) {
807 if ((props2 & kString) &&
    [all...]
product-weight.h 90 uint64 props2 = W2::Properties(); local
91 return props1 & props2 & (kLeftSemiring | kRightSemiring |
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.h 35 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2);
LzmaEnc.c 76 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2)
78 CLzmaEncProps props = *props2;
391 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2)
394 CLzmaEncProps props = *props2;
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.h 36 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2);
LzmaEnc.c 77 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2)
79 CLzmaEncProps props = *props2;
392 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2)
395 CLzmaEncProps props = *props2;
    [all...]
  /external/lzma/C/
LzmaEnc.h 35 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2);
LzmaEnc.c 76 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2)
78 CLzmaEncProps props = *props2;
391 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2)
394 CLzmaEncProps props = *props2;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-artifactcomparator/0.20.0/
tycho-artifactcomparator-0.20.0.jar 
  /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 801 milliseconds