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

1 2

  /external/jsilver/src/org/clearsilver/
CS.java 47 void parseFile(String filename) throws IOException;
DelegatedCs.java 69 public void parseFile(String filename) throws IOException {
70 getCs().parseFile(filename);
  /external/doclava/src/com/google/doclava/
Doclava2.java 38 infoBuilder.parseFile();
69 infoBuilder.parseFile();
InfoBuilder.java 62 public void parseFile() {
82 parseFile(tree);
342 private void parseFile(ParseTree tree) {
383 parseFile((ParseTree) tree.getChild(i));
    [all...]
  /bionic/libc/kernel/tools/
find_users.py 49 parser.parseFile(path)
find_headers.py 122 parser.parseFile(path)
133 cparser.parseFile( wanted_config )
kernel.py 30 # scanner.parseFile(path)
106 def parseFile(self, path, arch=None, kernel_root=None):
133 list = cpp.BlockParser().parseFile(path)
187 # scanner.parseFile(path)
253 fparser.parseFile(self.kernel_root + path,
322 def parseFile(self,path):
clean_header.py 60 blocks = cpp.BlockParser().parseFile(path)
cpp.py     [all...]
  /sdk/ide_common/src/com/android/ide/common/resources/
MultiResourceFile.java 64 parseFile();
89 parseFile();
167 private void parseFile() {
  /development/tools/idegen/src/
Configuration.java 92 parseFile(globalExcludes, patterns);
98 parseFile(googleExcludes, patterns);
104 parseFile(localExcludes, patterns);
252 public static void parseFile(File file, Collection<Pattern> patterns)
Eclipse.java 51 Configuration.parseFile(precedence, patterns);
  /external/jsilver/src/org/clearsilver/jni/
JniCs.java 86 public void parseFile(String filename) throws IOException {
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 50 void parseFile(FILE *f, Normalizer2DataBuilder &builder);
174 parseFile(f.getAlias(), *builder);
187 void parseFile(FILE *f, Normalizer2DataBuilder &builder) {
188 IcuToolErrorCode errorCode("gennorm2/parseFile()");
  /external/icu4c/tools/toolutil/
xmlparser.h 184 UXMLElement *parseFile(const char *filename, UErrorCode &errorCode);
xmlparser.cpp 163 UXMLParser::parseFile(const char *filename, UErrorCode &errorCode) {
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JCs.java 81 public void parseFile(String filename) throws IOException {
122 throw new IllegalStateException("Call parseFile() or parseStr() before " + "render()");
  /external/jsilver/src/com/google/clearsilver/jsilver/compatibility/
ClearsilverRenderer.java 76 cs.parseFile(templateName);
  /external/proguard/src/proguard/
ConfigurationParser.java 142 else if (ConfigurationConstants.APPLY_MAPPING_OPTION .startsWith(nextWord)) configuration.applyMapping = parseFile();
143 else if (ConfigurationConstants.OBFUSCATION_DICTIONARY_OPTION .startsWith(nextWord)) configuration.obfuscationDictionary = parseFile();
144 else if (ConfigurationConstants.CLASS_OBFUSCATION_DICTIONARY_OPTION .startsWith(nextWord)) configuration.classObfuscationDictionary = parseFile();
145 else if (ConfigurationConstants.PACKAGE_OBFUSCATION_DICTIONARY_OPTION .startsWith(nextWord)) configuration.packageObfuscationDictionary = parseFile();
342 private File parseFile()
    [all...]
  /external/icu4c/test/letest/
gendata.cpp 125 UXMLElement *root = parser->parseFile("gendata.xml", status);
xmlreader.cpp 138 UXMLElement *root = parser->parseFile(testFilePath, status);
letest.cpp 571 UXMLElement *root = parser->parseFile(testFilePath, status);
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 157 parseFile(FileStream *in);
287 parseFile(in);
312 parseFile(FileStream *in) {
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 160 LocalPointer<UXMLElement> root(parser->parseFile(testFilePath, status));
498 UXMLElement *root = parser->parseFile(testFilePath, status);
    [all...]
csdetest.cpp 503 UXMLElement *root = parser->parseFile(testFilePath, status);
504 if (!assertSuccess( "parseFile",status)) return;

Completed in 263 milliseconds

1 2