Home
last modified time | relevance | path

Searched refs:getRepresentation (Results 1 – 25 of 29) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DAbstractListChromosome.java70 protected List<T> getRepresentation() { in getRepresentation() method in AbstractListChromosome
79 return getRepresentation().size(); in getLength()
102 return String.format("(f=%s %s)", getFitness(), getRepresentation()); in toString()
DBinaryChromosome.java85 for (int i=0; i< getRepresentation().size(); i++) { in isSame()
86 if (!(getRepresentation().get(i).equals(anotherBc.getRepresentation().get(i)))) in isSame()
DBinaryMutation.java41 List<Integer> newRepr = new ArrayList<Integer>(origChrom.getRepresentation()); in mutate()
46 newRepr.set(geneIndex, origChrom.getRepresentation().get(geneIndex) == 0 ? 1 : 0); in mutate()
DOnePointCrossover.java91 List<T> parent1Rep = first.getRepresentation(); in crossover()
92 List<T> parent2Rep = second.getRepresentation(); in crossover()
DRandomKey.java84 List<Double> sortedRepr = new ArrayList<Double> (getRepresentation()); in RandomKey()
89 decodeGeneric(baseSequence(getLength()), getRepresentation(), sortedRepresentation) in RandomKey()
106 return decodeGeneric(sequence, getRepresentation(), sortedRepresentation); in decode()
DRandomKeyMutation.java48 List<Double> repr = originalRk.getRepresentation(); in mutate()
/external/libtextclassifier/java/src/com/android/textclassifier/
DActionsSuggestionsHelper.java176 Pair<String, String> representation = getRepresentation(conversationAction);
185 Pair<String, String> representation = getRepresentation(conversationAction);
194 private static Pair<String, String> getRepresentation(ConversationAction conversationAction) {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp161 return (MPI.getRepresentation() == P1 || MPI.getRepresentation() == P2); in isInheritanceKind()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp161 return (MPI.getRepresentation() == P1 || MPI.getRepresentation() == P2); in isInheritanceKind()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DDumperOptions.java150 public String getRepresentation() { in getRepresentation() method in DumperOptions.Version
156 return "Version: " + getRepresentation(); in toString()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DGenericKey.java37 public Object getRepresentation() in getRepresentation() method in GenericKey
/external/clang/include/clang/AST/
DNestedNameSpecifier.h376 NestedNameSpecifier *getRepresentation() const { return Representation; } in getRepresentation() function
/external/llvm-project/clang/include/clang/AST/
DNestedNameSpecifier.h390 NestedNameSpecifier *getRepresentation() const { return Representation; } in getRepresentation() function
/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp87 Builder.writeUInt16(static_cast<uint16_t>(M.getRepresentation())); in writePointer()
DTypeDumper.cpp417 W->printEnum("Representation", uint16_t(MI.getRepresentation()), in visitPointer()
/external/clang/lib/Sema/
DDeclSpec.cpp137 if (!Builder.getRepresentation()) in getLastQualifierNameLoc()
144 if (!Builder.getRepresentation()) in getWithLocInContext()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp145 if (!Builder.getRepresentation()) in getLastQualifierNameLoc()
152 if (!Builder.getRepresentation()) in getWithLocInContext()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DECFieldElement.java846 public int getRepresentation() in getRepresentation() method in ECFieldElement.Fp.F2m
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECFieldElement.java832 public int getRepresentation() in getRepresentation() method in ECFieldElement.Fp.F2m
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/
DECFieldElement.java846 public int getRepresentation() in getRepresentation() method in ECFieldElement.Fp.F2m
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp380 W->printEnum("Representation", uint16_t(MI.getRepresentation()), in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp380 W->printEnum("Representation", uint16_t(MI.getRepresentation()), in visitKnownRecord()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h89 PointerToMemberRepresentation getRepresentation() const { in getRepresentation() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h115 PointerToMemberRepresentation getRepresentation() const { in getRepresentation() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h109 PointerToMemberRepresentation getRepresentation() const { in getRepresentation() function

12