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

  /frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3reader.cpp 307 off64_t test_pos = pos + frame_size; local
313 ssize_t retval = sourceReadAt(fp, test_pos, tmp, sizeof(tmp));
332 test_pos += test_frame_size;
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 163 off64_t test_pos = pos + frame_size; local
168 if (source->readAt(test_pos, tmp, 4) < 4) {
189 ALOGV("found subsequent frame #%d at %lld", j + 2, (long long)test_pos);
191 test_pos += test_frame_size;
  /external/clang/test/Analysis/
misc-ps-region-store.cpp 321 void test_pos();
326 void RDar9267815::test_pos() { function in class:RDar9267815
  /external/iptables/libiptc/
libiptc.c 749 struct list_head *test_pos; local
751 test_pos = iptcc_linearly_search_chain_index(name, handle);
752 if (list_start_pos != test_pos) {
754 test_c=list_entry(test_pos, struct chain_head,list);
    [all...]
  /external/clang/test/CodeGen/
zvector.c 61 void test_pos (void) function
63 // CHECK-LABEL: test_pos
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_operator.py 258 def test_pos(self): member in class:OperatorTestCase
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_operator.py 258 def test_pos(self): member in class:OperatorTestCase
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_operator.py 258 def test_pos(self): member in class:OperatorTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_operator.py 258 def test_pos(self): member in class:OperatorTestCase

Completed in 3511 milliseconds