HomeSort by relevance Sort by last modified time
    Searched refs:VERBOSE (Results 1 - 25 of 428) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/
log_severity.h 22 const int VERBOSE = 0, DEBUG = 1, INFO = 2, WARNING = 3, ERROR = 4, FATAL = 5;
  /art/test/075-verification-error/src/
Main.java 25 public static final boolean VERBOSE = false;
42 if (VERBOSE) System.out.println("--- " + ie);
58 if (VERBOSE) System.out.println("--- " + nsfe);
65 if (VERBOSE) System.out.println("--- " + nsfe);
72 if (VERBOSE) System.out.println("--- " + nsme);
79 if (VERBOSE) System.out.println("--- " + nsme);
94 if (VERBOSE) System.out.println("--- " + iae);
102 if (VERBOSE) System.out.println("--- " + iae);
110 if (VERBOSE) System.out.println("--- " + iae);
118 if (VERBOSE) System.out.println("--- " + iae)
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
BlockingInputAllocation.java 38 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
93 if (VERBOSE) Log.v(TAG, "waitForBufferAndReceive - begin");
98 if (VERBOSE) Log.v(TAG, "waitForBufferAndReceive - Allocation#ioReceive");
120 if (VERBOSE) Log.v(TAG, "receiveLatestAvailableBuffers - updated = " + updatedBuffers);
184 if (VERBOSE) Log.v(TAG, "waiting for next buffer");
199 if (VERBOSE) Log.v(TAG, "new buffer in allocation available");
ScriptYuvMeans2dTo1d.java 39 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
67 if (VERBOSE) Log.v(TAG, "executeUnchecked - forEach_means_yuvf_420");
71 if (VERBOSE) Log.v(TAG, "executeUnchecked - forEach_means_yuvx_444");
ScriptYuvCrop.java 39 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
68 if (VERBOSE) Log.v(TAG, String.format("createOutputInfo - outputSize is %s", outputSize));
96 if (VERBOSE) { Log.v(TAG, "executeUnchecked - forEach_crop done"); }
ScriptYuvToRgb.java 33 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
57 if (VERBOSE) { Log.v(TAG, "executeUnchecked - forEach done"); }
ScriptGraph.java 62 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
154 if (VERBOSE) Log.v(TAG, "execute - invoked " + i + " scripts");
453 if (VERBOSE) Log.v(TAG, "ScriptGraph() - Instantiating all script classes");
472 if (VERBOSE) Log.v(TAG, "ScriptGraph() - Creating all inputs");
478 if (VERBOSE) {
496 if (VERBOSE) Log.v(TAG, "ScriptGraph() - Creating all outputs");
509 if (VERBOSE) {
519 if (VERBOSE) Log.v(TAG, "ScriptGraph() - Graph has been built");
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java 36 if (Log.isLoggable(TAG, Log.VERBOSE)) {
44 if (Log.isLoggable(TAG, Log.VERBOSE)) {
51 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /external/chromium_org/third_party/skia/experimental/webtry/sys/
webtry_init 35 # Load the VERBOSE setting and other rcS variables
103 [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
106 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
107 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
111 [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
114 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
115 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
  /external/compiler-rt/make/
config.mk 26 VERBOSE := 0
32 # Adjust settings for verbose mode
33 ifneq ($(VERBOSE),1)
  /cts/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java 56 private static final boolean VERBOSE = false; // lots of logging
279 if (VERBOSE) Log.d(TAG, "video format: " + outputVideoFormat);
287 if (VERBOSE) Log.d(TAG, "video found codec: " + videoEncoderName);
302 if (VERBOSE) Log.d(TAG, "audio found codec: " + audioEncoderName);
362 if (VERBOSE) Log.d(TAG, "releasing extractor, decoder, encoder, and muxer");
593 if (VERBOSE) {
607 if (VERBOSE) {
689 if (VERBOSE) {
727 if (VERBOSE) Log.d(TAG, "no video decoder input buffer");
730 if (VERBOSE) {
    [all...]
EncodeDecodeTest.java 49 private static final boolean VERBOSE = false; // lots of logging
311 if (VERBOSE) Log.d(TAG, "found codec: " + codec);
318 if (VERBOSE) Log.d(TAG, "found colorFormat: " + colorFormat);
326 if (VERBOSE) Log.d(TAG, "format: " + format);
334 if (VERBOSE) Log.d(TAG, "got decoder: " + decoder.getName());
338 if (VERBOSE) Log.d(TAG, "releasing codecs");
377 if (VERBOSE) Log.d(TAG, "found codec: " + codec);
387 if (VERBOSE) Log.d(TAG, "format: " + format);
395 if (VERBOSE) Log.d(TAG, "got decoder: " + decoder.getName());
408 if (VERBOSE) Log.d(TAG, "releasing codecs")
    [all...]
DecodeEditEncodeTest.java 52 private static final boolean VERBOSE = false; // lots of logging
189 if (VERBOSE) Log.d(TAG, "generateVideoFile " + mWidth + "x" + mHeight);
204 if (VERBOSE) Log.d(TAG, "found codec: " + codecName);
213 if (VERBOSE) Log.d(TAG, "format: " + format);
227 if (VERBOSE) Log.d(TAG, "releasing encoder");
230 if (VERBOSE) Log.d(TAG, "released encoder");
265 if (VERBOSE) Log.d(TAG, "gen loop");
272 if (VERBOSE) Log.d(TAG, "signaling input EOS");
284 if (VERBOSE) Log.d(TAG, "inputSurface swapBuffers");
300 if (VERBOSE) Log.d(TAG, "no output from encoder available")
    [all...]
EncodeVirtualDisplayTest.java 64 private static final boolean VERBOSE = false; // lots of logging
249 if (VERBOSE) Log.d(TAG, "releasing codecs, surfaces, and virtual display");
299 if (VERBOSE) Log.d(TAG, "loop");
302 if (VERBOSE) Log.d(TAG, "signaling input EOS");
315 if (VERBOSE) Log.d(TAG, "no output from decoder available");
318 if (VERBOSE) Log.d(TAG, "decoder output buffers changed (but we don't care)");
322 if (VERBOSE) Log.d(TAG, "decoder output format changed: " +
327 if (VERBOSE) Log.d(TAG, "surface decoder given buffer " + decoderStatus +
330 if (VERBOSE) Log.d(TAG, "output EOS");
346 if (VERBOSE) Log.d(TAG, "awaiting frame " + (lastIndex+1))
    [all...]
  /external/lldb/scripts/
build-lldb-llvm-clang 56 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/emma/core/java12/com/vladium/logging/
ILogLevels.java 34 int VERBOSE = 3; // "-verbose"
60 String VERBOSE_STRING = "verbose";
  /external/lldb/test/pexpect-2.4/examples/
fix_cvs_files.py 23 VERBOSE = 1
47 if i==1 and VERBOSE:
82 if VERBOSE: print fullpath
  /cts/tests/tests/util/src/android/util/cts/
LogPrinterTest.java 32 Log.VERBOSE, Log.WARN };
  /external/chromium_org/third_party/icu/source/tools/makeconv/
makeconv.h 26 U_CFUNC UBool VERBOSE;
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
android_setup.sh 32 function verbose { function
33 if [[ -n $VERBOSE ]]; then
41 verbose export $NAME=\"$VALUE\"
88 verbose "no target device (-d), using ${TARGET_DEVICE} from most recent build"
91 verbose "no target device (-d), using ${TARGET_DEVICE}"
176 verbose "The build is targeting the device: $TARGET_DEVICE"
  /external/icu/icu4c/source/tools/makeconv/
makeconv.h 26 U_CFUNC UBool VERBOSE;
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
Camera2AndroidTestCase.java 49 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
131 if (VERBOSE) Log.v(TAG, "Starting capture from device");
147 if (VERBOSE) Log.v(TAG, "Stopping capture");
191 if (VERBOSE) {
247 if (VERBOSE) {
274 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size.toString());
294 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size.toString());
  /development/ndk/tests/
run-all.sh 45 --verbose)
46 VERBOSE=yes
78 echo " --verbose Enable verbose mode"
92 if [ "$VERBOSE" = "yes" ] ; then
119 echo "!!! BUILD FAILURE [$1]!!! See $MYLOG for details or use --verbose option!"
  /external/bison/examples/calc++/
test 18 test -z "$VERBOSE" && {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 63 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
134 if (VERBOSE) {
192 if (VERBOSE) {
225 if (VERBOSE) {
245 if (VERBOSE) {
250 if (VERBOSE) {
351 if (VERBOSE) {
356 if (VERBOSE) {
362 if (VERBOSE) {
    [all...]

Completed in 1415 milliseconds

1 2 3 4 5 6 7 8 91011>>