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

1 2 3

  /external/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/webkit/PerformanceTests/SunSpider/
sunspider-compare-results 115 sub readFile($)
152 $file1 = readFile("$resultDirectory/baseline-filename.txt");
  /external/icu4c/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) {
  /dalvik/dx/src/com/android/dx/util/
FileUtils.java 41 public static byte[] readFile(String fileName) {
43 return readFile(file);
53 public static byte[] readFile(File file) {
  /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) {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
FileUtils.java 50 public static byte[] readFile(String fileName)
53 return readFile(file);
63 public static byte[] readFile(File file)
65 return readFile(file, 0, -1);
78 public static byte[] readFile(File file, int offset, int length)
  /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) {
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
ToastTest.java 57 private static String readFile(String fn) {
87 String text = "freq=" + readFile("/sys/class/leds/red/device/grpfreq")
88 + "\npwm=" + readFile("/sys/class/leds/red/device/grppwm");
  /cts/libs/vogar-expect/src/vogar/util/
Strings.java 55 public static String readFile(File f) throws IOException {
  /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);
  /packages/apps/CertInstaller/src/com/android/certinstaller/
Util.java 78 static byte[] readFile(File file) {
  /bionic/libc/kernel/tools/
utils.py 183 def readFile(self,path):
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 191 int newStatus = readFile(filePath);
338 int EmulatedCameraHotplugThread::readFile(String8 filePath) const {
  /external/doclava/src/com/google/doclava/
SampleTagInfo.java 82 mIncluded = readFile(position, filename, id, trim, true, false);
198 static String readFile(SourcePositionInfo pos, String filename, String id, boolean trim,
DocFile.java 30 public static String readFile(String filename) {
83 String filedata = readFile(docfile);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DesignerPlugin.java 96 public static String readFile(InputStream inputStream, Charset charset) {
  /external/icu4c/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/jsilver/src/org/clearsilver/jni/
JniHdf.java 100 public boolean readFile(String filename) throws IOException {
142 /** Serializes HDF contents to a file (readable by readFile)
  /external/libxslt/libxslt/
security.c 66 xsltSecurityCheck readFile;
135 sec->readFile = func; return(0);
163 return(sec->readFile);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
SerializedGrammar.java 94 readFile(in);
98 protected void readFile(DataInputStream in) throws IOException {
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 202 readFile (inFile);
311 private void readFile (final File file)
  /external/icu4c/test/thaitest/
thaitest.cpp 111 static const UChar *readFile(char *fileName, int32_t &charCount);
305 const UChar *ThaiWordbreakTest::readFile(char *fileName, int32_t &charCount)
467 spaces = ThaiWordbreakTest::readFile(fileName, spaceCount);

Completed in 1806 milliseconds

1 2 3