HomeSort by relevance Sort by last modified time
    Searched refs:End (Results 226 - 250 of 251) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/stlport/
configure.bat 608 REM * End loop
  /external/v8/test/mjsunit/
regexp.js 55 re = /.$/gm; // any non-newline character at the end of a line
76 re = /[^]$/gm; // *any* character at the end of a line
233 // Test beginning and end of line assertions with or without the
373 // Check that we don't read past the end of the string.
622 // Check that end-anchored regexps are optimized correctly.
638 re.lastIndex = 6; // At end of string.
640 re.lastIndex = 5; // Near end of string.
659 // End anchor inside disjunction.
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/v8/src/
jsregexp.h 418 VISIT(End) \
    [all...]
hydrogen.cc 156 void HBasicBlock::Finish(HControlInstruction* end) {
158 AddInstruction(end);
159 end_ = end;
160 if (end->FirstSuccessor() != NULL) {
161 end->FirstSuccessor()->RegisterPredecessor(this);
162 if (end->SecondSuccessor() != NULL) {
163 end->SecondSuccessor()->RegisterPredecessor(this);
205 ASSERT(predecessor->end()->IsGoto());
206 HSimulate* simulate = HSimulate::cast(predecessor->end()->previous());
326 ASSERT(predecessors_[i]->end()->SecondSuccessor() == NULL)
403 HControlInstruction* end = stack_.RemoveLast()->end(); local
6087 int64_t end = OS::Ticks(); local
    [all...]
  /external/webkit/Source/WebCore/css/
CSSGrammar.y 868 CSSParserSelector* end = $$;
869 while (end->tagHistory())
870 end = end->tagHistory();
871 end->setRelation(CSSSelector::Descendant);
872 end->setTagHistory(p->sinkFloatingSelector($1));
881 CSSParserSelector* end = $$;
882 while (end->tagHistory())
883 end = end->tagHistory()
    [all...]
CSSStyleSelector.cpp 472 // Adding rules from multiple sheets, shrink at the end.
753 // In some cases we may end up looking up style for random elements in the middle of a recursive tree resolve.
799 std::sort(m_matchedRules.begin(), m_matchedRules.end(), compareRules);
1545 CSSMutableStyleDeclaration::const_iterator end = keyframeRule->style()->end(); local
3269 AtomRuleMap::const_iterator end = m_idRules.end(); local
3286 RuleSet::AtomRuleMap::iterator end = map.end(); local
3353 CSSMutableStyleDeclaration::const_iterator end = decl->end(); local
3456 Iterator end = map.end(); local
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp 106 Use *End = Begin + N;
107 (void) new(End) Use::UserRef(const_cast<PHINode*>(this), 1);
108 return Use::initTags(Begin, End);
118 // FIXME: we could just swap with the end of the list, then erase. However,
277 std::copy(Args.begin(), Args.end(), op_begin());
534 std::copy(Args.begin(), Args.end(), op_begin());
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 114 \let\ptexend=\end
150 %---------------------End change-----------------------
242 %% These are used to keep @begin/@end levels from running away
259 %% @end foo executes the definition of \Efoo.
262 \def\end{\parsearg\endxxx}
267 \errmessage{Undefined command @end #1}\else
271 {\errhelp=\EMsimple \errmessage{@end #1 not within #1 environment}}}
306 % @. is an end-of-sentence period.
312 % @group ... @end group forces ... to be all on one page.
366 % @ignore ... @end ignore is another way to write a commen
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 843 GLfloat End; /**< End distance in eye coords */
848 GLfloat _Scale; /**< (End == Start) ? 1.0 : 1.0 / (End - Start) */
1010 /*--- End Pixel Transfer State ---*/
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 275 MachineBasicBlock::iterator I = MBB.end();
370 MachineBasicBlock::iterator I = MBB.end();
385 I = MBB.end();
707 if (I != MBB.end()) DL = I->getDebugLoc();
859 if (I != MBB.end()) DL = I->getDebugLoc();
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaCodeComplete.cpp 93 // Add the new element to the end of the vector.
109 iterator end() const;
413 ResultBuilder::ShadowMapEntry::end() const { function in class:ResultBuilder::ShadowMapEntry
417 return iterator(DeclOrVector.get<DeclIndexPairVector *>()->end());
796 if (NamePos != SMap.end()) {
798 IEnd = NamePos->second.end();
816 std::list<ShadowMap>::iterator SM, SMEnd = ShadowMaps.end();
821 if (NamePos != SM->end()) {
823 IEnd = NamePos->second.end();
    [all...]
SemaDecl.cpp 212 for (LookupResult::iterator Res = Result.begin(), ResEnd = Result.end();
435 for (LookupResult::iterator I = R.begin(), IEnd = R.end(); I != IEnd; ++I) {
678 if (Result.end() - Result.begin() > 1) {
681 Result.end());
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 322 #define glEnd MANGLE(End)
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 312 /// cycle detection at the end of the TU.
638 /// end-of-translation-unit semantic tasks (such as creating
657 /// where we might end up instantiating an inner class before the
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 109 it = Inputs.begin(), ie = Inputs.end(); it != ie; ++it) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/v8/benchmarks/
earley-boyer.js 2 // benchmark harness code at the beginning and end of the file.
773 return true; // end of list
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 2 // benchmark harness code at the beginning and end of the file.
767 return true; // end of list
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js 2 // benchmark harness code at the beginning and end of the file.
767 return true; // end of list
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js 2 // benchmark harness code at the beginning and end of the file.
767 return true; // end of list
    [all...]
  /external/grub/docs/
texinfo.tex 84 \let\ptexend=\end
204 % vertical list for the beginning and end of each change).
343 \egroup % end of \vbox\bgroup
344 \hfil\egroup % end of (centering) \line\bgroup
358 }% end of \shipout\vbox
359 }% end of group with \normalturnoffactive
404 \endgroup % End of the group started in \parsearg.
416 % @end itemize @c foo
490 % actual body; @end closes the group after calling \Efoo. \envdef also
491 % defines \thisenv, so the current environment is known; @end check
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 82 \let\ptexend=\end
208 % vertical list for the beginning and end of each change).
397 \egroup % end of \vbox\bgroup
398 \hfil\egroup % end of (centering) \line\bgroup
412 }% end of \shipout\vbox
413 }% end of group with \indexdummies
458 \endgroup % End of the group started in \parsearg.
470 % @end itemize @c foo
543 % actual body; @end closes the group after calling \Efoo. \envdef also
544 % defines \thisenv, so the current environment is known; @end check
    [all...]
  /external/iproute2/doc/
ip-cref.tex 6 \end{center}
14 \end{center}
46 \end{verbatim}
101 \end{NB}
104 \end{NB}
106 \end{itemize}
120 \end{itemize}
185 \end{itemize}
204 \end{verbatim}
211 \end{verbatim
    [all...]

Completed in 2762 milliseconds

1 2 3 4 5 6 7 8 91011