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

  /external/honggfuzz/examples/terminal-emulators/
terminal-test.c 44 static bool isInteresting(const char* s, size_t len)
  /external/swiftshader/third_party/LLVM/lib/Analysis/
IVUsers.cpp 45 /// isInteresting - Test whether the given expression is "interesting" when
48 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L,
61 return isInteresting(AR->getStart(), I, L, SE, LI) &&
62 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI);
70 if (isInteresting(*OI, I, L, SE, LI)) {
104 if (!isInteresting(ISE, I, L, SE, LI))
  /external/llvm/lib/Analysis/
IVUsers.cpp 50 /// isInteresting - Test whether the given expression is "interesting" when
53 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L,
66 return isInteresting(AR->getStart(), I, L, SE, LI) &&
67 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI);
75 if (isInteresting(*OI, I, L, SE, LI)) {
153 if (!isInteresting(ISE, I, L, SE, LI))
  /frameworks/base/core/java/android/os/storage/
DiskInfo.java 78 private boolean isInteresting(String label) {
100 if (isInteresting(label)) {
106 if (isInteresting(label)) {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageSettings.java 132 if (isInteresting(vol)) {
143 private static boolean isInteresting(VolumeInfo vol) {
600 if (isInteresting(vol)) {
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 172 if (R->isInteresting(LCM[&call->path])) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 305 milliseconds