Searched refs:VERBOSITY (Results 1 – 11 of 11) sorted by relevance
/external/toybox/scripts/ |
D | runtest.sh | 186 local NAME CASE VERBOSITY LEN A B 191 VERBOSITY= 207 VERBOSITY="$VERBOSITY"$'\n'"$1" 225 VERBOSITY="$VERBOSITY"$'\n'"$A" 265 [ "$VERBOSE" != quiet ] && echo "$VERBOSITY" >&2
|
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/ |
D | test_runner.py | 115 VERBOSITY = object() 116 runner = unittest2.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY, 120 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
|
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 30 static VERBOSITY g_Verbosity = VERBOSITY::DEFAULT; 1114 void CompareOption(VERBOSITY minVerbosity, const char* name, 1116 void CompareOption(VERBOSITY minVerbosity, const char* name, 1118 void CompareOption(VERBOSITY minVerbosity, const char* name, 1120 void CompareOption(VERBOSITY minVerbosity, const char* name, 1327 CompareOption(VERBOSITY::DEFAULT, "VulkanApiVersion", in Compare() 1330 CompareOption(VERBOSITY::MAXIMUM, "PhysicalDevice apiVersion", in Compare() 1332 CompareOption(VERBOSITY::MAXIMUM, "PhysicalDevice driverVersion", in Compare() 1334 CompareOption(VERBOSITY::MAXIMUM, "PhysicalDevice vendorID", in Compare() 1336 CompareOption(VERBOSITY::MAXIMUM, "PhysicalDevice deviceID", in Compare() [all …]
|
D | Constants.h | 48 enum class VERBOSITY enum
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_runner.py | 257 VERBOSITY = object() 258 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY, 262 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 149 int VERBOSITY = 0; /* be No-verbose by default */ variable 795 if ( VERBOSITY == FALSE ) in vlog_verbose() 976 VERBOSITY = FALSE; in initArgs() 995 VERBOSITY = TRUE; in initArgs() 1237 return VERBOSITY; in getTestOption() 1261 VERBOSITY = value; in setTestOption()
|
/external/python/cpython3/Tools/c-analyzer/ |
D | check-c-globals.py | 11 VERBOSITY = 2 variable 390 args.verbosity = max(0, VERBOSITY + verbose - quiet) 411 verbosity=VERBOSITY, rc=1):
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_runner.py | 929 VERBOSITY = object() 930 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY, 934 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
|
/external/python/cpython2/Doc/howto/ |
D | argparse.rst | 244 usage: prog.py [-h] [--verbosity VERBOSITY] 248 --verbosity VERBOSITY 251 usage: prog.py [-h] [--verbosity VERBOSITY] 405 usage: prog.py [-h] [-v VERBOSITY] square
|
/external/python/cpython3/Doc/howto/ |
D | argparse.rst | 242 usage: prog.py [-h] [--verbosity VERBOSITY] 246 --verbosity VERBOSITY 249 usage: prog.py [-h] [--verbosity VERBOSITY] 403 usage: prog.py [-h] [-v VERBOSITY] square
|
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/train/ |
D | train_micro_speech_model.ipynb | 131 "VERBOSITY = 'WARN'\n", 286 "--verbosity={VERBOSITY} \\\n",
|