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

1 2 3

  /external/clang/include/clang/Lex/
PPCallbacks.h 236 PPCallbacks *First, *Second;
240 : First(_First), Second(_Second) {}
242 delete Second;
250 Second->FileChanged(Loc, Reason, FileType, PrevFID);
257 Second->FileSkipped(ParentFile, FilenameTok, FileType);
263 Second->FileNotFound(FileName, RecoveryPath);
276 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, File,
282 Second->EndOfMainFile();
287 Second->Ident(Loc, str);
293 Second->PragmaComment(Loc, Kind, 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 112 template<typename First, typename Second>
113 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;
  /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).
  /external/chromium-trace/src/tracing/
test_utils.js 13 * @param {*} b Second value.
  /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/StaticAnalyzer/Checkers/
CStringChecker.cpp 179 const Expr *Second) const;
183 const Stmt *Second) const;
396 // If there's a second buffer, check it as well.
421 const Expr *Second) const {
426 // buffer, see if the end of the first is greater than the start of the second
438 SVal secondVal = state->getSVal(Second, LCtx);
455 emitOverlapBug(C, stateTrue, First, Second);
484 First = Second;
485 Second = tmpExpr;
512 // Is the end of the first buffer past the start of the second buffer
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 190 Second = ICK_Identity;
211 if (GetConversionRank(Second) > Rank)
212 Rank = GetConversionRank(Second);
254 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType())
304 switch (Second) {
437 if (Second != ICK_Identity) {
441 OS << GetImplicitConversionName(Second);
470 if (Before.First || Before.Second || Before.Third) {
478 if (After.First || After.Second || After.Third) {
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 147 /// Second - The second conversion can be an integral promotion,
151 ImplicitConversionKind Second : 8;
234 return Second == ICK_Identity && Third == ICK_Identity;
681 /// \brief Return the second template argument this deduction failure
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/libvpx/vp8/common/arm/neon/
bilinearpredict4x4_neon.asm 69 ;Second pass: 4x4
bilinearpredict8x4_neon.asm 71 ;Second pass: 4x8
  /external/llvm/utils/
codegen-diff 98 Second, you create I<GDB-DISASSEMBLY-FILE> by running B<gdb>, with my patch
108 instruction, with the B<llc> version first, and the B<lli> version second.
  /external/openfst/src/include/fst/
add-on.h 85 A2 *Second() const { return a2_; }
  /external/libvpx/vp8/encoder/arm/neon/
fastfdct4x4_neon.asm 69 ;Second for-loop
shortfdct_neon.asm 60 ;second stage
115 ; Second time through do not store off the

Completed in 465 milliseconds

1 2 3