HomeSort by relevance Sort by last modified time
    Searched refs:isEnd (Results 1 - 16 of 16) sorted by null

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
MediaPlayerApiTest.java 269 boolean isEnd = CodecTest.seekToEnd(MediaNames.MP3CBR);
270 assertTrue("MP3CBR seekToEnd", isEnd);
275 boolean isEnd = CodecTest.seekToEnd(MediaNames.MP3VBR);
277 assertTrue("MP3VBR seekToEnd", isEnd);
282 boolean isEnd = CodecTest.seekToEnd(MediaNames.MIDI);
283 assertTrue("MIDI seekToEnd", isEnd);
288 boolean isEnd = CodecTest.seekToEnd(MediaNames.AMR);
289 assertTrue("AMR seekToEnd", isEnd);
294 boolean isEnd = CodecTest.seekToEnd(MediaNames.OGG);
295 assertTrue("OGG seekToEnd", isEnd);
    [all...]
  /external/clang/lib/AST/
CommentParser.cpp 44 bool isEnd() const {
50 assert(!isEnd());
65 assert(!isEnd());
71 assert(!isEnd());
76 if (isEnd() && !addToken())
79 assert(!isEnd());
114 while (!isEnd()) {
146 if (isEnd())
155 while (!isEnd()) {
179 if (isEnd())
    [all...]
ASTDiagnostic.cpp 712 if (isEnd()) return;
730 /// isEnd - Returns true if the iterator is one past the end.
731 bool isEnd() const {
739 if (isEnd()) {
772 assert(!isEnd() && "Index exceeds number of arguments.");
828 !FromIter.isEnd() || !ToIter.isEnd(); ++TotalArgs) {
844 Tree.SetDefault(FromIter.isEnd() && !FromType.isNull(),
845 ToIter.isEnd() && !ToType.isNull());
881 bool HasFromInt = !FromIter.isEnd() &
    [all...]
  /external/llvm/include/llvm/ADT/
SparseMultiSet.h 224 bool isEnd() const {
270 assert((isEnd() || SparseIdx == RHS.SparseIdx) &&
285 assert((isEnd() || !SMS->isHead(SMS->Dense[Idx])) &&
289 if (isEnd())
297 assert(!isEnd() && isKeyed() && "Incrementing an invalid/end iterator");
471 assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].isTombstone() &&
  /external/chromium/chrome/browser/resources/net_internals/
loggrouper.js 26 LogGroupEntry.prototype.isEnd = function() {
65 if (groupEntry.isEnd()) {
logviewpainter.js 74 if (!entry.isEnd() || !canCollapseBeginWithEnd(entry.begin)) {
356 } else if (entry.isEnd()) {
  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 90 if (isEnd(op)) // return, ireturn, athrow, ...
204 private static boolean isEnd(int opcode) {
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
  /external/webkit/Source/WebCore/editing/
ReplaceSelectionCommand.cpp     [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 590 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) {
591 return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin());
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 341 milliseconds