HomeSort by relevance Sort by last modified time
    Searched refs:End (Results 201 - 225 of 964) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/utils/FileCheck/
FileCheck.cpp 68 /// MatchEOF - When set, this pattern only matches the end of file. This is
198 size_t End = PatternStr.find("}}");
199 if (End == StringRef::npos) {
202 "found start of regex string with no end '}}'");
213 if (AddRegExToRegEx(PatternStr.substr(2, End-2), CurParen, SM))
217 PatternStr = PatternStr.substr(End+2);
227 // Find the closing bracket pair ending the match. End is going to be an
229 size_t End = FindRegexVarEnd(PatternStr.substr(2), SM);
231 if (End == StringRef::npos) {
238 StringRef MatchStr = PatternStr.substr(2, End);
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_fog.c 99 GLfloat end = ctx->Fog.End; local
111 if (ctx->Fog.Start == ctx->Fog.End)
114 d = 1.0F / (ctx->Fog.End - ctx->Fog.Start);
117 GLfloat f = (end - z) * d;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttpost.c 251 " truncating at end of post table (%d byte left)\n",
523 goto End;
546 goto End;
558 End:
563 /* END */
  /external/webp/src/utils/
thread.c 271 static void End(WebPWorker* const worker) {
291 Init, Reset, Sync, Launch, Execute, End
298 winterface->Execute == NULL || winterface->End == NULL) {
  /external/chromium_org/third_party/WebKit/Source/platform/animation/
TimingFunctionTest.cpp 100 RefPtr<TimingFunction> stepTimingEnd = StepsTimingFunction::preset(StepsTimingFunction::End);
101 EXPECT_EQ("step-end", stepTimingEnd->toString());
110 EXPECT_EQ("steps(5, end)", stepTimingCustomEnd->toString());
118 RefPtr<TimingFunction> stepsTiming1 = StepsTimingFunction::preset(StepsTimingFunction::End);
183 RefPtr<TimingFunction> stepsTimingEnd1 = StepsTimingFunction::preset(StepsTimingFunction::End);
184 RefPtr<TimingFunction> stepsTimingEnd2 = StepsTimingFunction::preset(StepsTimingFunction::End);
273 RefPtr<TimingFunction> stepsTimingEnd = StepsTimingFunction::preset(StepsTimingFunction::End);
  /external/clang/lib/Format/
WhitespaceManager.cpp 92 std::sort(Changes.begin(), Changes.end(), Change::IsBeforeInFile(SourceMgr));
186 // Break the comment sequence if the previous line did not end
209 void WhitespaceManager::alignTrailingComments(unsigned Start, unsigned End,
211 for (unsigned i = Start; i != End; ++i) {
223 if (i + 1 != End)
248 void WhitespaceManager::alignEscapedNewlines(unsigned Start, unsigned End,
250 for (unsigned i = Start; i < End; ++i) {
  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder.cc 112 // the end of input was reached before the entire window could be decoded and
151 // RESULT_ERROR if an error occurred, or RESULT_END_OF_DATA if the end of
183 // non-negative value on success, or RESULT_END_OF_DATA if the end of input
213 // Don't read past the end of currently-available data
449 // data after the end of the delta file.
481 // occurred, or RESULT_END_OF_DATA if the end of available data was reached
495 // error occurred, or RESULT_END_OF_DATA if the end of available data was
506 // error occurs, or RESULT_END_OF_DATA if the end of available data was
532 // DecodeChunk() reaches the end of its input and returns RESULT_END_OF_DATA.
666 // if an error occurred, and RESULT_END_OF_DATA if the end of available data wa
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 283 SourceLocation End = DestroyedType.getLocation();
285 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd();
286 return End;
299 UnresolvedSetIterator End)
308 Begin, End);
331 UnresolvedSetIterator End,
347 Results(nullptr), NumResults(End - Begin),
350 NumResults = End - Begin;
353 for (UnresolvedSetImpl::const_iterator I = Begin; I != End; ++I) {
399 UnresolvedSetIterator End) {
    [all...]
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 303 if_number.End();
381 if_fixed.End();
382 if_fixed_cow.End();
383 zero_capacity.End();
386 checker.End();
453 checker.End();
839 if_nil.End();
890 if_leftisstring.End();
910 if_rightisstring.End();
937 if_heap_number.End();
    [all...]
  /external/llvm/lib/MC/
MCStreamer.cpp 90 E = FrameInfos.end(); I != E; ++I)
209 if (!CurFrame || CurFrame->End)
254 if (CurFrame && !CurFrame->End)
274 // Put a dummy non-null value in Frame.End to mark that this frame has been
276 Frame.End = (MCSymbol *) 1;
424 if (!CurFrame || CurFrame->End)
430 if (CurFrame && !CurFrame->End)
444 CurFrame->End = getContext().CreateTempSymbol();
445 EmitLabel(CurFrame->End);
463 report_fatal_error("End of a chained region outside a chained region!")
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 203 goto End;
226 goto End;
235 End:
587 // Sets io->mb_y, io->mb_h & io->mb_w according to start row, end row and
745 const int end = width * height; // End of data local
750 assert(pos < end);
781 if (pos >= dist && end - pos >= length) {
786 goto End;
802 goto End;
    [all...]
  /external/webp/src/dec/
vp8l.c 203 goto End;
226 goto End;
235 End:
587 // Sets io->mb_y, io->mb_h & io->mb_w according to start row, end row and
745 const int end = width * height; // End of data local
750 assert(pos < end);
781 if (pos >= dist && end - pos >= length) {
786 goto End;
802 goto End;
    [all...]
  /art/runtime/gc/collector/
mark_compact.cc 127 reinterpret_cast<uintptr_t>(space_->End()),
277 std::vector<Object*> temp(mark_stack_->Begin(), mark_stack_->End());
363 reinterpret_cast<uintptr_t>(space->End()),
375 reinterpret_cast<uintptr_t>(space_->End()),
388 int64_t bytes_freed = reinterpret_cast<int64_t>(space_->End()) -
527 reinterpret_cast<uintptr_t>(space_->End()),
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 121 DBG("(%i,%i)", src->Start, src->End);
140 if (a->Start < b->End) {
145 if (b->Start < a->End) {
150 if (a->Start != a->End && b->Start != b->End) {
180 reg->Live[i].End =
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 205 /// Create a location for the end of the statement.
231 /// Create a location for the end of the compound statement.
241 /// Constructs a location for the end of the enclosing declaration body.
242 /// Defaults to the end of brace.
250 /// Create a location corresponding to the next valid ExplodedNode as end
306 PathDiagnosticLocation Start, End;
309 const PathDiagnosticLocation &end)
310 : Start(start), End(end) {}
313 const PathDiagnosticLocation &getEnd() const { return End; }
664 iterator end() { return LPairs.end(); } function in class:clang::ento::PathDiagnosticControlFlowPiece
673 const_iterator end() const { return LPairs.end(); } function in class:clang::ento::PathDiagnosticControlFlowPiece
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 78 // Comment until end of line.
86 // Check for end of file. Don't eat the EOF.
155 ExprAST *Start, *End, *Step, *Body;
157 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end,
159 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
186 } // end anonymous namespace
322 ExprAST *End = ParseExpression();
323 if (End == 0) return 0;
340 return new ForExprAST(IdName, Start, End, Step, Body)
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 83 // Comment until end of line.
91 // Check for end of file. Don't eat the EOF.
170 ExprAST *Start, *End, *Step, *Body;
172 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end,
174 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
214 } // end anonymous namespace
350 ExprAST *End = ParseExpression();
351 if (End == 0) return 0;
368 return new ForExprAST(IdName, Start, End, Step, Body)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 345 // We don't create a DIE if we have a single Range and the end label
348 MCSymbol *End = getLabelAfterInsn(RI->second);
349 return !End;
595 ScopesWithImportedEntities.end(),
756 ScopesWithImportedEntities.end(), less_first());
2020 MCSymbol *end = Asm->OutStreamer.getContext().CreateTempSymbol(); local
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 86 bool update(const MachineInstr &MI, unsigned Begin, unsigned End);
178 for (MachineFunction::iterator FI = F.begin(), FE = F.end();
205 /// This function searches range [Begin, End) for an instruction that can be
208 bool searchRange(MachineBasicBlock &MBB, IterTy Begin, IterTy End,
235 /// one of its branches delay slot or its end.
247 } // end of anonymous namespace
257 for (BB2BrMap::const_iterator I = BrMap.begin(); I != BrMap.end(); ++I) {
262 I->first->insert(I->first->end(), MF->CloneMachineInstr(&*Filler));
348 bool RegDefsUses::update(const MachineInstr &MI, unsigned Begin, unsigned End) {
352 for (unsigned I = Begin; I != End; ++I)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 121 DBG("(%i,%i)", src->Start, src->End);
140 if (a->Start < b->End) {
145 if (b->Start < a->End) {
150 if (a->Start != a->End && b->Start != b->End) {
180 reg->Live[i].End =
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTFwd_RToCCS_F32_Sfs_s.S 160 B End
230 @// the first BL would corrupt the flags. This is because the end of
290 BLT End
395 End:
402 .end
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 200 // ByValRegs[0] describes how "%r" is stored (Begin == r1, End == r2)
201 // ByValRegs[1] describes how "%t" is stored (Begin == r3, End == r4).
217 Begin(B), End(E), Waste(IsWaste) {}
222 unsigned End;
426 EndReg = info.End;
435 // to the end of collection.
436 // Returns false, if end is reached.
469 } // end namespace llvm
  /external/llvm/lib/Support/
MemoryBuffer.cpp 83 init(InputData.begin(), InputData.end(), RequiresNullTerminator);
216 ReadBytes = read(FD, Buffer.end(), ChunkSize);
296 // If we need a null terminator and the end of the map is inside the file,
298 size_t End = Offset + MapSize;
299 assert(End <= FileSize);
300 if (End != FileSize)
  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 167 } // end anonymous namespace
174 // accordingly and move Position to the end of the block's non-terminator
281 MachineBasicBlock::iterator End = MBB->end();
282 while (MI != End && !MI->isTerminator()) {
289 while (MI != End) {
  /art/compiler/dex/
pass_driver.h 174 * @brief Apply a patch: perform start/work/end functions.
179 pass->End(data);

Completed in 3032 milliseconds

1 2 3 4 5 6 7 891011>>