Searched refs:operationId (Results 1 – 2 of 2) sorted by relevance
/external/bcc/examples/usdt_sample/usdt_sample_lib1/src/ |
D | lib1.cpp | 34 std::uint64_t operationId = operationIdCounter++; in executeAsync() local 36 FOLLY_SDT(usdt_sample_lib1, operation_start, operationId, request.input().c_str()); in executeAsync() 47 return std::async(std::launch::async, [latencyMs, operationId, request]() { in executeAsync() 53 FOLLY_SDT(usdt_sample_lib1, operation_end, operationId, response.output().c_str()); in executeAsync()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsTests.cpp | 303 OperationId operationId; member 311 OperationId operationId; member 1569 , operationId(_operatinId) in OperationTestCase() 1581 OperationId operationId; member in vkt::SpirVAssembly::__anone328874d0111::OperationTestCase 1620 OperationId operationId, 2143 OperationId operation = binaryCase.operationId; in build() 2162 OperationId operation = unaryCase.operationId; in build() 2173 OperationId operation = binaryCase.operationId; in build() 2192 OperationId operation = unaryCase.operationId; in build() 2200 OperationId operationId; in build() member [all …]
|