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

12345678910

/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.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));
H A Dencode.h258 uint64 Properties(uint64 props) { argument
266 return props & mask;
/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;
453 /* Make sure no one directly touches our props... */
/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/chromium_org/v8/test/mjsunit/es6/
H A Dcollections.js186 function props(x) {
191 assertArrayEquals([], props(func));
192 assertArrayEquals([], props(func.prototype));
193 assertArrayEquals([], props(new func()));
/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp86 PropsTy &props = AtProps[RawLoc]; local
87 props.push_back(Prop);
118 PropsTy &props = findAtLoc->second; local
119 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) {
131 PropsTy &props = I->second; local
132 if (!getPropertyType(props)->isObjCRetainableType())
134 if (hasIvarWithExplicitARCOwnership(props))
138 rewriteProperty(props, atLoc);
149 PropsTy &props local
156 doPropAction(PropActionKind kind, PropsTy &props, SourceLocation atLoc, bool markAction = true) argument
180 doActionForExtensionProp(PropsTy &props, SourceLocation atLoc) argument
189 rewriteProperty(PropsTy &props, SourceLocation atLoc) argument
218 removeAssignForDefaultStrong(PropsTy &props, SourceLocation atLoc) const argument
233 rewriteAssign(PropsTy &props, SourceLocation atLoc) const argument
262 maybeAddWeakOrUnsafeUnretainedAttr(PropsTy &props, SourceLocation atLoc) const argument
352 hasGCWeak(PropsTy &props, SourceLocation atLoc) const argument
[all...]
/external/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;
438 /* Make sure no one directly touches our props... */
/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 310 milliseconds

12345678910