HomeSort by relevance Sort by last modified time
    Searched full:shouldfree (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/
PassRegistry.h 56 void registerPass(const PassInfo &PI, bool ShouldFree = false);
67 bool ShouldFree = false);
  /external/llvm/lib/VMCore/
PassRegistry.cpp 105 void PassRegistry::registerPass(const PassInfo &PI, bool ShouldFree) {
119 if (ShouldFree) Impl->ToFree.push_back(&PI);
148 bool ShouldFree) {
185 if (ShouldFree) Impl->ToFree.push_back(&Registeree);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 331 long shouldFree = (ACTUAL_THRESHOLD-THRESHOLD)*totBlks;
355 if(localLOGV) Log.i(TAG, "deletedFileBlks="+fileSize+" shouldFreeBlks="+shouldFree);
356 if((fileSize > (shouldFree-blkSize) && (fileSize < (shouldFree+blkSize)))) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBsrv.h 983 Bool * /* shouldFree */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBsrv.h 983 Bool * /* shouldFree */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBsrv.h 983 Bool * /* shouldFree */

Completed in 324 milliseconds