Searched refs:SetProperties (Results 1 - 25 of 120) sorted by relevance

12345

/external/lzma/CPP/7zip/UI/Common/
H A DSetProperties.h0 // SetProperties.h
8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
H A DSetProperties.cpp0 // SetProperties.cpp
5 #include "SetProperties.h"
29 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties) function
70 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size()));
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dvector-fst.h179 using FstImpl<A>::SetProperties;
194 SetProperties(kNullProperties | kStaticProperties);
208 SetProperties(Properties() & kSetStartProperties);
210 SetProperties(Properties() | kInitialAcyclic);
216 SetProperties(Properties() & ~kWeighted);
219 SetProperties(Properties() | kWeighted);
220 SetProperties(Properties() & ~kUnweighted);
222 SetProperties(Properties() &
228 SetProperties(Properties() & kAddStateProperties);
235 SetProperties(Propertie
586 virtual void SetProperties(uint64 props, uint64 mask) { function in class:fst::VectorFst
[all...]
H A Dtopsort.h97 fst->SetProperties(kAcyclic | kInitialAcyclic | kTopSorted,
100 fst->SetProperties(kCyclic | kNotTopSorted, kCyclic | kNotTopSorted);
H A Ddifference.h61 Impl()->SetProperties(DifferenceProperties(props1, props2),
75 Impl()->SetProperties(DifferenceProperties(props1, props2),
H A Dintersect.h55 Impl()->SetProperties(IntersectProperties(props1, props2),
67 Impl()->SetProperties(IntersectProperties(props1, props2),
H A Drational.h47 using FstImpl<A>::SetProperties;
81 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
104 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
131 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
148 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
164 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
172 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
213 impl_->SetProperties(test, known);
H A Darcsort.h64 fst->SetProperties(comp.Properties(props), kFstProperties);
74 using FstImpl<A>::SetProperties;
95 SetProperties(comp_.Properties(props));
103 SetProperties(impl.Properties(), kCopyProperties);
224 impl_->SetProperties(test, known);
H A Dunion.h68 fst1->SetProperties(props2, kCopyProperties);
80 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties);
/external/openfst/src/include/fst/
H A Dtopsort.h102 fst->SetProperties(kAcyclic | kInitialAcyclic | kTopSorted,
105 fst->SetProperties(kCyclic | kNotTopSorted, kCyclic | kNotTopSorted);
H A Dshortest-path.h90 if (ifst.Properties(kError, false)) ofst->SetProperties(kError, kError);
108 ofst->SetProperties(kError, kError);
115 ofst->SetProperties(kError, kError);
122 ofst->SetProperties(kError, kError);
149 ofst->SetProperties(kError, kError);
171 ofst->SetProperties(kError, kError);
200 if (ifst.Properties(kError, false)) ofst->SetProperties(kError, kError);
201 ofst->SetProperties(
293 ofst->SetProperties(kError, kError);
322 if (ifst.Properties(kError, false)) ofst->SetProperties(kErro
[all...]
H A Dreweight.h56 fst->SetProperties(kError, kError);
64 fst->SetProperties(kError, kError);
139 fst->SetProperties(ReweightProperties(
H A Dunion.h55 // fst1->SetProperties(kError, kError);
66 if (props2 & kError) fst1->SetProperties(kError, kError);
93 fst1->SetProperties(props2, kCopyProperties);
105 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties);
H A Drational.h55 using FstImpl<A>::SetProperties;
115 SetProperties(kError, kError);
138 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
161 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
188 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
207 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
228 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
237 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
H A Dstatesort.h45 fst->SetProperties(kError, kError);
92 fst->SetProperties(props, kFstProperties);
H A Dconcat.h58 // fst1->SetProperties(kError, kError);
67 if (props2 & kError) fst1->SetProperties(kError, kError);
101 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties);
123 // fst2->SetProperties(kError, kError);
132 if (props1 & kError) fst2->SetProperties(kError, kError);
160 fst2->SetProperties(ConcatProperties(props1, props2), kFstProperties);
H A Dadd-on.h152 using FstImpl<Arc>::SetProperties;
159 SetProperties(fst_.Properties(kFstProperties, false));
168 SetProperties(fst_.Properties(kFstProperties, false));
176 SetProperties(fst_.Properties(kCopyProperties, false));
286 SetProperties(kExpanded);
H A Dcomplement.h51 using FstImpl<A>::SetProperties;
66 SetProperties(ComplementProperties(props), kCopyProperties);
74 SetProperties(impl.Properties(), kCopyProperties);
121 SetProperties(kError, kError);
158 GetImpl()->SetProperties(kError, kError);
H A Dintersect.h77 GetImpl()->SetProperties(kError);
89 GetImpl()->SetProperties(kError);
H A Drelabel.h89 fst->SetProperties(kError, kError);
101 fst->SetProperties(kError, kError);
111 fst->SetProperties(RelabelProperties(props), kFstProperties);
193 using FstImpl<A>::SetProperties;
219 SetProperties(RelabelProperties(props));
250 SetProperties(RelabelProperties(props));
284 SetProperties(impl.Properties(), kCopyProperties);
332 SetProperties(kError, kError);
/external/chromium_org/chrome/browser/extensions/api/audio/
H A Daudio_api.cc82 scoped_ptr<api::audio::SetProperties::Params> params(
83 api::audio::SetProperties::Params::Create(*args_));
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.h63 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties);
/external/openfst/src/include/fst/script/
H A Dcompile-impl.h77 fst_.SetProperties(kError, kError);
149 fst_.SetProperties(kError, kError);
157 fst_.SetProperties(kError, kError);
194 fst_.SetProperties(kError, kError);
/external/chromium_org/chromeos/network/
H A Dnetwork_configuration_handler_unittest.cc141 // Handles responses for SetProperties method calls.
247 TEST_F(NetworkConfigurationHandlerTest, SetProperties) {
258 SetProperties(_, _, _, _)).WillOnce(
261 network_configuration_handler_->SetProperties(
281 SetProperties(_, _, _, _)).WillOnce(
284 network_configuration_handler_->SetProperties(
318 SetProperties(_, _, _, _)).WillOnce(
321 network_configuration_handler_->SetProperties(
517 network_configuration_handler_->SetProperties(
522 base::Unretained(this), "SetProperties"),
[all...]
/external/chromium_org/chromeos/dbus/
H A Dmock_shill_service_client.h35 MOCK_METHOD4(SetProperties, void(const dbus::ObjectPath& service_path,

Completed in 3543 milliseconds

12345