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

1 2 3

  /external/clang/include/clang/Lex/
PPCallbacks.h 210 PPCallbacks *First, *Second;
214 : First(_First), Second(_Second) {}
216 delete Second;
224 Second->FileChanged(Loc, Reason, FileType, PrevFID);
231 Second->FileSkipped(ParentFile, FilenameTok, FileType);
244 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, File,
250 Second->EndOfMainFile();
255 Second->Ident(Loc, str);
261 Second->PragmaComment(Loc, Kind, Str);
266 Second->PragmaMessage(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/webkit/Source/JavaScriptCore/wtf/
VectorTraits.h 79 template<typename First, typename Second>
80 struct VectorTraits<pair<First, Second> >
83 typedef VectorTraits<Second> SecondTraits;
HashTraits.h 109 template<typename First, typename Second>
110 struct HashTraits<pair<First, Second> > : public PairHashTraits<HashTraits<First>, HashTraits<Second> > { };
  /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 {
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 140 namespace Second
145 typedef First::Bar<Second::Foo> Special;
  /external/valgrind/main/exp-ptrcheck/tests/
arith.stderr.exp 21 Second arg derived from address 0x........ of 40-byte block alloc'd
42 Second arg derived from address 0x........ of 40-byte block alloc'd
63 Second arg derived from address 0x........ of 40-byte block alloc'd
idiv.stderr.exp 21 Second arg derived from address 0x........ of 40-byte block alloc'd
196 Second arg derived from address 0x........ of 40-byte block alloc'd
221 Second arg derived from address 0x........ of 40-byte block alloc'd
  /frameworks/base/media/libdrm/mobile1/
Android.mk 54 # Second project
  /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...]
BaseDateAndTimeInputType.cpp 173 return date.toString(DateComponents::Second);
  /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).