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

  /external/llvm/include/llvm/Support/
CachePruning.h 45 /// Define the maximum size for the cache directory, in terms of percentage of
50 CachePruning &setMaxSize(unsigned Percentage) {
51 PercentageOfAvailableSpace = std::min(100u, Percentage);
  /external/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 114 unsigned MaxPercentageOfAvailableSpace = 75; // percentage.
137 * of percentage of the available space on the the disk. Set to 100 to
148 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
149 if (Percentage)
150 CacheOptions.MaxPercentageOfAvailableSpace = Percentage;
  /external/llvm/lib/Analysis/
IndirectCallPromotionAnalysis.cpp 48 cl::desc("The percentage threshold for the promotion"));
66 unsigned Percentage = (Count * 100) / TotalCount;
67 return (Percentage >= ICPPercentThreshold);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.PercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.PercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.PercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.PercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.PercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.PercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.PercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.PercentageOfAvailableSpace = Percentage;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clfsmgmt.h 64 ULONG Percentage;
89 ULONG Percentage;
naptypes.h 150 typedef UINT8 Percentage;
163 Percentage percentage; member in struct:tagFixupInfo
poclass.h 294 typedef VOID (*PDEVICE_PASSIVE_COOLING)(PVOID Context, ULONG Percentage);
  /external/llvm/tools/lto/
lto.cpp 542 thinlto_code_gen_t cg, unsigned Percentage) {
543 return unwrap(cg)->setMaxCacheSizeRelativeToAvailableSpace(Percentage);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py 504 Percentage = '100'
506 Percentage = str((UsedSizeValue + 0.0) / TotalSizeValue)[0:4].lstrip('0.')
508 GenFdsGlobalVariable.InfLogger(Name + ' ' + '[' + Percentage + '%Full] ' + str(TotalSizeValue) + ' total, ' + str(UsedSizeValue) + ' used, ' + str(FreeSizeValue) + ' free')
  /art/compiler/driver/
compiler_driver.cc 94 static double Percentage(size_t x, size_t y) {
102 LOG(INFO) << Percentage(x, y) << "% of " << str << " for " << (x + y) << " cases";
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 783 milliseconds