HomeSort by: relevance | last modified time | path
    Searched defs:default (Results 1 - 25 of 42) sorted by relevancy

1 2

  /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...]
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
prepare-code-coverage-artifact.py 90 default=[], variable
  /src/external/gpl3/gcc/dist/contrib/
analyze_brprob_spec.py 34 default = 'branches') variable
analyze_brprob_spec.py 34 default = 'branches') variable
analyze_brprob.py 307 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_spec.py 32 default = 'branches') variable
analyze_brprob.py 305 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
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
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...]
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...]
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
multilib-generator 139 default='20191213', variable
  /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/
algorithms.py 29 # override the default choice, set the ALGORITHM_SET env var prior to
46 # Default HMAC algorithm. Must match the rndc configuration in
61 def default(cls): member in class:Algorithm
70 """Collection of DEFAULT, ALTERNATIVE and DISABLED algorithms"""
72 default: Algorithm | list[Algorithm]
73 """DEFAULT is the algorithm for testing."""
106 default=ECDSAP256SHA256, alternative=RSASHA256, disabled=ECDSAP384SHA384
109 default=[ variable in class:AlgorithmSet
120 # default=ALL_ALGORITHMS,
197 """Select random DEFAULT, ALTERNATIVE and DISABLED algorithms from the set
    [all...]

Completed in 41 milliseconds

1 2