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

1 2 3 4

  /external/icu4c/samples/layout/
UnicodeReader.h 28 static const UChar *readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount);
ucreader.cpp 17 return UnicodeReader::readFile(fileName, (GUISupport *) guiSupport, *charCount);
UnicodeReader.cpp 26 const UChar *UnicodeReader::readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount)
  /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)
  /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) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/
AdtPluginTest.java 38 String contents = AdtPlugin.readFile(new StringReader(input));
46 String readBack = AdtPlugin.readFile(temp);
  /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/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...]
  /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");
  /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) {
  /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);
  /external/doclava/src/com/google/doclava/
DocFile.java 30 public static String readFile(String filename) {
62 String filedata = readFile(docfile);
  /external/webkit/PerformanceTests/SunSpider/
sunspider-compare-results 115 sub readFile($)
152 $file1 = readFile("$resultDirectory/baseline-filename.txt");
  /bionic/libc/kernel/tools/
update_all.py 72 b.readFile( dst_path )
  /packages/apps/CertInstaller/src/com/android/certinstaller/
Util.java 78 static byte[] readFile(File file) {
  /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/jdiff/src/jdiff/
JDiff.java 86 API oldAPI = XMLToAPI.readFile(tempOldFileName, false, oldFileName);
92 API newAPI = XMLToAPI.readFile(tempNewFileName, true, newFileName);
113 Comments existingComments = Comments.readFile(commentsFileName);
  /external/libxslt/libxslt/
security.c 66 xsltSecurityCheck readFile;
135 sec->readFile = func; return(0);
163 return(sec->readFile);
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserTest.java 313 new SAXParserTestSupport().readFile(list_out_dh[i].getPath());
347 HashMap<String, String> hm = sp.readFile(
406 HashMap<String, String> hm = new SAXParserTestSupport().readFile(
448 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath());
504 HashMap<String, String> hm = new SAXParserTestSupport().readFile(
547 HashMap<String, String> hm = sp.readFile(
604 // HashMap<String, String> hm = new SAXParserTestSupport().readFile(
655 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath());
696 HashMap<String, String> hm = sp.readFile(list_out_hb[i].getPath());
743 HashMap<String, String> hm = new SAXParserTestSupport().readFile(
    [all...]
  /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);
  /frameworks/base/core/java/com/android/internal/util/
FileRotator.java 242 readFile(file, rewriter);
296 readFile(file, reader);
363 private static void readFile(File file, Reader reader) throws IOException {
  /cts/libs/vogar-expect/src/vogar/util/
Strings.java 55 public static String readFile(File f) throws IOException {

Completed in 580 milliseconds

1 2 3 4