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

  /build/tools/releasetools/
test_common.py 46 def _verify(self, zip_file, zip_file_name, arcname, contents, member in class:CommonZipTest
103 self._verify(zip_file, zip_file_name, arcname, contents, test_file_name,
134 self._verify(zip_file, zip_file_name, arcname, contents,
174 self._verify(zip_file, zip_file_name, arcname_large, large,
179 self._verify(zip_file, zip_file_name, arcname_small, small,
288 self._verify(zip_file, zip_file_name, "foo", random_string,
290 self._verify(zip_file, zip_file_name, "bar", random_string,
292 self._verify(zip_file, zip_file_name, "baz", random_string,
294 self._verify(zip_file, zip_file_name, "qux", random_string,
  /external/libvorbis/examples/
seeking_example.c 28 void _verify(OggVorbis_File *ov, function
146 _verify(&ov,val,-1,-1.,pcmlength,bigassbuffer);
165 _verify(&ov,-1,val,-1.,pcmlength,bigassbuffer);
189 _verify(&ov,-1,val,-1.,pcmlength,bigassbuffer);
208 _verify(&ov,-1,-1,val,pcmlength,bigassbuffer);
232 _verify(&ov,-1,-1,val,pcmlength,bigassbuffer);

Completed in 424 milliseconds