| /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
| params.py | 57 Parameter(name='target_triple', type=str, default=getHostTriple, 74 default=lambda cfg: next(s for s in reversed(_allStandards) if getStdFlag(cfg, s)), variable 80 Parameter(name='enable_exceptions', choices=[True, False], type=bool, default=True, 87 Parameter(name='enable_rtti', choices=[True, False], type=bool, default=True, 94 Parameter(name='stdlib', choices=['libc++', 'libstdc++', 'msvc'], type=str, default='libc++', 100 Parameter(name='enable_warnings', choices=[True, False], type=bool, default=True, 106 Parameter(name='debug_level', choices=['', '0', '1'], type=str, default='', 113 Parameter(name='use_sanitizer', choices=['', 'Address', 'Undefined', 'Memory', 'MemoryWithOrigins', 'Thread', 'DataFlow', 'Leaks'], type=str, default='', 138 Parameter(name='enable_experimental', choices=[True, False], type=bool, default=False, 150 Parameter(name='long_tests', choices=[True, False], type=bool, default=True [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/ |
| prepare-code-coverage-artifact.py | 90 default=[], variable
|
| /src/external/gpl3/gcc/dist/contrib/ |
| analyze_brprob_spec.py | 34 default = 'branches') variable
|
| analyze_brprob.py | 307 default = 'branches') variable
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| analyze_brprob_spec.py | 32 default = 'branches') variable
|
| analyze_brprob.py | 305 default = 'branches') variable
|
| /src/regress/sys/uvm/pdsim/ |
| Makefile | 19 CPRO_CFLAGS.default= 26 PDSIM_CPRO_VARIANTS+= default 53 CLOCK_CFLAGS.default= 56 PDSIM_CLOCK_VARIANTS+= default
|
| /src/external/apache2/llvm/dist/llvm/tools/opt-viewer/ |
| opt-diff.py | 36 default=None, variable 38 help='Max job count (defaults to %(default)s, the current CPU count)') 42 default=100000, variable 49 default=False, variable 51 parser.add_argument('--output', '-o', default='diff{}.opt.yaml')
|
| opt-stats.py | 33 default=None, variable 35 help='Max job count (defaults to %(default)s, the current CPU count)') 40 default=False, variable
|
| /src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/ |
| utf8_gen.py | 205 outfile.write('% - Default width is 1.\n') 253 del width_dict[key] # default width is 1 259 del width_dict[key] # default width is 1 311 default='UnicodeData.txt', variable 313 + 'default: %(default)s')) 318 default='EastAsianWidth.txt', variable 320 + 'default: %(default)s')) 325 default='PropList.txt' variable [all...] |
| /src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/ |
| utf8_gen.py | 205 outfile.write('% - Default width is 1.\n') 253 del width_dict[key] # default width is 1 259 del width_dict[key] # default width is 1 311 default='UnicodeData.txt', variable 313 + 'default: %(default)s')) 318 default='EastAsianWidth.txt', variable 320 + 'default: %(default)s')) 325 default='PropList.txt' variable [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
| multilib-generator | 139 default='20191213', variable
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/ |
| algorithms.py | 28 # override the default choice, set the ALGORITHM_SET env var prior to 45 # Default HMAC algorithm. Must match the rndc configuration in 61 """Collection of DEFAULT, ALTERNATIVE and DISABLED algorithms""" 63 default: Union[Algorithm, List[Algorithm]] 64 """DEFAULT is the algorithm for testing.""" 97 default=ECDSAP256SHA256, alternative=RSASHA256, disabled=ECDSAP384SHA384 100 default=[ variable in class:AlgorithmSet 111 # default=ALL_ALGORITHMS, 188 """Select random DEFAULT, ALTERNATIVE and DISABLED algorithms from the set. 198 The function also ensures that DEFAULT, ALTERNATIVE and DISABLED algorithm [all...] |
| /src/external/gpl2/texinfo/dist/util/ |
| texi-docstring-magic.el | 43 ;; The default value for user options will be printed. 222 (defun texi-docstring-magic-format-default (default) 223 "Make a default value string for the value DEFAULT. 225 (let ((text (format "%S" default))) 227 "\nThe default value is " 230 (if (stringp default) 231 (concat "the string: \n@lisp\n" default "\n@end lisp\n") 274 (default (if userop [all...] |
| /src/external/bsd/zstd/dist/tests/cli-tests/ |
| run.py | 632 "Runs the zstd CLI tests. Exits nonzero on failure. Default arguments are\n" 643 parser.add_argument("--timeout", default=200, type=int, help="Test case timeout in seconds. Set to 0 to disable timeouts.") 646 default=None, variable 651 default=ZSTD_PATH, variable 656 default=ZSTDGREP_PATH, variable 661 default=ZSTDLESS_PATH, variable 666 default=DATAGEN_PATH, variable 671 default=CLI_TEST_DIR, variable
|
| /src/external/gpl3/binutils/dist/etc/ |
| add-log.el | 55 (defvar change-log-default-name nil 88 (or change-log-default-name 98 (let* ((default (change-log-name)) 100 (read-file-name (format "Log file (default %s): " default) 101 nil default)))) 105 (expand-file-name (file-name-nondirectory default) 109 (expand-file-name (file-name-nondirectory default) 118 If FILE-NAME is nil, use the value of `change-log-default-name'. 119 If 'change-log-default-name' is nil, behave as though it were 'ChangeLog [all...] |
| /src/external/gpl3/binutils.old/dist/etc/ |
| add-log.el | 55 (defvar change-log-default-name nil 88 (or change-log-default-name 98 (let* ((default (change-log-name)) 100 (read-file-name (format "Log file (default %s): " default) 101 nil default)))) 105 (expand-file-name (file-name-nondirectory default) 109 (expand-file-name (file-name-nondirectory default) 118 If FILE-NAME is nil, use the value of `change-log-default-name'. 119 If 'change-log-default-name' is nil, behave as though it were 'ChangeLog [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| kasp.py | 213 def default(with_state=True) -> "KeyProperties": member in class:KeyProperties 223 result = KeyProperties(name="DEFAULT", metadata=metadata, timing=timing) 224 result.name = "DEFAULT" 1452 # Don't want default loadkeys interval.
|
| /src/external/gpl2/gettext/dist/gettext-tools/misc/ |
| po-mode.el | 122 (defcustom po-default-file-header "\ 138 "*Default PO file header." 1266 (insert po-default-file-header) 2092 (buf1 " *po-msgstr-1") ; default if first marker is missing 2695 (let* ((default (car (car po-keywords))) 2697 default) 2699 (if (string-equal keyword "") (setq keyword default))
|