Searched refs:included_files (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/build/linux/
H A Dsysroot_ld_path.sh48 local included_files=$(echo "$ENTRY" | sed 's/^include //')
49 echo "$included_files" | grep -qs ^/
51 if ls $root$included_files >/dev/null 2>&1 ; then
52 for inc_file in $root$included_files; do
57 if ls $(pwd)/$included_files >/dev/null 2>&1 ; then
58 for inc_file in $(pwd)/$included_files; do
/external/chromium_org/third_party/closure_compiler/build/
H A Dinputs.py27 files.update(processor.Processor(file).included_files)
/external/chromium_org/third_party/closure_compiler/tools/
H A Dcompile_coverage.py68 found_files.update(processor.Processor(f).included_files)
94 compiled.update(processor.Processor(target_file).included_files)
/external/chromium_org/third_party/closure_compiler/
H A Dprocessor_test.py78 self._processor.included_files)
H A Dprocessor.py72 included_files: A list of files that were inlined via <include>.
117 def included_files(self): member in class:Processor
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DScanning.py276 # included_files [string] Files included with 'include' statement
286 self.included_files = parent_scanner.included_files
292 self.included_files = scope.included_files
H A DScanning.pxd18 cdef public list included_files
H A DModuleNode.py78 extend_if_not_in(self.scope.included_files, scope.included_files)
364 if not self.scope.included_files:
369 for included_file in self.scope.included_files:
H A DSymtab.py983 # included_files [string] Cython sources included with 'include'
1024 self.included_files = []
H A DParsing.py1647 s.included_files.append(include_file_name)
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py420 def included_files(self, filename): member in class:DependencyTree
432 all.update(self.included_files(include_path))
444 for include in self.included_files(filename):
503 all.update(self.included_files(filename))
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dandroid.py1027 included_files = data[build_file]['included_files']
1028 for included_file in included_files:
1029 # The included_files entries are relative to the dir of the build file
H A Dmake.py2140 included_files = data[build_file]['included_files']
2141 for included_file in included_files:
2142 # The included_files entries are relative to the dir of the build file

Completed in 5327 milliseconds