Home
last modified time | relevance | path

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

1234

/external/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp62 for (const auto &Atom: HdrData.Atoms) { in dump() local
64 if (const char *TypeString = dwarf::AtomTypeString(Atom.first)) in dump()
67 OS << format("DW_ATOM_Unknown_0x%x", Atom.first); in dump()
69 if (const char *FormString = dwarf::FormEncodingString(Atom.second)) in dump()
72 OS << format("DW_FORM_Unknown_0x%x", Atom.second); in dump()
74 AtomForms.push_back(DWARFFormValue(Atom.second)); in dump()
118 for (auto &Atom : AtomForms) { in dump() local
120 if (Atom.extractValue(AccelSection, &DataOffset, nullptr)) in dump()
121 Atom.dump(OS, nullptr); in dump()
/external/swiftshader/third_party/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/llvm/test/DebugInfo/
Ddwarfdump-accel.test29 CHECK: Atom[0] Type: DW_ATOM_die_offset Form: DW_FORM_data4
34 CHECK: {Atom[0]: [[READONLY]]}
44 CHECK: {Atom[0]: [[ASSIGN]]}
47 CHECK: {Atom[0]: [[SETASSIGN]]}
53 CHECK: {Atom[0]: [[TESTINTERFACE]]}
63 CHECK: {Atom[0]: [[READONLY]]}
64 CHECK: {Atom[0]: [[ASSIGN]]}
65 CHECK: {Atom[0]: [[SETASSIGN]]}
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.h125 struct Atom { struct
129 LLVM_CONSTEXPR Atom(uint16_t type, uint16_t form) in Atom() argument
143 SmallVector<Atom, 3> Atoms; argument
145 TableHeaderData(ArrayRef<Atom> AtomList, uint32_t offset = 0)
246 DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom>);
/external/ltp/tools/pounder21/src/xbonkers/
Dxbonkers.c83 static char *get_property(Display * disp, Window win, Atom xa_prop_type,
138 static char *get_property(Display * disp, Window win, Atom xa_prop_type, in get_property()
142 Atom xa_prop_name; in get_property()
143 Atom xa_ret_type; in get_property()
203 Atom xa_prop = XInternAtom(disp, prop, False); in wm_supports()
204 Atom *list; in wm_supports()
208 if (!(list = (Atom *) get_property(disp, DefaultRootWindow(disp), in wm_supports()
217 for (i = 0; i < size / sizeof(Atom); i++) { in wm_supports()
307 Atom prop; in toggle_property()
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h614 class Atom; variable
618 friend class Atom; variable
640 class Atom {
642 Atom();
643 Atom(const Atom&);
644 ~Atom();
645 Atom& operator=(const Atom&);
662 void ShallowCopy(Atom&) const;
689 const Atom* GetAtom(int index) const;
700 Atom* m_atoms;
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h583 class Atom; variable
587 friend class Atom; variable
609 class Atom {
611 Atom();
612 Atom(const Atom&);
613 ~Atom();
614 Atom& operator=(const Atom&);
631 void ShallowCopy(Atom&) const;
658 const Atom* GetAtom(int index) const;
669 Atom* m_atoms;
/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_x11.cc39 XWindowProperty(Display* display, Window window, Atom property) in XWindowProperty()
44 Atom actual_type; in XWindowProperty()
124 Atom wm_state_atom_;
125 Atom window_type_atom_;
126 Atom normal_window_type_atom_;
248 Atom atom = XInternAtom(display(), "_NET_ACTIVE_WINDOW", True); in BringSelectedWindowToFront()
/external/capstone/bindings/ocaml/
Docaml.c59 array = Atom(0); // empty list in _cs_disasm()
74 array = Atom(0); // empty list in _cs_disasm()
76 array = Atom(0); // empty list in _cs_disasm()
87 array = Atom(0); // empty list in _cs_disasm()
89 array = Atom(0); // empty list in _cs_disasm()
100 array = Atom(0); // empty list in _cs_disasm()
102 array = Atom(0); // empty list in _cs_disasm()
173 array = Atom(0); in _cs_disasm()
261 array = Atom(0); in _cs_disasm()
303 array = Atom(0); in _cs_disasm()
[all …]
/external/webrtc/webrtc/base/
Dx11windowpicker.cc32 XWindowProperty(Display* display, Window window, Atom property) in XWindowProperty()
35 Atom actual_type; in XWindowProperty()
251 Atom atom = XInternAtom(display_, "_NET_ACTIVE_WINDOW", True); in MoveToFront()
285 Atom ret_type; in GetWindowIcon()
675 Atom type = None; in GetApplicationWindow()
713 Atom wm_state_;
714 Atom net_wm_icon_;
737 Atom window_type_atom = XInternAtom(display, "_NET_WM_WINDOW_TYPE", True); in IsDesktopElement()
740 Atom normal_window_type_atom = XInternAtom( in IsDesktopElement()
/external/libvncserver/client_examples/
Dscrap.c29 typedef Atom scrap_type;
30 static Atom XA_TARGETS, XA_TEXT, XA_COMPOUND_TEXT, XA_UTF8_STRING;
46 static Atom XA_UTF8_STRING;
347 Atom selection; in get_scrap()
348 Atom seln_type; in get_scrap()
503 Atom supported[] = { in clipboard_filter()
/external/llvm/test/tools/dsymutil/Inputs/scattered-reloc/
D1.s119 .long 1 @ HeaderData Atom Count
139 .long 1 @ HeaderData Atom Count
152 .long 1 @ HeaderData Atom Count
165 .long 3 @ HeaderData Atom Count
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11.hpp87 Atom getDeleteAtom (void) { return m_deleteAtom; } in getDeleteAtom()
96 Atom m_deleteAtom;
/external/ImageMagick/MagickCore/
Dxwindow-private.h476 Atom
513 XClientMessage(Display *,const Window,const Atom,const Atom,const Time),
549 XWindowByProperty(Display *,const Window,const Atom);
/external/valgrind/coregrind/m_debuginfo/
Dtytypes.c98 te->Te.Atom.valueKnown ? "" : "unknown:", in ML_()
99 te->Te.Atom.value, te->Te.Atom.name); in ML_()
492 r = Bool__cmp(te1->Te.Atom.valueKnown, te2->Te.Atom.valueKnown); in ML_()
494 r = Long__cmp(te1->Te.Atom.value, te2->Te.Atom.value); in ML_()
496 r = Asciiz__cmp(te1->Te.Atom.name, te2->Te.Atom.name); in ML_()
599 if (te->Te.Atom.name) ML_(dinfo_free)(te->Te.Atom.name); in ML_()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dattributes.c76 Status XvMCSetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int value) in XvMCSetAttribute()
121 Status XvMCGetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int *value) in XvMCGetAttribute()
/external/clang/test/Misc/
Ddiag-template-diffing.cpp1049 class Atom;
1054 typedef vector<const Atom *, allocator<const Atom *> > AtomVector;
1056 template <typename T, typename A = allocator<const Atom *> > class vector {};
1059 vector<Atom *> v; in foo()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCModule.h46 void remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd);
/external/llvm/include/llvm/MC/
DMCFragment.h68 const MCSymbol *Atom; variable
104 const MCSymbol *getAtom() const { return Atom; }
105 void setAtom(const MCSymbol *Value) { Atom = Value; }
/external/llvm/test/CodeGen/X86/
Dphys-reg-local-regalloc.ll4 ; CHECKed instructions should be the same with or without -O0 except on Intel Atom due to instructi…
20 ; On Intel Atom the scheduler moves a movl instruction
Datom-cmpb.ll9 ; Test for checking of cancel conversion to cmp32 in Atom case
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp655 Atom wmState = XInternAtom(m_X11Display, "_NET_WM_STATE", False); in OpenX11Window()
656 Atom wmStateFullscreen = XInternAtom(m_X11Display, "_NET_WM_STATE_FULLSCREEN", False); in OpenX11Window()
669 Atom wmDelete = XInternAtom(m_X11Display, "WM_DELETE_WINDOW", True); in OpenX11Window()
/external/skia/tools/sk_app/unix/
DWindow_unix.h86 Atom fWmDeleteMessage;
/external/skqp/tools/sk_app/unix/
DWindow_unix.h86 Atom fWmDeleteMessage;
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtest_surface.c71 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()

1234