HomeSort by relevance Sort by last modified time
    Searched refs:conjoin (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_generators.py 943 # conjoin is a simple backtracking generator, named in honor of Icon's
946 # function list [x, y, z] is passed. Then conjoin acts like:
981 # This isn't worth the bother *in general* for generators, but conjoin() is
984 def conjoin(gs): function
1039 # conjoin too.
1043 # than the fancy unrolled recursive conjoin.
1045 def flat_conjoin(gs): # rename to conjoin to run tests with this instead
1079 # A conjoin-based N-Queens solver.
1117 for row2col in conjoin(self.rowgenerators):
1131 # A conjoin-based Knight's Tour solver. This is pretty sophisticated
    [all...]
  /external/python/cpython2/Lib/test/
test_generators.py 944 # conjoin is a simple backtracking generator, named in honor of Icon's
947 # function list [x, y, z] is passed. Then conjoin acts like:
982 # This isn't worth the bother *in general* for generators, but conjoin() is
985 def conjoin(gs): function
1040 # conjoin too.
1044 # than the fancy unrolled recursive conjoin.
1046 def flat_conjoin(gs): # rename to conjoin to run tests with this instead
1080 # A conjoin-based N-Queens solver.
1118 for row2col in conjoin(self.rowgenerators):
1132 # A conjoin-based Knight's Tour solver. This is pretty sophisticate
    [all...]
  /external/python/cpython3/Lib/test/
test_generators.py 1281 def conjoin(gs): function
    [all...]

Completed in 76 milliseconds