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

12345678910

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfactor-weight.h164 uint64 props = fst.Properties(kFstProperties, false); local
165 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);
/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.java55 Properties props; field in class:LogManagerTest
78 props = initProps();
82 Properties props = new Properties();
83 props.put("handlers", className + "$MockHandler " + className
85 props.put("java.util.logging.FileHandler.pattern", "%h/java%u.log");
86 props.put("java.util.logging.FileHandler.limit", "50000");
87 props.put("java.util.logging.FileHandler.count", "5");
88 props.put("java.util.logging.FileHandler.formatter",
90 props.put(".level", "FINE");
91 props
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape.cc70 const hb_segment_properties_t *props,
76 switch (props->direction) {
102 if (HB_DIRECTION_IS_HORIZONTAL (props->direction))
177 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features);
277 hb_direction_t direction = buffer->props.direction;
283 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) ||
287 buffer->props.direction = HB_DIRECTION_REVERSE (buffer->props.direction);
518 hb_direction_t direction = c->buffer->props.direction;
552 HB_DIRECTION_IS_BACKWARD (c->buffer->props
69 hb_ot_shape_collect_features(hb_ot_shape_planner_t *planner, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features) argument
[all...]
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/skia/src/core/
H A DSkBitmapDevice.cpp74 const SkDeviceProperties* props) {
96 if (props && false) {
97 // return SkNEW_ARGS(SkBitmapDevice, (bitmap, *props));
360 SkSurface* SkBitmapDevice::newSurface(const SkImageInfo& info, const SkSurfaceProps& props) { argument
361 return SkSurface::NewRaster(info, &props);
73 Create(const SkImageInfo& origInfo, const SkDeviceProperties* props) argument
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_delegate_x11.cc550 Atom* props = XRRListOutputProperties(display_, id, &nprop); local
552 Atom prop = props[j];
584 if (props)
585 XFree(props);
/external/chromium_org/v8/src/compiler/
H A Dsimplified-lowering.cc908 Operator::Properties props = node->op()->properties(); local
911 CallDescriptor* desc = Linkage::GetRuntimeCallDescriptor(f, 2, props, zone());
/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/harfbuzz_ng/src/
H A Dhb-ot-shape.cc70 const hb_segment_properties_t *props,
76 switch (props->direction) {
102 if (HB_DIRECTION_IS_HORIZONTAL (props->direction))
177 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features);
276 hb_direction_t direction = buffer->props.direction;
282 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) ||
286 buffer->props.direction = HB_DIRECTION_REVERSE (buffer->props.direction);
516 hb_direction_t direction = c->buffer->props.direction;
550 HB_DIRECTION_IS_BACKWARD (c->buffer->props
69 hb_ot_shape_collect_features(hb_ot_shape_planner_t *planner, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features) argument
[all...]
/external/icu/icu4c/source/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:__anon26701
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:__anon26702
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:__anon26739
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 968 milliseconds

12345678910