Searched refs:readFromFile (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A DNETEQTEST_DummyRTPpacket.h18 virtual int readFromFile(FILE* fp) OVERRIDE;
H A DRTPcat.cc63 int pack_len = packet.readFromFile(in_file);
69 pack_len = packet.readFromFile(in_file);
H A DRTPtimeshift.cc59 int packLen = packet.readFromFile(inFile);
91 packLen = packet.readFromFile(inFile);
H A Drtp_to_text.cc105 while (packet->readFromFile(inFile) >= 0)
H A DNETEQTEST_DummyRTPpacket.cc23 int NETEQTEST_DummyRTPpacket::readFromFile(FILE *fp) function in class:NETEQTEST_DummyRTPpacket
H A DNETEQTEST_RTPpacket.h35 virtual int readFromFile(FILE *fp);
H A DRTPchange.cc100 if (new_packet->readFromFile(in_file) < 0) {
H A DNETEQTEST_RTPpacket.cc99 int NETEQTEST_RTPpacket::readFromFile(FILE *fp) function in class:NETEQTEST_RTPpacket
202 return readFromFile(fp);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebUnitTestSupport.h62 virtual WebData readFromFile(const WebString& path) { return WebData(); } function in class:blink::WebUnitTestSupport
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebImageTest.cpp51 return Platform::current()->unitTestSupport()->readFromFile(filePath);
/external/chromium_org/content/test/
H A Dtest_webkit_platform_support.h91 virtual blink::WebData readFromFile(const blink::WebString& path);
H A Dtest_webkit_platform_support.cc295 blink::WebData TestWebKitPlatformSupport::readFromFile( function in class:content::TestWebKitPlatformSupport
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DBitmapImageTest.cpp66 return Platform::current()->unitTestSupport()->readFromFile(filePath);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoderTest.cpp57 return Platform::current()->unitTestSupport()->readFromFile(filePath);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageDecoderTest.cpp55 return Platform::current()->unitTestSupport()->readFromFile(filePath);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_unittest.cc323 ASSERT_NE(-1, rtp->readFromFile(rtp_fp_));
365 ASSERT_GT(rtp.readFromFile(rtp_fp_), 0);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoderTest.cpp57 return Platform::current()->unitTestSupport()->readFromFile(filePath);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 198 milliseconds