HomeSort by relevance Sort by last modified time
    Searched defs:readFile (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl 34 sub readFile($)
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($fileNewer) eq $expectedContent, "$title: \$fileNewer should be patched")
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/
LoadAsModule.pm 46 sub readFile($);
66 sub {" . readFile($scriptPath) . "}
70 sub readFile($)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider-compare-results 115 sub readFile($)
152 $file1 = readFile("$resultDirectory/baseline-filename.txt");
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebImageTest.cpp 45 static PassRefPtr<SharedBuffer> readFile(const char* fileName)
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/chromium_org/third_party/icu/source/samples/layout/
UnicodeReader.cpp 26 const UChar *UnicodeReader::readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount)
  /external/icu/icu4c/source/samples/layout/
UnicodeReader.cpp 26 const UChar *UnicodeReader::readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount)
  /cts/tools/cfassembler/src/dxconvext/util/
FileUtils.java 41 public static byte[] readFile(String fileName) {
43 return readFile(file);
53 public static byte[] readFile(File file) {
  /dalvik/dexgen/src/com/android/dexgen/util/
FileUtils.java 41 public static byte[] readFile(String fileName) {
43 return readFile(file);
53 public static byte[] readFile(File file) {
  /external/deqp/scripts/build/
common.py 35 def readFile (filename):
  /external/dexmaker/src/dx/java/com/android/dx/util/
FileUtils.java 41 public static byte[] readFile(String fileName) {
43 return readFile(file);
53 public static byte[] readFile(File file) {
  /cts/tests/tests/net/src/android/net/cts/
MultinetworkTest.java 61 private String readFile(String fileName) throws ErrnoException, IOException {
84 int value = Integer.parseInt(readFile(sysctl).trim());
95 int value = Integer.parseInt(readFile(sysctl).trim());
  /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/icu/icu4c/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) {
  /bionic/libc/kernel/tools/
utils.py 128 def readFile(self,path):
  /cts/libs/vogar-expect/src/vogar/util/
Strings.java 55 public static String readFile(File f) throws IOException {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImageTest.cpp 62 static PassRefPtr<SharedBuffer> readFile(const char* fileName)
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/
JPEGImageDecoderTest.cpp 52 PassRefPtr<SharedBuffer> readFile(const char* fileName)
69 RefPtr<SharedBuffer> data = readFile(imageFilePath);
84 RefPtr<SharedBuffer> data = readFile(imageFilePath);
  /external/jsilver/src/org/clearsilver/
HDF.java 39 boolean readFile(String filename) throws IOException;
54 * Serializes HDF contents to a file (readable by readFile)
DelegatedHdf.java 75 public boolean readFile(String filename) throws IOException, FileNotFoundException {
76 return getHdf().readFile(filename);
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 191 int newStatus = readFile(filePath);
338 int EmulatedCameraHotplugThread::readFile(String8 filePath) const {
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoderTest.cpp 50 PassRefPtr<SharedBuffer> readFile(const char* fileName)
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("/LayoutTests/fast/images/resources/animated.gif")
    [all...]
  /external/chromium_org/third_party/icu/source/samples/ugrep/
ugrep.cpp 74 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) {
  /external/chromium_org/third_party/libxslt/libxslt/
security.c 66 xsltSecurityCheck readFile;
135 sec->readFile = func; return(0);
163 return(sec->readFile);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DesignerPlugin.java 96 public static String readFile(InputStream inputStream, Charset charset) {
  /external/icu/icu4c/source/samples/ugrep/
ugrep.cpp 74 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) {

Completed in 457 milliseconds

1 2 3