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

1 2

  /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/dx-tests/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/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 309 def readFile(self,path):
  /external/doclava/src/com/google/doclava/
DocFile.java 30 public static String readFile(String filename) {
62 String filedata = readFile(docfile);
SampleTagInfo.java 82 mIncluded = readFile(position, filename, id, trim, true, false);
198 static String readFile(SourcePositionInfo pos, String filename, String id, boolean trim,
  /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/src/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);
  /external/jdiff/src/jdiff/
XMLToAPI.java 41 public static API readFile(String filename, boolean createGlobalComments,
93 } //readFile()
  /frameworks/base/opengl/java/android/opengl/
Object3D.java 72 public abstract InputStream readFile(String filename) throws IOException;
141 InputStream is = readFile(name + ".raw");
159 DataInputStream dis = new DataInputStream(readFile(filename));
  /sdk/anttasks/src/com/android/ant/
DependencyGraph.java 148 String content = readFile(dependencyFilePath);
433 private static String readFile(String filepath) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Utils.java 203 private static byte[] readFile(String filename) {
241 public static byte[] readFile(InputStream stream) {
320 byte[] data = readFile(filename);

Completed in 647 milliseconds

1 2