HomeSort by relevance Sort by last modified time
    Searched refs:isConsistent (Results 1 - 14 of 14) sorted by null

  /external/doclava/src/com/google/doclava/apicheck/
ApiInfo.java 66 public boolean isConsistent(ApiInfo otherApi) {
67 return isConsistent(otherApi, null);
70 public boolean isConsistent(ApiInfo otherApi, List<PackageInfo> pkgInfoDiff) {
71 return isConsistent(otherApi, pkgInfoDiff, null, null);
83 public boolean isConsistent(ApiInfo otherApi, List<PackageInfo> pkgInfoDiff,
101 if (!pInfo.isConsistent(otherApi.getPackages().get(pInfo.name()), newClsApis, ignoredClasses)) {
ApiCheck.java 156 oldApi.isConsistent(newApi, null, ignoredPackages, ignoredClasses);
160 oldRemovedApi.isConsistent(newRemovedApi, null, ignoredPackages, ignoredClasses);
309 if (!origApi.isConsistent(newApi, pkgInfoDiff)) {
  /external/doclava/src/com/google/doclava/
PackageInfo.java 417 public boolean isConsistent(PackageInfo pInfo) {
418 return isConsistent(pInfo, null);
477 public boolean isConsistent(PackageInfo pInfo, List<ClassInfo> clsInfoDiff) {
478 return isConsistent(pInfo, clsInfoDiff, null);
492 public boolean isConsistent(PackageInfo pInfo, List<ClassInfo> clsInfoDiff,
511 if (!cInfo.isConsistent(pInfo.mClasses.get(cInfo.name()), newClsCtors, newClsApis)) {
ClassInfo.java     [all...]
FieldInfo.java 474 public boolean isConsistent(FieldInfo fInfo) {
MethodInfo.java 836 public boolean isConsistent(MethodInfo mInfo) {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
WavAnalyzer.java 53 if (!isConsistent()) {
77 boolean isConsistent() {
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 153 /// isConsistent - Returns true if this dependence is consistent
155 virtual bool isConsistent() const { return false; }
239 /// isConsistent - Returns true if this dependence is consistent
241 bool isConsistent() const override { return Consistent; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DependenceAnalysis.h 148 /// isConsistent - Returns true if this dependence is consistent
150 virtual bool isConsistent() const { return false; }
229 /// isConsistent - Returns true if this dependence is consistent
231 bool isConsistent() const override { return Consistent; }
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 575 if (isConsistent())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp 576 if (isConsistent())
    [all...]
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 1366 milliseconds