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

  /external/chromium/chrome/browser/chromeos/
wm_ipc.h 17 typedef unsigned long Atom;
131 // Maps from our Atom enum to the X server's atom IDs and from the
135 std::map<AtomType, Atom> type_to_atom_;
136 std::map<Atom, std::string> atom_to_string_;
139 Atom wm_message_atom_;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xdefs.h 40 typedef unsigned long Atom;
42 typedef CARD32 Atom;
X.h 79 typedef unsigned long Atom; /* Also in Xdefs.h */
95 typedef CARD32 Atom;
120 #define None 0L /* universal null resource or null atom */
136 #define AnyPropertyType 0L /* special Atom, passed to GetProperty */
359 #define BadAtom 5 /* parameter not an Atom */
Xproto.h 251 #define Atom CARD32
380 Atom name B32;
491 Atom atom B32;
518 Atom propertyType B32;
1141 Atom atom B32;
1151 Atom atom B32;
1157 Atom selection B32, target B32, property B32
1235 xInternAtomReply atom; member in union:__anon20251
    [all...]
  /external/webkit/Source/JavaScriptCore/heap/
MarkedBlock.h 87 typedef char Atom[atomSize];
90 Atom* atoms();
107 inline MarkedBlock::Atom* MarkedBlock::atoms()
109 return reinterpret_cast<Atom*>(this);
184 // Since we mark the first atom of every cell when allocating and/or
185 // marking, any pointer to a marked atom points to the head of a valid,
  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 77 } Atom;
  /external/llvm/include/llvm/MC/
MCAssembler.h 65 /// Atom - The atom this fragment is in, as represented by it's defining
66 /// symbol. Atom's are only used by backends which set
68 MCSymbolData *Atom;
97 MCSymbolData *getAtom() const { return Atom; }
98 void setAtom(MCSymbolData *Value) { Atom = Value; }
752 /// Find the symbol which defines the atom containing the given symbol, or
759 /// defining a separate atom.
  /external/qemu/distrib/sdl-1.2.12/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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 42 #define Atom CARD32
422 Atom property B32;
423 Atom type B32;
450 Atom property B32;
451 Atom type B32;
464 Atom propertyType B32;
929 #undef Atom
XKBproto.h 35 #define Atom CARD32
93 Atom name B32;
527 Atom indicator B32;
536 Atom indicator B32;
563 Atom indicator B32;
646 Atom name B32;
655 Atom name B32;
687 Atom name B32;
708 Atom name B32;
722 Atom name B32
    [all...]
  /external/v8/src/
jsregexp.cc 145 // Parse-tree is a single atom that is equal to the pattern.
150 RegExpAtom* atom = parse_result.tree->AsAtom(); local
151 Vector<const uc16> atom_pattern = atom->data();
173 case JSRegExp::ATOM:
188 // RegExp Atom implementation: Simple string search using indexOf.
196 JSRegExp::ATOM,
727 text->AddElement(TextElement::Atom(this));
742 TextElement TextElement::Atom(RegExpAtom* atom) {
743 TextElement result = TextElement(ATOM);
5142 RegExpAtom* atom = text.data.u_atom; local
    [all...]

Completed in 2469 milliseconds