Home
last modified time | relevance | path

Searched defs:RunContext (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm-libc/test/UnitTest/
H A DLibcTest.h87 struct RunContext { struct
99 bool test(RunContext *Ctx, TestCond Cond, ValType LHS, ValType RHS, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_domain_verifier.cc29 class HloDomainVerifier::RunContext { class in xla::HloDomainVerifier
31 RunContext(HloModule* module, HloDomainVerifier* verifier) in RunContext() function in xla::HloDomainVerifier::RunContext
H A Dhlo_domain_remover.cc28 class HloDomainRemover::RunContext { class in xla::HloDomainRemover
30 RunContext(HloModule* module, HloDomainRemover* remover) in RunContext() function in xla::HloDomainRemover::RunContext
/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp5857 class RunContext : public IResultCapture, public IRunner { class
5864 … explicit RunContext( Ptr<IConfig const> const& _config, Ptr<IStreamingReporter> const& reporter ) in RunContext() function in Catch::RunContext