HomeSort by relevance Sort by last modified time
    Searched refs:shouldCollect (Results 1 - 3 of 3) 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))
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 393 bool shouldCollect(const ExplodedNode *node);

Completed in 95 milliseconds