HomeSort by relevance Sort by last modified time
    Searched refs:Second (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /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/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
  /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/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h 84 template<typename First, typename Second>
85 struct VectorTraits<pair<First, Second> >
88 typedef VectorTraits<Second> SecondTraits;
HashTraits.h 199 template<typename First, typename Second>
200 struct HashTraits<std::pair<First, Second> > : public PairHashTraits<HashTraits<First>, HashTraits<Second> > { };
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
hash.h 202 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/
hash.h 190 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 {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
concept_check.hpp 267 BOOST_concept(NAME, (First)(Second)) \
273 Second b; \
277 BOOST_concept(NAME, (Ret)(First)(Second)) \
283 Second b; \
352 BOOST_concept(BinaryFunction,(Func)(Return)(First)(Second))
358 f(first,second);
359 Return r = f(first, second); // require operator()
365 f(first,second);
379 Second second;
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 140 namespace Second
145 typedef First::Bar<Second::Foo> Special;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
DateComponents.h 44 // * Time type: hour-minute-second-millisecond
45 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
72 int second() const { return m_second; } function in class:WebCore::DateComponents
82 None, // Suppress the second part and the millisecond part if they are 0.
83 Second, // Always show the second part, and suppress the millisecond part if it is 0.
84 Millisecond // Always show the second part and the millisecond part.
110 // Sets hour, minute, second and millisecond.
112 // Sets year, month, monthDay, hour, minute, second and millisecond.
114 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone
    [all...]
  /external/chromium_org/v8/test/mjsunit/
string-indexof-1.js 64 assertEquals(3, twoByteString.indexOf("\u03a3",3), "Second Sigma");
95 assertEquals(1534, long.indexOf("AJABACA", 511), "Long AJABACA, Second J");
99 assertEquals(1535, long.indexOf(pattern, 512), "Long JABACABA..., Second J");
  /external/v8/test/mjsunit/
string-indexof-1.js 64 assertEquals(3, twoByteString.indexOf("\u03a3",3), "Second Sigma");
95 assertEquals(1534, long.indexOf("AJABACA", 511), "Long AJABACA, Second J");
99 assertEquals(1535, long.indexOf(pattern, 512), "Long JABACABA..., Second J");
debug-breakpoints.js 78 // Second test set and clear breakpoints on lines 1, 2 and 3 (position = 0).
164 //Second test set and clear breakpoints on lines 1, 2 and 3 (column = 0).
  /ndk/tests/build/topological-sort/jni/
Android.mk 10 # 2/ Second, define another static library named 'bar' that depends on
  /external/chromium_org/third_party/WebKit/Source/core/html/
BaseDateAndTimeInputType.cpp 133 return date.toString(DateComponents::Second);
  /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/llvm/test/MC/Mips/
mips64-register-names.s 4 # Second byte of addiu with $zero at rt contains the number of the source
  /external/chromium_org/v8/test/mjsunit/regress/
regress-155924.js 37 // The following floating-point heap number has a second word similar
45 assertEquals(undefined, foo(), "Second lookup A[bad_float]");
  /external/chromium_org/v8/test/webkit/
for-in-var-scope.js 28 + "Second, the code to set the loop variable would incorrectly walk the scope chain even after setting the loop variable."
  /external/v8/test/mjsunit/regress/
regress-155924.js 37 // The following floating-point heap number has a second word similar
45 assertEquals(undefined, foo(), "Second lookup A[bad_float]");
  /external/clang/lib/Sema/
SemaOverload.cpp 205 Second = ICK_Identity;
226 if (GetConversionRank(Second) > Rank)
227 Rank = GetConversionRank(Second);
269 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType())
319 switch (Second) {
461 if (Second != ICK_Identity) {
465 OS << GetImplicitConversionName(Second);
494 if (Before.First || Before.Second || Before.Third) {
502 if (After.First || After.Second || After.Third) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 183 const Expr *Second) const;
187 const Stmt *Second) const;
387 // If there's a second buffer, check it as well.
412 const Expr *Second) const {
417 // buffer, see if the end of the first is greater than the start of the second
429 SVal secondVal = state->getSVal(Second, LCtx);
446 emitOverlapBug(C, stateTrue, First, Second);
473 std::swap(First, Second);
500 // Is the end of the first buffer past the start of the second buffer?
512 emitOverlapBug(C, stateTrue, First, Second);
    [all...]
  /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)]

Completed in 1456 milliseconds

1 2 3 4