/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglWideColorTests.cpp | 655 tcu::TestLog &log = m_testCtx.getLog(); in writeEglConfig() local 873 tcu::TestLog &log = m_testCtx.getLog(); in testPixels() local 1017 tcu::TestLog &log = m_testCtx.getLog(); in doClearTest() local 1079 tcu::TestLog &log = m_testCtx.getLog(); in executeTest() local 1470 tcu::TestLog &log = m_testCtx.getLog(); in executeTest() local 1556 tcu::TestLog &log = m_testCtx.getLog(); in executeTest() local
|
H A D | teglSwapBuffersTests.cpp | 115 uint32_t createGLES2Program(const glw::Functions &gl, TestLog &log) in createGLES2Program() 239 bool checkColor(tcu::TestLog &log, const tcu::TextureLevel &screen, const tcu::Vec4 &color) in checkColor() 277 TestLog &log = m_testCtx.getLog(); in executeForConfig() local
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fAtomicCounterTests.cpp | 532 bool AtomicCounterTest::checkAndLogCounterValues(TestLog &log, const vector<uint32_t> &counters) co… in checkAndLogCounterValues() 665 bool AtomicCounterTest::checkRange(TestLog &log, const vector<uint32_t> &values, const vector<uint3… in checkRange() 694 bool AtomicCounterTest::checkUniquenessAndLinearity(TestLog &log, const vector<uint32_t> &values) in checkUniquenessAndLinearity() 837 bool AtomicCounterTest::checkAndLogCallValues(TestLog &log, const vector<uint32_t> &increments, in checkAndLogCallValues() 990 TestLog &log = m_testCtx.getLog(); in iterate() local
|
H A D | es31fFboNoAttachmentTests.cpp | 67 bool checkFramebufferSize(TestLog &log, const glu::RenderContext &renderCtx, GLuint framebuffer, co… in checkFramebufferSize() 172 bool checkFramebufferRenderable(TestLog &log, const glu::RenderContext &renderCtx, GLuint framebuff… in checkFramebufferRenderable() 359 TestLog &log = m_testCtx.getLog(); in iterate() local 489 TestLog &log = m_testCtx.getLog(); in iterate() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateGeneralTests.cpp | 78 tcu::TestLog &log = m_context.getTestContext().getLog(); in iterate() local 192 tcu::TestLog &log = m_context.getTestContext().getLog(); in iterate() local 376 tcu::TestLog &log = m_context.getTestContext().getLog(); in iterate() local 753 auto &log = context.getTestContext().getLog(); in staticStencilMaskZeroProgramsTest() local 904 auto &log = context.getTestContext().getLog(); in doubleBindTest() local
|
/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | typed_macros_unittest.cc | 226 perfetto::protos::pbzero::LogMessage* log = ctx.event()->set_log_message(); in TEST_F() local 241 perfetto::protos::pbzero::LogMessage* log = ctx.event()->set_log_message(); in TEST_F() local 273 auto* log = ctx.event()->set_log_message(); in TEST_F() local 318 auto* log = ctx.event()->set_log_message(); in TEST_F() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsMemoryStressCase.cpp | 154 TextureRenderer::TextureRenderer(tcu::TestLog &log, glu::RenderContext &renderContext) in TextureRenderer() 313 BufferRenderer::BufferRenderer(tcu::TestLog &log, glu::RenderContext &renderContext) in BufferRenderer() 457 MemObjectAllocator::MemObjectAllocator(tcu::TestLog &log, glu::RenderContext &renderContext, MemObj… in MemObjectAllocator() 843 tcu::TestLog &log = m_testCtx.getLog(); in iterate() local
|
H A D | glsStateChangePerfTestCases.cpp | 549 TestLog &log = m_testCtx.getLog(); in logAndSetTestResult() local 579 TestLog &log = m_testCtx.getLog(); in iterate() local 689 TestLog &log = m_testCtx.getLog(); in logTestCase() local 707 TestLog &log = m_testCtx.getLog(); in logAndSetTestResult() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/ |
H A D | test_fence_sync.cpp | 144 GLchar *log = (GLchar*) malloc(logLength); in createShaderProgram() local 174 GLchar *log = (GLchar*)malloc(logLength); in createShaderProgram() local 191 GLchar *log = (GLchar*)malloc(logLength); in createShaderProgram() local 207 GLchar *log = (GLchar*)malloc(logLength); in createShaderProgram() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/ctestfw/ |
H A D | tstdtmod.cpp | 137 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule() 156 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/) in TestDataModule() 184 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status) in RBTestDataModule()
|
/aosp_15_r20/external/cronet/components/metrics/ |
H A D | reporting_service_unittest.cc | 39 const std::string log; member 52 void AddLog(const TestLog& log) { logs_.push_back(log); } in AddLog() 105 void AddLog(const TestLog& log) { log_store_.AddLog(log); } in AddLog()
|
/aosp_15_r20/external/icu/icu4c/source/tools/ctestfw/ |
H A D | tstdtmod.cpp | 137 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule() 156 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/) in TestDataModule() 182 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status) in RBTestDataModule()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | int_log10.rs | 55 let mut log = 0; in u32() localVariable 66 let mut log = 0; in u64() localVariable 81 let mut log = 0; in u128() localVariable
|
/aosp_15_r20/packages/modules/NetworkStack/src/android/net/ip/ |
D | ConnectivityPacketTracker.java | 77 public Dependencies(final LocalLog log) { in Dependencies() 137 public ConnectivityPacketTracker(Handler h, InterfaceParams ifParams, LocalLog log) { in ConnectivityPacketTracker() 191 @NonNull LocalLog log, in ConnectivityPacketTracker()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/ |
H A D | int_log10.rs | 55 let mut log = 0; in u32() localVariable 66 let mut log = 0; in u64() localVariable 81 let mut log = 0; in u128() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | int_log10.rs | 55 let mut log = 0; in u32() localVariable 66 let mut log = 0; in u64() localVariable 81 let mut log = 0; in u128() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/ |
H A D | int_log10.rs | 55 let mut log = 0; in u32() localVariable 66 let mut log = 0; in u64() localVariable 81 let mut log = 0; in u128() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | int_log10.rs | 55 let mut log = 0; in u32() localVariable 66 let mut log = 0; in u64() localVariable 81 let mut log = 0; in u128() localVariable
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | MediaPerfUtils.java | 57 DeviceReportLog log, String message, int round, String codecName, in addPerformanceHeadersToLog() 95 DeviceReportLog log, MediaUtils.Stats durationsUsStats, String message) { in addPerformanceStatsToLog() 120 DeviceReportLog log, MediaUtils.Stats statsUs, String prefix, String message) { in logPerformanceStats()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 585 tcu::TestLog &log = context.getTestContext().getLog(); in tuneWorkSizeYAndPrepareCommandBuffer() local 818 TestLog &log = context.getTestContext().getLog(); in testSemaphoreQueries() local 1569 TestLog &log = context.getTestContext().getLog(); in testSemaphoreFdDup() local 1644 TestLog &log = context.getTestContext().getLog(); in testSemaphoreFdDup2() local 1722 TestLog &log = context.getTestContext().getLog(); in testSemaphoreFdDup3() local 1803 TestLog &log = context.getTestContext().getLog(); in testSemaphoreFdSendOverSocket() local 1942 TestLog &log = context.getTestContext().getLog(); in testFenceQueries() local 2728 TestLog &log = context.getTestContext().getLog(); in testFenceFdDup() local 2803 TestLog &log = context.getTestContext().getLog(); in testFenceFdDup2() local 2881 TestLog &log = context.getTestContext().getLog(); in testFenceFdDup3() local [all …]
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/ |
D | LogSaver.java | 57 public abstract void log(int level, String tag, String msg); in log() method in LogSaver 145 public void log(int level, String tag, String msg) { in log() method in LogSaver.MemoryLogSaver 250 public void log(int level, String tag, String msg) { in log() method in LogSaver.DiskLogSaver
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncLogger.java | 97 public void log(Object... message) { in log() method in SyncLogger 178 public void log(Object... message) { in log() method in SyncLogger.RotatingFileLogger 303 public void log(long now, Object[] message) { in log() method in SyncLogger.RotatingFileLogger.MyHandler
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessProgramPipelinesTests.cpp | 336 glw::GLchar log[max_log_size] = {0}; in testProgramPipelineInfoLog() local 652 glw::GLchar log[max_log_size] = {0}; in prepareShaderPrograms() local 681 glw::GLchar log[max_log_size] = {0}; in prepareShaderPrograms() local
|
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/ |
H A D | logger_impl.h | 62 inline void spdlog::logger::log(level::level_enum lvl, const char* fmt, const Args&... args) in log() function 83 inline void spdlog::logger::log(level::level_enum lvl, const char* msg) in log() function 104 inline void spdlog::logger::log(level::level_enum lvl, const T& msg) in log() function
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/cloud/ |
D | GceManagerTest.java | 101 String log = in testExtractNameFromLog() local 127 String log = in testExtractNameFromLog_newFormat() local 150 String log = in testExtractNameFromLog_notfound() local
|