Searched defs:readFile (Results 1 - 25 of 56) sorted by relevance

123

/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/Tools/Scripts/webkitperl/
H A DLoadAsModule.pm46 sub readFile($);
66 sub {" . readFile($scriptPath) . "}
70 sub readFile($) subroutine
/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/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/icu/source/samples/layout/
H A DUnicodeReader.cpp26 const UChar *UnicodeReader::readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount) function in class:UnicodeReader
/external/deqp/scripts/build/
H A Dcommon.py35 def readFile (filename): function
/external/doclava/src/com/google/doclava/
H A DDocFile.java30 public static String readFile(String filename) { method in class:DocFile
76 String filedata = readFile(docfile);
121 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/icu/icu4c/source/samples/layout/
H A DUnicodeReader.cpp26 const UChar *UnicodeReader::readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount) function in class:UnicodeReader
/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
/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/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/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/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/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/libxslt/libxslt/
H A Dsecurity.c66 xsltSecurityCheck readFile; member in struct:_xsltSecurityPrefs
135 sec->readFile = func; return(0);
163 return(sec->readFile);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
H A DDesignerPlugin.java96 public static String readFile(InputStream inputStream, Charset charset) { method in class:DesignerPlugin
/external/jdiff/src/jdiff/
H A DComments.java45 public static Comments readFile(String filename) { method in class:Comments
105 } //readFile()
H A DXMLToAPI.java41 public static API readFile(String filename, boolean createGlobalComments, method in class:XMLToAPI
93 } //readFile()
/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
/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/emma/core/java12/com/vladium/emma/rt/
H A DClassPathProcessorST.java202 readFile (inFile);
311 private void readFile (final File file) method in class:ClassPathProcessorST
/external/icu/icu4c/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
/external/icu/icu4c/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);

Completed in 5619 milliseconds

123