HomeSort by relevance Sort by last modified time
    Searched full:readfile (Results 26 - 50 of 188) sorted by null

12 3 4 5 6 7 8

  /hardware/ril/mock-ril/src/cpp/
js_support.h 30 extern int ReadFile(const char *fileName, char** data, size_t *length = NULL);
  /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) )
  /frameworks/base/opengl/java/android/opengl/
Object3D.java 72 public abstract InputStream readFile(String filename) throws IOException;
141 InputStream is = readFile(name + ".raw");
159 DataInputStream dis = new DataInputStream(readFile(filename));
  /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/third_party/libevent/sample/
event-test.c 43 len = ReadFile((HANDLE)fd, buf, sizeof(buf) - 1, &dwBytesRead, NULL);
  /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) {
  /external/webkit/Source/WebCore/platform/win/
SharedBufferWin.cpp 60 if (ReadFile(fileHandle, buffer.data(), bytesToRead, &bytesRead, 0) && bytesToRead == bytesRead)
  /packages/apps/CertInstaller/src/com/android/certinstaller/
Util.java 78 static byte[] readFile(File file) {
  /system/core/fastboot/
util_windows.c 79 if ( !ReadFile( file, data, file_size, &out_bytes, NULL ) ||
  /development/host/windows/usb/api/
adb_legacy_endpoint_object.cpp 82 res = is_read ? ReadFile(usb_handle(),
155 ReadFile(usb_handle(), buffer, bytes_to_transfer, bytes_transferred, &overlapped) :
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
Win32PipeStream.cpp 211 if (! ::ReadFile(m_pipe, (char *)buf + (len - res), res, &readcount, NULL) || readcount == 0) {
232 if (!::ReadFile(m_pipe, (char *)buf, len, &readcount, NULL)) {
  /external/antlr/src/org/antlr/runtime/
SerializedGrammar.java 94 readFile(in);
98 protected void readFile(DataInputStream in) throws IOException {
  /external/chromium/net/disk_cache/
file_win.cc 134 if (!ReadFile(sync_platform_file_, buffer, size, &actual, NULL))
175 if (!ReadFile(platform_file_, buffer, size, &actual, data->overlapped())) {
  /external/doclava/src/com/google/doclava/
DocFile.java 30 public static String readFile(String filename) {
62 String filedata = readFile(docfile);
SampleCode.java 133 SampleTagInfo.readFile(new SourcePositionInfo(filename, -1, -1), filename, "sample code",
149 SampleTagInfo.readFile(new SourcePositionInfo(filename, -1, -1), filename, "sample code",
  /external/jsilver/src/org/clearsilver/
DelegatedHdf.java 75 public boolean readFile(String filename) throws IOException, FileNotFoundException {
76 return getHdf().readFile(filename);
HDF.java 39 boolean readFile(String filename) throws IOException;
54 * Serializes HDF contents to a file (readable by readFile)
  /external/webkit/PerformanceTests/SunSpider/
sunspider-compare-results 115 sub readFile($)
152 $file1 = readFile("$resultDirectory/baseline-filename.txt");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Utils.java 203 private static byte[] readFile(String filename) {
241 public static byte[] readFile(InputStream stream) {
320 byte[] data = readFile(filename);
  /external/jdiff/src/jdiff/
JDiff.java 86 API oldAPI = XMLToAPI.readFile(tempOldFileName, false, oldFileName);
92 API newAPI = XMLToAPI.readFile(tempNewFileName, true, newFileName);
113 Comments existingComments = Comments.readFile(commentsFileName);
  /external/libxslt/libxslt/
security.c 66 xsltSecurityCheck readFile;
135 sec->readFile = func; return(0);
163 return(sec->readFile);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
ConnectionWin.cpp 147 if (!::ReadFile(m_connectionPipe, m_readBuffer.data() + numberOfBytesRead, bytesToRead, 0, &m_readState)) {
206 BOOL result = ::ReadFile(m_connectionPipe, m_readBuffer.data(), m_readBuffer.size(), 0, &m_readState);
223 // became available between our calls to ::PeekNamedPipe and ::ReadFile above. Go back
  /bionic/libc/kernel/tools/
update_all.py 72 b.readFile( dst_path )
  /cts/libs/vogar-expect/src/vogar/util/
Strings.java 55 public static String readFile(File f) throws IOException {

Completed in 1458 milliseconds

12 3 4 5 6 7 8