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

  /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
  /external/v8/src/
jsregexp.cc 137 // Parse-tree is a single atom that is equal to the pattern.
142 RegExpAtom* atom = parse_result.tree->AsAtom(); local
143 Vector<const uc16> atom_pattern = atom->data();
164 case JSRegExp::ATOM:
179 // RegExp Atom implementation: Simple string search using indexOf.
187 JSRegExp::ATOM,
625 text->AddElement(TextElement::Atom(this));
640 TextElement TextElement::Atom(RegExpAtom* atom) {
641 TextElement result = TextElement(ATOM);
5001 RegExpAtom* atom = text.data.u_atom; local
    [all...]

Completed in 20 milliseconds