/external/chromium_org/base/ |
sync_socket_win.cc | 109 // Template function that supports calling ReadFile or WriteFile in an 139 // The OVERLAPPED structure will be modified by ReadFile or WriteFile. 144 // This is either the ReadFile or WriteFile call depending on whether 253 if (ReadFile(handle_, static_cast<char*>(buffer) + count, 299 &ReadFile, handle_, reinterpret_cast<char*>(buffer), length, 307 &ReadFile, handle_, reinterpret_cast<char*>(buffer), length,
|
/external/chromium_org/ppapi/tests/ |
test_flash_file.cc | 51 bool ReadFile(PP_FileHandle file_handle, std::string* contents) { 61 result = !!::ReadFile(file_handle, buffer, kBufferSize, &bytes_read, NULL); 138 ASSERT_FALSE(ReadFile(file_handle, &read_contents)); 147 ASSERT_TRUE(ReadFile(file_handle, &read_contents)); 175 ASSERT_TRUE(ReadFile(file_handle, &read_contents)); 315 ASSERT_TRUE(ReadFile(file_handle, &read_contents));
|
/external/wpa_supplicant_8/src/drivers/ |
driver_ndis_.c | 93 if (ReadFile(drv->events_pipe, buf, sizeof(buf), &len, NULL)) 96 wpa_printf(MSG_DEBUG, "%s: ReadFile() failed: %d", __func__,
|
/frameworks/base/core/jni/ |
android_ddm_DdmHandleNativeHeap.cpp | 48 static void ReadFile(const char* path, String8& s) { 70 ReadFile("/proc/self/maps", maps);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mhlib.py | 42 def readFile(fname): 159 eq(readFile(os.path.join(_mhpath, 'context')), 209 eq(readFile(os.path.join(_mhpath, 'wide', '.mh_sequences')), 237 seqs = readFile(os.path.join(_mhpath, 'wide', '.mh_sequences')) 272 eq(readFile(f.getmessagefilename(9)), 296 eq(readFile(f2.getmessagefilename(3)), 301 eq(readFile(f2.getmessagefilename(4)), 307 eq(readFile(f2.getmessagefilename(7)),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mhlib.py | 42 def readFile(fname): 159 eq(readFile(os.path.join(_mhpath, 'context')), 209 eq(readFile(os.path.join(_mhpath, 'wide', '.mh_sequences')), 237 seqs = readFile(os.path.join(_mhpath, 'wide', '.mh_sequences')) 272 eq(readFile(f.getmessagefilename(9)), 296 eq(readFile(f2.getmessagefilename(3)), 301 eq(readFile(f2.getmessagefilename(4)), 307 eq(readFile(f2.getmessagefilename(7)),
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WEBPImageDecoderTest.cpp | 53 PassRefPtr<SharedBuffer> readFile(const char* fileName) 86 RefPtr<SharedBuffer> fullData = readFile(webpFile); 118 RefPtr<SharedBuffer> data = readFile(webpFile); 142 RefPtr<SharedBuffer> data = readFile(webpFile); 165 RefPtr<SharedBuffer> data = readFile(webpFile); 190 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/webp-animated.webp"); 207 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/webp-animated.webp"); 249 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/webp-animated-opaque.webp"); 292 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/webp-animated-no-blend.webp"); 343 RefPtr<SharedBuffer> data = readFile(testImages[i].filename) [all...] |
/external/chromium/base/win/ |
scoped_handle.h | 26 // ReadFile(hfile.Get(), ...);
|
/external/chromium/chrome/browser/parsers/ |
metadata_parser_manager.cc | 42 amount_read = file_util::ReadFile(path, buffer, sizeof(buffer));
|
/external/chromium/net/test/ |
test_server_win.cc | 83 // Unblock the ReadFile in TestServer::WaitToStart by writing to the pipe. 113 if (!ReadFile(read_fd, buffer + bytes_read, bytes_max - bytes_read, 115 PLOG(ERROR) << "ReadFile failed"; 119 LOG(ERROR) << "ReadFile returned invalid byte count: " << num_bytes;
|
/external/chromium/testing/gmock/scripts/generator/cpp/ |
utils.py | 30 def ReadFile(filename, print_error=True):
|
/external/chromium_org/chrome/browser/extensions/api/serial/ |
serial_io_handler_win.h | 48 // WaitCommEvent, as opposed to waiting on actual ReadFile completion
|
/external/chromium_org/chrome/browser/parsers/ |
metadata_parser_manager.cc | 42 amount_read = base::ReadFile(path, buffer, sizeof(buffer));
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
fake_fetchers.py | 14 from test_util import ReadFile, ChromiumPath 24 return ReadFile(SERVER2, 'test_data', *path, **read_args) 72 return ReadFile(path) 102 return ReadFile(path)
|
test_util.py | 60 def ReadFile(*path, **read_args):
|
PRESUBMIT.py | 76 input_api.ReadFile(app_yaml_path)) 78 input_api.ReadFile(cron_yaml_path), key='target')
|
/external/chromium_org/components/policy/core/common/ |
preg_parser_win.h | 36 POLICY_EXPORT bool ReadFile(const base::FilePath& file_path,
|
/external/chromium_org/media/base/ |
test_data_util.cc | 40 base::ReadFile(
|
/external/chromium_org/net/base/ |
file_stream_context_win.cc | 96 if (!ReadFile(file_, buf->data(), buf_len, 104 LOG(WARNING) << "ReadFile failed: " << error.os_error; 116 if (!ReadFile(file_, buf, buf_len, &bytes_read, NULL)) { 121 LOG(WARNING) << "ReadFile failed: " << error.os_error;
|
/external/chromium_org/net/test/spawned_test_server/ |
local_test_server_win.cc | 34 // Unblock the ReadFile in LocalTestServer::WaitToStart by writing to the 63 if (!ReadFile(read_fd, buffer + bytes_read, bytes_max - bytes_read, 65 PLOG(ERROR) << "ReadFile failed"; 69 LOG(ERROR) << "ReadFile returned invalid byte count: " << num_bytes;
|
/system/netd/ |
NetdConstants.h | 39 int readFile(const char *path, char *buf, int *sizep);
|
/external/chromium_org/cc/ |
PRESUBMIT.py | 41 contents = input_api.ReadFile(f, 'rb') 71 contents = input_api.ReadFile(f, 'rb') 129 contents = input_api.ReadFile(f, 'rb') 145 contents = input_api.ReadFile(f, 'rb') 207 contents = input_api.ReadFile(f, 'rb')
|
/external/chromium_org/chrome/test/functional/rlz/ |
rlztest.py | 126 def _AssertEventsInPing(self, log_file, excepted_event_list, readFile=1): 132 readFile: Reading order for file. Default is 1 (Top to Bottom). 134 for line in log_file[::readFile]: 167 def _AssertRlzValues(self, log_file, readFile=1): 172 readFile: Reading order for file. Default is 1 (Top to Bottom). 174 for line in log_file[::readFile]:
|
/external/chromium/googleurl/ |
PRESUBMIT.py | 20 def ReadFile(path): 74 contents = ReadFile(path)
|
/external/chromium_org/third_party/npapi/npspy/ |
analyze_streams.py | 6 def ReadFile(filename, flags='rb'):
51 file = ReadFile(argv[1])
|