Searched refs:readFile (Results 1 - 25 of 69) sorted by relevance

123

/external/icu4c/samples/layout/
H A DUnicodeReader.h28 static const UChar *readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount);
H A Ducreader.cpp17 return UnicodeReader::readFile(fileName, (GUISupport *) guiSupport, *charCount);
H A DUnicodeReader.cpp26 const UChar *UnicodeReader::readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount) function in class:UnicodeReader
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DFileUtils.java50 public static byte[] readFile(String fileName) method in class:FileUtils
53 return readFile(file);
63 public static byte[] readFile(File file) method in class:FileUtils
65 return readFile(file, 0, -1);
78 public static byte[] readFile(File file, int offset, int length) method in class:FileUtils
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/
H A DLoadAsModule.pm46 sub readFile($);
66 sub {" . readFile($scriptPath) . "}
70 sub readFile($) subroutine
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebImageTest.cpp46 static PassRefPtr<SharedBuffer> readFile(const char* fileName) function in namespace:__anon10457
57 RefPtr<SharedBuffer> data = readFile("white-1x1.png");
68 RefPtr<SharedBuffer> data = readFile("black-and-white.ico");
83 RefPtr<SharedBuffer> data = readFile("valid_header_missing_bitmap.ico");
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DFileUtils.java41 public static byte[] readFile(String fileName) { method in class:FileUtils
43 return readFile(file);
53 public static byte[] readFile(File file) { method in class:FileUtils
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DmergeChangeLogs.pl34 sub readFile($) subroutine
120 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
121 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
132 ok(readFile($fileNewer) eq $expectedContent, "$title: \$fileNewer should be updated to include patch");
189 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
190 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
191 ok(readFile($fileNewer) eq $fileNewerContent, "$title: \$fileNewer should be unchanged");
246 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
247 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
259 ok(readFile(
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
H A DGIFImageDecoderTest.cpp53 PassRefPtr<SharedBuffer> readFile(const char* fileName) function in namespace:__anon10297
86 RefPtr<SharedBuffer> fullData = readFile(gifFile);
118 RefPtr<SharedBuffer> data = readFile(gifFile);
145 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/animated.gif");
168 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/animated.gif");
192 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/animated.gif");
217 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/animated-gif-with-offsets.gif");
245 RefPtr<SharedBuffer> data = readFile("/Source/web/tests/data/broken.gif");
257 RefPtr<SharedBuffer> fullData = readFile("/Source/web/tests/data/radient.gif");
308 RefPtr<SharedBuffer> data = readFile("/LayoutTest
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/webp/
H A DWEBPImageDecoderTest.cpp55 PassRefPtr<SharedBuffer> readFile(const char* fileName) function in namespace:__anon10300
88 RefPtr<SharedBuffer> fullData = readFile(webpFile);
120 RefPtr<SharedBuffer> data = readFile(webpFile);
157 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/webp-animated.webp");
197 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/webp-animated-opaque.webp");
246 RefPtr<SharedBuffer> data = readFile(testImages[i].filename);
275 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/invalid-animated-webp.webp");
287 RefPtr<SharedBuffer> fullData = readFile("/LayoutTests/fast/images/resources/webp-animated.webp");
338 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/webp-animated.webp");
366 RefPtr<SharedBuffer> fullData = readFile("/LayoutTest
[all...]
/external/chromium_org/chrome/test/functional/rlz/
H A Drlztest.py126 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_org/third_party/icu/source/tools/gencfu/
H A Dgencfu.cpp122 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) { function
/external/icu4c/tools/gencfu/
H A Dgencfu.cpp122 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) { function
/external/jsilver/src/org/clearsilver/
H A DHDF.java39 boolean readFile(String filename) throws IOException; method in interface:HDF
54 * Serializes HDF contents to a file (readable by readFile)
H A DDelegatedHdf.java75 public boolean readFile(String filename) throws IOException, FileNotFoundException { method in class:DelegatedHdf
76 return getHdf().readFile(filename);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
H A Dsunspider-compare-results115 sub readFile($) subroutine
152 $file1 = readFile("$resultDirectory/baseline-filename.txt");
/external/doclava/src/com/google/doclava/
H A DDocFile.java30 public static String readFile(String filename) { method in class:DocFile
84 String filedata = readFile(docfile);
H A DSampleTagInfo.java82 mIncluded = readFile(position, filename, id, trim, true, false, false);
205 static String readFile(SourcePositionInfo pos, String filename, String id, boolean trim, method in class:SampleTagInfo
/external/chromium_org/third_party/libxslt/libxslt/
H A Dsecurity.c66 xsltSecurityCheck readFile; member in struct:_xsltSecurityPrefs
135 sec->readFile = func; return(0);
163 return(sec->readFile);
/external/icu4c/samples/ugrep/
H A Dugrep.cpp74 void readFile(const char *name);
131 readFile(argv[fileNum]);
254 // readFile Read a file into memory, and convert it to Unicode.
261 void readFile(const char *name) { function
/external/jdiff/src/jdiff/
H A DJDiff.java86 API oldAPI = XMLToAPI.readFile(tempOldFileName, false, oldFileName);
92 API newAPI = XMLToAPI.readFile(tempNewFileName, true, newFileName);
113 Comments existingComments = Comments.readFile(commentsFileName);
/external/libxslt/libxslt/
H A Dsecurity.c66 xsltSecurityCheck readFile; member in struct:_xsltSecurityPrefs
135 sec->readFile = func; return(0);
163 return(sec->readFile);
/external/chromium_org/third_party/icu/source/test/thaitest/
H A Dthaitest.cpp111 static const UChar *readFile(char *fileName, int32_t &charCount);
305 const UChar *ThaiWordbreakTest::readFile(char *fileName, int32_t &charCount) function in class:ThaiWordbreakTest
467 spaces = ThaiWordbreakTest::readFile(fileName, spaceCount);
/external/icu4c/test/thaitest/
H A Dthaitest.cpp111 static const UChar *readFile(char *fileName, int32_t &charCount);
305 const UChar *ThaiWordbreakTest::readFile(char *fileName, int32_t &charCount) function in class:ThaiWordbreakTest
467 spaces = ThaiWordbreakTest::readFile(fileName, spaceCount);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DSerializedGrammar.java94 readFile(in);
98 protected void readFile(DataInputStream in) throws IOException { method in class:SerializedGrammar

Completed in 585 milliseconds

123