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

1 2

  /external/clearsilver/csharp/
cstest.cs 15 // cs.parseFile("test.cst");
csperftest.cs 40 // cs.parseFile("test.cst");
CS.cs 96 public unsafe void parseFile(string filename) {
  /bionic/libc/kernel/tools/
find_users.py 49 parser.parseFile(path)
find_headers.py 129 parser.parseFile(path)
139 cparser.parseFile( wanted_config )
kernel.py 30 # scanner.parseFile(path)
103 def parseFile(self, path, arch=None, kernel_root=None):
130 list = cpp.BlockParser().parseFile(path)
184 # scanner.parseFile(path)
250 fparser.parseFile(self.kernel_root + path,
319 def parseFile(self,path):
clean_header.py 61 list = cpp.BlockParser().parseFile(path)
  /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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
MultiResourceFile.java 112 parseFile();
121 private void parseFile() {
  /external/clearsilver/java-jni/
CS.java 54 public void parseFile(String filename) {
clearsilver.jar 
CSTest.java 243 System.out.println("Testing CS.parseFile() with callback\n");
246 cs.parseFile("testdata/test.cs");
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 50 void parseFile(FILE *f, Normalizer2DataBuilder &builder);
172 parseFile(f.getAlias(), *builder);
185 void parseFile(FILE *f, Normalizer2DataBuilder &builder) {
186 IcuToolErrorCode errorCode("gennorm2/parseFile()");
  /external/chromium/third_party/icu/source/tools/toolutil/
xmlparser.h 184 UXMLElement *parseFile(const char *filename, UErrorCode &errorCode);
  /external/icu4c/tools/toolutil/
xmlparser.h 184 UXMLElement *parseFile(const char *filename, UErrorCode &errorCode);
  /build/tools/droiddoc/src/
ClearPage.java 123 cs.parseFile(templ);
  /external/clearsilver/perl/
test.pl 164 # parseFile()
166 $ret = $cs->parseFile("test.cs");
  /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/chromium/third_party/icu/source/test/letest/
gendata.cpp 125 UXMLElement *root = parser->parseFile("gendata.xml", status);
xmlreader.cpp 138 UXMLElement *root = parser->parseFile(testFilePath, status);
  /external/icu4c/test/letest/
gendata.cpp 125 UXMLElement *root = parser->parseFile("gendata.xml", status);
xmlreader.cpp 138 UXMLElement *root = parser->parseFile(testFilePath, status);
  /external/chromium/third_party/icu/source/tools/gencnval/
gencnval.c 157 parseFile(FileStream *in);
287 parseFile(in);
312 parseFile(FileStream *in) {
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 157 parseFile(FileStream *in);
287 parseFile(in);
312 parseFile(FileStream *in) {
    [all...]

Completed in 512 milliseconds

1 2