HomeSort by relevance Sort by last modified time
    Searched defs:parseFile (Results 1 - 19 of 19) sorted by null

  /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);
  /development/tools/idegen/src/
Eclipse.java 51 Configuration.parseFile(precedence, patterns);
Configuration.java 92 parseFile(globalExcludes, patterns);
98 parseFile(googleExcludes, patterns);
104 parseFile(localExcludes, patterns);
252 public static void parseFile(File file, Collection<Pattern> patterns)
  /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...]
  /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()");
  /bionic/libc/kernel/tools/
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):
cpp.py     [all...]
  /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/org/clearsilver/jni/
JniCs.java 86 public void parseFile(String filename) throws IOException {
  /sdk/ide_common/src/com/android/ide/common/resources/
MultiResourceFile.java 64 parseFile();
89 parseFile();
167 private void parseFile() {
  /external/icu4c/tools/toolutil/
xmlparser.cpp 163 UXMLParser::parseFile(const char *filename, UErrorCode &errorCode) {
  /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/tools/gencnval/
gencnval.c 157 parseFile(FileStream *in);
287 parseFile(in);
312 parseFile(FileStream *in) {
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 2314 milliseconds