HomeSort by relevance Sort by last modified time
    Searched defs:combinations (Results 1 - 8 of 8) sorted by null

  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderFactory.java 33 * Helper class for creating {@link CacheBuilder} instances with all combinations of several sets of
93 Iterable<List<Object>> combinations = buildCartesianProduct(concurrencyLevels, local
96 return Iterables.transform(combinations,
  /external/clang/utils/ABITest/
TypeGen.py 230 # 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):
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactoryTest.java 96 String[][] combinations = { local
114 for (int i = 0; i < combinations.length; i++) {
115 String[] combination = combinations[i];
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 61 milliseconds