HomeSort by: relevance | last modified time | path
    Searched refs:combinations (Results 1 - 21 of 21) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/scripts/
gen_travis.py 3 from itertools import combinations
28 # travis though, we don't test all 2**7 = 128 possible combinations of these;
29 # instead, we only test combinations of up to 2 'unusual' settings, under the
62 unusual_combinations_to_test += combinations(all_unusuals, i)
gen_run_tests.py 4 from itertools import combinations
19 result += combinations(items, i)
  /src/external/bsd/jemalloc/dist/scripts/
gen_run_tests.py 4 from itertools import combinations
25 result += combinations(items, i)
gen_travis.py 3 from itertools import combinations, chain
103 # travis though, we don't test all 2**7 = 128 possible combinations of these;
104 # instead, we only test combinations of up to 2 'unusual' settings, under the
212 Generates different combinations of non-standard compilers, compiler flags,
218 [combinations(unusuals, i) for i in range(max_unusual_opts + 1)])
  /src/external/gpl3/gcc.old/dist/gcc/
genmultilib 50 # combinations that should not be built.
77 # combinations that we actually required.
78 # For some cases, the generated option combinations are far more than what
79 # we need, we have to write a lot of rules to screen out combinations we
81 # Now with this argument, one can simply give what combinations are needed.
150 # What we want to do is select all combinations of the sets in
153 # item in the set. Selecting combinations is a recursive process.
161 # This recursive script basically outputs all combinations of its
164 # options which should appear before all combinations this will
191 combinations=`initial=/ ./tmpmultilib ${options}
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
genmultilib 50 # combinations that should not be built.
77 # combinations that we actually required.
78 # For some cases, the generated option combinations are far more than what
79 # we need, we have to write a lot of rules to screen out combinations we
81 # Now with this argument, one can simply give what combinations are needed.
150 # What we want to do is select all combinations of the sets in
153 # item in the set. Selecting combinations is a recursive process.
161 # This recursive script basically outputs all combinations of its
164 # options which should appear before all combinations this will
191 combinations=`initial=/ ${CONFIG_SHELL-/bin/sh} ./tmpmultilib ${options}
    [all...]
  /src/usr.bin/make/unit-tests/
cond-op-and.mk 32 # Test combinations of outer '||' with inner '&&', to ensure that the operands
cond-op-or.mk 32 # Test combinations of outer '&&' with inner '||', to ensure that the operands
opt-jobs-no-action.mk 68 # Test all combinations of the 3 RunFlags.
parse-var.mk 5 # TODO: Add systematic tests for all of the below combinations.
varmod-sysv.mk 242 # Test all relevant combinations of prefix, '%' and suffix in both the pattern
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
multilib-generator 86 for ext_comb in itertools.combinations(exts, comb_len):
  /src/external/apache2/llvm/dist/clang/utils/ABITest/
TypeGen.py 236 # Compute the number of combinations (n choose k)
240 # Enumerate the combinations choosing k elements from the list of values
241 def combinations(values, k): function
243 # combinations, selections of a sequence
247 for cc in combinations(values[i+1:],k-1):
277 for enumerators in combinations(self.values, numEnumerators):
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
multilib-generator 86 for ext_comb in itertools.combinations(exts, comb_len):
  /src/sys/arch/m68k/fpsp/
l_fpsp.h 224 * FPSR combinations used in the FPSP
  /src/external/bsd/ipf/dist/perl/
plog 303 my $showFlags = 0; # Show TCP flag combinations.
1032 -F Show all flag combinations associated with packets.
  /src/external/bsd/kyua-cli/dist/store/
schema_v1.sql 144 -- combinations of root + relative_path can map to the same absolute path).
schema_v2.sql 178 -- combinations of root + relative_path can map to the same absolute path).
  /src/external/gpl2/lvm2/dist/
configure.in 339 The following cluster manager combinations are valid:
  /src/external/gpl3/autoconf/dist/
maint.mk 932 # A regular expression matching undesirable combinations of words like
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 477 # FPSR combinations used in the FPSP #

Completed in 70 milliseconds