HomeSort by relevance Sort by last modified time
    Searched defs:VERBOSE (Results 126 - 150 of 995) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/tests/camera/src/android/hardware/camera2/cts/
NativeImageReaderTest.java 29 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
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");
ScriptYuvToRgb.java 33 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
57 if (VERBOSE) { Log.v(TAG, "executeUnchecked - forEach done"); }
  /cts/tests/tests/media/src/android/media/cts/
NativeImageReaderTest.java 30 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
  /development/build/tools/
mk_sources_zip.py 26 VERBOSE = False
51 def verbose(msg, *args): function
52 """Prints a verbose message to stderr if --verbose is set."""
53 global VERBOSE
54 if VERBOSE:
73 Use -v for verbose output (lists each file being picked up or ignored).
86 global VERBOSE
93 [ "exec-zip", "verbose", "dry", "sourcedir=" ])
102 if o in [ "-v", "--verbose" ]
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
debug.h 54 # define VERBOSE(...) printf("VERBOSE: " __VA_ARGS__)
56 # define VERBOSE(...)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
server.py 11 VERBOSE = 1
18 def __init__(self, address, verbose = VERBOSE):
22 self._verbose = verbose
29 def _setverbose(self, verbose):
30 self._verbose = verbose
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
visitor.py 32 VERBOSE = 0
50 ## if self.VERBOSE > 0:
52 ## if self.VERBOSE == 1:
81 if self.VERBOSE > 1:
85 elif self.VERBOSE > 0:
101 def walk(tree, visitor, walker=None, verbose=None):
104 if verbose is not None:
105 walker.VERBOSE = verbose
  /external/icu/icu4c/source/tools/makeconv/
makeconv.h 28 U_CFUNC UBool VERBOSE;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
1-1.c 49 #ifndef VERBOSE
50 #define VERBOSE 1
16-1.c 57 #ifndef VERBOSE
58 #define VERBOSE 1
177 #if VERBOSE > 0
18-1.c 48 #ifndef VERBOSE
49 #define VERBOSE 1
146 #if VERBOSE > 0
22-1.c 45 #ifndef VERBOSE
46 #define VERBOSE 1
68 #if VERBOSE > 0
179 #if VERBOSE > 0
6-1.c 50 #ifndef VERBOSE
51 #define VERBOSE 1
97 #if VERBOSE > 0
115 #if VERBOSE > 0
148 #if VERBOSE > 0
8-1.c 50 #ifndef VERBOSE
51 #define VERBOSE 1
74 #if VERBOSE > 1
86 #if VERBOSE > 1
138 #if VERBOSE > 1
161 #if VERBOSE > 0
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/
1-1.c 46 #ifndef VERBOSE
47 #define VERBOSE 1
78 #if VERBOSE > 1
90 #if VERBOSE > 1
103 #if VERBOSE > 0
128 #if VERBOSE > 1
150 #if VERBOSE > 1
174 #if VERBOSE > 1
190 #if VERBOSE > 0
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
1-2.c 83 #ifndef VERBOSE
84 #define VERBOSE 1
218 #if VERBOSE > 0
3-2.c 72 #ifndef VERBOSE
73 #define VERBOSE 1
216 #if VERBOSE > 0
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-5.c 85 #ifndef VERBOSE
86 #define VERBOSE 1
161 #if VERBOSE > 4
178 #if VERBOSE > 2
220 #if VERBOSE > 4
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
2-2.c 79 #ifndef VERBOSE
80 #define VERBOSE 1
142 #if VERBOSE > 0
172 #if VERBOSE > 0
208 #if VERBOSE > 0
3-2.c 80 #ifndef VERBOSE
81 #define VERBOSE 1
175 #if VERBOSE > 0
205 #if VERBOSE > 0
250 #if VERBOSE > 0
4-1.c 79 #ifndef VERBOSE
80 #define VERBOSE 1
146 #if VERBOSE > 0
172 #if VERBOSE > 0
205 #if VERBOSE > 0
5-1.c 78 #ifndef VERBOSE
79 #define VERBOSE 1
172 #if VERBOSE > 0
200 #if VERBOSE > 0
244 #if VERBOSE > 0
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
4-1.c 89 #ifndef VERBOSE
90 #define VERBOSE 1
108 #if VERBOSE >1
120 #if VERBOSE >1
133 #if VERBOSE >1
150 #if VERBOSE >1
190 #if VERBOSE >1
206 #if VERBOSE >1
232 #if VERBOSE >1
252 #if VERBOSE >
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
1-3.c 70 #ifndef VERBOSE
71 #define VERBOSE 1

Completed in 1026 milliseconds

1 2 3 4 56 7 8 91011>>