Searched defs:props (Results 126 - 150 of 237) sorted by relevance

12345678910

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dencode.h257 uint64 Properties(uint64 props) { argument
265 return props & mask;
H A Dfactor-weight.h166 uint64 props = fst.Properties(kFstProperties, false); local
167 SetProperties(FactorWeightProperties(props), kCopyProperties);
H A Dminimize.h515 uint64 props = fst->Properties(kAcceptor | kIDeterministic| local
517 if (!(props & kIDeterministic))
520 if (!(props & kAcceptor)) { // weighted transducer
544 } else if (props & kWeighted) { // weighted acceptor
H A Dqueue.h511 uint64 props = fst.Properties(kAcyclic | kCyclic | local
513 if ((props & kTopSorted) || fst.Start() == kNoStateId) {
516 } else if (props & kAcyclic) {
519 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
523 uint64 props; local
525 SccVisitor<Arc> scc_visitor(&scc_, 0, 0, &props);
H A Dsynchronize.h75 uint64 props = fst.Properties(kFstProperties, false); local
76 SetProperties(SynchronizeProperties(props), kCopyProperties);
H A Dmap.h60 // uint64 Properties(uint64 props) const;
88 uint64 props = fst->Properties(kFstProperties, false);
143 fst->SetProperties(mapper->Properties(props), kFstProperties);
410 uint64 props = fst_->Properties(kCopyProperties, false); local
411 SetProperties(mapper_->Properties(props));
629 uint64 Properties(uint64 props) const { return props; }
644 uint64 Properties(uint64 props) const {
645 return props & kAddSuperFinalProperties;
661 uint64 Properties(uint64 props) cons
[all...]
H A Drmepsilon.h227 uint64 props; local
229 SccVisitor<Arc> scc_visitor(&scc, 0, 0, &props);
341 uint64 props = fst.Properties(kFstProperties, false); local
342 SetProperties(RmEpsilonProperties(props, true), kCopyProperties);
H A Dvector-fst.h584 virtual void SetProperties(uint64 props, uint64 mask) { argument
585 impl_->SetProperties(props, mask);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c23 const struct wpa_dbus_property_desc *props,
29 for (dsc = props; dsc && dsc->dbus_property; dsc++) {
21 fill_dict_with_properties( DBusMessageIter *dict_iter, const struct wpa_dbus_property_desc *props, const char *interface, void *user_data, DBusError *error) argument
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLogManagerTest.java57 Properties props; field in class:LogManagerTest
80 props = initProps();
84 Properties props = new Properties();
85 props.put("handlers", className + "$MockHandler " + className
87 props.put("java.util.logging.FileHandler.pattern", "%h/java%u.log");
88 props.put("java.util.logging.FileHandler.limit", "50000");
89 props.put("java.util.logging.FileHandler.count", "5");
90 props.put("java.util.logging.FileHandler.formatter",
92 props.put(".level", "FINE");
93 props
[all...]
/external/chromium_org/chromeos/display/
H A Dreal_output_configurator_delegate.cc472 Atom* props = XRRListOutputProperties(display_, id, &nprop); local
474 Atom prop = props[j];
496 if (props)
497 XFree(props);
/external/chromium_org/third_party/icu/source/common/
H A Ducase.c83 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT))
85 #define PROPS_HAS_EXCEPTION(props) ((props)&UCASE_EXCEPTION)
133 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
134 if(!PROPS_HAS_EXCEPTION(props)) {
135 if(UCASE_GET_TYPE(props)>=UCASE_UPPER) {
136 c+=UCASE_GET_DELTA(props);
139 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
150 uint16_t props local
167 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
198 uint16_t props; local
397 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
404 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
420 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
436 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
781 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
925 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
1071 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
1135 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
[all...]
H A Duchar.c57 uint32_t props; local
58 GET_PROPS(c, props);
59 return (int8_t)GET_CATEGORY(props);
97 uint32_t props; local
98 GET_PROPS(c, props);
99 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER);
105 uint32_t props; local
106 GET_PROPS(c, props);
107 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER);
113 uint32_t props; local
121 uint32_t props; local
128 uint32_t props; local
145 uint32_t props; local
158 uint32_t props; local
175 uint32_t props; local
183 uint32_t props; local
191 uint32_t props; local
212 uint32_t props; local
219 uint32_t props; local
227 uint32_t props; local
242 uint32_t props; local
256 uint32_t props; local
269 uint32_t props; local
280 uint32_t props; local
297 uint32_t props; local
308 uint32_t props; local
317 uint32_t props; local
326 uint32_t props; local
343 uint32_t props; local
352 uint32_t props; local
362 uint32_t props; local
376 uint32_t props; local
389 uint32_t props; local
492 uint32_t props; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-javamail.jar ... .activation.DataHandler fileDataHandler java.util.Properties props javax.mail.Session sesh javax.mail. ...
/external/icu4c/common/
H A Ducase.cpp86 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT))
88 #define PROPS_HAS_EXCEPTION(props) ((props)&UCASE_EXCEPTION)
136 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
137 if(!PROPS_HAS_EXCEPTION(props)) {
138 if(UCASE_GET_TYPE(props)>=UCASE_UPPER) {
139 c+=UCASE_GET_DELTA(props);
142 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
153 uint16_t props local
170 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
201 uint16_t props; local
433 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
440 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
447 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
463 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
808 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
952 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
1098 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
1162 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
[all...]
H A Duchar.c58 uint32_t props; local
59 GET_PROPS(c, props);
60 return (int8_t)GET_CATEGORY(props);
98 uint32_t props; local
99 GET_PROPS(c, props);
100 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER);
106 uint32_t props; local
107 GET_PROPS(c, props);
108 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER);
114 uint32_t props; local
122 uint32_t props; local
129 uint32_t props; local
146 uint32_t props; local
159 uint32_t props; local
176 uint32_t props; local
184 uint32_t props; local
192 uint32_t props; local
213 uint32_t props; local
220 uint32_t props; local
228 uint32_t props; local
243 uint32_t props; local
257 uint32_t props; local
270 uint32_t props; local
281 uint32_t props; local
298 uint32_t props; local
309 uint32_t props; local
318 uint32_t props; local
327 uint32_t props; local
344 uint32_t props; local
353 uint32_t props; local
363 uint32_t props; local
377 uint32_t props; local
390 uint32_t props; local
514 uint32_t props; local
[all...]
/external/lzma/C/
H A DLzma2Enc.c42 Byte props; member in struct:__anon22902
47 static SRes Lzma2EncInt_Init(CLzma2EncInt *p, const CLzma2EncProps *props) argument
51 RINOK(LzmaEnc_SetProps(p->enc, &props->lzmaProps));
54 p->props = propsEncoded[0];
151 outBuf[destPos++] = p->props;
246 CLzma2EncProps props; member in struct:__anon22903
276 RINOK(Lzma2EncInt_Init(p, &mainEncoder->props));
324 RINOK(Lzma2EncInt_Init(p, &mainEncoder->props));
372 Lzma2EncProps_Init(&p->props);
373 Lzma2EncProps_Normalize(&p->props);
411 Lzma2Enc_SetProps(CLzma2EncHandle pp, const CLzma2EncProps *props) argument
[all...]
H A DXz.h39 Byte props[XZ_FILTER_PROPS_SIZE_MAX]; member in struct:__anon22940
154 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAlloc *alloc);
H A DXzDec.c71 SRes BraState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) argument
81 p->delta = (unsigned)props[0] + 1;
87 UInt32 v = GetUi32(props);
233 static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) argument
236 props = props;
281 static SRes Lzma2State_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc) argument
285 return Lzma2Dec_Allocate((CLzma2Dec *)pp, props[0], alloc);
539 memcpy(filter->props, header + pos, (size_t)size);
547 printf(" %2X", filter->props[
[all...]
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp416 PROPVARIANT props[kNumPropsMax]; local
418 props[p].vt = VT_UI4;
420 props[0].ulVal = (UInt32)dict;
421 props[1].ulVal = (UInt32)pb;
422 props[2].ulVal = (UInt32)lc;
423 props[3].ulVal = (UInt32)lp;
424 props[4].ulVal = (UInt32)algo;
425 props[5].ulVal = (UInt32)fb;
427 props[6].vt = VT_BSTR;
428 props[
[all...]
/external/openfst/src/include/fst/
H A Dedit-fst.h157 void SetEditedProperties(uint64 props, uint64 mask) { argument
158 edits_.SetProperties(props, mask);
H A Dmatcher.h85 // uint64 Properties(uint64 props) const;
121 virtual uint64 Properties(uint64 props) const = 0;
202 uint64 props = fst_->Properties(true_prop | false_prop, test); local
204 if (props & true_prop)
206 else if (props & false_prop)
496 virtual uint64 Properties(uint64 props) const;
681 virtual uint64 Properties(uint64 props) const;
852 virtual uint64 Properties(uint64 props) const;
1072 uint64 Properties(uint64 props) const { return matcher_->Properties(props); }
[all...]
H A Dminimize.h534 uint64 props = fst->Properties(kAcceptor | kIDeterministic| local
536 if (!(props & kIDeterministic)) {
542 if (!(props & kAcceptor)) { // weighted transducer
570 } else if (props & kWeighted) { // weighted acceptor
H A Dqueue.h549 uint64 props = fst.Properties(kAcyclic | kCyclic | local
551 if ((props & kTopSorted) || fst.Start() == kNoStateId) {
554 } else if (props & kAcyclic) {
557 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
H A Drmepsilon.h275 uint64 props; local
277 SccVisitor<Arc> scc_visitor(&scc, 0, 0, &props);
408 uint64 props = fst.Properties(kFstProperties, false); local
409 SetProperties(RmEpsilonProperties(props, true), kCopyProperties);

Completed in 560 milliseconds

12345678910