HomeSort by relevance Sort by last modified time
    Searched refs:readFile (Results 26 - 50 of 131) sorted by null

12 3 4 5 6

  /external/doclava/src/com/google/doclava/
DocFile.java 30 public static String readFile(String filename) {
84 String filedata = readFile(docfile);
SampleTagInfo.java 82 mIncluded = readFile(position, filename, id, trim, true, false, false);
205 static String readFile(SourcePositionInfo pos, String filename, String id, boolean trim,
  /external/jsilver/src/org/clearsilver/
DelegatedHdf.java 75 public boolean readFile(String filename) throws IOException, FileNotFoundException {
76 return getHdf().readFile(filename);
  /bionic/libc/kernel/tools/
update_all.py 67 b.readFile( dst_path )
clean_header.py 144 b.readFile( dst_path )
  /external/icu4c/samples/layout/
UnicodeReader.cpp 26 const UChar *UnicodeReader::readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount)
  /packages/apps/CertInstaller/src/com/android/certinstaller/
Util.java 78 static byte[] readFile(File file) {
  /external/chromium_org/third_party/libxslt/libxslt/
security.c 66 xsltSecurityCheck readFile;
135 sec->readFile = func; return(0);
163 return(sec->readFile);
  /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/chromium_org/third_party/icu/source/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/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 {
  /dalvik/dx/src/com/android/dx/command/dump/
Main.java 87 byte[] bytes = FileUtils.readFile(name);
  /system/netd/
NetdConstants.cpp 126 int readFile(const char *path, char *buf, int *sizep)
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 191 int newStatus = readFile(filePath);
338 int EmulatedCameraHotplugThread::readFile(String8 filePath) const {
  /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 {
  /sdk/attribute_stats/src/
Analyzer.java 200 InputSource is = new InputSource(new StringReader(readFile(file)));
321 private static String readFile(File file) {
323 return readFile(new FileReader(file));
331 private static String readFile(Reader inputStream) {
457 String metadata = readFile(mXmlMetadataFile);
  /cts/tools/cfassembler/src/dxconvext/
ClassFileAssembler.java 77 byte[] cfhbytes = FileUtils.readFile(cfhF);
  /dalvik/dx/src/com/android/dx/cf/direct/
ClassPathOpener.java 169 byte[] bytes = FileUtils.readFile(file);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DesignerPlugin.java 96 public static String readFile(InputStream inputStream, Charset charset) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 183 String fileContents = AdtPlugin.readFile(file);

Completed in 1365 milliseconds

12 3 4 5 6