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

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
MediaPlayerApiTest.java 204 boolean isLoop = CodecTest.setLooping(MediaNames.MP3CBR);
205 assertTrue("MP3CBR setLooping", isLoop);
210 boolean isLoop = CodecTest.setLooping(MediaNames.MP3VBR);
212 assertTrue("MP3VBR setLooping", isLoop);
217 boolean isLoop = CodecTest.setLooping(MediaNames.MIDI);
218 assertTrue("MIDI setLooping", isLoop);
223 boolean isLoop = CodecTest.setLooping(MediaNames.AMR);
224 assertTrue("AMR setLooping", isLoop);
229 boolean isLoop = CodecTest.setLooping(MediaNames.OGG);
230 assertTrue("OGG setLooping", isLoop);
    [all...]
  /external/llvm/lib/Analysis/
Interval.cpp 27 // isLoop - Find out if there is a back edge in this interval...
29 bool Interval::isLoop() const {
  /external/llvm/include/llvm/Analysis/
Interval.h 97 /// isLoop - Find out if there is a back edge in this interval...
98 bool isLoop() const;
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 167 milliseconds