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

  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderFactory.java 34 * Helper class for creating {@link CacheBuilder} instances with all combinations of several sets of
94 Iterable<List<Object>> combinations = buildCartesianProduct(concurrencyLevels, local
97 return Iterables.transform(combinations,
  /external/clang/utils/ABITest/
TypeGen.py 234 # Compute the number of combinations (n choose k)
238 # Enumerate the combinations choosing k elements from the list of values
239 def combinations(values, k): function
241 # combinations, selections of a sequence
245 for cc in combinations(values[i+1:],k-1):
275 for enumerators in combinations(self.values, numEnumerators):
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnPlaneManager.cpp 58 // If overlay is in the bottom of Z order, two legitimate combinations are Oa, D, E, F
60 // be disabled [HW bug]. The only legitimate combinations including overlay and plane A is:
242 int combinations = 0; local
244 combinations = PIPE_A_ZORDER_COMBINATIONS;
246 combinations = PIPE_B_ZORDER_COMBINATIONS;
249 for (int i = 0; i < combinations; i++) {
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnPlaneManager.cpp 58 // If overlay is in the bottom of Z order, two legitimate combinations are Oa, D, E, F
60 // be disabled [HW bug]. The only legitimate combinations including overlay and plane A is:
277 int combinations; local
280 combinations = PIPE_A_ZORDER_COMBINATIONS;
283 combinations = PIPE_B_ZORDER_COMBINATIONS;
287 for (int i = 0; i < combinations; i++) {
  /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/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.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 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 271 milliseconds