Home
last modified time | relevance | path

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

123

/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/llvm/test/DebugInfo/
Ddwarfdump-accel.test29 CHECK: Atom[0] Type: DW_ATOM_die_offset Form: DW_FORM_data4
39 CHECK: {Atom[0]: [[READONLY]]}
42 CHECK: {Atom[0]: [[SETASSIGN]]}
45 CHECK: {Atom[0]: [[ASSIGN]]}
51 CHECK: {Atom[0]: [[TESTINTERFACE]]}
61 CHECK: {Atom[0]: [[READONLY]]}
62 CHECK: {Atom[0]: [[ASSIGN]]}
63 CHECK: {Atom[0]: [[SETASSIGN]]}
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp496 class Atom;
500 friend class Atom;
522 class Atom { class in mkvparser::Chapters
524 Atom();
525 Atom(const Atom&);
526 ~Atom();
527 Atom& operator=(const Atom&);
544 void ShallowCopy(Atom&) const;
571 const Atom* GetAtom(int index) const;
582 Atom* m_atoms;
Dmkvparser.cpp3329 const Chapters::Atom* Chapters::Edition::GetAtom(int index) const { in GetAtom()
3353 Atom& a = m_atoms[--m_atoms_count]; in Clear()
3400 Atom& a = m_atoms[m_atoms_count++]; in ParseAtom()
3412 Atom* const atoms = new (std::nothrow) Atom[size]; in ExpandAtomsArray()
3428 Chapters::Atom::Atom() {} in Atom() function in mkvparser::Chapters::Atom
3430 Chapters::Atom::~Atom() {} in ~Atom()
3432 unsigned long long Chapters::Atom::GetUID() const { return m_uid; } in GetUID()
3434 const char* Chapters::Atom::GetStringUID() const { return m_string_uid; } in GetStringUID()
3436 long long Chapters::Atom::GetStartTimecode() const { return m_start_timecode; } in GetStartTimecode()
3438 long long Chapters::Atom::GetStopTimecode() const { return m_stop_timecode; } in GetStopTimecode()
[all …]
/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>);
DDwarfAccelTable.cpp29 DwarfAccelTable::DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom> atomList) in DwarfAccelTable()
131 Atom A = HeaderData.Atoms[i]; in EmitHeader()
/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;
Dmkvparser.cc3328 const Chapters::Atom* Chapters::Edition::GetAtom(int index) const { in GetAtom()
3352 Atom& a = m_atoms[--m_atoms_count]; in Clear()
3399 Atom& a = m_atoms[m_atoms_count++]; in ParseAtom()
3411 Atom* const atoms = new (std::nothrow) Atom[size]; in ExpandAtomsArray()
3427 Chapters::Atom::Atom() {} in Atom() function in mkvparser::Chapters::Atom
3429 Chapters::Atom::~Atom() {} in ~Atom()
3431 unsigned long long Chapters::Atom::GetUID() const { return m_uid; } in GetUID()
3433 const char* Chapters::Atom::GetStringUID() const { return m_string_uid; } in GetStringUID()
3435 long long Chapters::Atom::GetStartTimecode() const { return m_start_timecode; } in GetStartTimecode()
3437 long long Chapters::Atom::GetStopTimecode() const { return m_stop_timecode; } in GetStopTimecode()
[all …]
/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/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/deqp/framework/platform/X11/
DtcuX11.hpp66 Atom getDeleteAtom (void) { return m_deleteAtom; } in getDeleteAtom()
75 Atom m_deleteAtom;
/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/dbus/tools/
Ddbus-launch-x11.c41 static Atom selection_atom;
42 static Atom address_atom;
43 static Atom pid_atom;
297 Atom type; in x11_get_address()
/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_()
Dpriv_tytypes.h84 } Atom; member
/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.cpp1055 class Atom;
1060 typedef vector<const Atom *, allocator<const Atom *> > AtomVector;
1062 template <typename T, typename A = allocator<const Atom *> > class vector {};
1065 vector<Atom *> v; in foo()
/external/skia/src/views/unix/
DSkOSWindow_Unix.cpp203 static Atom wm_delete_window_message;
254 if ((Atom)evt.xclient.data.l[0] == wm_delete_window_message) { in nextXEvent()
466 Atom wm_state = XInternAtom(dsp, "_NET_WM_STATE", False); in makeFullscreen()
467 Atom fullscreen = XInternAtom(dsp, "_NET_WM_STATE_FULLSCREEN", False); in makeFullscreen()
/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/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_output.c211 output_set_property(xf86OutputPtr output, Atom property, RRPropertyValuePtr value) in output_set_property()
219 output_get_property(xf86OutputPtr output, Atom property) in output_get_property()
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtest_surface.c67 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
Dtest_blocks.c70 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
/external/ceres-solver/data/nist/
DRoszman1.dat18 Quantum Defects for Sulfur I Atom.
/external/llvm/include/llvm/MC/
DMCAssembler.h79 const MCSymbol *Atom; variable
115 const MCSymbol *getAtom() const { return Atom; }
116 void setAtom(const MCSymbol *Value) { Atom = Value; }

123