Searched refs:registryProperty (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDFamilyPrivate.cpp215 OSNumber * registryProperty; local
219 registryProperty = OSDynamicCast(OSNumber, owner->getProperty(key));
226 if ( registryProperty )
231 UInt32 registryValue = registryProperty->unsigned32BitValue();
251 OSNumber *registryProperty = (OSNumber *)owner->copyProperty(key); local
253 CONVERT_TO_STACK_RETAIN(registryProperty);
258 if ( OSDynamicCast(OSNumber, registryProperty ) )
266 if ( propertyFromArray && propertyFromArray->isEqualTo(registryProperty) )
283 OSNumber *registryProperty = (OSNumber *)owner->copyProperty(key); local
286 CONVERT_TO_STACK_RETAIN(registryProperty);
[all...]
/macosx-10.10.1/vim-55/runtime/tools/
H A Dxcmdsrv_client.c84 static Atom registryProperty = None; variable
264 registryProperty = XInternAtom(dpy, "VimRegistry", False);
313 result = XGetWindowProperty(dpy, RootWindow(dpy, 0), registryProperty, 0,
329 XDeleteProperty(dpy, RootWindow(dpy, 0), registryProperty);
390 XChangeProperty(dpy, RootWindow(dpy, 0), registryProperty, XA_STRING,
/macosx-10.10.1/vim-55/src/
H A Dif_xcmdsrv.c191 static Atom registryProperty = None; variable
294 XChangeProperty(dpy, RootWindow(dpy, 0), registryProperty, XA_STRING, 8,
343 XChangeProperty(dpy, RootWindow(dpy, 0), registryProperty, XA_STRING, 8,
653 if (registryProperty == None)
893 if (registryProperty == None)
894 registryProperty = XInternAtom(dpy, "VimRegistry", False);
1007 XChangeProperty(dpy, RootWindow(dpy, 0), registryProperty, XA_STRING,
1073 XChangeProperty(dpy, RootWindow(dpy, 0), registryProperty,
1105 result = XGetWindowProperty(dpy, RootWindow(dpy, 0), registryProperty, 0L,
1129 XDeleteProperty(dpy, RootWindow(dpy, 0), registryProperty);
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixSend.c306 dispPtr->registryProperty, 0, MAX_PROP_WORDS,
327 dispPtr->registryProperty);
546 regPtr->dispPtr->registryProperty, XA_STRING, 8,
1349 dispPtr->registryProperty = Tk_InternAtom(dispPtr->commTkwin,
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixSend.c291 dispPtr->registryProperty, 0, MAX_PROP_WORDS,
312 dispPtr->registryProperty);
531 regPtr->dispPtr->registryProperty, XA_STRING, 8,
1385 dispPtr->registryProperty = Tk_InternAtom(dispPtr->commTkwin,
1981 winPtr->dispPtr->registryProperty, XA_INTEGER, 32,
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkInt.h468 Atom registryProperty; /* X's name for property containing registry member in struct:TkDisplay
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkInt.h461 Atom registryProperty; /* X's name for property containing member in struct:TkDisplay
H A DtkTest.c2229 winPtr->dispPtr->registryProperty, XA_INTEGER, 32,

Completed in 411 milliseconds