Searched defs:props (Results 101 - 125 of 237) sorted by relevance

12345678910

/external/openfst/src/lib/
H A Dproperties.cc268 uint64 props = 0; local
272 props |= kNotAcceptor & inprops[i];
273 props |= (kNonIDeterministic | kNonODeterministic | kEpsilons |
279 outprops |= props;
360 // of the output of shortest path need to be updated, given that 'props' is
362 uint64 ShortestPathProperties(uint64 props) { argument
363 return props | kAcyclic | kInitialAcyclic | kAccessible | kCoAccessible;
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.c156 GR_WM_PROPERTIES props ; local
171 props.flags = GR_WM_FLAGS_PROPS ;
172 props.props = GR_WM_PROPS_NODECORATE ;
173 GrSetWMProperties (FSwindow, & props) ;
/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 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 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.h49 uint64 props = fst->Properties(kFstProperties, false); local
83 fst->SetProperties(RelabelProperties(props), kFstProperties);
170 uint64 props = fst.Properties(kCopyProperties, false); local
171 SetProperties(RelabelProperties(props));
199 uint64 props = fst.Properties(kCopyProperties, false); local
200 SetProperties(RelabelProperties(props));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar ... INTERNAL_AMD64 private static final String INTERNAL_ARCH_I386 public static final String[] PROPS org.eclipse.equinox.internal.frameworkadmin. ...
/external/chromium_org/ppapi/proxy/
H A Dppp_class_proxy.cc313 std::vector<SerializedVar>* props,
311 OnMsgEnumerateProperties( int64 ppp_class, int64 object, std::vector<SerializedVar>* props, SerializedVarOutParam exception) argument
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-private.hh345 _hb_glyph_info_set_glyph_props (hb_glyph_info_t *info, unsigned int props) argument
347 info->glyph_props() = props;
418 /* Make sure no one directly touches our props... */
H A Dhb-ot-shape.cc69 const hb_segment_properties_t *props,
75 switch (props->direction) {
97 if (HB_DIRECTION_IS_HORIZONTAL (props->direction))
172 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features);
270 hb_direction_t direction = buffer->props.direction;
276 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) ||
280 buffer->props.direction = HB_DIRECTION_REVERSE (buffer->props.direction);
431 hb_direction_t direction = c->buffer->props.direction;
534 if (HB_DIRECTION_IS_BACKWARD (c->buffer->props
68 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/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c471 INT32 buf[__GLX_TOTAL_CONFIG], *props; local
492 props = buf;
494 props = Xmalloc(prop_size);
499 _XRead(dpy, (char *) props, prop_size);
502 __glXInitializeVisualConfigFromTags(m, nprops, props,
508 if (props != buf)
509 Xfree(props);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxext.c597 INT32 buf[__GLX_TOTAL_CONFIG], *props; local
618 props = buf;
620 props = Xmalloc(prop_size);
625 _XRead(dpy, (char *) props, prop_size);
637 __glXInitializeVisualConfigFromTags(m, nprops, props,
643 if (props != buf)
644 Xfree(props);
/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp87 PropsTy &props = AtProps[RawLoc]; local
88 props.push_back(*propI);
119 PropsTy &props = findAtLoc->second; local
120 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) {
132 PropsTy &props = I->second; local
133 if (!getPropertyType(props)->isObjCRetainableType())
135 if (hasIvarWithExplicitARCOwnership(props))
139 rewriteProperty(props, atLoc);
154 PropsTy &props local
161 doPropAction(PropActionKind kind, PropsTy &props, SourceLocation atLoc, bool markAction = true) argument
185 doActionForExtensionProp(PropsTy &props, SourceLocation atLoc) argument
194 rewriteProperty(PropsTy &props, SourceLocation atLoc) argument
223 removeAssignForDefaultStrong(PropsTy &props, SourceLocation atLoc) const argument
238 rewriteAssign(PropsTy &props, SourceLocation atLoc) const argument
267 maybeAddWeakOrUnsafeUnretainedAttr(PropsTy &props, SourceLocation atLoc) const argument
365 hasGCWeak(PropsTy &props, SourceLocation atLoc) const argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape.cc78 const hb_segment_properties_t *props,
84 switch (props->direction) {
106 if (HB_DIRECTION_IS_HORIZONTAL (props->direction))
181 hb_ot_shape_collect_features (&planner, &shape_plan->props, user_features, num_user_features);
279 hb_direction_t direction = buffer->props.direction;
285 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) ||
289 buffer->props.direction = HB_DIRECTION_REVERSE (buffer->props.direction);
412 c->buffer->props.direction,
416 c->buffer->props
77 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/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c471 INT32 buf[__GLX_TOTAL_CONFIG], *props; local
492 props = buf;
494 props = Xmalloc(prop_size);
499 _XRead(dpy, (char *) props, prop_size);
502 __glXInitializeVisualConfigFromTags(m, nprops, props,
508 if (props != buf)
509 Xfree(props);
/external/mesa3d/src/glx/
H A Dglxext.c597 INT32 buf[__GLX_TOTAL_CONFIG], *props; local
618 props = buf;
620 props = Xmalloc(prop_size);
625 _XRead(dpy, (char *) props, prop_size);
637 __glXInitializeVisualConfigFromTags(m, nprops, props,
643 if (props != buf)
644 Xfree(props);
/external/openfst/src/include/fst/
H A Dfactor-weight.h191 uint64 props = fst.Properties(kFstProperties, false); local
192 SetProperties(FactorWeightProperties(props), kCopyProperties);
H A Dmutable-fst.h55 virtual void SetProperties(uint64 props,
269 virtual void SetProperties(uint64 props, uint64 mask) { argument
273 if (GetImpl()->Properties(exprops) != (props & exprops))
275 GetImpl()->SetProperties(props, mask);
H A Drelabel.h61 uint64 props = fst->Properties(kFstProperties, false); local
111 fst->SetProperties(RelabelProperties(props), kFstProperties);
218 uint64 props = fst.Properties(kCopyProperties, false); local
219 SetProperties(RelabelProperties(props));
249 uint64 props = fst.Properties(kCopyProperties, false); local
250 SetProperties(RelabelProperties(props));
H A Dreplace-util.h93 uint64 props = kAccessible | kCoAccessible; local
97 if (fst_array_[i]->Properties(props, true) != props || !depaccess_[i])
185 mutable uint64 depprops_; // dependency Fst props
383 uint64 props = kAccessible | kCoAccessible; local
387 if (mutable_fst_array_[i]->Properties(props, false) != props)
H A Dstate-map.h76 // uint64 Properties(uint64 props) const;
103 uint64 props = fst->Properties(kFstProperties, false);
115 fst->SetProperties(mapper->Properties(props), kFstProperties);
314 uint64 props = fst_->Properties(kCopyProperties, false); local
315 SetProperties(mapper_->Properties(props));
433 uint64 Properties(uint64 props) const { return props; }
489 uint64 Properties(uint64 props) const {
490 return props & kArcSortProperties &
565 uint64 Properties(uint64 props) cons
[all...]
H A Dsynchronize.h88 uint64 props = fst.Properties(kFstProperties, false); local
89 SetProperties(SynchronizeProperties(props), kCopyProperties);
/external/openfst/src/include/fst/script/
H A Dinfo-impl.h137 uint64 props = 0; local
138 SccVisitor<Arc> scc_visitor(&scc, &access, &coaccess, &props);
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
H A DDigestMD5SaslClient.java59 * contained in props
75 * @param props The possibly null set of properties used to select
106 Map props,
109 String desiredQOP = (String)props.get(Sasl.QOP);
110 String desiredStrength = (String)props.get(Sasl.STRENGTH);
111 String serverAuth = (String)props.get(Sasl.SERVER_AUTH);
126 serverName, props, cbh);
132 * contained in props
148 * @param props The possibly null set of properties used to select
173 Map props,
102 getClient( String authorizationId, String protocol, String serverName, Map props, CallbackHandler cbh) argument
169 DigestMD5SaslClient( String authorizationId, String protocol, String serverName, Map props, CallbackHandler cbh) argument
[all...]
/external/smack/src/com/novell/sasl/client/
H A DDigestMD5SaslClient.java59 * contained in props
75 * @param props The possibly null set of properties used to select
106 Map props,
109 String desiredQOP = (String)props.get(Sasl.QOP);
110 String desiredStrength = (String)props.get(Sasl.STRENGTH);
111 String serverAuth = (String)props.get(Sasl.SERVER_AUTH);
126 serverName, props, cbh);
132 * contained in props
148 * @param props The possibly null set of properties used to select
173 Map props,
102 getClient( String authorizationId, String protocol, String serverName, Map props, CallbackHandler cbh) argument
169 DigestMD5SaslClient( String authorizationId, String protocol, String serverName, Map props, CallbackHandler cbh) argument
[all...]

Completed in 630 milliseconds

12345678910