Home
last modified time | relevance | path

Searched defs:TestLog (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/cronet/components/metrics/
H A Dreporting_service_unittest.cc30 struct TestLog { struct
31 explicit TestLog(const std::string& log) : log(log), user_id(std::nullopt) {} in TestLog() argument
32 TestLog(const std::string& log, uint64_t user_id) in TestLog() function
34 TestLog(const std::string& log, uint64_t user_id, LogMetadata log_metadata) in TestLog() argument
39 const std::string log;
40 const std::optional<uint64_t> user_id;
41 const LogMetadata log_metadata;
/aosp_15_r20/external/clang/test/Analysis/
H A Dtaint-tester.m12 void TestLog (NSString *format, ...); function
13 void TestLog (NSString *format, ...) { function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/tests/
H A Dtest_log.py10 class TestLog(unittest.TestCase): class
/aosp_15_r20/external/python/cpython3/Lib/distutils/tests/
Dtest_log.py10 class TestLog(unittest.TestCase): class
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/tests/
Dtest_log.py10 class TestLog(unittest.TestCase): class
/aosp_15_r20/external/icu/icu4j/main/framework/src/test/java/com/ibm/icu/dev/test/
H A DTestLog.java11 public interface TestLog { interface
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DTestLog.java12 public interface TestLog { interface
/aosp_15_r20/external/cronet/base/test/android/junit/src/org/chromium/base/test/util/
H A DTestRunnerTestRule.java66 public static class TestLog { class in TestRunnerTestRule
/aosp_15_r20/external/libchrome/base/test/android/junit/src/org/chromium/base/test/util/
H A DTestRunnerTestRule.java66 public static class TestLog { class in TestRunnerTestRule
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/dev/test/
H A DTestLog.java9 public interface TestLog { interface
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmImageSamplerTests.cpp783 tcu::TestLog &) in nopVerifyFunction()
1159 const std::vector<Resource> &expectedOutputs, tcu::TestLog &) in verifyDepthCompareResult()
H A DvktSpvAsm8bitStorageTests.cpp157 const std::vector<Resource> & /*expectedOutputs*/, tcu::TestLog & /*log*/) in computeCheckBuffers()
657 const std::vector<Resource> & /* expectedOutputs */, tcu::TestLog & /* log */) in checkStruct()
675 … const std::vector<Resource> & /* expectedOutputs */, tcu::TestLog & /* log */) in checkUniformsArray()
708 … const std::vector<Resource> & /* expectedOutputs */, tcu::TestLog & /* log */) in checkUniformsArrayConstNdx()
H A DvktSpvAsmEmptyStructTests.cpp40 const std::vector<Resource> &expectedOutputs, tcu::TestLog &) in verifyResult()
H A DvktSpvAsmInstructionTests.cpp1907 const std::vector<Resource> &expectedOutputs, TestLog &) in compareNoContractCase() argument
2018 const std::vector<Resource> &expectedOutputs, TestLog &) in compareFRem() argument
2119 const std::vector<Resource> &expectedOutputs, TestLog &) in compareNMin() argument
2243 const std::vector<Resource> &expectedOutputs, TestLog &) in compareNMax() argument
2366 const std::vector<Resource> &expectedOutputs, TestLog &) in compareNClamp() argument
5891 const std::vector<Resource> &expectedOutputs, TestLog &) in compareOpQuantizeF16ComputeExactCase() argument
5937 const std::vector<Resource> &expectedOutputs, TestLog &) in compareNan() argument
5959 const std::vector<Resource> &expectedOutputs, TestLog &) in compareZeros() argument
20067 const std::vector<Resource> &expectedOutputs, TestLog &) in passthruVerify() argument
H A DvktSpvAsmIntegerDotProductTests.cpp96 const std::vector<Resource> &, TestLog &) in compareDotProductAccSat() argument
H A DvktSpvAsm16bitStorageTests.cpp239 … const std::vector<Resource> & /*expectedOutputs*/, tcu::TestLog & /*log*/) in computeCheckBuffersFloats()
/aosp_15_r20/external/executorch/backends/arm/test/ops/
H A Dtest_log.py29 class TestLog(unittest.TestCase): class
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
H A DTestLog.java28 public class TestLog extends RSBaseCompute { class
/aosp_15_r20/prebuilts/go/linux-x86/src/math/cmplx/
Dcmath_test.go1234 func TestLog(t *testing.T) { func
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTestLog.hpp78 class TestLog class
H A DtcuTestLog.cpp194 TestLog::TestLog(const char *fileName, uint32_t flags) in TestLog() function in tcu::TestLog
/aosp_15_r20/external/pytorch/c10/test/util/
H A Dcomplex_math_test_common.h112 C10_DEFINE_TEST(TestLog, Definition) { in C10_DEFINE_TEST() argument
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp1205 virtual void logPrepare(TestLog &, size_t) const in logPrepare() argument
1209 virtual void logExecute(TestLog &, size_t) const in logExecute() argument
1949 virtual void logPrepare(TestLog &, size_t) const in logPrepare() argument
1953 virtual void logSubmit(TestLog &, size_t) const in logSubmit() argument
4484 virtual void logPrepare(TestLog &, size_t) const in logPrepare() argument
4488 virtual void logSubmit(TestLog &, size_t) const in logSubmit() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Dall_test.go2724 func TestLog(t *testing.T) { func
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_lazy_ops.cpp6306 TEST_F(LazyOpsTest, TestLog) { in TEST_F() argument