Searched refs:isSingular (Results 1 - 14 of 14) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
H A DJsonPrinter.java33 List<PropertyMetaModel> attributes = allPropertyMetaModels.stream().filter(PropertyMetaModel::isAttribute).filter(PropertyMetaModel::isSingular).collect(toList());
34 List<PropertyMetaModel> subNodes = allPropertyMetaModels.stream().filter(PropertyMetaModel::isNode).filter(PropertyMetaModel::isSingular).collect(toList());
H A DXmlPrinter.java33 List<PropertyMetaModel> attributes = allPropertyMetaModels.stream().filter(PropertyMetaModel::isAttribute).filter(PropertyMetaModel::isSingular).collect(toList());
34 List<PropertyMetaModel> subNodes = allPropertyMetaModels.stream().filter(PropertyMetaModel::isNode).filter(PropertyMetaModel::isSingular).collect(toList());
H A DDotPrinter.java60 .filter(PropertyMetaModel::isSingular).collect(toList());
62 .filter(PropertyMetaModel::isSingular).collect(toList());
H A DYamlPrinter.java59 .filter(PropertyMetaModel::isSingular).collect(toList());
61 .filter(PropertyMetaModel::isSingular).collect(toList());
/external/swiftshader/third_party/LLVM/include/llvm/
H A DCallGraphSCCPass.h90 bool isSingular() const { return Nodes.size() == 1; } function in class:llvm::CallGraphSCC
/external/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h101 bool isSingular() const { return Nodes.size() == 1; } function in class:llvm::CallGraphSCC
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DRealMatrix.java476 boolean isSingular(); method in interface:RealMatrix
H A DBigMatrixImpl.java33 * <li>isSingular</li>
946 if (isSingular()) { // note: this has side effect of attempting LU decomp if lu == null
969 public boolean isSingular() { method in class:BigMatrixImpl
1152 if (this.isSingular()) { // side effect: compute LU decomp
H A DAbstractRealMatrix.java645 public boolean isSingular() { method in class:AbstractRealMatrix
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/
H A DPropertyMetaModel.java138 public boolean isSingular() { method in class:PropertyMetaModel
/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/core/node/
H A DPropertyGenerator.java65 if (property.isNonEmpty() && property.isSingular()) {
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp552 if (SCC.isSingular()) {
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DInliner.cpp493 if (SCC.isSingular()) {
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 346 milliseconds