HomeSort by relevance Sort by last modified time
    Searched refs:Second (Results 26 - 50 of 64) sorted by null

12 3

  /external/libvpx/libvpx/vp8/common/arm/neon/
bilinearpredict8x4_neon.asm 71 ;Second pass: 4x8
bilinearpredict16x16_neon.asm 170 ;Second pass: 16x16
297 ;Second pass: 16x16
vp8_subpixelvariance16x16_neon.asm 178 ;Second pass: 16x16
309 ;Second pass: 16x16
bilinearpredict8x8_neon.asm 97 ;Second pass: 8x8
vp8_subpixelvariance8x8_neon.asm 100 ;Second pass: 8x8
sixtappredict16x16_neon.asm 198 ;Second pass: 16x16
199 ;secondpass_filter - do first 8-columns and then second 8-columns
391 ;Second pass: 16x16
sixtappredict8x4_neon.asm 234 ;Second pass: 8x4
399 ;Second pass: 8x4
sixtappredict8x8_neon.asm 261 ;Second pass: 8x8
462 ;Second pass: 8x8
sixtappredict4x4_neon.asm 216 ;Second pass: 4x4
  /external/v8/test/mjsunit/
debug-evaluate-recursive.js 105 // Event listener which evaluates with break enabled one time and the second
120 // Second break event evaluates with break disabled.
array-splice.js 260 // Second hole (at index 3) of array turns into
308 // Second hole (at index 3) of array turns into
debug-sourceinfo.js 147 // Test second position.
201 // Test second line offset function a().
206 // Test second line column 2 offset function a().
216 // Test second line offset function b().
221 // Test second line column 11 offset function b().
226 // Test second line column 12 offset function b. Second line in b is 11 long
  /external/webkit/Source/WebCore/html/
DateComponents.cpp 169 static bool withinHTMLDateLimits(int year, int month, int monthDay, int hour, int minute, int second, int millisecond)
182 return !hour && !minute && !second && !millisecond;
287 // Parses a timezone part, and adjust year, month, monthDay, hour, minute, second, millisecond.
425 int second = 0; local
427 // Optional second part.
430 if (toInt(src, length, index + 1, 2, second) && second >= 0 && second <= 59) {
433 // Optional fractional second part.
455 m_second = second;
    [all...]
  /external/clang/test/SemaTemplate/
temp_class_spec.cpp 343 template< typename Protect, typename Second >
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 319 /// isProfitableToIfCvt - Second variant of isProfitableToIfCvt, this one
636 MachineInstr *Second) const {
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bsd.sh 114 echo Second type
  /external/openfst/src/include/fst/
lookahead-matcher.h 644 data->First() : data->Second());
659 data->First() : data->Second());
688 LabelReachable<A> reachable(data->Second());
matcher-fst.h 154 return match_type == MATCH_INPUT ? data->First() : data->Second();
  /external/ceres-solver/docs/
powell.tex 78 \texttt{AutoDiffCostFunction} with \texttt{F1}, \texttt{F2}, \texttt{F3} and \texttt{F4} as template parameters. Second, each \texttt{ResidualBlock} only depends on the two parameters that the corresponding residual object depends on and not on all four parameters.
  /system/extras/tests/bionic/libc/
Android.mk 138 # Second, the Bionic-specific tests
  /external/clang/lib/Sema/
TreeTransform.h 372 return Known->second;
    [all...]
SemaStmt.cpp 470 // FIXME: Introduce a second, default-ignored warning for this case?
490 // FIXME: Introduce a second, default-ignored warning for this case?
521 lhs.second->getCaseLoc().getRawEncoding()
522 < rhs.second->getCaseLoc().getRawEncoding())
821 Expr *PrevCase = CaseVals[i-1].second->getLHS()->IgnoreParenCasts();
822 Expr *CurrCase = CaseVals[i].second->getLHS()->IgnoreParenCasts();
833 Diag(CaseVals[i].second->getLHS()->getLocStart(),
837 Diag(CaseVals[i].second->getLHS()->getLocStart(),
843 Diag(CaseVals[i-1].second->getLHS()->getLocStart(),
863 CaseStmt *CR = CaseRanges[i].second;
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 428 StringRef first, second; local
430 llvm::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS"));
431 if (second != "")
432 iOSTarget = second.substr(0,3);
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 39 bool Parser::areTokensAdjacent(const Token &First, const Token &Second) {
43 return FirstEnd == SM.getSpellingLoc(Second.getLocation());
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 240 if(!(it->second.flags_ & PERFORMANCE)) continue;
241 it->second.Run();
246 if(!(it->second.flags_ & RACE_DEMO)) continue;
247 it->second.Run();
264 if(it->second.flags_ & EXCLUDE_FROM_ALL) continue;
265 if(it->second.flags_ & RACE_DEMO) continue;
266 if((it->second.flags_ & NEEDS_ANNOTATIONS)
268 it->second.Run();
    [all...]

Completed in 780 milliseconds

12 3