Searched defs:combinations (Results 1 - 3 of 3) sorted by relevance

/external/clang/utils/ABITest/
H A DTypeGen.py230 # Compute the number of combinations (n choose k)
234 # Enumerate the combinations choosing k elements from the list of values
235 def combinations(values, k): function
237 # combinations, selections of a sequence
241 for cc in combinations(values[i+1:],k-1):
271 for enumerators in combinations(self.values, numEnumerators):
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 101 milliseconds