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

1234

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/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.cpp45 static PassRefPtr<SharedBuffer> readFile(const char* fileName) function in namespace:__anon11411
56 RefPtr<SharedBuffer> data = readFile("white-1x1.png");
67 RefPtr<SharedBuffer> data = readFile("black-and-white.ico");
82 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/angle/samples/dds_to_header/
H A Dmain.cpp30 std::ifstream readFile(inputFile, std::ios::binary | std::ios::in);
32 readFile.seekg(0, std::ios::end);
33 std::streamoff fileSize = readFile.tellg();
34 readFile.seekg(0, std::ios::beg);
45 readFile.read(reinterpret_cast<char*>(&magicWord), sizeof(DWORD));
53 readFile.read(reinterpret_cast<char*>(&header), sizeof(DDSURFACEDESC2));
207 readFile.read(reinterpret_cast<char*>(data.data()), sizeAtLevel);
235 readFile.close();
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageDecoderTest.cpp50 PassRefPtr<SharedBuffer> readFile(const char* fileName) function in namespace:__anon11328
83 RefPtr<SharedBuffer> fullData = readFile(gifFile);
115 RefPtr<SharedBuffer> data = readFile(gifFile);
142 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");
310 RefPtr<SharedBuffer> data = readFile("/LayoutTest
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoderTest.cpp52 PassRefPtr<SharedBuffer> readFile(const char* fileName) function in namespace:__anon11333
85 RefPtr<SharedBuffer> fullData = readFile(webpFile);
117 RefPtr<SharedBuffer> data = readFile(webpFile);
141 RefPtr<SharedBuffer> data = readFile(webpFile);
163 RefPtr<SharedBuffer> data = readFile(webpFile);
197 RefPtr<SharedBuffer> data = readFile(webpFile);
249 RefPtr<SharedBuffer> data = readFile(webpFile);
271 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/webp-animated.webp");
288 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/webp-animated.webp");
330 RefPtr<SharedBuffer> data = readFile("/LayoutTest
[all...]
/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/chromium_org/third_party/skia/tools/
H A Dgpuveto.cpp14 DEFINE_string2(readFile, r, "", "skp file to process.");
/external/chromium_org/v8/tools/
H A Dtickprocessor-driver.js46 var content = readFile(sourceMapURL);
/external/deqp/scripts/build/
H A Dcommon.py35 def readFile (filename): function
/external/icu/icu4c/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/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/skia/tools/
H A Dgpuveto.cpp14 DEFINE_string2(readFile, r, "", "skp file to process.");
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
H A Dsunspider-compare-results115 sub readFile($) subroutine
152 $file1 = readFile("$resultDirectory/baseline-filename.txt");
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DBitmapImageTest.cpp62 static PassRefPtr<SharedBuffer> readFile(const char* fileName) function in class:blink::BitmapImageTest
79 RefPtr<SharedBuffer> imageData = readFile(fileName);
169 RefPtr<SharedBuffer> imageData = readFile("/LayoutTests/fast/images/resources/green.jpg");
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoderTest.cpp52 PassRefPtr<SharedBuffer> readFile(const char* fileName) function in namespace:__anon11332
69 RefPtr<SharedBuffer> data = readFile(imageFilePath);
84 RefPtr<SharedBuffer> data = readFile(imageFilePath);
/external/chromium_org/third_party/icu/source/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

Completed in 378 milliseconds

1234