OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readFromFile
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebUnitTestSupport.h
62
virtual WebData
readFromFile
(const WebString& path) { return WebData(); }
/system/core/healthd/
BatteryMonitor.h
53
int
readFromFile
(const String8& path, char* buf, size_t size);
BatteryMonitor.cpp
95
int BatteryMonitor::
readFromFile
(const String8& path, char* buf, size_t size) {
122
int length =
readFromFile
(path, buf, SIZE);
152
if (
readFromFile
(path, buf, SIZE) > 0) {
166
if (
readFromFile
(path, buf, SIZE) > 0) {
204
if (
readFromFile
(mHealthdConfig->batteryStatusPath, buf, SIZE) > 0)
207
if (
readFromFile
(mHealthdConfig->batteryHealthPath, buf, SIZE) > 0)
210
if (
readFromFile
(mHealthdConfig->batteryTechnologyPath, buf, SIZE) > 0)
220
if (
readFromFile
(path, buf, SIZE) > 0) {
/external/chromium_org/webkit/glue/
webfileutilities_impl.h
30
virtual int
readFromFile
(base::PlatformFile handle, char* data, int length);
webfileutilities_impl.cc
77
int WebFileUtilitiesImpl::
readFromFile
(base::PlatformFile handle,
/external/chromium/webkit/glue/
webfileutilities_impl.h
40
virtual int
readFromFile
(base::PlatformFile handle, char* data, int length);
webfileutilities_impl.cc
142
int WebFileUtilitiesImpl::
readFromFile
(base::PlatformFile handle,
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebImageTest.cpp
52
return Platform::current()->unitTestSupport()->
readFromFile
(filePath);
BitmapImageTest.cpp
66
return blink::Platform::current()->unitTestSupport()->
readFromFile
(filePath);
JPEGImageDecoderTest.cpp
57
return Platform::current()->unitTestSupport()->
readFromFile
(filePath);
GIFImageDecoderTest.cpp
56
return Platform::current()->unitTestSupport()->
readFromFile
(filePath);
WEBPImageDecoderTest.cpp
58
return Platform::current()->unitTestSupport()->
readFromFile
(filePath);
/external/chromium_org/content/test/
test_webkit_platform_support.h
97
virtual blink::WebData
readFromFile
(const blink::WebString& path);
test_webkit_platform_support.cc
317
blink::WebData TestWebKitPlatformSupport::
readFromFile
(
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 461 milliseconds