Home
last modified time | relevance | path

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

/external/cronet/tot/components/metrics/
Dreporting_service_unittest.cc31 struct TestLog { struct
32 explicit TestLog(const std::string& log) : log(log), user_id(std::nullopt) {} in TestLog() function
33 TestLog(const std::string& log, uint64_t user_id) in TestLog() argument
35 TestLog(const std::string& log, uint64_t user_id, LogMetadata log_metadata) in TestLog() function
40 const std::string log;
41 const std::optional<uint64_t> user_id;
42 const LogMetadata log_metadata;
/external/cronet/stable/components/metrics/
Dreporting_service_unittest.cc31 struct TestLog { struct
32 explicit TestLog(const std::string& log) : log(log), user_id(std::nullopt) {} in TestLog() function
33 TestLog(const std::string& log, uint64_t user_id) in TestLog() function
35 TestLog(const std::string& log, uint64_t user_id, LogMetadata log_metadata) in TestLog() argument
40 const std::string log;
41 const std::optional<uint64_t> user_id;
42 const LogMetadata log_metadata;
/external/clang/test/Analysis/
Dtaint-tester.m12 void TestLog (NSString *format, ...); function
13 void TestLog (NSString *format, ...) { function
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DTestLog.java12 public interface TestLog { interface
/external/icu/icu4j/main/framework/src/test/java/com/ibm/icu/dev/test/
DTestLog.java11 public interface TestLog { interface
/external/libchrome/base/test/android/junit/src/org/chromium/base/test/util/
DTestRunnerTestRule.java66 public static class TestLog { class in TestRunnerTestRule
/external/cronet/tot/base/test/android/junit/src/org/chromium/base/test/util/
DTestRunnerTestRule.java66 public static class TestLog { class in TestRunnerTestRule
/external/cronet/stable/base/test/android/junit/src/org/chromium/base/test/util/
DTestRunnerTestRule.java66 public static class TestLog { class in TestRunnerTestRule
/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/dev/test/
DTestLog.java9 public interface TestLog { interface
/external/executorch/backends/arm/test/ops/
Dtest_log.py29 class TestLog(unittest.TestCase): class
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmEmptyStructTests.cpp40 const std::vector<Resource> &expectedOutputs, tcu::TestLog &) in verifyResult()
DvktSpvAsmImageSamplerTests.cpp783 tcu::TestLog &) in nopVerifyFunction()
1159 const std::vector<Resource> &expectedOutputs, tcu::TestLog &) in verifyDepthCompareResult()
DvktSpvAsm8bitStorageTests.cpp156 const std::vector<Resource> & /*expectedOutputs*/, tcu::TestLog & /*log*/) in computeCheckBuffers()
656 const std::vector<Resource> & /* expectedOutputs */, tcu::TestLog & /* log */) in checkStruct()
674 … const std::vector<Resource> & /* expectedOutputs */, tcu::TestLog & /* log */) in checkUniformsArray()
707 … const std::vector<Resource> & /* expectedOutputs */, tcu::TestLog & /* log */) in checkUniformsArrayConstNdx()
DvktSpvAsmInstructionTests.cpp1909 const std::vector<Resource> &expectedOutputs, TestLog &) in compareNoContractCase() argument
2020 const std::vector<Resource> &expectedOutputs, TestLog &) in compareFRem() argument
2121 const std::vector<Resource> &expectedOutputs, TestLog &) in compareNMin() argument
2245 const std::vector<Resource> &expectedOutputs, TestLog &) in compareNMax() argument
2368 const std::vector<Resource> &expectedOutputs, TestLog &) in compareNClamp() argument
5893 const std::vector<Resource> &expectedOutputs, TestLog &) in compareOpQuantizeF16ComputeExactCase() argument
5939 const std::vector<Resource> &expectedOutputs, TestLog &) in compareNan() argument
5959 const std::vector<Resource> &expectedOutputs, TestLog &) in compareZeros() argument
20105 const std::vector<Resource> &expectedOutputs, TestLog &) in passthruVerify() argument
DvktSpvAsmIntegerDotProductTests.cpp96 const std::vector<Resource> &, TestLog &) in compareDotProductAccSat() argument
DvktSpvAsm16bitStorageTests.cpp239 … const std::vector<Resource> & /*expectedOutputs*/, tcu::TestLog & /*log*/) in computeCheckBuffersFloats()
/external/deqp/framework/common/
DtcuTestLog.hpp78 class TestLog class
DtcuTestLog.cpp194 TestLog::TestLog(const char *fileName, uint32_t flags) in TestLog() function in tcu::TestLog
/external/pytorch/c10/test/util/
Dcomplex_math_test_common.h112 C10_DEFINE_TEST(TestLog, Definition) { in C10_DEFINE_TEST() argument
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1210 virtual void logPrepare(TestLog &, size_t) const in logPrepare() argument
1214 virtual void logExecute(TestLog &, size_t) const in logExecute() argument
1954 virtual void logPrepare(TestLog &, size_t) const in logPrepare() argument
1958 virtual void logSubmit(TestLog &, size_t) const in logSubmit() argument
4468 virtual void logPrepare(TestLog &, size_t) const in logPrepare() argument
4472 virtual void logSubmit(TestLog &, size_t) const in logSubmit() argument
/external/pytorch/test/cpp/lazy/
Dtest_lazy_ops.cpp6306 TEST_F(LazyOpsTest, TestLog) { in TEST_F() argument