| /xsrc/external/mit/fstobdf/dist/ |
| props.c | 76 FSPropOffset *property; local 86 for (property = &propOffsets[0]; nProperties--; property++) { 90 name = (char *) propData + property->name.position; 91 length = property->name.length; 106 for (property = &propOffsets[0]; nProperties--; property++) { 111 fwrite(propData + property->name.position, 1, property->name.length, 115 value = property->value.position [all...] |
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| xedit.lsp | 216 name ;; String name of property, must be unique per 217 ;; property list. 218 font ;; Optional font string name of property. 344 (defun compile-syntax-property-list (name properties 348 (dolist (property properties) 353 (list (synprop-to-string property)) 372 (format *output* "~Cconvert-property-list ~S ~S~%" 377 (setq quark #-debug (convert-property-list name string-properties) 384 (dolist (property properties) 385 (unless (integerp (synprop-quark property)) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmx_glxvisuals.c | 145 int property = *p++; local 148 switch (property) { 179 /* visualSelectGroup is an internal used property */ 411 /* visualSelectGroup is an internal used property */
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| TextSrcP.h | 77 XrmQuark property; member in struct:_XawTextEntity 229 XrmQuark property
|
| TextSinkP.h | 121 XawTextProperty *property; member in struct:_XawTextPaintStruct 240 XrmQuark property 246 XrmQuark property 252 XawTextProperty *property 259 XawTextProperty *property,
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| g80_sor.c | 270 struct property { struct 276 struct property dither; 277 struct property scale; 297 "Failed to configure dithering property for %s: error %d\n", 307 "Failed to set dithering property for %s: error %d\n", 317 "Failed to configure scaling property for %s: error %d\n", 327 "Failed to set scaling property for %s: error %d\n",
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| xselinux.h | 110 CARD32 property; member in struct:__anon9799
|
| xselinux_hooks.c | 55 Atom property; /* property name, if any */ member in struct:__anon9803 270 propertyName = audit->property ? NameForAtom(audit->property) : NULL; 288 audit->property ? " property=" : "", 289 audit->property ? propertyName : "", 557 SELinuxAuditRec auditdata = {.client = rec->client,.property = name }; 785 FatalError("SELinux: Failed to set label property on window!\n"); 803 FatalError("SELinux: Failed to set label property on window!\n") [all...] |
| /xsrc/external/mit/xorg-server/dist/config/ |
| udev.c | 50 "config/udev: getting property %s on %s " \ 150 "property ID_INPUT set\n", path); 252 const char *property; member in struct:pfmap 272 while (m->property != NULL) { 273 if (!strcmp(m->property, key)) {
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| rrproperty.c | 104 RRCreateOutputProperty(Atom property) 112 prop->propertyName = property; 124 RRDeleteOutputProperty(RROutputPtr output, Atom property) 129 if (prop->propertyName == property) { 137 RRNoticePropertyChange(RROutputPtr output, Atom property, RRPropertyValuePtr value) 142 if (property == non_desktop_prop) { 160 RRChangeOutputProperty(RROutputPtr output, Atom property, Atom type, 174 /* first see if property already exists */ 175 prop = RRQueryOutputProperty(output, property); 177 prop = RRCreateOutputProperty(property); 284 RRPropertyPtr property; local [all...] |
| rrproviderproperty.c | 103 RRCreateProviderProperty(Atom property) 111 prop->propertyName = property; 123 RRDeleteProviderProperty(RRProviderPtr provider, Atom property) 128 if (prop->propertyName == property) { 136 RRChangeProviderProperty(RRProviderPtr provider, Atom property, Atom type, 151 /* first see if property already exists */ 152 prop = RRQueryProviderProperty(provider, property); 154 prop = RRCreateProviderProperty(property); 165 /* To append or prepend to a property the request format and type 166 must match those of the already defined property. Th 260 RRPropertyPtr property; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| xselinux.h | 110 CARD32 property; member in struct:__anon10362
|
| xselinux_hooks.c | 56 Atom property; /* property name, if any */ member in struct:__anon10366 273 propertyName = audit->property ? NameForAtom(audit->property) : NULL; 291 audit->property ? " property=" : "", 292 audit->property ? propertyName : "", 554 SELinuxAuditRec auditdata = { .client = rec->client, .property = name }; 781 FatalError("SELinux: Failed to set label property on window!\n"); 797 FatalError("SELinux: Failed to set label property on window!\n") [all...] |
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| rrproperty.c | 102 RRCreateOutputProperty (Atom property) 110 prop->propertyName = property; 122 RRDeleteOutputProperty(RROutputPtr output, Atom property) 127 if (prop->propertyName == property) { 135 RRChangeOutputProperty (RROutputPtr output, Atom property, Atom type, 151 /* first see if property already exists */ 152 prop = RRQueryOutputProperty (output, property); 155 prop = RRCreateOutputProperty (property); 166 /* To append or prepend to a property the request format and type 167 must match those of the already defined property. Th 262 RRPropertyPtr property; local [all...] |
| /xsrc/external/mit/xstdcmap/dist/ |
| xstdcmap.c | 61 Atom property; member in struct:__anon12055 228 * property. Return NULL if no visual is appropriate. 231 getBestVisual(Atom property, /* specifies the standard colormap */ 246 if (property == XA_RGB_BEST_MAP) 250 if (property == XA_RGB_GRAY_MAP) 254 if (property == XA_RGB_DEFAULT_MAP) 290 XmuDeleteStandardColormap(dpy, screen, propertyTable[i].property); 299 /* which visual is best for this property? */ 300 v = getBestVisual(propertyTable[i].property, vinfo, nvisuals); 318 propertyTable[i].property, [all...] |
| /xsrc/external/mit/libXt/dist/include/X11/ |
| SelectionI.h | 60 Atom property; member in struct:_RequestRec 132 Atom property; member in struct:__anon6011 150 Atom property; member in struct:__anon6012
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| tgsi_build.c | 1292 struct tgsi_property property; local 1294 property.Type = TGSI_TOKEN_TYPE_PROPERTY; 1295 property.NrTokens = 1; 1296 property.PropertyName = TGSI_PROPERTY_GS_INPUT_PRIM; 1297 property.Padding = 0; 1299 return property; 1306 struct tgsi_property property; local 1308 property = tgsi_default_property(); 1309 property.PropertyName = property_name; 1313 return property; 1365 struct tgsi_property *property; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| tgsi_build.c | 1295 struct tgsi_property property; local 1297 property.Type = TGSI_TOKEN_TYPE_PROPERTY; 1298 property.NrTokens = 1; 1299 property.PropertyName = TGSI_PROPERTY_GS_INPUT_PRIM; 1300 property.Padding = 0; 1302 return property; 1309 struct tgsi_property property; local 1311 property = tgsi_default_property(); 1312 property.PropertyName = property_name; 1316 return property; 1368 struct tgsi_property *property; local [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| AsciiSrc.c | 485 XawTextProperty *property; local 489 (property = XawTextSinkGetProperty(ctx->text.sink, 490 entity->property)) != NULL && 491 (property->mask & XAW_TPROP_FONT)) 492 font = property->font;
|
| AsciiSink.c | 343 XawTextProperty *property; local 347 property = NULL; 350 (property = XawTextSinkGetProperty((Widget)sink, 351 entity->property)) != NULL && 352 (property->mask & XAW_TPROP_FONT)) 353 font = property->font; 381 paint->property = property; 417 paint->property = property; 444 XawTextProperty *property; local 740 XawTextProperty *property; local 1151 XawTextProperty *property; local 1197 XawTextProperty *property; local 1266 XawTextProperty *property; local 1376 XawTextProperty *property; local 1487 XawTextProperty *property; local 1807 XawTextProperty *property = local [all...] |
| /xsrc/external/mit/libXi/dist/include/X11/extensions/ |
| XInput2.h | 328 Atom property; member in struct:__anon5918 711 Atom property, 723 Atom property 730 Atom property,
|
| /xsrc/external/mit/libXrandr/dist/include/X11/extensions/ |
| Xrandr.h | 117 Atom property; /* changed property */ member in struct:__anon5963 142 Atom property; /* changed property */ member in struct:__anon5965 318 XRRQueryOutputProperty (Display *dpy, RROutput output, Atom property); 321 XRRConfigureOutputProperty (Display *dpy, RROutput output, Atom property, 327 Atom property, Atom type, 332 XRRDeleteOutputProperty (Display *dpy, RROutput output, Atom property); 336 Atom property, long offset, long length, 530 XRRQueryProviderProperty (Display *dpy, RRProvider provider, Atom property); [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| Selection.c | 255 "internal error: no selection property context for display", 298 info->property = properties[0]; 300 info->property = GetSelectionProperty(XtDisplay(widget)); 301 XDeleteProperty(XtDisplay(widget), XtWindow(widget), info->property); 328 info->property, XtWindow(info->widget), info->time); 556 /* the requestor hasn't deleted the property, but 585 XChangeProperty(dpy, incr->requestor, incr->property, 600 req->property, req->type, req->format, 621 (event->atom != req->property) || (event->window != req->requestor)) 682 Atom property _X_UNUSED 1639 Atom property; local 1667 Atom property; local 2236 Atom property = GetParamInfo(requestor, selection); local [all...] |
| /xsrc/external/mit/xedit/dist/lisp/ |
| xedit.c | 81 XrmQuark property; member in struct:__anon6650 135 {LispFunction, Xedit_ConvertPropertyList, "convert-property-list name definition"}, 146 {LispFunction, Xedit_PropertyList, "property-list &optional value"}, 341 LispObj *desc, *modes = Oauto_modes->data.atom->property->value; 375 mode_infos[i].symbol->data.atom->property->value; 520 /* The previous call added the property list to the widget, 603 * table was parsed, the newline has it's default property, so, while 604 * the newline has a property, backup a line to make sure everything is 616 /* While the newline after the right position has a "hidden" property, 648 (info)[(count)].property = entity->property; 733 XrmQuark property = props[i]; local [all...] |
| /xsrc/external/mit/xev/dist/ |
| xev.c | 729 char *pname = XGetAtomName(dpy, e->property); 735 "target 0x%lx (%s), property 0x%lx (%s), time %lu", 736 e->target, tname ? tname : Unknown, e->property, 750 char *pname = XGetAtomName(dpy, e->property); 755 output(Indent | NewLine, "property 0x%lx (%s), time %lu", 756 e->property, pname ? pname : Unknown, e->time); 1011 char *property = XGetAtomName(dpy, e->property); local 1020 output(0, "property %s, timestamp %lu, state ", property, e->timestamp) [all...] |