| /external/rust/crates/remain/src/ | 
| D | atom.rs | 5 pub enum Atom<'a> {  enum 14 impl Atom<'_> {  impl 23 impl PartialOrd for Atom<'_> {  implementation 29 impl Ord for Atom<'_> {  implementation
  | 
| /external/rust/cxx/syntax/ | 
| D | atom.rs | 6 pub enum Atom {  enum 25 impl Atom {  impl 54 impl Display for Atom {  implementation 60 impl AsRef<str> for Atom {  implementation
  | 
| D | discriminant.rs | 89     pub fn inferred_repr(&self) -> Result<Atom> {  in inferred_repr() 108 fn expr_to_discriminant(expr: &Expr) -> Result<(Discriminant, Option<Atom>)> {  in expr_to_discriminant() 263 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> {  in parse_int_suffix()
  | 
| D | attrs.rs | 227 fn parse_repr_attribute(input: ParseStream) -> Result<Atom> {  in parse_repr_attribute()
  | 
| D | tokens.rs | 164 impl ToTokens for Atom {  implementation
  | 
| /external/llvm/lib/CodeGen/AsmPrinter/ | 
| D | DwarfAccelTable.h | 125   struct Atom {  struct 126     uint16_t type; // enum AtomType  argument 129     LLVM_CONSTEXPR Atom(uint16_t type, uint16_t form)  in Atom()  argument 143     SmallVector<Atom, 3> Atoms;  argument
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ | 
| D | AccelTable.h | 225   struct Atom {  struct 231     constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {}  in Atom()  argument 239   // static constexpr Atom Atoms[];  argument
  | 
| /external/llvm/lib/DebugInfo/DWARF/ | 
| D | DWARFAcceleratorTable.cpp | 62   for (const auto &Atom: HdrData.Atoms) {  in dump()  local 118           for (auto &Atom : AtomForms) {  in dump()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ | 
| D | DWARFAcceleratorTable.cpp | 28 struct Atom {  struct 29   unsigned Value; 40 static Atom formatAtom(unsigned Atom) { return {Atom}; }  in formatAtom() 96   for (auto Atom : getAtomsDesc()) {  in validateForms()  local 120   for (auto Atom : getAtomsDesc()) {  in readAtoms()  local 185     for (auto &Atom : AtomForms) {  in dumpName()  local 217     for (const auto &Atom : HdrData.Atoms) {  in dump()  local 263   for (const auto &Atom : HdrData.Atoms)  in Entry()  local 272   for (auto &Atom : Values)  in extract()  local
  | 
| /external/perfetto/protos/perfetto/trace/statsd/ | 
| D | statsd_atom.proto | 21 message Atom {}  message
  | 
| /external/python/pycparser/utils/fake_libc_include/X11/ | 
| D | _X11_fake_defines.h | 4 #define Atom CARD32  macro
  | 
| /external/llvm/include/llvm/MC/ | 
| D | MCFragment.h | 68   const MCSymbol *Atom;  variable
  | 
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ | 
| D | Atom.java | 25 /* package */ abstract class Atom {  class 421   public Atom(int type) {  in Atom()  method in Atom
  | 
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ | 
| D | Atom.java | 25 /* package */ abstract class Atom {  class 421   public Atom(int type) {  in Atom()  method in Atom
  | 
| /external/minijail/tools/ | 
| D | parser.py | 185 Atom = collections.namedtuple('Atom', ['argument_index', 'op', 'value'])  variable
  | 
| D | bpf.py | 325 class Atom(AbstractBlock):  class
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ | 
| D | AccelTable.cpp | 116   using Atom = AppleAccelTableData::Atom;  typedef in __anon7ec0be510311::AppleAccelTableWriter 638   for (auto Atom : Atoms)  in print()  local
  | 
| /external/libaom/third_party/libwebm/mkvparser/ | 
| D | mkvparser.h | 616   class Atom;  variable 620     friend class Atom;  variable
  | 
| /external/libwebm/mkvparser/ | 
| D | mkvparser.h | 616   class Atom;  variable 620     friend class Atom;  variable
  | 
| /external/libvpx/third_party/libwebm/mkvparser/ | 
| D | mkvparser.h | 616   class Atom;  variable 620     friend class Atom;  variable
  | 
| /external/cpu_features/test/ | 
| D | cpuinfo_x86_test.cc | 872 TEST_F(CpuidX86Test, Atom) {  in TEST_F()  argument
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ | 
| D | MCFragment.h | 57   const MCSymbol *Atom;  variable
  | 
| /external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/ | 
| D | vulkantypes.py | 436 class Atom(object):  class
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ | 
| D | Dwarf.cpp | 638 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) {  in AtomValueString()
  | 
| /external/rust/cxx/gen/src/ | 
| D | write.rs | 1308 fn write_atom(out: &mut OutFile, atom: Atom) {  in write_atom()
  |