Lines Matching full:compilation
45 "RE to match line to suppress during a compilation.
46 During the compilation process line matching the above will be
47 suppressed if `android-compilation-no-buildenv-warning' is non nil.")
85 ;; This filter is registered as a `compilation-filter-hook' and is
93 ;; compilation. The point position is used to limit our search.
97 "Filter to discard unwanted lines from the compilation buffer.
99 This filter is registered as a `compilation-filter-hook' and is
102 Has effect only if `android-compilation-no-buildenv-warning' is
104 ;; Currently we are looking only for compilation warnings from the
107 (when android-compilation-no-buildenv-warning
110 ;; process has changed: new compilation.
142 Use `android-compilation-jobs' to control the number of jobs used
143 in a compilation."
149 (concat " -j " (number-to-string android-compilation-jobs))))
154 (add-hook 'compilation-filter-hook 'android-compile-filter)