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

  /external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
main.cpp 26 struct Second
30 Second(int X, float Y) :
49 Second second(65,43.25);
  /art/test/113-multidex/src/
Second.java 17 public class Second implements Inf1, Inf2, Inf3, Inf4, Inf5, Inf6, Inf7, Inf8 {
19 System.out.println("Second::zcall");
23 System.out.println("Second::zcall1");
27 System.out.println("Second::zcall2");
31 System.out.println("Second::zcall3");
35 System.out.println("Second::zcall4");
39 System.out.println("Second::zcall5");
43 System.out.println("Second::zcall6");
47 System.out.println("Second::zcall7");
51 System.out.println("Second::zcall8")
    [all...]
  /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:blink::DateComponents
84 None, // Suppress the second part and the millisecond part if they are 0.
85 Second, // Always show the second part, and suppress the millisecond part if it is 0.
86 Millisecond // Always show the second part and the millisecond part.
112 // Sets hour, minute, second and millisecond.
114 // Sets year, month, monthDay, hour, minute, second and millisecond.
116 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone
    [all...]
  /external/clang/include/clang/Lex/
PPCallbacks.h 325 PPCallbacks *First, *Second;
329 : First(_First), Second(_Second) {}
331 delete Second;
339 Second->FileChanged(Loc, Reason, FileType, PrevFID);
346 Second->FileSkipped(ParentFile, FilenameTok, FileType);
352 Second->FileNotFound(FileName, RecoveryPath);
363 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
371 Second->moduleImport(ImportLoc, Path, Imported);
376 Second->EndOfMainFile();
381 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/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 199 struct Second {};
216 void template_template_fun(Type<Thing<Second, true>, Second>) { }
223 void template_template_specialization<void (Type<Thing<Second, true>, Second>)>() {
234 int second; member in struct:record
  /external/llvm/lib/CodeGen/
StackColoring.cpp 203 const BlockLifetimeInfo &BlockInfo = BI->second;
307 BlockLifetimeInfo &BlockInfo = BI->second;
317 LocalLiveIn |= I->second.LiveOut;
327 LocalLiveOut |= I->second.LiveIn;
476 const AllocaInst *To = MFI->getObjectAllocation(SI.second);
745 LiveInterval *Second = &*Intervals[SecondSlot];
746 assert (!First->empty() && !Second->empty() && "Found an empty range");
749 if (!First->overlaps(*Second)) {
751 First->MergeSegmentsInAsValue(*Second, First->getValNumInfo(0));
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIInstrInfo.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 201 std::unique_ptr<ASTReaderListener> Second;
204 /// Takes ownership of \p First and \p Second.
205 ChainedASTReaderListener(ASTReaderListener *First, ASTReaderListener *Second)
206 : First(First), Second(Second) { }
702 /// instantiation where the first value is the ID of the decl and the second
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 487 StringRef first, second; local
489 std::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS"));
490 if (second != "")
491 iOSTarget = second.substr(0,3);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 214 SourceMgr.getLineNumber(DeclLocDecomp.first, DeclLocDecomp.second)
216 CommentBeginDecomp.second)) {
248 StringRef Text(Buffer + CommentEndDecomp.second,
249 DeclLocDecomp.second - CommentEndDecomp.second);
342 const RawCommentAndCacheFlags &Raw = Pos->second;
358 const RawCommentAndCacheFlags &Raw = Pos->second;
452 comments::FullComment *FC = Pos->second;
456 return Pos->second;
767 for (unsigned J = 0, N = I->second.size(); J != N; ++J
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 499 milliseconds