HomeSort by relevance Sort by last modified time
    Searched refs:Atom (Results 101 - 125 of 127) sorted by null

1 2 3 45 6

  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 176 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
test_subpicture.c 94 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
xvmc_bench.c 222 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
  /external/chromium_org/ui/base/x/
device_data_manager.cc 193 Atom xi_touchpad = XInternAtom(display, XI_TOUCHPAD, false);
201 Atom atoms[DT_LAST_ENTRY];
events_x.cc 276 Atom GetNoopEventAtom() {
797 // Make sure we use atom from current xdisplay, which may
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 250 Atom _NET_WM_NAME = 0;
251 Atom _NET_WM_ICON_NAME = 0;
SDL_x11video.c 434 Atom _NET_WM_PID = XInternAtom(SDL_Display, "_NET_WM_PID", False);
435 Atom WM_CLIENT_MACHINE = XInternAtom(SDL_Display, "WM_CLIENT_MACHINE", False);
831 Atom WM_HINTS;
885 Atom WM_HINTS;
    [all...]
SDL_x11yuv.c 281 Atom a;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 54 static Atom xvBrightness, xvContrast;
109 Atom attribute, INT32 value, pointer data)
129 Atom attribute, INT32 * value, pointer data)
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 54 static Atom xvBrightness, xvContrast;
109 Atom attribute, INT32 value, pointer data)
129 Atom attribute, INT32 * value, pointer data)
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
Xv.c 704 Atom attribute,
730 Atom attribute,
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/chromium_org/ui/base/clipboard/
clipboard_gtk.cc 52 Atom clipboard_atom_;
103 DLOG(ERROR) << "Unexpected selection atom: " << ev->selection;
114 std::string GdkAtomToString(const GdkAtom& atom) {
115 gchar* name = gdk_atom_name(atom);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h 736 Atom type;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 736 Atom type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 736 Atom type;
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 342 var postData = '<entry xmlns="http://www.w3.org/2005/Atom"' + eol;
355 var headers = {'Content-Type': 'application/atom+xml'};
  /external/chromium_org/v8/src/
jsregexp.h 415 VISIT(Atom) \
431 enum TextType {UNINITIALIZED, ATOM, CHAR_CLASS};
434 static TextElement Atom(RegExpAtom* atom);
    [all...]
jsregexp.cc 144 // than the code used for atom matches.
204 // Parse-tree is a single atom that is equal to the pattern.
210 RegExpAtom* atom = parse_result.tree->AsAtom(); local
211 Vector<const uc16> atom_pattern = atom->data();
237 case JSRegExp::ATOM:
253 // RegExp Atom implementation: Simple string search using indexOf.
261 JSRegExp::ATOM,
721 if (regexp_->TypeTag() == JSRegExp::ATOM) {
724 // There is no distinction between interpreted and native for atom regexps.
5841 RegExpAtom* atom = text.data.u_atom; local
    [all...]
  /external/v8/src/
jsregexp.h 436 VISIT(Atom) \
452 enum Type {UNINITIALIZED, ATOM, CHAR_CLASS};
455 static TextElement Atom(RegExpAtom* atom);
    [all...]
jsregexp.cc 145 // Parse-tree is a single atom that is equal to the pattern.
150 RegExpAtom* atom = parse_result.tree->AsAtom(); local
151 Vector<const uc16> atom_pattern = atom->data();
173 case JSRegExp::ATOM:
189 // RegExp Atom implementation: Simple string search using indexOf.
197 JSRegExp::ATOM,
737 text->AddElement(TextElement::Atom(this));
752 TextElement TextElement::Atom(RegExpAtom* atom) {
753 TextElement result = TextElement(ATOM);
5102 RegExpAtom* atom = text.data.u_atom; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
fakeglx.c 179 Atom overlayVisualsAtom;
180 Atom actualType;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 179 Atom overlayVisualsAtom;
180 Atom actualType;
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c     [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 215 : Kind(_Kind), Parent(_Parent), Atom(0), Offset(~UINT64_C(0)),
347 // Absolute and undefined symbols have no defining atom.
352 // defining atom.
357 // Otherwise, return the atom for the containing fragment.
    [all...]

Completed in 2307 milliseconds

1 2 3 45 6