Searched defs:atom (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dhelpers.c60 Atom atom; local
66 atom = MakeAtom(pszName, strlen(pszName), TRUE);
67 if (atom == BAD_RESOURCE)
70 prop != NULL && prop->propertyName != atom; prop = prop->next);
86 VBVXASSERT(property_name != BAD_RESOURCE, ("Failed to set atom \"%s\"\n", pszName));
H A Dvboxvideo.c1019 Atom atom = -1; local
1022 atom = MakeAtom(HAS_VT_ATOM_NAME, sizeof(HAS_VT_ATOM_NAME) - 1, TRUE);
1023 if (xf86RegisterRootWindowProperty(pScrn->scrnIndex, atom, XA_INTEGER,
1027 atom = MakeAtom(VBOXVIDEO_DRIVER_ATOM_NAME,
1029 if (xf86RegisterRootWindowProperty(pScrn->scrnIndex, atom, XA_INTEGER,
1046 FatalError("Failed to retrieve \"HAS_VT\" atom\n");
/vbox/src/VBox/Additions/x11/x11include/libXfixes-4.0.3/X11/extensions/
H A DXfixes.h92 Atom atom; /* Version >= 2 only */ member in struct:__anon3613
108 Atom atom; member in struct:__anon3614
220 XFixesGetCursorName (Display *dpy, Cursor cursor, Atom *atom);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Xinput.h138 Atom atom; member in struct:_LocalDeviceRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Xinput.h135 Atom atom; member in struct:_LocalDeviceRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86Xinput.h135 Atom atom; member in struct:_LocalDeviceRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Xinput.h131 Atom atom; member in struct:_LocalDeviceRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86Xinput.h136 Atom atom; member in struct:_LocalDeviceRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86Xinput.h136 Atom atom; member in struct:_LocalDeviceRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Xinput.h136 Atom atom; member in struct:_LocalDeviceRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Xinput.h139 Atom atom; member in struct:_LocalDeviceRec
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Ddlg_p.c540 atom();
671 atom(void) function
673 atom()
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86Xinput.h112 Atom atom; member in struct:_LocalDeviceRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Xinput.h139 Atom atom; member in struct:_LocalDeviceRec
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsAtomTable.cpp54 * The shared hash table for atom lookups.
111 NS_ASSERTION(aAtom, "Setting null atom");
116 NS_ASSERTION(aAtom, "Setting null atom");
133 NS_ASSERTION(!IsStaticAtom(), "This is a static atom, not an AtomImpl");
138 NS_ASSERTION(IsStaticAtom(), "This is an AtomImpl, not a static atom");
153 // get an addreffed nsIAtom - not using already_AddRef'ed atom
173 NS_ASSERTION(he->HasValue(), "Empty atom. how did that happen?");
195 AtomImpl *atom = he->GetAtomImpl(); local
201 // In other words, they are owned by the atom table.
202 if (atom
527 nsStaticAtomWrapper* atom = WrapStaticAtom(&aAtoms[i]); local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.c204 static ATOM atom = 0; local
205 if (!atom) {
206 atom = GlobalAddAtom("XPCOM_EventQueue");
208 return MAKEINTATOM(atom);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp175 inline RTCString xAtomToString(Atom atom) const
177 if (atom == None) return "None";
179 char* pcsAtom = XGetAtomName(m_pDisplay, atom);
402 static uint32_t toHGCMAction(Atom atom);
1983 uint32_t DragInstance::toHGCMAction(Atom atom) argument
1987 if (atom == xAtom(XA_XdndActionCopy))
1989 else if (atom == xAtom(XA_XdndActionMove))
1991 else if (atom == xAtom(XA_XdndActionLink))
/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp72 /** The X11 atom name of the format (several names can match one format)
104 /** Return the atom corresponding to a supported X11 format.
118 /** Return the atom corresponding to a supported X11 format. */
124 /** Lookup the X11 format matching a given X11 atom.
136 /** Lookup the X11 format matching a given X11 atom text.
285 /** Convert an atom name string to an X11 atom, looking it up in a cache
1082 * @param atomTypeReturn where to store the atom for the type of the data
1122 * Does this atom correspond to one of the two selection types we support?
1124 * @param selType the atom i
1831 Atom atom = 0; local
1986 XGetAtomName(Display *display, Atom atom) argument
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c212 xmlRegAtomPtr atom; member in struct:_xmlRegTrans
247 xmlRegAtomPtr atom; member in struct:_xmlAutomata
350 static void xmlRegFreeAtom(xmlRegAtomPtr atom);
352 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
460 * 3/ build a table state x atom for the transitions
563 if ((trans->to == -1) || (trans->atom == NULL))
565 atomno = stringRemap[trans->atom->no];
566 if ((trans->atom->data != NULL) && (transdata == NULL)) {
579 * if the same atom can generate transitions to 2 different
588 printf("Indet: state %d trans %d, atom
799 xmlRegFreeAtom(xmlRegAtomPtr atom) argument
828 xmlRegCopyAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) argument
1075 xmlRegPrintAtom(FILE *output, xmlRegAtomPtr atom) argument
1206 xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom, int neg, xmlRegAtomType type, int start, int end, xmlChar *blockName) argument
1277 xmlRegAtomPush(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) argument
1337 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, xmlRegAtomPtr atom, xmlRegStatePtr target, int counter, int count) argument
1533 xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, xmlRegAtomPtr atom) argument
2537 xmlFARecurseDeterminism(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, int to, xmlRegAtomPtr atom) argument
2892 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) argument
3146 xmlRegAtomPtr atom; local
3703 xmlRegAtomPtr atom; local
4188 xmlRegAtomPtr atom; local
5663 xmlRegAtomPtr atom; local
5703 xmlRegAtomPtr atom; local
5763 xmlRegAtomPtr atom; local
5831 xmlRegAtomPtr atom; local
5917 xmlRegAtomPtr atom; local
5986 xmlRegAtomPtr atom; local
6065 xmlRegAtomPtr atom; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXproto.h487 Atom atom B32;
1137 Atom atom B32;
1147 Atom atom B32;
1266 xInternAtomReply atom;
1263 xInternAtomReply atom; member in union:__anon9761
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DXproto.h491 Atom atom B32;
1141 Atom atom B32;
1151 Atom atom B32;
1238 xInternAtomReply atom;
1235 xInternAtomReply atom; member in union:__anon2204
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h248 atom_t atom; member in struct:__anon14186
2695 atom_t atom; member in struct:add_atom_reply
2705 atom_t atom; member in struct:delete_atom_request
2724 atom_t atom; member in struct:find_atom_reply
2734 atom_t atom; member in struct:get_atom_information_request
2753 atom_t atom; member in struct:set_atom_information_request
3206 atom_t atom; member in struct:create_window_request
3276 atom_t atom; member in struct:get_window_info_reply
3354 atom_t atom; member in struct:get_window_children_request
3623 atom_t atom; member in struct:set_window_property_request
3638 atom_t atom; member in struct:remove_window_property_request
3654 atom_t atom; member in struct:get_window_property_request
4203 atom_t atom; member in struct:create_class_request
4214 atom_t atom; member in struct:create_class_reply
4223 atom_t atom; member in struct:destroy_class_request
4240 atom_t atom; member in struct:set_class_info_request
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h260 atom_t atom; member in struct:__anon1525
2509 atom_t atom; member in struct:add_atom_reply
2519 atom_t atom; member in struct:delete_atom_request
2538 atom_t atom; member in struct:find_atom_reply
2548 atom_t atom; member in struct:get_atom_information_request
2566 atom_t atom; member in struct:set_atom_information_request
3009 atom_t atom; member in struct:create_window_request
3078 atom_t atom; member in struct:get_window_info_reply
3155 atom_t atom; member in struct:get_window_children_request
3388 atom_t atom; member in struct:set_window_property_request
3403 atom_t atom; member in struct:remove_window_property_request
3418 atom_t atom; member in struct:get_window_property_request
3916 atom_t atom; member in struct:create_class_request
3927 atom_t atom; member in struct:create_class_reply
3936 atom_t atom; member in struct:destroy_class_request
3953 atom_t atom; member in struct:set_class_info_request
[all...]

Completed in 262 milliseconds