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

  /external/ltp/android/tools/
make_install_parser.py 41 def ParseFile(self, input_path):
88 result = make_install_parser.ParseFile(args.input_path)
make_parser.py 144 def ParseFile(self, input_path):
202 result = make_parser.ParseFile(args.input_path)
  /development/scripts/
compare-installed-size.py 43 def ParseFile(install_file, idx):
90 ParseFile(sys.argv[1], 0)
94 ParseFile(sys.argv[2], 1)
  /development/vndk/tools/header-checker/src/utils/
config_file.cpp 28 ConfigFile ConfigParser::ParseFile(std::istream &istream) {
30 return parser.ParseFile();
34 ConfigFile ConfigParser::ParseFile(const std::string &path) {
36 return ParseFile(stream);
40 ConfigFile ConfigParser::ParseFile() {
  /external/u-boot/tools/
microcode-tool.py 38 def ParseFile(fname):
285 date, license_text, microcodes = ParseFile(options.mcfile)
  /external/tensorflow/tensorflow/lite/schema/
flatbuffer_compatibility_test.cc 43 bool ParseFile(flatbuffers::Parser *parser, const std::string &filename,
74 ASSERT_TRUE(ParseFile(&base_parser, base_filename, base_contents));
75 ASSERT_TRUE(ParseFile(&current_parser, current_filename, current_contents));
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
CodeFragmentCollector.py 55 # PreprocessFile method should be called prior to ParseFile
375 ## ParseFile() method
382 def ParseFile(self):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
CodeFragmentCollector.py 57 # PreprocessFile method should be called prior to ParseFile
524 ## ParseFile() method
531 def ParseFile(self):
  /external/toolchain-utils/
repo_to_repo.py 305 def ParseFile(self):
379 [input_repos, output_repos] = rr.ParseFile()
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flag_parser.cc 130 bool FlagParser::ParseFile(const char *path, bool ignore_missing) {
  /external/flatbuffers/src/
flatc.cpp 25 void FlatCompiler::ParseFile(
348 ParseFile(conform_parser, conform_to_schema, contents,
405 ParseFile(*parser.get(), filename, contents, include_directories);
  /external/google-breakpad/src/processor/
basic_source_line_resolver.cc 132 if (!ParseFile(buffer)) {
133 LogParseError("ParseFile on buffer failed", line_number, &num_errors);
311 bool BasicSourceLineResolver::Module::ParseFile(char *file_line) {
314 if (SymbolParseHelper::ParseFile(file_line, &index, &filename)) {
464 bool SymbolParseHelper::ParseFile(char *file_line, long *index,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfParserLite.py 157 # PreprocessFile method should be called prior to ParseFile
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FdfParser.py 252 # PreprocessFile method should be called prior to ParseFile
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 199 ParseFile (
556 ParseFile (SourceFile);
563 ParseFile (
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c 212 ParseFile (
583 ParseFile (SourceFile);
590 ParseFile (
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGParser.cpp     [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 288 static BoolInt ParseFile(const Byte *buf, size_t size, CFilterMode *filterMode)
897 BoolInt parseRes = ParseFile(Buffer, size, &filterModeTemp);
    [all...]

Completed in 584 milliseconds