/external/perfetto/src/trace_processor/ |
D | ftrace_utils.cc | 71 state_ |= Atom::kInterruptibleSleep; in TaskState() 73 state_ |= Atom::kUninterruptibleSleep; in TaskState() 75 state_ |= Atom::kStopped; in TaskState() 77 state_ |= Atom::kTraced; in TaskState() 79 state_ |= Atom::kExitDead; in TaskState() 81 state_ |= Atom::kExitZombie; in TaskState() 83 state_ |= Atom::kTaskDead; in TaskState() 85 state_ |= Atom::kWakeKill; in TaskState() 87 state_ |= Atom::kWaking; in TaskState() 89 state_ |= Atom::kParked; in TaskState() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | AccelTable.h | 228 struct Atom { struct 234 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() function 299 ArrayRef<AppleAccelTableData::Atom> Atoms); 332 static constexpr Atom Atoms[] = { 333 Atom(dwarf::DW_ATOM_die_offset, dwarf::DW_FORM_data4)}; 336 static const SmallVector<Atom, 4> Atoms; 357 static constexpr Atom Atoms[] = { 358 Atom(dwarf::DW_ATOM_die_offset, dwarf::DW_FORM_data4), 359 Atom(dwarf::DW_ATOM_die_tag, dwarf::DW_FORM_data2), 360 Atom(dwarf::DW_ATOM_type_flags, dwarf::DW_FORM_data1)}; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/ |
D | objc.test | 7 CHECK-NEXT: Atom[0]: 0x0000012d 8 CHECK-NEXT: Atom[1]: 0x0013 (DW_TAG_structure_type) 9 CHECK-NEXT: Atom[2]: 0x02 10 CHECK-NEXT: Atom[3]: 0x0b87b15a 25 CHECK-NEXT: Atom 0 { 35 CHECK-NEXT: Atom[0]: 0x00000027 38 CHECK-NEXT: Atom[0]: 0x0000007a 48 CHECK-NEXT: Atom[0]: 0x0000007a
|
D | update-one-CU.test | 10 CHECK-NEXT: Atom[0]: 0x0000012d 11 CHECK-NEXT: Atom[1]: 0x0013 12 CHECK-NEXT: Atom[2]: 0x02 13 CHECK-NEXT: Atom[3]: 0x0b87b15a 23 CHECK-NEXT: Atom[0]: 0x00000027 26 CHECK-NEXT: Atom[0]: 0x0000007a 33 CHECK-NEXT: Atom[0]: 0x0000007a
|
D | basic-lto-linking-x86.test | 213 CHECK-NEXT: Atom 0 { 223 CHECK-NEXT: Atom[0]: 0x000000c0 231 CHECK-NEXT: Atom[0]: 0x00000110 234 CHECK-NEXT: Atom[0]: 0x000001c7 247 CHECK-NEXT: Atom[0]: 0x000000a7 257 CHECK-NEXT: Atom[0]: 0x00000160 265 CHECK-NEXT: Atom[0]: 0x00000026 278 CHECK-NEXT: Atom[0]: 0x000000d9 288 CHECK-NEXT: Atom[0]: 0x0000017f 306 CHECK-NEXT: Atom 0 { [all …]
|
/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/swiftshader/third_party/LLVM/lib/MC/ |
D | MCModule.cpp | 31 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 117 using Atom = AppleAccelTableData::Atom; typedef in __anon41ef894b0311::AppleAccelTableWriter 149 const SmallVector<Atom, 4> Atoms; 151 HeaderData(ArrayRef<Atom> AtomList, uint32_t Offset = 0) in HeaderData() 170 ArrayRef<Atom> Atoms, const MCSymbol *SecBegin) in AppleAccelTableWriter() 301 for (const Atom &A : Atoms) { in emit() 547 ArrayRef<AppleAccelTableData::Atom> Atoms) { in emitAppleAccelTableImpl() 608 constexpr AppleAccelTableData::Atom AppleAccelTableTypeData::Atoms[]; 609 constexpr AppleAccelTableData::Atom AppleAccelTableOffsetData::Atoms[]; 610 constexpr AppleAccelTableData::Atom AppleAccelTableStaticOffsetData::Atoms[]; 611 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[]; [all …]
|
/external/llvm/test/DebugInfo/ |
D | dwarfdump-accel.test | 29 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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | dwarfdump-accel.test | 31 CHECK: Atom 0 { 38 CHECK: Atom[0]: [[READONLY]] 48 CHECK: Atom[0]: [[ASSIGN]] 51 CHECK: Atom[0]: [[SETASSIGN]] 57 CHECK: Atom[0]: [[TESTINTERFACE]] 67 CHECK: Atom[0]: [[READONLY]] 68 CHECK: Atom[0]: [[ASSIGN]] 69 CHECK: Atom[0]: [[SETASSIGN]]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 28 struct Atom { struct 32 static raw_ostream &operator<<(raw_ostream &OS, const Atom &A) { in operator <<() 40 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom() argument 96 for (auto Atom : getAtomsDesc()) { in validateForms() local 97 DWARFFormValue FormValue(Atom.second); in validateForms() 98 switch (Atom.first) { in validateForms() 120 for (auto Atom : getAtomsDesc()) { in readAtoms() local 121 DWARFFormValue FormValue(Atom.second); in readAtoms() 123 switch (Atom.first) { in readAtoms() 185 for (auto &Atom : AtomForms) { in dumpName() local [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>);
|
/external/minijail/tools/ |
D | parser_unittest.py | 262 [parser.Atom(0, 'in', 0xffff)], 263 [parser.Atom(0, '==', 4), 264 parser.Atom(1, '==', 2)], 319 parser.Filter([[parser.Atom(0, '==', 0)]], bpf.Allow()), 359 parser.Filter([[parser.Atom(0, '==', 0)]], bpf.Allow()), 360 parser.Filter([[parser.Atom(0, '==', 1)]], 400 parser.Filter([[parser.Atom(0, '==', 0)]], bpf.Allow()), 409 parser.Filter([[parser.Atom(0, '==', 0)]], bpf.Allow()), 418 parser.Filter([[parser.Atom(0, '==', 0)]], bpf.Allow()), 427 parser.Filter([[parser.Atom(0, '==', 0)]], bpf.Allow()), [all …]
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 616 class Atom; variable 620 friend class Atom; variable 642 class Atom { 644 Atom(); 645 Atom(const Atom&); 646 ~Atom(); 647 Atom& operator=(const Atom&); 664 void ShallowCopy(Atom&) const; 691 const Atom* GetAtom(int index) const; 702 Atom* m_atoms;
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 616 class Atom; variable 620 friend class Atom; variable 642 class Atom { 644 Atom(); 645 Atom(const Atom&); 646 ~Atom(); 647 Atom& operator=(const Atom&); 664 void ShallowCopy(Atom&) const; 691 const Atom* GetAtom(int index) const; 702 Atom* m_atoms;
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 616 class Atom; variable 620 friend class Atom; variable 642 class Atom { 644 Atom(); 645 Atom(const Atom&); 646 ~Atom(); 647 Atom& operator=(const Atom&); 664 void ShallowCopy(Atom&) const; 691 const Atom* GetAtom(int index) const; 702 Atom* m_atoms;
|
/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/capstone/bindings/ocaml/ |
D | ocaml.c | 59 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/u-boot/board/intel/ |
D | Kconfig | 15 Intel quad-core Atom Processor E3800 with dual-channel DDR3L SODIMM 24 a 64-bit quad-core, single-thread, Intel Atom processor, along with 40 the Intel Atom Processor E6xx populated on the COM Express module 49 Atom Tangier CPU, 1 GB RAM integrated on package. There is also 4 GB 68 This is the Intel Minnowboard MAX. It contains an Atom E3800
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/Inputs/scattered-reloc/ |
D | 1.s | 119 .long 1 @ HeaderData Atom Count 139 .long 1 @ HeaderData Atom Count 152 .long 1 @ HeaderData Atom Count 165 .long 3 @ HeaderData Atom Count
|
/external/llvm/test/tools/dsymutil/Inputs/scattered-reloc/ |
D | 1.s | 119 .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/ |
D | tcuLnxX11.hpp | 94 Atom getDeleteAtom (void) { return m_deleteAtom; } in getDeleteAtom() 106 Atom m_deleteAtom;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
D | brief.s | 166 .long 1 ## HeaderData Atom Count 186 .long 1 ## HeaderData Atom Count 199 .long 1 ## HeaderData Atom Count 212 .long 3 ## HeaderData Atom Count
|
/external/ImageMagick/MagickCore/ |
D | xwindow-private.h | 482 Atom 519 XClientMessage(Display *,const Window,const Atom,const Atom,const Time), 555 XWindowByProperty(Display *,const Window,const Atom);
|