HomeSort by relevance Sort by last modified time
    Searched full:isend (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /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...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_reading_helper.cpp 48 while (!isEnd()) {
69 if (isEnd()) {
109 if (isEnd()) {
116 while (!isEnd()) {
125 if (isEnd()) {
160 if (isEnd()) {
191 while (!isEnd()) {
221 while (!isEnd()) {
dynamic_pt_reading_helper.h 87 AK_FORCE_INLINE bool isEnd() const {
125 if (isEnd()) {
132 return !isEnd() && !ptNodeParams.isDeleted() && ptNodeParams.isTerminal();
dynamic_pt_updating_helper.cpp 35 while (!readingHelper->isEnd()) {
  /external/v8/test/unittests/compiler/
control-flow-optimizer-unittest.cc 61 IsEnd(IsMerge(IsIfValue(0, CaptureEq(&switch_capture)),
93 IsEnd(IsMerge(IsIfValue(0, CaptureEq(&switch_capture)),
119 IsEnd(IsMerge(IsMerge(IsIfTrue(CaptureEq(&branch1_capture)),
js-type-feedback-unittest.cc 139 EXPECT_THAT(graph()->end(), IsEnd(ret));
183 EXPECT_THAT(graph()->end(), IsEnd(ret));
225 EXPECT_THAT(graph()->end(), IsEnd(ret));
276 EXPECT_THAT(graph()->end(), IsEnd(ret));
328 EXPECT_THAT(graph()->end(), IsEnd(ret));
node-test-utils.h 39 Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher);
40 Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher,
42 Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher,
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
log_grouper.js 29 isEnd: function() {
69 if (groupEntry.isEnd()) {
log_view_painter.js 43 if (!entry.isEnd() || !canCollapseBeginWithEnd(entry.begin)) {
714 } else if (entry.isEnd()) {
  /external/clang/lib/AST/
CommentParser.cpp 53 bool isEnd() const {
59 assert(!isEnd());
74 assert(!isEnd());
80 assert(!isEnd());
85 if (isEnd() && !addToken())
88 assert(!isEnd());
123 while (!isEnd()) {
155 if (isEnd())
164 while (!isEnd()) {
188 if (isEnd())
    [all...]
ASTDiagnostic.cpp 831 if (isEnd()) return;
849 /// isEnd - Returns true if the iterator is one past the end.
850 bool isEnd() const {
858 if (isEnd()) {
891 assert(!isEnd() && "Index exceeds number of arguments.");
    [all...]
  /external/deqp/executor/
xeContainerFormatParser.cpp 272 const bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || curChar == '\n' || curChar == '\t';
274 if (isEnd)
308 bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER ||
311 if (isEnd)
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart.go 174 if idx, isEnd := p.mr.peekBufferSeparatorIndex(peek); idx != -1 {
176 foundBoundary = isEnd
177 if !isEnd && nCopy == 0 {
347 func (mr *Reader) peekBufferSeparatorIndex(peek []byte) (idx int, isEnd bool) {
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart.go 174 if idx, isEnd := p.mr.peekBufferSeparatorIndex(peek); idx != -1 {
176 foundBoundary = isEnd
177 if !isEnd && nCopy == 0 {
347 func (mr *Reader) peekBufferSeparatorIndex(peek []byte) (idx int, isEnd bool) {
  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 90 if (isEnd(op)) // return, ireturn, athrow, ...
204 private static boolean isEnd(int opcode) {
  /external/llvm/include/llvm/ADT/
SparseMultiSet.h 229 bool isEnd() const {
265 assert((isEnd() || SparseIdx == RHS.SparseIdx) &&
280 assert((isEnd() || !SMS->isHead(SMS->Dense[Idx])) &&
284 if (isEnd())
292 assert(!isEnd() && isKeyed() && "Incrementing an invalid/end iterator");
463 assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].isTombstone() &&
  /external/owasp/sanitizer/empiricism/
html-containment.js 300 function breadthFirstSearch(start, isEnd, eq, adjacent) {
304 if (isEnd(candidate.node)) {
  /external/valgrind/coregrind/m_debuginfo/
priv_d3basics.h 594 UChar isEnd;
597 (Addr aMin; Addr aMax; UShort nbytes; ..bytes..; UChar isEnd)
604 The end of the sequence is marked by an isEnd == 1 value. All
605 previous isEnd values must be zero.
d3basics.c     [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.h 370 FX_BOOL IsEnd(FX_BOOL bSavePieces);
xfa_textlayout.cpp     [all...]
  /external/v8/src/
dateparser.h 107 bool IsEnd() const { return ch_ == 0; }
  /frameworks/support/fragment/java/android/support/v4/app/
BackStackRecord.java     [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_node_writer.cpp 94 while (!mReadingHelper.isEnd()) {
  /external/opencv3/modules/videoio/src/
cap_qtkit.mm 714 bool isEnd=(QTTimeCompare(curTime,endOfMovie) == NSOrderedSame);
725 return !isEnd;
    [all...]

Completed in 2349 milliseconds

1 2 3 4