HomeSort by: relevance | last modified time | path
    Searched refs:GetTestResult (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
DeltaAlgorithm.cpp 17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) {
76 if (GetTestResult(*it)) {
91 if (GetTestResult(Complement)) {
106 if (GetTestResult(changeset_ty()))
DAGDeltaAlgorithm.cpp 143 /// GetTestResult - Get the test result for the active set \p Changes with
151 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
168 return DDAI.GetTestResult(S, Required);
290 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DeltaAlgorithm.h 47 /// GetTestResult - Get the test result for the \p Changes from the
52 bool GetTestResult(const changeset_ty &Changes);
  /src/crypto/external/cpl/trousers/dist/src/tspi/
spi_utils.c 115 .GetTestResult = RPC_GetTestResult,
264 .GetTestResult = Transport_GetTestResult,
tspi_selftest.c 194 if ((result = TCS_API(tspContext)->GetTestResult(tspContext, pulTestResultLength,
  /src/crypto/external/cpl/trousers/dist/src/include/
rpc_tcstp_tcs.h 191 DECLARE_TCSTP_FUNC(GetTestResult);
spi_utils.h 549 TSS_RESULT (*GetTestResult)(TSS_HCONTEXT, UINT32 *, BYTE **);
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
TSP.idl 271 [helpstring("method GetTestResult")]
272 HRESULT GetTestResult([out] UINT32* pulTestResultLength,

Completed in 31 milliseconds