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

12 3

  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 136 first second
147 first second
157 first second
168 second first
174 First Second Third Fourth
MESA_program_debug.spec 303 Second draft. (Brian Paul)
  /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 >
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bsd.sh 114 echo Second type
  /external/openfst/src/include/fst/
lookahead-matcher.h 645 data->First() : data->Second());
660 data->First() : data->Second());
689 LabelReachable<A> reachable(data->Second());
matcher-fst.h 154 return match_type == MATCH_INPUT ? data->First() : data->Second();
  /external/libvpx/vp8/common/arm/neon/
bilinearpredict16x16_neon.asm 170 ;Second pass: 16x16
297 ;Second pass: 16x16
bilinearpredict8x8_neon.asm 97 ;Second pass: 8x8
sixtappredict16x16_neon.asm 187 ;Second pass: 16x16
188 ;secondpass_filter - do first 8-columns and then second 8-columns
380 ;Second pass: 16x16
sixtappredict8x4_neon.asm 223 ;Second pass: 8x4
388 ;Second pass: 8x4
sixtappredict8x8_neon.asm 250 ;Second pass: 8x8
451 ;Second pass: 8x8
sixtappredict4x4_neon.asm 205 ;Second pass: 4x4
  /external/libvpx/vp8/encoder/arm/neon/
vp8_subpixelvariance16x16_neon.asm 173 ;Second pass: 16x16
304 ;Second pass: 16x16
fastfdct8x4_neon.asm 94 ;Second for-loop
vp8_subpixelvariance8x8_neon.asm 100 ;Second pass: 8x8
  /system/extras/tests/bionic/libc/
Android.mk 138 # Second, the Bionic-specific tests
  /external/clang/lib/Sema/
TreeTransform.h 366 return Known->second;
    [all...]
SemaStmt.cpp 419 // FIXME: Introduce a second, default-ignored warning for this case?
439 // FIXME: Introduce a second, default-ignored warning for this case?
470 lhs.second->getCaseLoc().getRawEncoding()
471 < rhs.second->getCaseLoc().getRawEncoding())
729 Diag(CaseVals[i].second->getLHS()->getLocStart(),
731 Diag(CaseVals[i-1].second->getLHS()->getLocStart(),
751 CaseStmt *CR = CaseRanges[i].second;
806 CaseStmt *CR = CaseRanges[i].second;
820 OverlapStmt = I->second;
827 OverlapStmt = (I-1)->second;
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 173 delete it->second;
586 StringRef first, second;
588 llvm::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS"));
589 if (second != "")
590 iOSTarget = second.substr(0,3);
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 39 static bool AreTokensAdjacent(Preprocessor &PP, Token &First, 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 798 milliseconds

12 3