HomeSort by relevance Sort by last modified time
    Searched refs:Atom (Results 1 - 19 of 19) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xvlib.h 114 Atom attribute; /* atom that identifies attribute */
308 Atom /* attribute */,
317 Atom /* attribute */,
Xvproto.h 64 #define Atom CARD32
321 Atom attribute B32;
331 Atom attribute B32;
585 Atom attribute B32;
601 #undef Atom
  /external/webkit/WebCore/platform/gtk/
PlatformScreenGtk.cpp 134 Atom xproperty = gdk_x11_get_xatom_by_name_for_display(display, "_NET_WORKAREA");
136 Atom retType;
  /external/v8/test/mjsunit/
string-match.js 134 // Atom, non-global
138 testMatch("Atom", stringSample, re_atom,
143 // Atom, global
147 testMatch("Global-Atom", stringSample, re_atomg,
  /external/dbus/tools/
dbus-launch-x11.c 39 static Atom selection_atom;
40 static Atom address_atom;
41 static Atom pid_atom;
265 /* create the selection atom */
272 /* create the address property atom */
276 /* create the PID property atom */
294 Atom type;
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86Privstr.h 214 Atom type;
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11sym.h 29 SDL_X11_SYM(int,XChangeProperty,(Display* a,Window b,Atom c,Atom d,int e,int f,_Xconst unsigned char* g,int h),(a,b,c,d,e,f,g,h),return)
49 SDL_X11_SYM(int,XDeleteProperty,(Display* a,Window b,Atom c),(a,b,c),return)
75 SDL_X11_SYM(Atom,XInternAtom,(Display* a,_Xconst char* b,Bool c),(a,b,c),return)
105 SDL_X11_SYM(void,XSetTextProperty,(Display* a,Window b,XTextProperty* c,Atom d),(a,b,c,d),)
107 SDL_X11_SYM(Status,XSetWMProtocols,(Display* a,Window b,Atom* c,int d),(a,b,c,d),return)
SDL_x11video.h 67 Atom WM_DELETE_WINDOW; /* "close-window" protocol atom */
SDL_x11wm.c 249 Atom _NET_WM_NAME = 0;
250 Atom _NET_WM_ICON_NAME = 0;
SDL_x11yuv.c 205 Atom a;
SDL_x11video.c 810 Atom WM_HINTS;
864 Atom WM_HINTS;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xv.c 704 Atom attribute,
730 Atom attribute,
  /external/quake/quake/src/WinQuake/
vid_sunx.cpp 127 static Atom aHints = 0;
128 static Atom aWMDelete = 0;
552 Con_Printf( "Could not intern X atom for _MOTIF_WM_HINTS." );
vid_sunxil.cpp 141 static Atom aHints = NULL;
142 static Atom aWMDelete = NULL;
366 Con_Printf( "Could not intern X atom for _MOTIF_WM_HINTS." );
  /external/webkit/WebKitTools/QtLauncher/
main.cpp 212 Atom atom = XInternAtom(QX11Info::display(), "_HILDON_ZOOM_KEY_ATOM", False); local
213 if (!atom) {
219 XChangeProperty(QX11Info::display(), winId(), atom, XA_INTEGER, 32, PropModeReplace, reinterpret_cast<unsigned char*>(&val), 1); local
  /external/v8/src/
jsregexp.h 400 VISIT(Atom) \
416 enum Type {UNINITIALIZED, ATOM, CHAR_CLASS};
419 static TextElement Atom(RegExpAtom* atom);
    [all...]
jsregexp.cc 137 // Parse-tree is a single atom that is equal to the pattern.
142 RegExpAtom* atom = parse_result.tree->AsAtom(); local
143 Vector<const uc16> atom_pattern = atom->data();
164 case JSRegExp::ATOM:
179 // RegExp Atom implementation: Simple string search using indexOf.
187 JSRegExp::ATOM,
625 text->AddElement(TextElement::Atom(this));
640 TextElement TextElement::Atom(RegExpAtom* atom) {
641 TextElement result = TextElement(ATOM);
5001 RegExpAtom* atom = text.data.u_atom; local
    [all...]
  /external/webkit/WebCore/plugins/gtk/
gtk2xtbin.c 662 Atom infoAtom = XInternAtom(XtDisplay(xtplug), "_XEMBED_INFO", False);
  /bionic/libc/
Android.mk 501 # Enable recent IA friendly memory routines (such as for Atom)

Completed in 455 milliseconds