/external/chromium_org/build/win/importlibs/ |
create_importlib_win.py | 178 parser.add_option('-v', '--verbose', 180 help='Verbose logging.') 192 if options.verbose:
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
integration_test.py | 209 parser.add_option('-v', '--verbose', action='store_true', default=False, 210 help='Show verbose output like currently broken links') 215 _VERBOSE = opts.verbose
|
/external/chromium_org/components/breakpad/tools/ |
generate_breakpad_symbols.py | 150 if options.verbose: 191 parser.add_option('-v', '--verbose', action='store_true', 192 help='Print verbose status output.')
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_sanity.c | 50 #define VERBOSE (R200_DEBUG & RADEON_VERBOSE) 53 #define VERBOSE 0 [all...] |
/external/chromium_org/third_party/zlib/ |
zutil.c | 117 # ifndef verbose 118 # define verbose 0 macro 120 int ZLIB_INTERNAL z_verbose = verbose;
|
/external/chromium_org/tools/metrics/histograms/ |
find_unmapped_histograms.py | 28 """, re.VERBOSE) 34 """, re.VERBOSE) 42 """, re.VERBOSE)
|
/external/linux-tools-perf/util/ |
sort.c | 153 if (verbose) { 168 const char *dso_name = !verbose ? self->ms.map->dso->short_name : 197 if (verbose) {
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_sanity.c | 50 #define VERBOSE (R200_DEBUG & RADEON_VERBOSE) 53 #define VERBOSE 0 [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
zutil.c | 117 # ifndef verbose 118 # define verbose 0 macro 120 int z_verbose = verbose;
|
/external/sepolicy/tools/ |
insertkeys.py | 177 parser.add_option("-v", "--verbose", 178 action="store_true", dest="verbose", default=False, 199 logging.basicConfig(level=logging.INFO if options.verbose == True else logging.WARN)
|
/external/zlib/src/ |
zutil.c | 120 # ifndef verbose 121 # define verbose 0 macro 123 int ZLIB_INTERNAL z_verbose = verbose;
|
/frameworks/base/tools/aidl/ |
options_test.cpp | 4 const bool VERBOSE = false; 245 if (VERBOSE) { 257 if (VERBOSE) {
|
/ndk/tests/ |
run-tests.sh | 42 VERBOSE=no 62 --verbose) 63 if [ "$VERBOSE" = "yes" ] ; then 66 VERBOSE=yes 137 echo " --verbose Enable verbose mode (can be used several times)" 174 if [ $VERBOSE = "yes" ] ; then 338 if [ "$VERBOSE" = "yes" ]; then 413 # Use --verbose twice to see build commands for the tests 552 echo "!!! BUILD FAILURE [$1]!!! See $NDK_LOGFILE for details or use --verbose option! [all...] |
/packages/apps/Mms/src/com/android/mms/model/ |
ImageModel.java | 201 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 218 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 247 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_enumerate.py | 243 def test_main(verbose=None): 247 if verbose and hasattr(sys, "gettotalrefcount"): 255 test_main(verbose=True)
|
test_peepholer.py | 224 def test_main(verbose=None): 234 if verbose and hasattr(sys, "gettotalrefcount"): 244 test_main(verbose=True)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_enumerate.py | 243 def test_main(verbose=None): 247 if verbose and hasattr(sys, "gettotalrefcount"): 255 test_main(verbose=True)
|
test_peepholer.py | 224 def test_main(verbose=None): 234 if verbose and hasattr(sys, "gettotalrefcount"): 244 test_main(verbose=True)
|
/system/core/cpio/ |
mkbootfs.c | 53 static int verbose = 0; variable 160 if(verbose) { 229 if(verbose) {
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CameraDeviceTest.java | 51 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); 296 if (VERBOSE) { 339 if (VERBOSE) {
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
ClassDefItem.java | 392 * @param verbose whether to be verbose with the output 394 public void debugPrint(Writer out, boolean verbose) { 405 classData.debugPrint(out, verbose);
|
CodeItem.java | 163 * @param verbose whether to be verbose with the output 165 public void debugPrint(PrintWriter out, String prefix, boolean verbose) { 173 insns.debugPrint(out, prefix, verbose);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
ClassDefItem.java | 389 * @param verbose whether to be verbose with the output 391 public void debugPrint(Writer out, boolean verbose) { 402 classData.debugPrint(out, verbose);
|
CodeItem.java | 154 * @param verbose whether to be verbose with the output 156 public void debugPrint(PrintWriter out, String prefix, boolean verbose) { 164 insns.debugPrint(out, prefix, verbose);
|
/device/lge/hammerhead/ |
gps.conf | 27 # 4 - Debug, 5 - Verbose
|