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

123

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A DplotBenchmark.m37 error('Second argument must be a string');
H A Dexportfig.m103 error('Second argument must be a string.');
/external/clang/lib/Sema/
H A DSemaStmt.cpp1402 void CheckForLoopConditionalStatement(Sema &S, Expr *Second, argument
1405 if (!Second) return;
1408 Second->getLocStart()))
1415 DE.Visit(Second);
1430 if (DeclMatcher(S, Decls, Second).FoundDeclInUse() ||
1454 PDiag << Second->getSourceRange();
H A DSemaExprCXX.cpp2706 if (SCS.Second == ICK_Derived_To_Base) {
2783 switch (SCS.Second) {
2806 SCS.Second == ICK_Integral_Promotion &&
H A DSemaInit.cpp4317 if (Best->FinalConversion.First || Best->FinalConversion.Second ||
4776 ICS.Standard.Second == ICK_Writeback_Conversion) {
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h1871 template<typename First, typename Second>
1872 struct ThreadingTrait<WTF::KeyValuePair<First, Second> > {
1875 && (ThreadingTrait<Second>::Affinity == MainThreadOnly) ? MainThreadOnly : AnyThread;
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dsixtappredict4x4_neon.asm216 ;Second pass: 4x4
/external/clang/lib/Driver/
H A DToolChains.cpp1136 std::pair<StringRef, StringRef> Second = First.second.split('.'); local
1143 if (Second.first.getAsInteger(10, GoodVersion.Minor) ||
1146 GoodVersion.MinorStr = Second.first.str();
1157 StringRef PatchText = GoodVersion.PatchSuffix = Second.second.str();
/external/clang/lib/Parse/
H A DParseExprCXX.cpp43 bool Parser::areTokensAdjacent(const Token &First, const Token &Second) { argument
47 return FirstEnd == SM.getSpellingLoc(Second.getLocation());
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1222 MachineInstr *Second) const {
1227 if (Second->getOpcode() != AArch64::Bcc)
/external/llvm/lib/Target/R600/
H A DSIInstrInfo.cpp1512 MachineInstr *Second = BuildMI(MBB, MII, DL, InstDesc, ResultReg) local
1519 Worklist.push_back(Second);
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp2268 // First: Second:
2284 void Second() { function in namespace:test46
2299 MyThreadArray t(First, Second);
2312 // First: Second:
2326 void Second() { function in namespace:test47
2337 MyThreadArray t(First, Second);
6412 GLOB++; // Second access.
/external/clang/lib/AST/
H A DASTContext.cpp6379 const VectorType *Second = SecondVec->getAs<VectorType>(); local
6380 if (First->getNumElements() == Second->getNumElements() &&
6381 hasSameType(First->getElementType(), Second->getElementType()) &&
6384 Second->getVectorKind() != VectorType::AltiVecPixel &&
6385 Second->getVectorKind() != VectorType::AltiVecBool)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8388 /// \brief Check whether or not \p First and \p Second are next to each other
8390 /// by \p First and the bits loaded by \p Second.
8392 const LoadedSlice &Second) {
8393 assert(First.Origin == Second.Origin && First.Origin &&
8396 assert((UsedBits & Second.getUsedBits()) == 0 &&
8398 UsedBits |= Second.getUsedBits();
8421 // First (resp. Second) is the first (resp. Second) potentially candidate
8424 const LoadedSlice *Second = nullptr; local
8427 First = Second) {
8391 areSlicesNextToEachOther(const LoadedSlice &First, const LoadedSlice &Second) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm779 ;# 2. Second filter is null. Don't use a temp buffer.
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dsubpixel_sse2.asm814 ; Second-pass filter only when xoffset==0
/external/libvpx/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm779 ;# 2. Second filter is null. Don't use a temp buffer.
/external/libvpx/libvpx/vp8/common/x86/
H A Dsubpixel_sse2.asm814 ; Second-pass filter only when xoffset==0
/external/chromium_org/third_party/libxslt/libexslt/
H A Ddate.c3526 X_IN_Y(Second,Minute)
/external/blktrace/btt/doc/
H A Dbtt.tex764 \newpage\subsection{\label{sec:sps-spec}Seeks Per Second}
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4984 MachineInstr *Second) const {
4997 switch(Second->getOpcode()) {
/external/clang/include/clang/Sema/
H A DSema.h3039 Stmt *First, FullExprArg Second,

Completed in 7386 milliseconds

123