Searched refs:Second (Results 1 - 25 of 72) sorted by relevance

123

/external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
H A Dmain.cpp26 struct Second struct
30 Second(int X, float Y) : function in struct:Second
49 Second second(65,43.25);
H A DTestDataFormatterNamedSummaries.py58 self.runCmd("type summary add --summary-string \"Second: x=${var.x} y=${var.y%hex}\" Second")
94 substrs = ['Second: x=65',
/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
/external/clang/include/clang/Lex/
H A DPPCallbacks.h325 PPCallbacks *First, *Second; member in class:clang::PPChainedCallbacks
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
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp199 struct Second {}; struct
216 void template_template_fun(Type<Thing<Second, true>, Second>) { }
223 void template_template_specialization<void (Type<Thing<Second, true>, Second>)>() {
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dhash.h202 template <typename First, typename Second>
203 struct hash<pair<First, Second> > {
204 inline size_t operator()(const pair<First, Second>& key) const {
206 size_t second_hash = hash<Second>()(key.second);
215 inline size_t operator()(const pair<First, Second>& a,
216 const pair<First, Second>& b) const {
/external/protobuf/src/google/protobuf/stubs/
H A Dhash.h190 template <typename First, typename Second>
191 struct hash<pair<First, Second> > {
192 inline size_t operator()(const pair<First, Second>& key) const {
194 size_t second_hash = hash<Second>()(key.second);
203 inline size_t operator()(const pair<First, Second>& a,
204 const pair<First, Second>& b) const {
/external/valgrind/main/drd/tests/
H A Dpth_cond_destroy_busy.stderr.exp10 Second pthread_cond_destroy() call returned success.
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVectorTraits.h74 template<typename First, typename Second>
75 struct VectorTraits<pair<First, Second> >
78 typedef VectorTraits<Second> SecondTraits;
H A DHashTraits.h249 template<typename First, typename Second>
250 struct HashTraits<std::pair<First, Second> > : public PairHashTraits<HashTraits<First>, HashTraits<Second> > { };
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp213 NamespaceTypoProvider Second("AAB", "CCC");
217 Installer->PushSource(&Second);
224 ASSERT_LE(1, Second.CallCount);
252 CompleteTypeDiagnoser Second(true);
255 Installer->PushSource(&Second);
262 ASSERT_EQ(1, Second.CallCount);
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dexamples.cpp140 namespace Second namespace in namespace:PR9668
145 typedef First::Bar<Second::Foo> Special;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDateComponents.h85 Second, // Always show the second part, and suppress the millisecond part if it is 0. enumerator in enum:blink::DateComponents::SecondFormat
/external/valgrind/main/helgrind/tests/
H A Dpth_cond_destroy_busy.stderr.exp48 Second pthread_cond_destroy() call returned success.
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseDateAndTimeInputType.cpp139 return date.toString(DateComponents::Second);
/external/llvm/lib/CodeGen/
H A DStackColoring.cpp745 LiveInterval *Second = &*Intervals[SecondSlot]; local
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/Sema/
H A DSemaOverload.cpp208 Second = ICK_Identity;
229 if (GetConversionRank(Second) > Rank)
230 Rank = GetConversionRank(Second);
272 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType())
322 switch (Second) {
464 if (Second != ICK_Identity) {
468 OS << GetImplicitConversionName(Second);
497 if (Before.First || Before.Second || Before.Third) {
505 if (After.First || After.Second || After.Third) {
1164 ICS.Standard.Second
[all...]
/external/chromium_org/
H A DAndroid.mk89 else # Second target is 32-bit.
/external/clang/include/clang/Sema/
H A DOverload.h149 /// Second - The second conversion can be an integral promotion,
153 ImplicitConversionKind Second : 8;
236 return Second == ICK_Identity && Third == ICK_Identity;
/external/clang/lib/Parse/
H A DParseStmt.cpp1624 ExprResult Second; local
1626 ParseCXXCondition(Second, SecondVar, ForLoc, true);
1628 Second = ParseExpression();
1629 if (!Second.isInvalid())
1630 Second = Actions.ActOnBooleanCondition(getCurScope(), ForLoc,
1631 Second.get());
1633 SecondPartIsInvalid = Second.isInvalid();
1634 SecondPart = Actions.MakeFullExpr(Second.get(), ForLoc);
/external/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp343 template< typename Protect, typename Second >
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h98 MachineInstr *Second) const override;
/external/llvm/test/MC/Mips/
H A Dmips-register-names-o32.s4 # Second byte of addiu with $zero at rt contains the number of the source

Completed in 543 milliseconds

123