HomeSort by relevance Sort by last modified time
    Searched refs:SetProperties (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/lzma/CPP/7zip/UI/Common/
SetProperties.h 0 // SetProperties.h
8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
SetProperties.cpp 0 // SetProperties.cpp
5 #include "SetProperties.h"
29 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties)
33 CMyComPtr<ISetProperties> setProperties;
34 unknown->QueryInterface(IID_ISetProperties, (void **)&setProperties);
35 if (!setProperties)
70 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size()));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
vector-fst.h 179 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(Properties() | kNotAcceptor)
    [all...]
rational.h 47 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);
topsort.h 97 fst->SetProperties(kAcyclic | kInitialAcyclic | kTopSorted,
100 fst->SetProperties(kCyclic | kNotTopSorted, kCyclic | kNotTopSorted);
difference.h 61 Impl()->SetProperties(DifferenceProperties(props1, props2),
75 Impl()->SetProperties(DifferenceProperties(props1, props2),
intersect.h 55 Impl()->SetProperties(IntersectProperties(props1, props2),
67 Impl()->SetProperties(IntersectProperties(props1, props2),
arcsort.h 64 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);
  /external/openfst/src/include/fst/
topsort.h 102 fst->SetProperties(kAcyclic | kInitialAcyclic | kTopSorted,
105 fst->SetProperties(kCyclic | kNotTopSorted, kCyclic | kNotTopSorted);
shortest-path.h 90 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(kError, kError)
    [all...]
add-on.h 152 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);
complement.h 51 using FstImpl<A>::SetProperties;
66 SetProperties(ComplementProperties(props), kCopyProperties);
74 SetProperties(impl.Properties(), kCopyProperties);
121 SetProperties(kError, kError);
158 GetImpl()->SetProperties(kError, kError);
edit-fst.h 158 edits_.SetProperties(props, mask);
389 using FstImpl<A>::SetProperties;
442 SetProperties(impl.Properties());
514 SetProperties(SetStartProperties(FstImpl<A>::Properties()));
521 SetProperties(SetFinalProperties(FstImpl<A>::Properties(), old_weight, w));
527 SetProperties(AddStateProperties(FstImpl<A>::Properties()));
535 SetProperties(AddArcProperties(FstImpl<A>::Properties(), s, arc, prev_arc));
541 SetProperties(kError, kError);
551 SetProperties(DeleteArcsProperties(FstImpl<A>::Properties()));
558 SetProperties(DeleteArcsProperties(FstImpl<A>::Properties()))
    [all...]
reweight.h 56 fst->SetProperties(kError, kError);
64 fst->SetProperties(kError, kError);
139 fst->SetProperties(ReweightProperties(
union.h 55 // fst1->SetProperties(kError, kError);
66 if (props2 & kError) fst1->SetProperties(kError, kError);
93 fst1->SetProperties(props2, kCopyProperties);
105 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties);
rational.h 55 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),
statesort.h 45 fst->SetProperties(kError, kError);
92 fst->SetProperties(props, kFstProperties);
concat.h 58 // 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);
determinize.h 357 using FstImpl<A>::SetProperties;
381 SetProperties(F::Properties(dprops), kCopyProperties);
390 SetProperties(impl.Properties(), kCopyProperties);
461 using FstImpl<A>::SetProperties;
483 SetProperties(kError, kError);
488 SetProperties(kError, kError);
503 SetProperties(kError, kError);
521 SetProperties(kError, kError);
545 SetProperties(kError, kError);
644 SetProperties(kError, kError)
    [all...]
intersect.h 77 GetImpl()->SetProperties(kError);
89 GetImpl()->SetProperties(kError);
relabel.h 89 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/
audio_api.cc 82 scoped_ptr<api::audio::SetProperties::Params> params(
83 api::audio::SetProperties::Params::Create(*args_));
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.h 63 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties);
  /external/openfst/src/include/fst/script/
compile-impl.h 77 fst_.SetProperties(kError, kError);
149 fst_.SetProperties(kError, kError);
157 fst_.SetProperties(kError, kError);
194 fst_.SetProperties(kError, kError);
  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 130 // Handles responses for SetProperties method calls.
235 TEST_F(NetworkConfigurationHandlerTest, SetProperties) {
246 SetProperties(_, _, _, _)).WillOnce(
249 network_configuration_handler_->SetProperties(
269 SetProperties(_, _, _, _)).WillOnce(
272 network_configuration_handler_->SetProperties(
306 SetProperties(_, _, _, _)).WillOnce(
309 network_configuration_handler_->SetProperties(
505 network_configuration_handler_->SetProperties(
510 base::Unretained(this), "SetProperties"),
    [all...]

Completed in 1210 milliseconds

1 2 3 4 5