/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
D | AbstractListChromosome.java | 70 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()
|
D | BinaryChromosome.java | 85 for (int i=0; i< getRepresentation().size(); i++) { in isSame() 86 if (!(getRepresentation().get(i).equals(anotherBc.getRepresentation().get(i)))) in isSame()
|
D | BinaryMutation.java | 41 List<Integer> newRepr = new ArrayList<Integer>(origChrom.getRepresentation()); in mutate() 46 newRepr.set(geneIndex, origChrom.getRepresentation().get(geneIndex) == 0 ? 1 : 0); in mutate()
|
D | OnePointCrossover.java | 91 List<T> parent1Rep = first.getRepresentation(); in crossover() 92 List<T> parent2Rep = second.getRepresentation(); in crossover()
|
D | RandomKey.java | 84 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()
|
D | RandomKeyMutation.java | 48 List<Double> repr = originalRk.getRepresentation(); in mutate()
|
/external/libtextclassifier/java/src/com/android/textclassifier/ |
D | ActionsSuggestionsHelper.java | 176 Pair<String, String> representation = getRepresentation(conversationAction); 185 Pair<String, String> representation = getRepresentation(conversationAction); 194 private static Pair<String, String> getRepresentation(ConversationAction conversationAction) {
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypePointer.cpp | 161 return (MPI.getRepresentation() == P1 || MPI.getRepresentation() == P2); in isInheritanceKind()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypePointer.cpp | 161 return (MPI.getRepresentation() == P1 || MPI.getRepresentation() == P2); in isInheritanceKind()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/ |
D | DumperOptions.java | 150 public String getRepresentation() { in getRepresentation() method in DumperOptions.Version 156 return "Version: " + getRepresentation(); in toString()
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
D | GenericKey.java | 37 public Object getRepresentation() in getRepresentation() method in GenericKey
|
/external/clang/include/clang/AST/ |
D | NestedNameSpecifier.h | 376 NestedNameSpecifier *getRepresentation() const { return Representation; } in getRepresentation() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | NestedNameSpecifier.h | 390 NestedNameSpecifier *getRepresentation() const { return Representation; } in getRepresentation() function
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableBuilder.cpp | 87 Builder.writeUInt16(static_cast<uint16_t>(M.getRepresentation())); in writePointer()
|
D | TypeDumper.cpp | 417 W->printEnum("Representation", uint16_t(MI.getRepresentation()), in visitPointer()
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 137 if (!Builder.getRepresentation()) in getLastQualifierNameLoc() 144 if (!Builder.getRepresentation()) in getWithLocInContext()
|
/external/llvm-project/clang/lib/Sema/ |
D | DeclSpec.cpp | 145 if (!Builder.getRepresentation()) in getLastQualifierNameLoc() 152 if (!Builder.getRepresentation()) in getWithLocInContext()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECFieldElement.java | 832 public int getRepresentation() in getRepresentation() method in ECFieldElement.Fp.F2m
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 380 W->printEnum("Representation", uint16_t(MI.getRepresentation()), in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 380 W->printEnum("Representation", uint16_t(MI.getRepresentation()), in visitKnownRecord()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | ECFieldElement.java | 846 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/ |
D | ECFieldElement.java | 846 public int getRepresentation() in getRepresentation() method in ECFieldElement.Fp.F2m
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 115 PointerToMemberRepresentation getRepresentation() const { in getRepresentation() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 109 PointerToMemberRepresentation getRepresentation() const { in getRepresentation() function
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 89 PointerToMemberRepresentation getRepresentation() const { in getRepresentation() function
|