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

  /external/clang/include/clang/Lex/
PPCallbacks.h 263 PPCallbacks *First, *Second;
267 : First(_First), Second(_Second) {}
269 delete Second;
277 Second->FileChanged(Loc, Reason, FileType, PrevFID);
284 Second->FileSkipped(ParentFile, FilenameTok, FileType);
290 Second->FileNotFound(FileName, RecoveryPath);
305 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
314 Second->moduleImport(ImportLoc, Path, Imported);
319 Second->EndOfMainFile();
324 Second->Ident(Loc, str)
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 140 namespace Second
145 typedef First::Bar<Second::Foo> Special;
  /external/openfst/src/include/fst/
add-on.h 85 A2 *Second() const { return a2_; }
  /external/webkit/Source/WebCore/html/
DateComponents.h 44 // * Time type: hour-minute-second-millisecond
45 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
62 int second() const { return m_second; } function in class:WebCore::DateComponents
71 None, // Suppress the second part and the millisecond part if they are 0.
72 Second, // Always show the second part, and suppress the millisecond part if it is 0.
73 Millisecond // Always show the second part and the millisecond part.
99 // Sets hour, minute, second and millisecond.
101 // Sets year, month, monthDay, hour, minute, second and millisecond.
103 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone
    [all...]
  /external/llvm/lib/CodeGen/
StackColoring.cpp 211 const BlockLifetimeInfo &BlockInfo = BI->second;
322 BlockLifetimeInfo &BlockInfo = BI->second;
332 LocalLiveIn |= I->second.LiveOut;
342 LocalLiveOut |= I->second.LiveIn;
492 std::pair<unsigned, DebugLoc> &VP = VI->second;
505 const AllocaInst *To = MFI->getObjectAllocation(it->second);
758 LiveInterval *Second = Intervals[SecondSlot];
759 assert (!First->empty() && !Second->empty() && "Found an empty range");
762 if (!First->overlaps(*Second)) {
764 First->MergeRangesInAsValue(*Second, First->getValNumInfo(0))
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 428 StringRef first, second; local
430 llvm::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS"));
431 if (second != "")
432 iOSTarget = second.substr(0,3);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 177 SourceMgr.getLineNumber(DeclLocDecomp.first, DeclLocDecomp.second)
179 CommentBeginDecomp.second)) {
211 StringRef Text(Buffer + CommentEndDecomp.second,
212 DeclLocDecomp.second - CommentEndDecomp.second);
305 const RawCommentAndCacheFlags &Raw = Pos->second;
323 const RawCommentAndCacheFlags &Raw = Pos->second;
413 comments::FullComment *FC = Pos->second;
417 return Pos->second;
677 Deallocations[I].first(Deallocations[I].second);
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 240 if(!(it->second.flags_ & PERFORMANCE)) continue;
241 it->second.Run();
246 if(!(it->second.flags_ & RACE_DEMO)) continue;
247 it->second.Run();
264 if(it->second.flags_ & EXCLUDE_FROM_ALL) continue;
265 if(it->second.flags_ & RACE_DEMO) continue;
266 if((it->second.flags_ & NEEDS_ANNOTATIONS)
268 it->second.Run();
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 388 milliseconds