Home
last modified time | relevance | path

Searched refs:MaxSeconds (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DDurationPartial.cs55 public const long MaxSeconds = 315576000000L; field in Google.Protobuf.WellKnownTypes.Duration
68 if (seconds < MinSeconds || seconds > MaxSeconds || in IsNormalized()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLockFileManager.cpp294 LockFileManager::waitForUnlock(const unsigned MaxSeconds) { in waitForUnlock() argument
341 Interval < MaxSeconds * 1000 in waitForUnlock()
343 Interval.tv_sec < (time_t)MaxSeconds in waitForUnlock()
/external/llvm/lib/Support/
DLockFileManager.cpp295 const unsigned MaxSeconds = 5*60; in waitForUnlock() local
332 Interval < MaxSeconds * 1000 in waitForUnlock()
334 Interval.tv_sec < (time_t)MaxSeconds in waitForUnlock()
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DDurationTest.cs103 [TestCase(Duration.MaxSeconds + 1, 0)]
116 [TestCase(Duration.MaxSeconds, Duration.MaxNanoseconds)]
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
DDurationTest.cs103 [TestCase(Duration.MaxSeconds + 1, 0)]
116 [TestCase(Duration.MaxSeconds, Duration.MaxNanoseconds)]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLockFileManager.h82 WaitForUnlockResult waitForUnlock(const unsigned MaxSeconds = 40);
/external/llvm-project/llvm/include/llvm/Support/
DLockFileManager.h82 WaitForUnlockResult waitForUnlock(const unsigned MaxSeconds = 90);
/external/llvm-project/llvm/lib/Support/
DLockFileManager.cpp294 LockFileManager::waitForUnlock(const unsigned MaxSeconds) { in waitForUnlock() argument
343 } while (ElapsedTimeSeconds < MaxSeconds); in waitForUnlock()