Home
last modified time | relevance | path

Searched defs:timeoutMs (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/common/
Dinspector-helper.js495 function timeoutPromise(error, timeoutMs) { argument
514 function fires(promise, error, timeoutMs) { argument
/third_party/flatbuffers/grpc/tests/
DJavaGrpcTest.java46 static final int timeoutMs = 3000; field in JavaGrpcTest
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSyncVk.cpp35 int timeoutMs = static_cast<int>(timeoutNs / 1000000); in SyncWaitFd() local