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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_DummyRTPpacket.h 18 virtual int readFromFile(FILE* fp) OVERRIDE;
RTPcat.cc 63 int pack_len = packet.readFromFile(in_file);
69 pack_len = packet.readFromFile(in_file);
RTPtimeshift.cc 59 int packLen = packet.readFromFile(inFile);
91 packLen = packet.readFromFile(inFile);
rtp_to_text.cc 105 while (packet->readFromFile(inFile) >= 0)
NETEQTEST_DummyRTPpacket.cc 23 int NETEQTEST_DummyRTPpacket::readFromFile(FILE *fp)
NETEQTEST_RTPpacket.h 35 virtual int readFromFile(FILE *fp);
RTPchange.cc 100 if (new_packet->readFromFile(in_file) < 0) {
NETEQTEST_RTPpacket.cc 99 int NETEQTEST_RTPpacket::readFromFile(FILE *fp)
202 return readFromFile(fp);
  /external/chromium_org/third_party/WebKit/public/platform/
WebUnitTestSupport.h 62 virtual WebData readFromFile(const WebString& path) { return WebData(); }
  /system/core/healthd/
BatteryMonitor.h 55 int readFromFile(const String8& path, char* buf, size_t size);
BatteryMonitor.cpp 99 int BatteryMonitor::readFromFile(const String8& path, char* buf, size_t size) {
126 int length = readFromFile(path, buf, SIZE);
156 if (readFromFile(path, buf, SIZE) > 0) {
170 if (readFromFile(path, buf, SIZE) > 0) {
203 if (readFromFile(mHealthdConfig->batteryStatusPath, buf, SIZE) > 0)
206 if (readFromFile(mHealthdConfig->batteryHealthPath, buf, SIZE) > 0)
209 if (readFromFile(mHealthdConfig->batteryTechnologyPath, buf, SIZE) > 0)
219 if (readFromFile(path, buf, SIZE) > 0) {
  /hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp 36 static int readFromFile(const char *path, char* buf, size_t size, bool throwError)
98 if (readFromFile(full_path, buf, SIZE, false) < 0) break;
118 if (readFromFile(full_path, buf, SIZE, false) < 0) break;
242 if (readFromFile(path, buf, SIZE, true) > 0) {
268 ret = readFromFile(path, buf, SIZE, true);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebImageTest.cpp 51 return Platform::current()->unitTestSupport()->readFromFile(filePath);
  /external/chromium_org/content/test/
test_webkit_platform_support.h 91 virtual blink::WebData readFromFile(const blink::WebString& path);
test_webkit_platform_support.cc 295 blink::WebData TestWebKitPlatformSupport::readFromFile(
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImageTest.cpp 66 return Platform::current()->unitTestSupport()->readFromFile(filePath);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoderTest.cpp 57 return Platform::current()->unitTestSupport()->readFromFile(filePath);
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp 125 static int readFromFile(char* fileName, char* buffer, int bufferSize);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoderTest.cpp 55 return Platform::current()->unitTestSupport()->readFromFile(filePath);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 323 ASSERT_NE(-1, rtp->readFromFile(rtp_fp_));
365 ASSERT_GT(rtp.readFromFile(rtp_fp_), 0);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoderTest.cpp 57 return Platform::current()->unitTestSupport()->readFromFile(filePath);
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 411 milliseconds