Home
last modified time | relevance | path

Searched defs:isPermutation (Results 1 – 4 of 4) sorted by relevance

/external/guava/android/guava/src/com/google/common/collect/
DCollections2.java681 private static boolean isPermutation(List<?> first, List<?> second) { in isPermutation() method in Collections2
/external/guava/guava/src/com/google/common/collect/
DCollections2.java704 private static boolean isPermutation(List<?> first, List<?> second) { in isPermutation() method in Collections2
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h701 static bool isPermutation(const SmallVectorImpl<NodePtr> &A, in isPermutation() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp913 static bool isPermutation(ArrayRef<int> Mask) { in isPermutation() function