HomeSort by relevance Sort by last modified time
    Searched defs:Atom (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/unittests/MC/
MCAtomTest.cpp 19 MCDataAtom *Atom = M.createDataAtom(0, 0);
20 EXPECT_EQ(uint64_t(0), Atom->getEndAddr());
21 Atom->addData(0);
22 EXPECT_EQ(uint64_t(0), Atom->getEndAddr());
23 Atom->addData(1);
24 EXPECT_EQ(uint64_t(1), Atom->getEndAddr());
25 Atom->addData(2);
26 EXPECT_EQ(uint64_t(2), Atom->getEndAddr());
27 EXPECT_EQ(size_t(3), Atom->getData().size());
  /external/chromium_org/ui/base/x/
x11_menu_list.h 14 typedef unsigned long Atom;
27 // "_NET_WM_WINDOW_TYPE_MENU" atom and if so caches it.
42 ::Atom menu_type_atom_;
x11_util.h 26 typedef unsigned long Atom;
139 Atom property,
143 Atom* out_type);
145 // Get the value of an int, int array, atom array or string property. On
149 // should accept an Atom instead of a string.
161 std::vector<Atom>* value);
178 Atom value);
182 const std::vector<Atom>& value);
184 Atom property,
185 Atom type
    [all...]
  /external/chromium_org/ui/gfx/x/
x11_atom_cache.h 14 typedef unsigned long Atom;
29 // Returns the pre-interned Atom without having to go to the x server.
30 Atom GetAtom(const char*) const;
32 // When an Atom isn't in the list of items we've cached, we should look it
41 mutable std::map<std::string, Atom> cached_atoms_;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xdefs.h 38 typedef unsigned long Atom;
40 typedef CARD32 Atom;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xdefs.h 38 typedef unsigned long Atom;
40 typedef CARD32 Atom;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 112 // is as a list of atoms (atom_count) where each atom contains a type
125 struct Atom {
129 LLVM_CONSTEXPR Atom(uint16_t type, uint16_t form)
143 SmallVector<Atom, 1> Atoms;
145 TableHeaderData(ArrayRef<Atom> AtomList, uint32_t offset = 0)
247 DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom>);
  /external/llvm/lib/MC/MCAnalysis/
MCModuleYAML.cpp 99 struct Atom {
120 std::vector<Atom> Atoms;
130 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MCModuleYAML::Atom)
142 template <> struct MappingTraits<MCModuleYAML::Atom> {
143 static void mapping(IO &IO, MCModuleYAML::Atom &A);
182 void MappingTraits<MCModuleYAML::Atom>::mapping(IO &IO, MCModuleYAML::Atom &A) {
311 MCModuleYAML::Atom &A = YAMLModule.Atoms.back();
330 llvm_unreachable("Unknown atom type.");
360 typedef std::vector<MCModuleYAML::Atom>::const_iterator AtomIt
    [all...]
MCObjectDisassembler.cpp 159 MCTextAtom *Atom;
165 BBInfo() : Atom(nullptr), BB(nullptr) {}
207 BBInfos[TA->getBeginAddr()].Atom = TA;
233 BBInfos[NewAtom->getBeginAddr()].Atom = NewAtom;
262 if (!BBI.Atom) continue;
264 MCFunction &MCFN = *Module->createFunction(BBI.Atom->getName());
271 if (!BBI->Atom)
273 BBI->BB = &MCFN.createBlock(*BBI->Atom);
305 // - check if atom exists there
306 // - if middle of atom
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 84 } Atom;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
HashedNameToDIE.h 207 struct Atom
212 Atom (uint16_t t = eAtomTypeNULL, dw_form_t f = 0) :
219 typedef std::vector<Atom> AtomArray;
228 GetAtomTypeName (uint16_t atom)
230 switch (atom)
259 // and then define the atom type for the array, in this case
293 atoms.push_back (Atom(type, form));
301 assert (!"Unhandled atom form");
385 // Add an extra count to the atoms size for the zero termination Atom that gets
387 return sizeof(die_base_offset) + sizeof(uint32_t) + atoms.size() * sizeof(Atom);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvproto.h 64 #define Atom CARD32
321 Atom attribute B32;
331 Atom attribute B32;
585 Atom attribute B32;
601 #undef Atom
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
mkvparser.hpp 482 class Atom;
486 friend class Atom;
508 class Atom {
510 Atom();
511 Atom(const Atom&);
512 ~Atom();
513 Atom& operator=(const Atom&);
530 void ShallowCopy(Atom&) const
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
mkvparser.hpp 562 class Atom;
567 friend class Atom;
587 class Atom
590 Atom();
591 Atom(const Atom&);
592 ~Atom();
593 Atom& operator=(const Atom&);
608 void ShallowCopy(Atom&) const
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp     [all...]
mkvparser.hpp 482 class Atom;
486 friend class Atom;
508 class Atom {
510 Atom();
511 Atom(const Atom&);
512 ~Atom();
513 Atom& operator=(const Atom&);
530 void ShallowCopy(Atom&) const
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
mkvparser.hpp 562 class Atom;
567 friend class Atom;
587 class Atom
590 Atom();
591 Atom(const Atom&);
592 ~Atom();
593 Atom& operator=(const Atom&);
608 void ShallowCopy(Atom&) const
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 70 /// Atom - The atom this fragment is in, as represented by it's defining
72 MCSymbolData *Atom;
101 MCSymbolData *getAtom() const { return Atom; }
102 void setAtom(MCSymbolData *Value) { Atom = Value; }
983 /// Find the symbol which defines the atom containing the given symbol, or
990 /// defining a separate atom.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XI2proto.h 67 #define Atom uint32_t
149 * Struct is followed by num_buttons * Atom that names the buttons in the
180 Atom label; /**< Axis label */
718 Atom property;
719 Atom type;
733 Atom property;
751 Atom property;
752 Atom type;
763 Atom type;
    [all...]
XIproto.h 58 #define Atom CARD32
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XI2proto.h 67 #define Atom uint32_t
149 * Struct is followed by num_buttons * Atom that names the buttons in the
180 Atom label; /**< Axis label */
718 Atom property;
719 Atom type;
733 Atom property;
751 Atom property;
752 Atom type;
763 Atom type;
    [all...]
XIproto.h 58 #define Atom CARD32
    [all...]

Completed in 2758 milliseconds

1 2