/external/chromium_org/third_party/WebKit/Source/platform/ |
DateComponents.h | 45 // * Time type: hour-minute-second-millisecond 46 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond 73 int second() const { return m_second; } function in class:WebCore::DateComponents 83 None, // Suppress the second part and the millisecond part if they are 0. 84 Second, // Always show the second part, and suppress the millisecond part if it is 0. 85 Millisecond // Always show the second part and the millisecond part. 111 // Sets hour, minute, second and millisecond. 113 // Sets year, month, monthDay, hour, minute, second and millisecond. 115 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone [all...] |
/external/clang/include/clang/Lex/ |
PPCallbacks.h | 302 PPCallbacks *First, *Second; 306 : First(_First), Second(_Second) {} 308 delete Second; 316 Second->FileChanged(Loc, Reason, FileType, PrevFID); 323 Second->FileSkipped(ParentFile, FilenameTok, FileType); 329 Second->FileNotFound(FileName, RecoveryPath); 344 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, 353 Second->moduleImport(ImportLoc, Path, Imported); 358 Second->EndOfMainFile(); 363 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/clang/test/CodeGenCXX/ |
mangle-ms-templates.cpp | 161 struct Second {}; 178 void template_template_fun(Type<Thing<Second, true>, Second>) { } 185 void template_template_specialization<void (Type<Thing<Second, true>, Second>)>() {
|
/external/openfst/src/include/fst/ |
add-on.h | 85 A2 *Second() const { return a2_; }
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_structures.py | 464 class Second(Structure): 467 First._fields_ = [("second", Second)] 470 Second._fields_ = [("first", First)]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_structures.py | 464 class Second(Structure): 467 First._fields_ = [("second", Second)] 470 Second._fields_ = [("first", First)]
|
/external/llvm/lib/CodeGen/ |
StackColoring.cpp | 212 const BlockLifetimeInfo &BlockInfo = BI->second; 323 BlockLifetimeInfo &BlockInfo = BI->second; 333 LocalLiveIn |= I->second.LiveOut; 343 LocalLiveOut |= I->second.LiveIn; 490 std::pair<unsigned, DebugLoc> &VP = VI->second; 503 const AllocaInst *To = MFI->getObjectAllocation(it->second); 760 LiveInterval *Second = Intervals[SecondSlot]; 761 assert (!First->empty() && !Second->empty() && "Found an empty range"); 764 if (!First->overlaps(*Second)) { 766 First->MergeRangesInAsValue(*Second, First->getValNumInfo(0)) [all...] |
/external/clang/lib/Parse/ |
ParseStmt.cpp | [all...] |
/external/clang/lib/Driver/ |
ToolChains.cpp | 422 StringRef first, second; local 424 llvm::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS")); 425 if (second != "") 426 iOSTarget = second.substr(0,3); [all...] |
/external/clang/lib/AST/ |
ASTContext.cpp | 192 SourceMgr.getLineNumber(DeclLocDecomp.first, DeclLocDecomp.second) 194 CommentBeginDecomp.second)) { 226 StringRef Text(Buffer + CommentEndDecomp.second, 227 DeclLocDecomp.second - CommentEndDecomp.second); 320 const RawCommentAndCacheFlags &Raw = Pos->second; 338 const RawCommentAndCacheFlags &Raw = Pos->second; 435 comments::FullComment *FC = Pos->second; 439 return Pos->second; 746 for (unsigned J = 0, N = I->second.size(); J != N; ++J [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 | |