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

  /external/chromium_org/third_party/WebKit/public/platform/
WebUnitTestSupport.h 62 virtual WebData readFromFile(const WebString& path) { return WebData(); }
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_DummyRTPpacket.cc 23 int NETEQTEST_DummyRTPpacket::readFromFile(FILE *fp)
NETEQTEST_RTPpacket.cc 99 int NETEQTEST_RTPpacket::readFromFile(FILE *fp)
202 return readFromFile(fp);
  /external/chromium_org/content/test/
test_webkit_platform_support.cc 295 blink::WebData TestWebKitPlatformSupport::readFromFile(
  /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);
  /system/core/healthd/
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) {
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp 125 static int readFromFile(char* fileName, char* buffer, int bufferSize);
    [all...]
  /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 504 milliseconds