Searched refs:Atom (Results 1 - 25 of 31) sorted by relevance

12

/external/llvm/lib/MC/
H A DMCModule.cpp31 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);
42 Atom->Begin = NewBegin;
43 Atom->End = NewEnd;
/external/chromium/chrome/browser/chromeos/
H A Dwm_ipc.h17 typedef unsigned long Atom; typedef
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_;
H A Dwm_ipc.cc21 // A value from the Atom enum and the actual name that should be used to
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]);
/external/llvm/include/llvm/MC/
H A DMCModule.h46 void remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd);
H A DMCAssembler.h72 /// Atom - The atom this fragment is in, as represented by it's defining
73 /// symbol. Atom's are only used by backends which set
75 MCSymbolData *Atom; member in class:llvm::MCFragment
104 MCSymbolData *getAtom() const { return Atom; }
105 void setAtom(MCSymbolData *Value) { Atom = Value; }
/external/webkit/Source/JavaScriptCore/heap/
H A DMarkedBlock.h87 typedef char Atom[atomSize]; typedef in class:JSC::MarkedBlock
90 Atom* atoms();
107 inline MarkedBlock::Atom* MarkedBlock::atoms()
109 return reinterpret_cast<Atom*>(this);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h149 struct Atom { struct in class:llvm::DwarfAccelTable
153 Atom(AtomType type, uint16_t form) : type(type), form(form) {} function in struct:llvm::DwarfAccelTable::Atom
169 SmallVector<Atom, 1> Atoms;
171 TableHeaderData(ArrayRef<Atom> AtomList, uint32_t offset = 0)
271 DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom>);
H A DDwarfAccelTable.cpp27 const char *DwarfAccelTable::Atom::AtomTypeString(enum AtomType AT) {
40 DwarfAccelTable::DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom> atomList) :
125 Asm->OutStreamer.AddComment("HeaderData Atom Count");
128 Atom A = HeaderData.Atoms[i];
129 Asm->OutStreamer.AddComment(Atom::AtomTypeString(A.type));
H A DDwarfDebug.cpp1768 DwarfAccelTable AT(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeDIEOffset,
1797 DwarfAccelTable AT(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeDIEOffset,
1826 DwarfAccelTable AT(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeDIEOffset,
1854 std::vector<DwarfAccelTable::Atom> Atoms;
1855 Atoms.push_back(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeDIEOffset,
1857 Atoms.push_back(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeTag,
1859 Atoms.push_back(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeTypeFlags,
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
H A DXvlib.h114 Atom attribute; /* atom that identifies attribute */
308 Atom /* attribute */,
317 Atom /* attribute */,
H A DXvproto.h64 #define Atom CARD32 macro
321 Atom attribute B32;
331 Atom attribute B32;
585 Atom attribute B32;
601 #undef Atom macro
/external/chromium/chrome/browser/
H A Dfullscreen_linux.cc117 static Atom desktop_atom = gdk_x11_get_xatom_by_name_for_display(
120 std::vector<Atom> atom_properties;
/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformScreenGtk.cpp126 Atom xproperty = gdk_x11_get_xatom_by_name_for_display(display, "_NET_WORKAREA");
128 Atom retType;
/external/dbus/tools/
H A Ddbus-launch-x11.c41 static Atom selection_atom;
42 static Atom address_atom;
43 static Atom pid_atom;
296 Atom type;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_tytypes.h77 } Atom; member in union:__anon12189::__anon12190
H A Dtytypes.c97 te->Te.Atom.valueKnown ? "" : "unknown:",
98 te->Te.Atom.value, te->Te.Atom.name);
469 r = Bool__cmp(te1->Te.Atom.valueKnown, te2->Te.Atom.valueKnown);
471 r = Long__cmp(te1->Te.Atom.value, te2->Te.Atom.value);
473 r = Asciiz__cmp(te1->Te.Atom.name, te2->Te.Atom.name);
575 if (te->Te.Atom
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11sym.h29 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)
76 SDL_X11_SYM(Atom,XInternAtom,(Display* a,_Xconst char* b,Bool c),(a,b,c),return)
106 SDL_X11_SYM(void,XSetTextProperty,(Display* a,Window b,XTextProperty* c,Atom d),(a,b,c,d),)
108 SDL_X11_SYM(Status,XSetWMProtocols,(Display* a,Window b,Atom* c,int d),(a,b,c,d),return)
H A DSDL_x11video.h67 Atom WM_DELETE_WINDOW; /* "close-window" protocol atom */
H A DSDL_x11wm.c249 Atom _NET_WM_NAME = 0;
250 Atom _NET_WM_ICON_NAME = 0;
H A DSDL_x11yuv.c205 Atom a;
H A DSDL_x11video.c810 Atom WM_HINTS;
864 Atom WM_HINTS;
/external/skia/src/utils/unix/
H A DSkOSWindow_Unix.cpp88 Atom myAtom(0);
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
H A DXv.c704 Atom attribute,
730 Atom attribute,
/external/quake/quake/src/WinQuake/
H A Dvid_sunx.cpp127 static Atom aHints = 0;
128 static Atom aWMDelete = 0;
H A Dvid_sunxil.cpp141 static Atom aHints = NULL;
142 static Atom aWMDelete = NULL;

Completed in 1386 milliseconds

12