Home
last modified time | relevance | path

Searched refs:QUIET (Results 1 – 25 of 147) sorted by relevance

123456

/external/modp_b64/
Dcommon.mk156 QUIET = @
158 QUIET=
194 $(if $(wildcard $(dir $1)),$2,$(QUIET)mkdir -p "$(dir $1)")
201 $(QUIET)# Create the archive in one step to avoid parallel use accessing it
202 $(QUIET)# before all the symbols are present.
206 $(QUIET)$(AR) rcs $(TARGET_OR_MEMBER) \
233 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANFILE$(COLOR_RESET) ' && \
240 $(QUIET)# $(1) not empty [$(wildcard $(1)/*)]. Not deleting.,
241 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANDIR$(COLOR_RESET) ' && \
364 QUIET = @
[all …]
/external/minigbm/
Dcommon.mk149 QUIET = @
151 QUIET=
187 $(if $(wildcard $(dir $1)),$2,$(QUIET)mkdir -p "$(dir $1)")
194 $(QUIET)# Create the archive in one step to avoid parallel use accessing it
195 $(QUIET)# before all the symbols are present.
199 $(QUIET)$(AR) rcs $(TARGET_OR_MEMBER) \
226 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANFILE$(COLOR_RESET) ' && \
233 $(QUIET)# $(1) not empty [$(wildcard $(1)/*)]. Not deleting.,
234 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANDIR$(COLOR_RESET) ' && \
354 QUIET = @
[all …]
/external/minijail/
Dcommon.mk157 QUIET = @
159 QUIET=
195 $(if $(wildcard $(dir $1)),$2,$(QUIET)mkdir -p "$(dir $1)")
202 $(QUIET)# Create the archive in one step to avoid parallel use accessing it
203 $(QUIET)# before all the symbols are present.
207 $(QUIET)$(AR) rcs $(TARGET_OR_MEMBER) \
234 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANFILE$(COLOR_RESET) ' && \
241 $(QUIET)# $(1) not empty [$(wildcard $(1)/*)]. Not deleting.,
242 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANDIR$(COLOR_RESET) ' && \
366 QUIET = @
[all …]
/external/llvm-project/llvm/test/tools/dsymutil/X86/
Dverify.test2 …uts/basic-lto-dw4.macho.x86_64 -o %t 2>&1 | FileCheck %s --allow-empty --check-prefix=QUIET-SUCCESS
3 …/Inputs/basic-lto-dw4.macho.x86_64 -o %t 2>&1 | FileCheck %s --check-prefixes=QUIET-SUCCESS,VERBOSE
6 # QUIET-SUCCESS-NOT: error: verification failed
10 …il -verify -oso-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | FileCheck %s --check-prefix=QUIET-FAIL
11 … -oso-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | FileCheck %s --check-prefixes=QUIET-FAIL,VERBOSE
13 # QUIET-FAIL: error: verification failed
/external/llvm-project/llvm/test/FileCheck/
Denvvar-opts.txt8 ; RUN: | FileCheck -check-prefix QUIET %s
12 ; RUN: | FileCheck -check-prefix QUIET %s
18 ; QUIET-NOT: remark: {{CHECK}}: expected string found in input
Dlit.local.cfg31 # ; RUN: | FileCheck -allow-empty -check-prefix QUIET %s
35 # ; QUIET-NOT: expected string found in input
/external/llvm-project/lldb/cmake/modules/
DFindCursesAndPanel.cmake10 find_package(Curses QUIET)
11 find_library(PANEL_LIBRARIES NAMES panel DOC "The curses panel library" QUIET)
DFindLibEdit.cmake19 find_package(PkgConfig QUIET)
20 pkg_check_modules(PC_LIBEDIT QUIET libedit)
/external/llvm-project/lld/test/ELF/linkerscript/
Ddiscard-print-gc.s9 # RUN: FileCheck -check-prefix=QUIET --allow-empty %s
19 # QUIET-NOT: removing unused section {{.*}}:(.foo)
/external/eigen/cmake/
DFindPastix.cmake141 find_package(Threads REQUIRED QUIET)
143 find_package(Threads QUIET)
201 find_package(HWLOC REQUIRED QUIET)
203 find_package(HWLOC QUIET)
212 find_package(BLASEXT REQUIRED QUIET)
214 find_package(BLASEXT QUIET)
233 find_package(MPI REQUIRED QUIET)
235 find_package(MPI QUIET)
291 find_package(SCOTCH REQUIRED QUIET)
293 find_package(SCOTCH QUIET)
[all …]
DFindFFTW.cmake4 # find_package(FFTW [REQUIRED] [QUIET] )
29 pkg_check_modules( PKG_FFTW QUIET "fftw3" )
/external/libpcap/cmake/Modules/
DFinddpdk.cmake10 pkg_check_modules(dpdk QUIET libdpdk)
71 find_package(verbs QUIET)
115 find_package(Threads QUIET)
/external/llvm-project/llvm/utils/git/
Dpre-push.py41 QUIET = False variable
51 if QUIET:
215 QUIET = args.quiet variable
/external/pcre/dist2/cmake/
DFindPackageHandleStandardArgs.cmake3 # It handles the REQUIRED and QUIET argument to FIND_PACKAGE() and
13 # independent whether QUIET was used or not.
/external/eigen/bench/btl/cmake/
DFindPackageHandleStandardArgs.cmake4 # It handles the REQUIRED and QUIET argument to FIND_PACKAGE() and
14 # independent whether QUIET was used or not.
/external/rust/crates/grpcio-sys/grpc/cmake/modules/
DFindre2.cmake15 find_package(re2 QUIET CONFIG)
26 pkg_check_modules(RE2 QUIET re2)
/external/rnnoise/doc/
DDoxyfile.in9 QUIET = YES
/external/python/pybind11/docs/
DDoxyfile18 QUIET = YES
/external/vulkan-validation-layers/cmake/
DFindUDev.cmake7 pkg_check_modules(PC_LIBUDEV QUIET libudev)
/external/libxkbcommon/doc/
DDoxyfile.in17 QUIET = YES
/external/flac/cmake/
DFindOgg.cmake2 pkg_check_modules(_OGG QUIET ogg)
/external/fmtlib/doc/
DCMakeLists.txt7 find_package(PythonInterp QUIET REQUIRED)
/external/wayland/doc/doxygen/
Dwayland.doxygen.in7 QUIET = YES
/external/llvm/cmake/modules/
DFindSphinx.cmake16 # Handle REQUIRED and QUIET arguments
/external/llvm-project/llvm/cmake/modules/
DFindSphinx.cmake16 # Handle REQUIRED and QUIET arguments

123456