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

  /external/clang/utils/analyzer/
SumTimerInfo.py 24 MaxTime = 0.0
42 if (float(s[6]) > MaxTime) :
43 MaxTime = float(s[6])
81 print "MaxTime %f" % (MaxTime)
  /external/swiftshader/third_party/LLVM/lib/Support/
TimeValue.cpp 21 const TimeValue TimeValue::MaxTime = TimeValue ( INT64_MAX,0 );
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
Dp.h 93 UINT64 MaxTime; ///< Maximum Elapsed Time.
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
Dp.h 93 UINT64 MaxTime; ///< Maximum Elapsed Time.
  /external/llvm/include/llvm/Support/
TimeValue.h 46 /// value permissible by the class. MaxTime is some point
49 static TimeValue MaxTime() {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TimeValue.h 44 /// value permissible by the class. MaxTime is some point
47 static const TimeValue MaxTime;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
TimeValue.h 46 /// value permissible by the class. MaxTime is some point
49 static TimeValue MaxTime() {

Completed in 1953 milliseconds