Searched refs:VERBOSE (Results 1 - 25 of 107) sorted by relevance

12345

/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
H A DAgentOptions.java61 public static final String VERBOSE = "verbose"; field in class:AgentOptions
/external/owasp/sanitizer/tools/
H A Dupload_jars_to_googlecode_downloads.sh18 export VERBOSE="0"
25 VERBOSE="1"
50 if (( $VERBOSE )) || ! (( $EFFECT )); then
/external/compiler-rt/make/
H A Dconfig.mk26 VERBOSE := 0 macro
33 ifneq ($(VERBOSE),1)
/external/lldb/scripts/
H A Dbuild-lldb-llvm-clang56 make -j8 clang-only VERBOSE=1 PROJECT_NAME='llvm'
57 make -j8 tools-only VERBOSE=1 PROJECT_NAME='llvm' EDIS_VERSION=1
63 make -j8 clang-only VERBOSE=1 PROJECT_NAME='llvm'
64 make -j8 tools-only VERBOSE=1 PROJECT_NAME='llvm' EDIS_VERSION=1
/external/strace/qemu_multiarch_testing/hdc.dir/
H A Dinit210 make check VERBOSE=1 &&
/external/emma/core/java12/com/vladium/logging/
H A DILogLevels.java34 int VERBOSE = 3; // "-verbose" field in interface:ILogLevels
/external/lldb/test/pexpect-2.4/examples/
H A Dfix_cvs_files.py23 VERBOSE = 1 variable
47 if i==1 and VERBOSE:
82 if VERBOSE: print fullpath
/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.h26 U_CFUNC UBool VERBOSE; variable
/external/skia/platform_tools/android/bin/
H A Dandroid_setup.sh45 if [[ -n $VERBOSE ]]; then
/external/bison/examples/calc++/
H A Dtest18 test -z "$VERBOSE" && {
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DDecodeJob.java85 if (Log.isLoggable(TAG, Log.VERBOSE)) {
90 if (Log.isLoggable(TAG, Log.VERBOSE)) {
109 if (Log.isLoggable(TAG, Log.VERBOSE)) {
139 if (Log.isLoggable(TAG, Log.VERBOSE)) {
147 if (Log.isLoggable(TAG, Log.VERBOSE)) {
160 if (Log.isLoggable(TAG, Log.VERBOSE)) {
170 if (Log.isLoggable(TAG, Log.VERBOSE)) {
190 if (Log.isLoggable(TAG, Log.VERBOSE)) {
201 if (Log.isLoggable(TAG, Log.VERBOSE)) {
207 if (Log.isLoggable(TAG, Log.VERBOSE)
[all...]
/external/slf4j/slf4j-android/src/main/java/org/slf4j/impl/
H A DAndroidLoggerAdapter.java44 * <tr><td>TRACE</td><td>{@link android.util.Log#VERBOSE}</td></tr>
94 * Is this logger instance enabled for the VERBOSE level?
96 * @return True if this Logger is enabled for level VERBOSE, false otherwise.
99 return isLoggable(Log.VERBOSE);
103 * Log a message object at level VERBOSE.
109 log(Log.VERBOSE, msg, null);
113 * Log a message at level VERBOSE according to the specified format and
118 * for level VERBOSE.
127 formatAndLog(Log.VERBOSE, format, arg);
131 * Log a message at level VERBOSE accordin
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dutil.rb33 verbosity, $VERBOSE = $VERBOSE, nil
36 $VERBOSE = verbosity
/external/toybox/scripts/
H A Druntest.sh9 # VERBOSE - Print the diff -u of each failed test case.
80 [ ! -z "$VERBOSE" ] && echo "$SHOWSKIP: $NAME"
94 if [ -n "$VERBOSE" ]
99 [ "$VERBOSE" == fail ] && exit 1
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DOkHttp.java31 private static final boolean VERBOSE = false; field in class:OkHttp
71 if (VERBOSE) {
H A DUrlConnection.java32 private static final boolean VERBOSE = false; field in class:UrlConnection
72 if (VERBOSE) {
H A DApacheHttpClient.java37 private static final boolean VERBOSE = false; field in class:ApacheHttpClient
76 if (VERBOSE) {
H A DOkHttpAsync.java37 private static final boolean VERBOSE = false; field in class:OkHttpAsync
76 if (VERBOSE) {
/external/selinux/policycoreutils/scripts/
H A Dfixfiles118 VERBOSE="-p"
154 find $m -mount -newermt $DATE -print0 2>/dev/null | ${RESTORECON} ${FORCEFLAG} ${VERBOSE} -i -0 -f -
193 ${RESTORECON} ${VERBOSE} -i -f - -R `exclude_dirs`; \
249 rpmlist $i | ${RESTORECON} $exclude_dirs ${FORCEFLAG} ${VERBOSE} $* -R -i -f - 2>&1 | cat >> $LOGFILE
254 ${RESTORECON} $exclude_dirs ${FORCEFLAG} ${VERBOSE} -R $* $FILEPATH 2>&1 | cat >> $LOGFILE
259 ${SETFILES} ${VERBOSE} $exclude_dirs -q ${FORCEFLAG} $* ${FC} ${FILESYSTEMSRW} 2>&1 | cat >> $LOGFILE
315 check) VERBOSE="-v"; restore Check -n;;
358 VERBOSE="-v"
/external/linux-tools-perf/src/tools/lib/traceevent/
H A DMakefile49 VERBOSE = $(V) macro
51 ifndef VERBOSE
52 VERBOSE = 0 macro
63 $(if $(VERBOSE:1=),@)+$(MAKE) -C $(BUILD_OUTPUT) \
113 export Q VERBOSE
126 ifeq ($(VERBOSE),1)
/external/icu/icu4c/source/samples/uresb/
H A Duresb.c73 static UBool VERBOSE = FALSE; variable
142 VERBOSE = TRUE;
246 if(VERBOSE) {
260 if(VERBOSE) {
284 if(VERBOSE) {
311 if(VERBOSE) {
331 if(VERBOSE) {
/external/libvpx/libvpx/build/make/
H A Diosbuild.sh199 if [ "${VERBOSE}" = "yes" ]; then
224 VERBOSE=yes
234 if [ "${VERBOSE}" = "yes" ]; then
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
H A DImageVideoModelLoader.java72 if (Log.isLoggable(TAG, Log.VERBOSE)) {
85 if (Log.isLoggable(TAG, Log.VERBOSE)) {
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c9 #define VERBOSE 0 macro
11 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
/external/clang/runtime/compiler-rt/
H A DMakefile162 VERBOSE=$(VERBOSE) \
169 VERBOSE=$(VERBOSE) \

Completed in 948 milliseconds

12345