Searched refs:ProcessFile (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/testing/gtest/scripts/
H A Dfuse_gtest_files.py152 def ProcessFile(gtest_header_path): function in function:FuseGTestH
166 ProcessFile('include/' + m.group(1))
171 ProcessFile(GTEST_H_SEED)
180 def ProcessFile(gtest_source_file): function in function:FuseGTestAllCcToFile
196 ProcessFile(GTEST_SPI_H_SEED)
211 ProcessFile(m.group(1))
215 ProcessFile(GTEST_ALL_CC_SEED)
/external/protobuf/gtest/scripts/
H A Dfuse_gtest_files.py152 def ProcessFile(gtest_header_path): function in function:FuseGTestH
166 ProcessFile('include/' + m.group(1))
171 ProcessFile(GTEST_H_SEED)
180 def ProcessFile(gtest_source_file): function in function:FuseGTestAllCcToFile
196 ProcessFile(GTEST_SPI_H_SEED)
211 ProcessFile(m.group(1))
215 ProcessFile(GTEST_ALL_CC_SEED)
/external/chromium_org/ui/app_list/
H A DPRESUBMIT.py22 input_api.cpplint.ProcessFile(file_name, level)
/external/llvm/utils/
H A DUpdateCMakeLists.pl21 sub ProcessFile { subroutine
116 find({ wanted => \&ProcessFile, follow => 1 }, '.');
/external/chromium_org/storage/browser/fileapi/
H A Dremove_operation_delegate.h24 virtual void ProcessFile(const FileSystemURL& url,
H A Drecursive_operation_delegate.h24 // In short, each subclass should override ProcessFile and ProcessDirectory
45 virtual void ProcessFile(const FileSystemURL& url,
66 // This will call ProcessFile and ProcessDirectory on each file or directory.
68 // First, this tries to call ProcessFile with |root| regardless whether it is
69 // actually a file or a directory. If it is a directory, ProcessFile should
76 // ProcessFile is called for found files. This may run in parallel.
91 // ProcessFile(a_dir) (This should return File::FILE_NOT_A_FILE).
93 // ProcessFile(b3_file), ProcessFile(b4_file). (in parallel).
95 // ProcessFile(c2_fil
[all...]
H A Dremove_operation_delegate.cc34 void RemoveOperationDelegate::ProcessFile(const FileSystemURL& url, function in class:storage::RemoveOperationDelegate
H A Drecursive_operation_delegate.cc42 ProcessFile(
152 // Run ProcessFile in parallel (upto kMaxInflightOperations).
160 base::Bind(&RecursiveOperationDelegate::ProcessFile,
H A Dcopy_or_move_operation_delegate.h106 virtual void ProcessFile(const FileSystemURL& url,
H A Dcopy_or_move_operation_delegate.cc788 void CopyOrMoveOperationDelegate::ProcessFile( function in class:storage::CopyOrMoveOperationDelegate
864 // already called in ProcessFile().
/external/chromium_org/mojo/public/tools/bindings/
H A Dmojom_bindings_generator.py92 # of |ProcessFile()|):
94 def ProcessFile(args, remaining_args, generator_modules, filename, function
134 import_data['module'] = ProcessFile(
190 ProcessFile(args, remaining_args, generator_modules, filename)
/external/chromium_org/v8/tools/
H A Dlexer-shell.cc160 v8::base::TimeDelta ProcessFile( function
223 time = ProcessFile(fnames[i].c_str(), encoding,
/external/chromium_org/cc/
H A DPRESUBMIT.py25 input_api.cpplint.ProcessFile(file_name, level)
/external/chromium_org/content/browser/fileapi/
H A Drecursive_operation_delegate_unittest.cc61 virtual void ProcessFile(const FileSystemURL& url,
/external/jhead/
H A Djhead.c772 void ProcessFile(const char * FileName)
1678 MyGlob(argv[argn], ProcessFile);
1682 ProcessFile(argv[argn]);
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py4577 def ProcessFile(filename, vlevel, extra_check_functions=[]): function
4749 ProcessFile(filename, _cpplint_state.verbose_level)
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py3859 def ProcessFile(filename, vlevel, extra_check_functions=[]): function
4017 ProcessFile(filename, _cpplint_state.verbose_level)
/external/libvpx/libvpx/tools/
H A Dcpplint.py4577 def ProcessFile(filename, vlevel, extra_check_functions=[]): function
4749 ProcessFile(filename, _cpplint_state.verbose_level)

Completed in 1358 milliseconds