/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 62 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/ |
D | dwarfdump-accel.test | 29 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/ |
D | mkvparser.hpp | 496 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;
|
D | mkvparser.cpp | 3329 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/ |
D | DwarfAccelTable.h | 125 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>);
|
D | DwarfAccelTable.cpp | 29 DwarfAccelTable::DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom> atomList) in DwarfAccelTable() 131 Atom A = HeaderData.Atoms[i]; in EmitHeader()
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 583 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;
|
D | mkvparser.cc | 3328 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/ |
D | window_capturer_x11.cc | 39 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/ |
D | x11windowpicker.cc | 32 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/ |
D | tcuX11.hpp | 66 Atom getDeleteAtom (void) { return m_deleteAtom; } in getDeleteAtom() 75 Atom m_deleteAtom;
|
/external/libvncserver/client_examples/ |
D | scrap.c | 29 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/ |
D | dbus-launch-x11.c | 41 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/ |
D | tytypes.c | 98 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_()
|
D | priv_tytypes.h | 84 } Atom; member
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | attributes.c | 76 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/ |
D | diag-template-diffing.cpp | 1055 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/ |
D | SkOSWindow_Unix.cpp | 203 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/ |
D | phys-reg-local-regalloc.ll | 4 ; 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
|
D | atom-cmpb.ll | 9 ; Test for checking of cancel conversion to cmp32 in Atom case
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_output.c | 211 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/ |
D | test_surface.c | 67 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
|
D | test_blocks.c | 70 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
|
/external/ceres-solver/data/nist/ |
D | Roszman1.dat | 18 Quantum Defects for Sulfur I Atom.
|
/external/llvm/include/llvm/MC/ |
D | MCAssembler.h | 79 const MCSymbol *Atom; variable 115 const MCSymbol *getAtom() const { return Atom; } 116 void setAtom(const MCSymbol *Value) { Atom = Value; }
|