Home
last modified time | relevance | path

Searched refs:Atom (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm/lib/MC/
DMCModule.cpp31 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) { in remap() argument
33 IntervalMap<uint64_t, MCAtom*>::iterator I = OffsetMap.find(Atom->Begin); in remap()
35 assert(*I == Atom && "Previous atom mapping was invalid!"); in remap()
39 OffsetMap.insert(NewBegin, NewEnd, Atom); in remap()
42 Atom->Begin = NewBegin; in remap()
43 Atom->End = NewEnd; in remap()
/external/chromium/chrome/browser/chromeos/
Dwm_ipc.h17 typedef unsigned long Atom; typedef
135 std::map<AtomType, Atom> type_to_atom_;
136 std::map<Atom, std::string> atom_to_string_;
139 Atom wm_message_atom_;
Dwm_ipc.cc39 bool SetIntProperty(XID xid, Atom xatom, const std::vector<int>& values) { in SetIntProperty()
150 static Atom wm_s0_atom = type_to_atom_[ATOM_WM_S0]; in HandleNonChromeClientMessageEvent()
153 static_cast<Atom>(event.data.l[1]) == wm_s0_atom) { in HandleNonChromeClientMessageEvent()
174 scoped_array<Atom> atoms(new Atom[kNumAtoms]); in WmIpc()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.h149 struct Atom { struct
153 Atom(AtomType type, uint16_t form) : type(type), form(form) {} in Atom() argument
169 SmallVector<Atom, 1> Atoms; argument
171 TableHeaderData(ArrayRef<Atom> AtomList, uint32_t offset = 0)
271 DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom>);
DDwarfAccelTable.cpp27 const char *DwarfAccelTable::Atom::AtomTypeString(enum AtomType AT) { in AtomTypeString()
40 DwarfAccelTable::DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom> atomList) : in DwarfAccelTable()
128 Atom A = HeaderData.Atoms[i]; in EmitHeader()
129 Asm->OutStreamer.AddComment(Atom::AtomTypeString(A.type)); in EmitHeader()
DDwarfDebug.cpp1768 DwarfAccelTable AT(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeDIEOffset, in emitAccelNames()
1797 DwarfAccelTable AT(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeDIEOffset, in emitAccelObjC()
1826 DwarfAccelTable AT(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeDIEOffset, in emitAccelNamespaces()
1854 std::vector<DwarfAccelTable::Atom> Atoms; in emitAccelTypes()
1855 Atoms.push_back(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeDIEOffset, in emitAccelTypes()
1857 Atoms.push_back(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeTag, in emitAccelTypes()
1859 Atoms.push_back(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeTypeFlags, in emitAccelTypes()
/external/webkit/Source/JavaScriptCore/heap/
DMarkedBlock.h87 typedef char Atom[atomSize]; typedef
90 Atom* atoms();
107 inline MarkedBlock::Atom* MarkedBlock::atoms() in atoms()
109 return reinterpret_cast<Atom*>(this); in atoms()
/external/dbus/tools/
Ddbus-launch-x11.c41 static Atom selection_atom;
42 static Atom address_atom;
43 static Atom pid_atom;
296 Atom type; in x11_get_address()
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
DXvlib.h114 Atom attribute; /* atom that identifies attribute */
308 Atom /* attribute */,
317 Atom /* attribute */,
DXvproto.h64 #define Atom CARD32 macro
321 Atom attribute B32;
331 Atom attribute B32;
585 Atom attribute B32;
601 #undef Atom
/external/chromium/chrome/browser/
Dfullscreen_linux.cc117 static Atom desktop_atom = gdk_x11_get_xatom_by_name_for_display( in IsTopMostWindowFullScreen()
120 std::vector<Atom> atom_properties; in IsTopMostWindowFullScreen()
/external/webkit/Source/WebCore/platform/gtk/
DPlatformScreenGtk.cpp126 Atom xproperty = gdk_x11_get_xatom_by_name_for_display(display, "_NET_WORKAREA"); in screenAvailableRect()
128 Atom retType; in screenAvailableRect()
/external/valgrind/main/coregrind/m_debuginfo/
Dtytypes.c97 te->Te.Atom.valueKnown ? "" : "unknown:", in ML_()
98 te->Te.Atom.value, te->Te.Atom.name); in ML_()
469 r = Bool__cmp(te1->Te.Atom.valueKnown, te2->Te.Atom.valueKnown); in ML_()
471 r = Long__cmp(te1->Te.Atom.value, te2->Te.Atom.value); in ML_()
473 r = Asciiz__cmp(te1->Te.Atom.name, te2->Te.Atom.name); in ML_()
575 if (te->Te.Atom.name) ML_(dinfo_free)(te->Te.Atom.name); in ML_()
Dpriv_tytypes.h77 } Atom; member
/external/llvm/include/llvm/MC/
DMCModule.h46 void remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd);
DMCAssembler.h75 MCSymbolData *Atom; variable
104 MCSymbolData *getAtom() const { return Atom; } in getAtom()
105 void setAtom(MCSymbolData *Value) { Atom = Value; } in setAtom()
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11sym.h29 SDL_X11_SYM(int,XChangeProperty,(Display* a,Window b,Atom c,Atom d,int e,int f,_Xconst unsigned cha…
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)
DSDL_x11video.h67 Atom WM_DELETE_WINDOW; /* "close-window" protocol atom */
DSDL_x11wm.c249 Atom _NET_WM_NAME = 0; in X11_SetCaptionNoLock()
250 Atom _NET_WM_ICON_NAME = 0; in X11_SetCaptionNoLock()
DSDL_x11yuv.c205 Atom a; in X11_CreateYUVOverlay()
/external/llvm/test/CodeGen/X86/
Datom-sched.ll5 ; FIXME: Atom's scheduler is temporarily disabled.
/external/skia/src/utils/unix/
DSkOSWindow_Unix.cpp88 Atom myAtom(0); in post_linuxevent()
/external/llvm/lib/Target/X86/
DX86ScheduleAtom.td1 //===- X86ScheduleAtom.td - X86 Atom Scheduling Definitions -*- tablegen -*-==//
10 // This file defines the itinerary class data for the Intel Atom (Bonnell)
/external/webkit/Source/WebKit/mac/Misc/
DWebNSDataExtras.m131 // We are trying to identify RSS or Atom. RSS has a top-level
134 // for a <channel> element. In the case of an Atom file, a
/external/quake/quake/src/WinQuake/
Dvid_sunxil.cpp141 static Atom aHints = NULL;
142 static Atom aWMDelete = NULL;

12