Searched refs:props (Results 1 - 25 of 422) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c2305 char **props; local
2310 props = os_calloc(2 * NUM_SSID_FIELDS + 1, sizeof(char *));
2311 if (!props)
2333 props[fields_num * 2] = key;
2334 props[fields_num * 2 + 1] = value;
2339 return props;
2342 value = *props;
2345 os_free(props);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4138 char **props = wpa_config_get_all(net->ssid, 1); local
4141 if (!props) {
4153 iterator = props;
4174 iterator = props;
4179 os_free(props);
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/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-dbus-new-getall.py12 props = wpas_obj.GetAll("fi.w1.wpa_supplicant1",
15 print props
25 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface",
29 print props
31 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface.WPS",
35 print props
41 props = bss_obj.GetAll("fi.w1.wpa_supplicant1.BSS",
45 print props
51 props = net_obj.GetAll("fi.w1.wpa_supplicant1.Network",
55 print props
[all...]
H A Dwpas-test.py60 props = net.properties()
64 for item in props["bssid"]:
67 ssid = byte_array_to_string(props["ssid"])
69 if props.has_key("wpaie"):
72 if props.has_key("rsnie"):
75 if props.has_key("frequency"):
76 freq = props["frequency"]
77 caps = props["capabilities"]
78 qual = props["quality"]
79 level = props["leve
[all...]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua64 -- construct props table and add first mapval property
65 props = {mapval = tonumber(propval)}
76 -- try to get next prop/propval and add to props
80 props[prop] = tonumber(propval)
92 syms[sym] = props
93 symnrs[symnr] = props
H A Dpicoloadphones.lua62 -- construct props table and add first mapval property
63 props = {mapval = tonumber(propval)}
74 -- try to get next prop/propval and add to props
78 props[prop] = tonumber(propval)
90 syms[sym] = props
91 symnrs[symnr] = props
/external/svox/pico/lib/
H A Dpicoktab.c683 picoos_uint8 *props; member in struct:ktabphones_subobj
687 /* bitmasks to extract the property info from props */
707 ktabphones->props = &(this->base[KTAB_START_PROPS]);
747 return (KTAB_PPROP_VOWEL & ((ktabphones_SubObj)this)->props[ch]);
751 return (KTAB_PPROP_DIPHTH & ((ktabphones_SubObj)this)->props[ch]);
755 return (KTAB_PPROP_GLOTT & ((ktabphones_SubObj)this)->props[ch]);
759 return (KTAB_PPROP_NONSYLLVOWEL & ((ktabphones_SubObj)this)->props[ch]);
763 return (KTAB_PPROP_SYLLCONS & ((ktabphones_SubObj)this)->props[ch]);
768 picoos_uint8 props; local
769 props
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darcsort.h46 uint64 props = fst->Properties(kFstProperties, false); local
64 fst->SetProperties(comp.Properties(props), kFstProperties);
94 uint64 props = fst_->Properties(kCopyProperties, false); local
95 SetProperties(comp_.Properties(props));
285 uint64 Properties(uint64 props) const {
286 return (props & kArcSortProperties) | kILabelSorted;
298 uint64 Properties(uint64 props) const {
299 return (props & kArcSortProperties) | kOLabelSorted;
H A Dclosure.h44 uint64 props = fst->Properties(kFstProperties, false); local
61 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR),
H A Dcomplement.h59 uint64 props = fst.Properties(kILabelSorted, false); local
60 SetProperties(ComplementProperties(props), kCopyProperties);
120 uint64 props = kUnweighted | kNoEpsilons | kIDeterministic | kAcceptor; local
121 if (fst.Properties(props, true) != props)
H A Dconnect.h42 // props: related property bits (cyclicity, initial cyclicity,
45 vector<bool> *coaccess, uint64 *props)
46 : scc_(scc), access_(access), coaccess_(coaccess), props_(props) {}
47 SccVisitor(uint64 *props) argument
48 : scc_(0), access_(0), coaccess_(0), props_(props) {}
207 uint64 props = 0; local
208 SccVisitor<Arc> scc_visitor(0, &access, &coaccess, &props);
44 SccVisitor(vector<StateId> *scc, vector<bool> *access, vector<bool> *coaccess, uint64 *props) argument
H A Ddeterminize.h136 uint64 props = fst.Properties(kFstProperties, false); local
137 SetProperties(DeterminizeProperties(props), kCopyProperties);
H A Dencode.h258 uint64 Properties(uint64 props) { argument
266 return props & mask;
H A Dequivalent.h115 uint64 props = kNoEpsilons | kIDeterministic | kAcceptor; local
116 if (fst1.Properties(props, true) != props) {
120 if (fst2.Properties(props, true) != props) {
H A Dfactor-weight.h164 uint64 props = fst.Properties(kFstProperties, false); local
165 SetProperties(FactorWeightProperties(props), kCopyProperties);
H A Dfst.h424 void SetProperties(uint64 props) { properties_ = props; } argument
426 void SetProperties(uint64 props, uint64 mask) { argument
428 properties_ |= props & mask;
H A Dinvert.h35 uint64 Properties(uint64 props) { return InvertProperties(props); } argument
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 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 Dmutable-fst.h43 virtual void SetProperties(uint64 props,
H A Dproject.h43 uint64 Properties(uint64 props) { argument
44 return ProjectProperties(props, project_type_ == PROJECT_INPUT);
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 Drational.h109 uint64 props = fst.Properties(kFstProperties, false); local
131 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
169 uint64 props = Properties(); local
172 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
H A Drelabel.h48 uint64 props = fst->Properties(kFstProperties, false); local
82 fst->SetProperties(RelabelProperties(props), kFstProperties);
169 uint64 props = fst.Properties(kCopyProperties, false); local
170 SetProperties(RelabelProperties(props));
198 uint64 props = fst.Properties(kCopyProperties, false); local
199 SetProperties(RelabelProperties(props));

Completed in 228 milliseconds

1234567891011>>