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

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xatom.h 9 #define XA_PRIMARY ((Atom) 1)
10 #define XA_SECONDARY ((Atom) 2)
11 #define XA_ARC ((Atom) 3)
12 #define XA_ATOM ((Atom) 4)
13 #define XA_BITMAP ((Atom) 5)
14 #define XA_CARDINAL ((Atom) 6)
15 #define XA_COLORMAP ((Atom) 7)
16 #define XA_CURSOR ((Atom) 8)
17 #define XA_CUT_BUFFER0 ((Atom) 9)
18 #define XA_CUT_BUFFER1 ((Atom) 10
    [all...]
Xdefs.h 40 typedef unsigned long Atom;
42 typedef CARD32 Atom;
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xatom.h 9 #define XA_PRIMARY ((Atom) 1)
10 #define XA_SECONDARY ((Atom) 2)
11 #define XA_ARC ((Atom) 3)
12 #define XA_ATOM ((Atom) 4)
13 #define XA_BITMAP ((Atom) 5)
14 #define XA_CARDINAL ((Atom) 6)
15 #define XA_COLORMAP ((Atom) 7)
16 #define XA_CURSOR ((Atom) 8)
17 #define XA_CUT_BUFFER0 ((Atom) 9)
18 #define XA_CUT_BUFFER1 ((Atom) 10
    [all...]
Xdefs.h 40 typedef unsigned long Atom;
42 typedef CARD32 Atom;
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xatom.h 9 #define XA_PRIMARY ((Atom) 1)
10 #define XA_SECONDARY ((Atom) 2)
11 #define XA_ARC ((Atom) 3)
12 #define XA_ATOM ((Atom) 4)
13 #define XA_BITMAP ((Atom) 5)
14 #define XA_CARDINAL ((Atom) 6)
15 #define XA_COLORMAP ((Atom) 7)
16 #define XA_CURSOR ((Atom) 8)
17 #define XA_CUT_BUFFER0 ((Atom) 9)
18 #define XA_CUT_BUFFER1 ((Atom) 10
    [all...]
Xdefs.h 40 typedef unsigned long Atom;
42 typedef CARD32 Atom;
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...]
  /external/llvm/lib/MC/
MCModule.cpp 23 // Create the new atom and add it to our maps.
30 // remap - Update the interval mapping for an atom.
31 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) {
33 IntervalMap<uint64_t, MCAtom*>::iterator I = OffsetMap.find(Atom->Begin);
34 assert(I.valid() && "Atom offset not found in module!");
35 assert(*I == Atom && "Previous atom mapping was invalid!");
39 OffsetMap.insert(NewBegin, NewEnd, Atom);
41 // Update the atom internal bounds.
42 Atom->Begin = NewBegin
    [all...]
  /build/core/combo/arch/x86/
x86-atom.mk 2 # 'x86-atom' arch variant. This is an extension of the 'x86' base variant
3 # that adds Atom-specific features.
14 ARCH_X86_HAVE_POPCNT := false # popcnt is not supported by current Atom CPUs
16 # This flag is used to enabled Atom-specific optimizations with our toolchain
18 TARGET_GLOBAL_CFLAGS += -march=atom
  /external/chromium/chrome/browser/chromeos/
wm_ipc.h 17 typedef unsigned long Atom;
131 // Maps from our Atom enum to the X server's atom IDs and from the
135 std::map<AtomType, Atom> type_to_atom_;
136 std::map<Atom, std::string> atom_to_string_;
139 Atom wm_message_atom_;
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::__anon4000::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/llvm/include/llvm/MC/
MCModule.h 29 /// Each atom represents a contiguous range of either instructions or data.
46 void remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/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/webkit/Source/JavaScriptCore/heap/
MarkedBlock.h 87 typedef char Atom[atomSize];
90 Atom* atoms();
107 inline MarkedBlock::Atom* MarkedBlock::atoms()
109 return reinterpret_cast<Atom*>(this);
184 // Since we mark the first atom of every cell when allocating and/or
185 // marking, any pointer to a marked atom points to the head of a valid,

Completed in 365 milliseconds

1 2 3