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

1 2

  /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)
  /frameworks/native/cmds/installd/
file_parsing.h 27 bool ParseFile(const std::string& strFile, std::function<bool (const std::string&)> parse) {
  /development/scripts/
compare-installed-size.py 43 def ParseFile(install_file, idx):
90 ParseFile(sys.argv[1], 0)
94 ParseFile(sys.argv[2], 1)
  /external/pdfium/core/fpdfapi/parser/
cfdf_document.cpp 29 std::unique_ptr<CFDF_Document> CFDF_Document::ParseFile(
41 return CFDF_Document::ParseFile(IFX_MemoryStream::Create(pData, size));
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
syntax.go 89 // ParseFile behaves like Parse but it reads the source from the named file.
90 func ParseFile(filename string, errh ErrorHandler, pragh PragmaHandler, mode Mode) (*File, error) {
  /prebuilts/go/darwin-x86/src/go/parser/
interface.go 65 // ParseFile parses the source code of a single Go source file and returns
69 // If src != nil, ParseFile parses the source from src and the filename is
72 // If src == nil, ParseFile parses the file specified by filename.
84 func ParseFile(fset *token.FileSet, filename string, src interface{}, mode Mode) (f *ast.File, err error) {
86 panic("parser.ParseFile: no token.FileSet provided (fset == nil)")
107 // ParseFile API and return a valid (but) empty
121 f = p.parseFile()
126 // ParseDir calls ParseFile for all files with names ending in ".go" in the
132 // to ParseFile unchanged. Position information is recorded in fset, which
155 if src, err := ParseFile(fset, filename, nil, mode); err == nil
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
syntax.go 89 // ParseFile behaves like Parse but it reads the source from the named file.
90 func ParseFile(filename string, errh ErrorHandler, pragh PragmaHandler, mode Mode) (*File, error) {
  /prebuilts/go/linux-x86/src/go/parser/
interface.go 65 // ParseFile parses the source code of a single Go source file and returns
69 // If src != nil, ParseFile parses the source from src and the filename is
72 // If src == nil, ParseFile parses the file specified by filename.
84 func ParseFile(fset *token.FileSet, filename string, src interface{}, mode Mode) (f *ast.File, err error) {
86 panic("parser.ParseFile: no token.FileSet provided (fset == nil)")
107 // ParseFile API and return a valid (but) empty
121 f = p.parseFile()
126 // ParseDir calls ParseFile for all files with names ending in ".go" in the
132 // to ParseFile unchanged. Position information is recorded in fset, which
155 if src, err := ParseFile(fset, filename, nil, mode); err == nil
    [all...]
  /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 306 def ParseFile(self):
376 [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 23 void FlatCompiler::ParseFile(
243 ParseFile(conform_parser, conform_to_schema, contents,
295 ParseFile(*parser.get(), *file_it, contents, include_directories);
  /system/tools/aidl/
aidl_language.cpp 261 bool Parser::ParseFile(const string& filename) {
  /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,
  /prebuilts/go/darwin-x86/src/syscall/
mksyscall_windows.go 629 if err := src.ParseFile(file); err != nil {
650 // ParseFile adds additional file path to a source set src.
651 func (src *Source) ParseFile(path string) error {
688 pkg, err := parser.ParseFile(fset, "", file, parser.PackageClauseOnly)
  /prebuilts/go/linux-x86/src/syscall/
mksyscall_windows.go 629 if err := src.ParseFile(file); err != nil {
650 // ParseFile adds additional file path to a source set src.
651 func (src *Source) ParseFile(path string) error {
688 pkg, err := parser.ParseFile(fset, "", file, parser.PackageClauseOnly)
  /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 250 # 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...]
  /system/core/init/
service.cpp 594 bool Service::ParseFile(const std::vector<std::string>& args, std::string* err) {
657 {"file", {2, 2, &Service::ParseFile}},
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c 212 ParseFile (
583 ParseFile (SourceFile);
590 ParseFile (
    [all...]

Completed in 1568 milliseconds

1 2