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

  /system/core/logd/
LogBuffer.cpp 441 size_t minElements = elements / 100;
442 if (minElements < minPrune) {
443 minElements = minPrune;
446 if (pruneRows < minElements) {
447 pruneRows = minElements;
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 549 unsigned minElements,
625 if (adjustedCount.ult(minElements))
663 // 3) if minElements > 0, we need to check whether numElements is smaller
696 // in this case, we can subsume the >= minElements check.
699 llvm::ConstantInt::get(CGF.SizeTy, minElements));
708 if (minElements) {
712 llvm::ConstantInt::get(CGF.SizeTy, minElements));
719 llvm::ConstantInt::get(CGF.SizeTy, minElements)));
    [all...]
  /prebuilts/sdk/tools/
jack-jar-tools.jar 
jack-jacoco-reporter.jar 

Completed in 200 milliseconds