Searched refs:Alternate (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/cc/blink/
H A Dweb_animation_impl.cc122 case cc::Animation::Alternate:
141 animation_->set_direction(cc::Animation::Alternate);
/external/chromium_org/third_party/re2/re2/
H A Dset.cc78 re2::Regexp* re = re2::Regexp::Alternate(const_cast<re2::Regexp**>(&re_[0]),
H A Dregexp.h390 static Regexp* Alternate(Regexp** subs, int nsubs, ParseFlags flags);
398 // Like Alternate but does not factor out common prefixes.
531 // Concat and Alternate handle larger numbers of subexpressions
533 // Other routines should call Concat or Alternate instead of
H A Dregexp.cc258 Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) { function in class:re2::Regexp
/external/regex-re2/re2/
H A Dset.cc78 re2::Regexp* re = re2::Regexp::Alternate(const_cast<re2::Regexp**>(&re_[0]),
H A Dregexp.h390 static Regexp* Alternate(Regexp** subs, int nsubs, ParseFlags flags);
398 // Like Alternate but does not factor out common prefixes.
531 // Concat and Alternate handle larger numbers of subexpressions
533 // Other routines should call Concat or Alternate instead of
H A Dregexp.cc258 Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) { function in class:re2::Regexp
/external/chromium_org/cc/animation/
H A Danimation_unittest.cc90 anim->set_direction(Animation::Alternate);
101 anim->set_direction(Animation::Alternate);
112 anim->set_direction(Animation::Alternate);
126 anim->set_direction(Animation::Alternate);
540 anim->set_direction(Animation::Alternate);
607 anim->set_direction(Animation::Alternate);
634 anim->set_direction(Animation::Alternate);
647 anim->set_direction(Animation::Alternate);
663 anim->set_direction(Animation::Alternate);
H A Danimation.h52 enum Direction { Normal, Reverse, Alternate, AlternateReverse }; enumerator in enum:cc::Animation::Direction
H A Danimation.cc244 (direction_ == Alternate && iteration % 2 == 1) ||
H A Dlayer_animation_controller.cc509 case Animation::Alternate:
H A Dlayer_animation_controller_unittest.cc1995 // Alternate direction with positive playback rate.
1996 animation->set_direction(Animation::Alternate);
2005 // Alternate reverse direction.
2017 // Alternate direction with negative playback rate.
2018 animation->set_direction(Animation::Alternate);
2027 // Alternate reverse direction with negative playback rate.
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_ycbcr_texture.spec139 In section 3.8.2, Alternate Texture Image Specification Commands, on
/external/mesa3d/docs/
H A DMESA_ycbcr_texture.spec139 In section 3.8.2, Alternate Texture Image Specification Commands, on
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsub-table.hh1092 Alternate = 3, enumerator in enum:OT::SubstLookupSubTable::Type
1107 case Alternate: return TRACE_RETURN (u.alternate.dispatch (c));
1124 case Alternate: return TRACE_RETURN (u.alternate.sanitize (c));
1252 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Alternate, lookup_props, 1))) return TRACE_RETURN (false);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh1092 Alternate = 3, enumerator in enum:OT::SubstLookupSubTable::Type
1107 case Alternate: return TRACE_RETURN (u.alternate.dispatch (c));
1124 case Alternate: return TRACE_RETURN (u.alternate.sanitize (c));
1252 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Alternate, lookup_props, 1))) return TRACE_RETURN (false);
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dsequence.pxd19 # Alternate name for PySequence_Size().
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py344 alternates[input[i]] = alts[i].Alternate
366 alts.Alternate = set
382 xmlWriter.simpletag("Alternate", glyph=alt)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotTables.py344 alternates[input[i]] = alts[i].Alternate
366 alts.Alternate = set
382 xmlWriter.simpletag("Alternate", glyph=alt)
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3193 bool Alternate = !ForceTopDown && !ForceBottomUp; local
3197 return new ScheduleDAGMILive(C, make_unique<InstructionShuffler>(Alternate, TopDown));
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids16429 099 Alternate Erase
16557 029 Alternate Function
/external/llvm/test/MC/ARM/
H A Dbasic-thumb2-instructions.s3677 @ Alternate syntax for LDR*(literal) encodings

Completed in 549 milliseconds