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

12 3 4 5 6

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 108 Atom name;
119 Atom name;
134 Atom name;
150 Atom name;
171 Atom name;
187 Atom name;
232 Atom name;
264 Atom name;
273 Atom name;
350 Atom /* name */
    [all...]
XKBstr.h 88 Atom name;
89 Atom * level_names;
399 Atom keycodes;
400 Atom geometry;
401 Atom symbols;
402 Atom types;
403 Atom compat;
404 Atom vmods[XkbNumVirtualMods];
405 Atom indicators[XkbNumIndicators];
406 Atom groups[XkbNumKbdGroups]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 108 Atom name;
119 Atom name;
134 Atom name;
150 Atom name;
171 Atom name;
187 Atom name;
232 Atom name;
264 Atom name;
273 Atom name;
350 Atom /* name */
    [all...]
XKBstr.h 88 Atom name;
89 Atom * level_names;
399 Atom keycodes;
400 Atom geometry;
401 Atom symbols;
402 Atom types;
403 Atom compat;
404 Atom vmods[XkbNumVirtualMods];
405 Atom indicators[XkbNumIndicators];
406 Atom groups[XkbNumKbdGroups]
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 117 // is as a list of atoms (atom_count) where each atom contains a type
149 struct Atom {
153 Atom(AtomType type, uint16_t form) : type(type), form(form) {}
169 SmallVector<Atom, 1> Atoms;
171 TableHeaderData(ArrayRef<Atom> AtomList, uint32_t offset = 0)
271 DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom>);
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 80 Atom clipboard_atom_;
131 DLOG(ERROR) << "Unexpected selection atom: " << ev->selection;
142 typedef std::vector< ::Atom> AtomVector;
150 bool ContainsAtom(::Atom atom) const;
164 std::vector< ::Atom> atoms = GetTextAtomsFrom(atom_cache_);
165 for (std::vector< ::Atom>::const_iterator it = atoms.begin();
176 ::Atom atom = atom_cache_->GetAtom(format_type.ToString().c_str()); local
177 return ContainsAtom(atom);
    [all...]
  /external/llvm/lib/MC/
MCObjectDisassembler.cpp 83 llvm_unreachable("Couldn't disassemble instruction in atom.");
100 MCTextAtom *Atom;
129 BBInfos[TA->getBeginAddr()].Atom = TA;
152 BBInfos[NewAtom->getBeginAddr()].Atom = NewAtom;
181 if (!BBI.Atom) continue;
183 MCFunction &MCFN = *Module->createFunction(BBI.Atom->getName());
190 if (!BBI->Atom)
192 BBI->BB = &MCFN.createBlock(*BBI->Atom);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XKBlib.h 200 Atom name; /* "name" of requested bell */
342 typedef Atom (*XkbInternAtomFunc)(
350 Atom /* atom */
436 Atom /* name */
454 Atom /* name */
461 Atom /* name */
473 Atom /* name */
540 Atom /* name */,
552 Atom /* name */
    [all...]
Xutil.h 159 Atom encoding; /* prop type */
441 Atom /* property */
448 Atom /* property */
455 Atom /* property */
462 Atom /* property */
507 Atom /* property */
601 Atom /* property */
608 Atom /* property */
626 Atom /* property */
699 Atom /* property *
    [all...]
Xlib.h 874 Atom atom; member in struct:__anon38469
885 Atom selection;
896 Atom selection;
897 Atom target;
898 Atom property;
908 Atom selection;
909 Atom target;
910 Atom property; /* ATOM or None *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XKBlib.h 200 Atom name; /* "name" of requested bell */
342 typedef Atom (*XkbInternAtomFunc)(
350 Atom /* atom */
436 Atom /* name */
454 Atom /* name */
461 Atom /* name */
473 Atom /* name */
540 Atom /* name */,
552 Atom /* name */
    [all...]
Xutil.h 159 Atom encoding; /* prop type */
441 Atom /* property */
448 Atom /* property */
455 Atom /* property */
462 Atom /* property */
507 Atom /* property */
601 Atom /* property */
608 Atom /* property */
626 Atom /* property */
699 Atom /* property *
    [all...]
Xlib.h 874 Atom atom; member in struct:__anon40059
885 Atom selection;
896 Atom selection;
897 Atom target;
898 Atom property;
908 Atom selection;
909 Atom target;
910 Atom property; /* ATOM or None *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XKBlib.h 200 Atom name; /* "name" of requested bell */
342 typedef Atom (*XkbInternAtomFunc)(
350 Atom /* atom */
436 Atom /* name */
454 Atom /* name */
461 Atom /* name */
473 Atom /* name */
540 Atom /* name */,
552 Atom /* name */
    [all...]
Xutil.h 159 Atom encoding; /* prop type */
441 Atom /* property */
448 Atom /* property */
455 Atom /* property */
462 Atom /* property */
507 Atom /* property */
601 Atom /* property */
608 Atom /* property */
626 Atom /* property */
699 Atom /* property *
    [all...]
Xlib.h 874 Atom atom; member in struct:__anon41574
885 Atom selection;
896 Atom selection;
897 Atom target;
898 Atom property;
908 Atom selection;
909 Atom target;
910 Atom property; /* ATOM or None *
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.h 119 // Converts our bitfield of actions into an Atom that represents what action
121 ::Atom DragOperationToAtom(int drag_operation);
123 // Converts a single action atom to a drag operation.
124 int AtomToDragOperation(::Atom atom);
129 std::vector< ::Atom> GetOfferedDragOperations();
216 std::map< ::Window, ::Atom> negotiated_operation_;
  /external/chromium_org/ui/base/x/
x11_util.h 25 typedef unsigned long Atom;
172 Atom property,
176 Atom* out_type);
178 // Get the value of an int, int array, atom array or string property. On
182 // should accept an Atom instead of a string.
191 std::vector<Atom>* value);
207 const std::vector<Atom>& value);
209 // Gets the X atom for default display corresponding to atom_name.
210 Atom GetAtom(const char* atom_name);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBstr.h 88 Atom name;
89 Atom * level_names;
399 Atom keycodes;
400 Atom geometry;
401 Atom symbols;
402 Atom types;
403 Atom compat;
404 Atom vmods[XkbNumVirtualMods];
405 Atom indicators[XkbNumIndicators];
406 Atom groups[XkbNumKbdGroups]
    [all...]
  /external/chromium/chrome/browser/chromeos/
wm_ipc.cc 21 // A value from the Atom enum and the actual name that should be used to
24 WmIpc::AtomType atom; member in struct:chromeos::__anon4463::AtomInfo
28 // Each value from the Atom enum must be present here.
39 bool SetIntProperty(XID xid, Atom xatom, const std::vector<int>& values) {
150 static Atom wm_s0_atom = type_to_atom_[ATOM_WM_S0];
153 static_cast<Atom>(event.data.l[1]) == wm_s0_atom) {
174 scoped_array<Atom> atoms(new Atom[kNumAtoms]);
186 type_to_atom_[kAtomInfos[i].atom] = atoms[i];
  /external/chromium_org/chromeos/display/
real_output_configurator_delegate.cc 308 Atom prop = XInternAtom(display_, "Coordinate Transformation Matrix", False);
309 Atom float_atom = XInternAtom(display_, "FLOAT", False);
311 Atom type;
395 Atom scaling_prop = XInternAtom(display_, "scaling mode", False);
396 Atom full_aspect_atom = XInternAtom(display_, "Full aspect", False);
401 Atom* props = XRRListOutputProperties(display_, id, &nprop);
403 Atom prop = props[j];
409 Atom actual_type;
417 Atom value = reinterpret_cast<Atom*>(values)[0]
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvlib.h 114 Atom attribute; /* atom that identifies attribute */
308 Atom /* attribute */,
317 Atom /* attribute */,
  /external/chromium/chrome/browser/
fullscreen_linux.cc 117 static Atom desktop_atom = gdk_x11_get_xatom_by_name_for_display(
120 std::vector<Atom> atom_properties;
  /external/chromium_org/chrome/browser/
fullscreen_gtk.cc 116 static Atom desktop_atom = gdk_x11_get_xatom_by_name_for_display(
119 std::vector<Atom> atom_properties;
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.h 53 void RetrieveTargets(std::vector<Atom>* targets) const;
100 std::vector< ::Atom> GetTargets() const;

Completed in 1574 milliseconds

12 3 4 5 6