HomeSort by relevance Sort by last modified time
    Searched defs:shouldCollect (Results 1 - 2 of 2) sorted by null

  /cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DalvikTestRunner.java 114 } else if (shouldCollect(test, includes, excludes)) {
122 private static boolean shouldCollect(Test test, Set<String> includes, Set<String> excludes) {
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 67 bool ExplodedGraph::shouldCollect(const ExplodedNode *node) {
195 if (shouldCollect(node))

Completed in 62 milliseconds