Searched defs:permutations (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DCollections2Test.java84 Iterator<List<Integer>> permutations = permutationSet.iterator();
86 assertNextPermutation(Lists.<Integer>newArrayList(), permutations);
87 assertNoMorePermutations(permutations);
92 Iterator<List<Integer>> permutations =
95 assertNextPermutation(newArrayList(1), permutations);
96 assertNoMorePermutations(permutations);
101 Iterator<List<String>> permutations =
104 assertNextPermutation(newArrayList("a", "b", "c"), permutations);
105 assertNextPermutation(newArrayList("a", "c", "b"), permutations);
106 assertNextPermutation(newArrayList("b", "a", "c"), permutations);
308 assertNextPermutation(List<T> expectedPermutation, Iterator<List<T>> permutations) argument
315 assertNoMorePermutations( Iterator<List<T>> permutations) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DCollections2Test.java242 Iterator<List<Integer>> permutations = permutationSet.iterator();
244 assertNextPermutation(Lists.<Integer>newArrayList(), permutations);
245 assertNoMorePermutations(permutations);
250 Iterator<List<Integer>> permutations =
253 assertNextPermutation(newArrayList(1), permutations);
254 assertNoMorePermutations(permutations);
259 Iterator<List<String>> permutations =
262 assertNextPermutation(newArrayList("a", "b", "c"), permutations);
263 assertNextPermutation(newArrayList("a", "c", "b"), permutations);
264 assertNextPermutation(newArrayList("b", "a", "c"), permutations);
466 assertNextPermutation(List<T> expectedPermutation, Iterator<List<T>> permutations) argument
473 assertNoMorePermutations( Iterator<List<T>> permutations) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcanittst.cpp132 Hashtable *permutations = new Hashtable(FALSE, status); local
133 permutations->setValueDeleter(uprv_deleteUObject);
136 CanonicalIterator::permute(toPermute, FALSE, permutations, status);
140 expectEqual("Simple permutation ", "", collectionToString(permutations), "ABC, ACB, BAC, BCA, CAB, CBA");
142 delete permutations;
/external/pdfium/third_party/libopenjpeg20/
H A Dinvert.c38 OPJ_UINT32 * permutations,
106 static OPJ_BOOL opj_lupDecompose(OPJ_FLOAT32 * matrix,OPJ_UINT32 * permutations, argument
110 OPJ_UINT32 * tmpPermutations = permutations;
123 /*initialize permutations */
129 tmpPermutations = permutations;
/external/guava/guava/src/com/google/common/collect/
H A DCollections2.java326 * Returns a {@link Collection} of all the permutations of the specified
347 * permutations of the original iterable.
358 * Returns a {@link Collection} of all the permutations of the specified
391 * <p>Elements that compare equal are considered equal and no new permutations
399 * permutations of the original iterable.
423 * The number of permutations with repeated elements is calculated as
428 * permutations is increased by a factor of (n choose r).</li>
433 long permutations = 1;
441 permutations *= binomial(n, r);
443 if (!isPositiveInt(permutations)) {
557 @Beta public static <E> Collection<List<E>> permutations( method in class:Collections2
[all...]
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 482 milliseconds