Searched refs:QUIET (Results 1 – 25 of 147) sorted by relevance
123456
/external/modp_b64/ |
D | common.mk | 156 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/ |
D | common.mk | 149 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/ |
D | common.mk | 157 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/ |
D | verify.test | 2 …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/ |
D | envvar-opts.txt | 8 ; RUN: | FileCheck -check-prefix QUIET %s 12 ; RUN: | FileCheck -check-prefix QUIET %s 18 ; QUIET-NOT: remark: {{CHECK}}: expected string found in input
|
D | lit.local.cfg | 31 # ; RUN: | FileCheck -allow-empty -check-prefix QUIET %s 35 # ; QUIET-NOT: expected string found in input
|
/external/llvm-project/lldb/cmake/modules/ |
D | FindCursesAndPanel.cmake | 10 find_package(Curses QUIET) 11 find_library(PANEL_LIBRARIES NAMES panel DOC "The curses panel library" QUIET)
|
D | FindLibEdit.cmake | 19 find_package(PkgConfig QUIET) 20 pkg_check_modules(PC_LIBEDIT QUIET libedit)
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | discard-print-gc.s | 9 # RUN: FileCheck -check-prefix=QUIET --allow-empty %s 19 # QUIET-NOT: removing unused section {{.*}}:(.foo)
|
/external/eigen/cmake/ |
D | FindPastix.cmake | 141 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 …]
|
D | FindFFTW.cmake | 4 # find_package(FFTW [REQUIRED] [QUIET] ) 29 pkg_check_modules( PKG_FFTW QUIET "fftw3" )
|
/external/libpcap/cmake/Modules/ |
D | Finddpdk.cmake | 10 pkg_check_modules(dpdk QUIET libdpdk) 71 find_package(verbs QUIET) 115 find_package(Threads QUIET)
|
/external/llvm-project/llvm/utils/git/ |
D | pre-push.py | 41 QUIET = False variable 51 if QUIET: 215 QUIET = args.quiet variable
|
/external/pcre/dist2/cmake/ |
D | FindPackageHandleStandardArgs.cmake | 3 # It handles the REQUIRED and QUIET argument to FIND_PACKAGE() and 13 # independent whether QUIET was used or not.
|
/external/eigen/bench/btl/cmake/ |
D | FindPackageHandleStandardArgs.cmake | 4 # 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/ |
D | Findre2.cmake | 15 find_package(re2 QUIET CONFIG) 26 pkg_check_modules(RE2 QUIET re2)
|
/external/rnnoise/doc/ |
D | Doxyfile.in | 9 QUIET = YES
|
/external/python/pybind11/docs/ |
D | Doxyfile | 18 QUIET = YES
|
/external/vulkan-validation-layers/cmake/ |
D | FindUDev.cmake | 7 pkg_check_modules(PC_LIBUDEV QUIET libudev)
|
/external/libxkbcommon/doc/ |
D | Doxyfile.in | 17 QUIET = YES
|
/external/flac/cmake/ |
D | FindOgg.cmake | 2 pkg_check_modules(_OGG QUIET ogg)
|
/external/fmtlib/doc/ |
D | CMakeLists.txt | 7 find_package(PythonInterp QUIET REQUIRED)
|
/external/wayland/doc/doxygen/ |
D | wayland.doxygen.in | 7 QUIET = YES
|
/external/llvm/cmake/modules/ |
D | FindSphinx.cmake | 16 # Handle REQUIRED and QUIET arguments
|
/external/llvm-project/llvm/cmake/modules/ |
D | FindSphinx.cmake | 16 # Handle REQUIRED and QUIET arguments
|
123456