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

  /external/clang/include/clang/Lex/
PPCallbacks.h 236 PPCallbacks *First, *Second;
240 : First(_First), Second(_Second) {}
242 delete Second;
250 Second->FileChanged(Loc, Reason, FileType, PrevFID);
257 Second->FileSkipped(ParentFile, FilenameTok, FileType);
263 Second->FileNotFound(FileName, RecoveryPath);
276 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, File,
282 Second->EndOfMainFile();
287 Second->Ident(Loc, str);
293 Second->PragmaComment(Loc, Kind, 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/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 173 delete it->second;
586 StringRef first, second;
588 llvm::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS"));
589 if (second != "")
590 iOSTarget = second.substr(0,3);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 262 Deallocations[I].first(Deallocations[I].second);
270 if (ASTRecordLayout *R = const_cast<ASTRecordLayout*>((I++)->second))
276 if (ASTRecordLayout *R = const_cast<ASTRecordLayout*>((I++)->second))
283 A->second->~AttrVec();
517 Pos->second->~AttrVec();
530 return Pos->second;
553 return Pos->second;
570 return Pos->second;
590 return Pos->second;
606 return Pos->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/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 153 milliseconds