HomeSort by relevance Sort by last modified time
    Searched full:readfile (Results 51 - 75 of 384) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.h 60 int readFile(String8 filePath) const;
  /external/chromium/base/
file_util_deprecated.h 43 BASE_API int ReadFile(const std::wstring& filename, char* data, int size);
  /external/chromium_org/base/
PRESUBMIT.py 20 contents = input_api.ReadFile(f)
async_socket_io_handler_win.cc 48 BOOL ok = ::ReadFile(socket_, buffer, buffer_len, &bytes_read,
  /external/chromium_org/chrome/browser/chromeos/settings/
owner_key_util.cc 61 int data_read = base::ReadFile(
  /external/chromium_org/chrome/utility/media_galleries/
pmp_column_reader.h 30 bool ReadFile(base::PlatformFile file, const PmpFieldType expected_type);
  /external/chromium_org/base/win/
shortcut_unittest.cc 94 base::ReadFile(resolved_name, read_contents, arraysize(read_contents));
107 base::ReadFile(resolved_name, read_contents, arraysize(read_contents));
160 base::ReadFile(resolved_name, read_contents, arraysize(read_contents));
  /external/chromium_org/content/test/
weburl_loader_mock_factory.cc 162 if (!error->reason && !ReadFile(iter->second.file_path, data)) {
176 bool WebURLLoaderMockFactory::ReadFile(const base::FilePath& file_path,
185 int read_count = base::ReadFile(file_path, buffer.get(), size);
  /external/chromium_org/third_party/libpng/
pngrio.c 61 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
95 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check,
112 if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) )
  /external/chromium_org/third_party/ots/test/
idempotent.cc 39 bool ReadFile(const char *file_name, uint8_t **data, size_t *file_size);
49 bool ReadFile(const char *file_name, uint8_t **data, size_t *file_size) {
161 if (!ReadFile(argv[1], &data, &file_size)) {
  /external/chromium_org/tools/grit/grit/
util_unittest.py 84 if util.ReadFile('testfile', encoding) != expected_result:
85 print (util.ReadFile('testfile', encoding), expected_result)
86 self.failUnless(util.ReadFile('testfile', encoding) == expected_result)
  /external/libpng/
pngrio.c 76 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
110 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check,
127 if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) )
  /external/qemu/distrib/libpng-1.2.19/
pngrio.c 54 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
87 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
103 if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) )
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserTest.java 313 new SAXParserTestSupport().readFile(list_out_dh[i].getPath());
347 HashMap<String, String> hm = sp.readFile(
406 HashMap<String, String> hm = new SAXParserTestSupport().readFile(
448 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath());
504 HashMap<String, String> hm = new SAXParserTestSupport().readFile(
547 HashMap<String, String> hm = sp.readFile(
604 // HashMap<String, String> hm = new SAXParserTestSupport().readFile(
655 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath());
696 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath());
743 HashMap<String, String> hm = new SAXParserTestSupport().readFile(
    [all...]
  /external/chromium_org/chrome/test/logging/win/
log_file_reader.cc 68 static void ReadFile(const base::FilePath& log_file,
242 void LogFileReader::ReadFile(const base::FilePath& log_file,
259 LogFileReader::ReadFile(log_file, delegate);
  /external/chromium_org/tools/site_compare/commands/
compare2.py 34 type="readfile", metaname="PATH", required=True)
37 type="readfile", metaname="PATH", required=True)
56 ["-l", "--list"], "List of URLs to compare", type="readfile")
  /bionic/libc/kernel/tools/
update_all.py 67 b.readFile( dst_path )
  /external/chromium/third_party/libevent/sample/
event-test.c 43 len = ReadFile((HANDLE)fd, buf, sizeof(buf) - 1, &dwBytesRead, NULL);
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
fake_drive_service_helper.h 59 google_apis::GDataErrorCode ReadFile(
  /external/chromium_org/chrome/common/extensions/api/
PRESUBMIT.py 7 contents = input_api.ReadFile(filename)
PRESUBMIT_test.py 26 def ReadFile(self, filename, mode='rU'):
  /external/chromium_org/third_party/icu/source/tools/gencfu/
gencfu.cpp 122 static const char *readFile(const char *fileName, int32_t *len);
208 const char *confusables = readFile(confFileName, &confusablesLen);
215 const char *wsConfsables = readFile(confWSFileName, &wsConfusablesLen);
302 static const char *readFile(const char *fileName, int32_t *len) {
  /external/chromium_org/third_party/libevent/sample/
event-test.c 43 len = ReadFile((HANDLE)fd, buf, sizeof(buf) - 1, &dwBytesRead, NULL);
  /external/chromium_org/v8/tools/
tickprocessor-driver.js 46 var content = readFile(sourceMapURL);
  /external/icu4c/tools/gencfu/
gencfu.cpp 122 static const char *readFile(const char *fileName, int32_t *len);
208 const char *confusables = readFile(confFileName, &confusablesLen);
215 const char *wsConfsables = readFile(confWSFileName, &wsConfusablesLen);
302 static const char *readFile(const char *fileName, int32_t *len) {

Completed in 3016 milliseconds

1 23 4 5 6 7 8 91011>>