HomeSort by relevance Sort by last modified time
    Searched refs:Begin (Results 1 - 22 of 22) sorted by null

  /external/e2fsprogs/
.missing-copyright 3 find . -type f \! -name \*~ \! -exec grep -q Begin-Header \{\} \; -print \
  /external/quake/quake/src/QW/client/
qwcl.mak 35 # Begin Project
    [all...]
  /external/stlport/test/eh/
intel.mak 13 # Begin Project
intel45.mak 13 # Begin Project
intel50.mak 13 # Begin Project
  /external/quake/quake/src/QW/server/
qwsv.mak 32 # Begin Project
315 # Begin Target
327 # Begin Source File
409 # Begin Source File
491 # Begin Source File
573 # Begin Source File
655 # Begin Source File
737 # Begin Source File
819 # Begin Source File
901 # Begin Source File
    [all...]
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 183 // "If no attribute is present, the default begin value (an offset-value of 0) must be evaluated."
251 std::sort(timeList.begin(), timeList.end());
303 } else if (nameString == "begin" || nameString == "end") {
331 Vector<SMILTime>& timeList = beginOrEnd == Begin ? m_beginTimes : m_endTimes;
357 parseBeginOrEnd(attr->value().string(), Begin);
364 parseBeginOrEnd(getAttribute(SVGNames::beginAttr), Begin);
582 const Vector<SMILTime>& list = beginOrEnd == Begin ? m_beginTimes : m_endTimes;
586 if (time.isIndefinite() && beginOrEnd == Begin) {
587 // "The special value "indefinite" does not yield an instance time in the begin list."
642 SMILTime tempBegin = findInstanceTime(Begin, beginAfter, true)
674 SMILTime begin; local
691 SMILTime begin; local
    [all...]
SVGSMILElement.h 108 enum BeginOrEnd { Begin, End };
120 // This represents conditions on elements begin or end list that need to be resolved on runtime
121 // for example <animate begin="otherElement.begin + 8s; button.click" ... />
  /external/gtest/include/gtest/internal/
gtest-param-util.h 168 virtual ParamIteratorInterface<T>* Begin() const = 0;
190 iterator begin() const { return iterator(impl_->Begin()); } function in class:testing::internal::ParamGenerator
204 RangeGenerator(T begin, T end, IncrementT step)
205 : begin_(begin), end_(end),
206 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
209 virtual ParamIteratorInterface<T>* Begin() const {
257 static int CalculateEndIndex(const T& begin,
261 for (T i = begin; i < end; i = i + step)
283 ValuesInIteratorRangeGenerator(ForwardIterator begin, ForwardIterator end
    [all...]
gtest-param-util-generated.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 168 virtual ParamIteratorInterface<T>* Begin() const = 0;
190 iterator begin() const { return iterator(impl_->Begin()); } function in class:testing::internal::ParamGenerator
204 RangeGenerator(T begin, T end, IncrementT step)
205 : begin_(begin), end_(end),
206 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
209 virtual ParamIteratorInterface<T>* Begin() const {
260 static int CalculateEndIndex(const T& begin,
264 for (T i = begin; i < end; i = i + step)
289 ValuesInIteratorRangeGenerator(ForwardIterator begin, ForwardIterator end
    [all...]
gtest-param-util-generated.h     [all...]
  /external/webkit/WebCore/css/
CSSSelector.h 88 Begin, // css3: E[foo^="bar"]
CSSSelector.cpp 54 case Begin:
473 case CSSSelector::Begin:
CSSGrammar.y 1046 $$ = CSSSelector::Begin;
    [all...]
CSSStyleSelector.cpp 598 for (CSSMutableStyleDeclaration::const_iterator it = decl->begin(); it != end; ++it) {
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_4/
shell.js 108 * Begin printing functions. These functions use the shell's
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 34 # Begin Project
171 # Begin Target
183 # Begin Source File
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/
shell.js 133 * Begin printing functions. These functions use the shell's
  /external/v8/test/mjsunit/
smi-ops.js 254 // Begin block A
347 // Begin block A repeat 1
444 // Begin block A repeat 2
540 // Begin block A repeat 3
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 400 lock.Begin(TPoint(0,0)); // Lock bitmap heap
500 lock.Begin(TPoint(0,0)); // Lock bitmap heap
  /external/e2fsprogs/lib/et/
texinfo.tex 138 %---------------------Begin change-----------------------
242 %% These are used to keep @begin/@end levels from running away
249 % @begin foo is the same as @foo, for now.
252 \outer\def\begin{\parsearg\beginxxx}
256 {\errhelp=\EMsimple \errmessage{Undefined command @begin #1}}\else
    [all...]

Completed in 1484 milliseconds