/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioConfigResponseHidl.java | 229 private static void logd(String log) { in logd() 233 private static void loge(String log) { in loge() 237 private static void logd(RILRequest rr, String log) { in logd() 241 private static void loge(RILRequest rr, String log) { in loge()
|
D | RadioConfigResponseAidl.java | 262 private static void logd(String log) { in logd() 266 private static void loge(String log) { in loge() 270 private static void logd(RILRequest rr, String log) { in logd() 274 private static void loge(RILRequest rr, String log) { in loge()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fNegativeSSBOBlockTests.cpp | 102 SsboArgs::SsboArgs(const std::string version, tcu::TestLog &log) in SsboArgs() 213 …erateVaryingSSBOShader(const glw::GLenum shaderType, const args::SsboArgs &args, tcu::TestLog &log) in generateVaryingSSBOShader() 335 tcu::TestLog &log = ctx.getLog(); in logProgramInfo() local 360 tcu::TestLog &log = ctx.getLog(); in ssbo_block_matching() local 450 tcu::TestLog &log = ctx.getLog(); in ssbo_block_shared_qualifier() local
|
/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | QnsUtils.java | 806 protected static void loge(String log) { in loge() 807 Log.e(QnsUtils.class.getSimpleName(), log); in loge() local 810 protected static void log(String log) { in log() method in QnsUtils 811 Log.d(QnsUtils.class.getSimpleName(), log); in log() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | FileSystemLogSaver.java | 113 File log = mFileSaver.saveLogData(dataName, dataType, dataStream); in saveLogData() local 117 File log = mFileSaver.saveAndGZipLogData(dataName, dataType, dataStream); in saveLogData() local 125 File log = mFileSaver.saveLogFile(dataName, dataType, fileToLog); in saveLogFile() local 129 File log = mFileSaver.saveAndGZipLogFile(dataName, dataType, fileToLog); in saveLogFile() local
|
/aosp_15_r20/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | Tracer.java | 57 public void log(String message); in log() method 71 public void log(String message) { in log() method in Tracer.FileSink 84 public void log(String message) { in log() method in Tracer.LogcatSink 179 private void log(String message) { in log() method in Tracer
|
/aosp_15_r20/art/dex2oat/ |
H A D | transaction.cc | 169 ObjectLog log(&allocator_); in RecordNewObject() local 182 ArrayLog log(&allocator_); in RecordNewArray() local 311 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kInsert); in RecordStrongStringInsertion() local 316 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kInsert); in RecordWeakStringInsertion() local 321 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kRemove); in RecordStrongStringRemoval() local 326 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kRemove); in RecordWeakStringRemoval() local 330 void Transaction::LogInternedString(InternStringLog&& log) { in LogInternedString()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/ |
H A D | KeyguardLogger.kt | 41 fun log( in log() method 48 fun log( in log() method
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fTextureFormatTests.cpp | 152 TestLog &log = m_testCtx.getLog(); in init() local 187 TestLog &log = m_testCtx.getLog(); in iterate() local 331 TestLog &log = m_testCtx.getLog(); in init() local 408 TestLog &log = m_testCtx.getLog(); in testFace() local 586 TestLog &log = m_testCtx.getLog(); in testLayer() local 753 TestLog &log = m_testCtx.getLog(); in testSlice() local 893 TestLog &log = m_testCtx.getLog(); in iterate() local 1036 TestLog &log = m_testCtx.getLog(); in testFace() local 1162 TestLog &log = m_testCtx.getLog(); in iterate() local 1280 TestLog &log = m_testCtx.getLog(); in testFace() local
|
H A D | es3fClippingTests.cpp | 151 inline int compareImages(tcu::TestLog &log, const ConstPixelBufferAccess &test, const ConstPixelBuf… in compareImages() 246 int compareBlackNonBlackImages(tcu::TestLog &log, const ConstPixelBufferAccess &test, const ConstPi… in compareBlackNonBlackImages() 264 int compareColoredImages(tcu::TestLog &log, const ConstPixelBufferAccess &test, const ConstPixelBuf… in compareColoredImages() 278 bool checkHalfFilledImageOverdraw(tcu::TestLog &log, const tcu::RenderTarget &m_renderTarget, in checkHalfFilledImageOverdraw() 547 tcu::TestLog &log = m_testCtx.getLog(); in testRender() local 695 tcu::TestLog &log = m_testCtx.getLog(); in testRender() local 813 tcu::TestLog &log = m_testCtx.getLog(); in verifyImage() local 867 tcu::TestLog &log = m_testCtx.getLog(); in verifyImage() local 955 tcu::TestLog &log = m_testCtx.getLog(); in testRender() local 1047 tcu::TestLog &log = m_testCtx.getLog(); in verifyImage() local [all …]
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcTestSubcase.cpp | 112 void WriteField(tcu::TestLog &log, const char *title, std::string message) in WriteField() 131 TestLog &log = m_context.getTestContext().getLog(); in OutputNotSupported() local 147 TestLog &log = m_context.getTestContext().getLog(); in Documentation() local 222 TestLog &log = m_testCtx.getLog(); in iterate() local
|
/aosp_15_r20/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/metriclogger/ |
D | MetricLogger.java | 39 void log(L log); in log() method 47 void log(Supplier<L> logSupplier); in log() method
|
D | AbstractMetricLogger.java | 58 public void log(L log) { in log() argument 63 public void log(Supplier<L> logSupplier) { in log() method in AbstractMetricLogger
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglNativeCoordMappingTests.cpp | 85 uint32_t createGLES2Program(const glw::Functions &gl, TestLog &log) in createGLES2Program() 258 bool validate(TestLog &log, const tcu::TextureLevel &result, int rectX, int rectY, int rectW, int r… in validate() 348 void logConfigInfo(TestLog &log, const Library &egl, EGLDisplay display, EGLConfig config, in logConfigInfo() 371 bool testNativeWindow(TestLog &log, eglu::NativeDisplay &nativeDisplay, eglu::NativeWindow &nativeW… in testNativeWindow() 423 bool testNativePixmap(TestLog &log, eglu::NativeDisplay &nativeDisplay, eglu::NativePixmap &nativeP… in testNativePixmap() 471 bool testNativePixmapCopy(TestLog &log, const Library &egl, eglu::NativePixmap &nativePixmap, int w… in testNativePixmapCopy()
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fTextureFormatTests.cpp | 115 TestLog &log = m_testCtx.getLog(); in init() local 142 TestLog &log = m_testCtx.getLog(); in iterate() local 263 TestLog &log = m_testCtx.getLog(); in init() local 340 TestLog &log = m_testCtx.getLog(); in testFace() local 480 TestLog &log = m_testCtx.getLog(); in iterate() local 599 TestLog &log = m_testCtx.getLog(); in testFace() local
|
H A D | es2fClippingTests.cpp | 148 inline int compareImages(tcu::TestLog &log, const ConstPixelBufferAccess &test, const ConstPixelBuf… in compareImages() 243 int compareBlackNonBlackImages(tcu::TestLog &log, const ConstPixelBufferAccess &test, const ConstPi… in compareBlackNonBlackImages() 261 int compareColoredImages(tcu::TestLog &log, const ConstPixelBufferAccess &test, const ConstPixelBuf… in compareColoredImages() 275 bool checkHalfFilledImageOverdraw(tcu::TestLog &log, const tcu::RenderTarget &m_renderTarget, in checkHalfFilledImageOverdraw() 544 tcu::TestLog &log = m_testCtx.getLog(); in testRender() local 692 tcu::TestLog &log = m_testCtx.getLog(); in testRender() local 810 tcu::TestLog &log = m_testCtx.getLog(); in verifyImage() local 864 tcu::TestLog &log = m_testCtx.getLog(); in verifyImage() local 951 tcu::TestLog &log = m_testCtx.getLog(); in testRender() local 1043 tcu::TestLog &log = m_testCtx.getLog(); in verifyImage() local [all …]
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluShaderProgram.cpp | 593 tcu::TestLog &operator<<(tcu::TestLog &log, const ShaderInfo &shaderInfo) in operator <<() 599 tcu::TestLog &operator<<(tcu::TestLog &log, const Shader &shader) in operator <<() 605 static void logShaderProgram(tcu::TestLog &log, const ProgramInfo &programInfo, size_t numShaders, in logShaderProgram() 664 tcu::TestLog &operator<<(tcu::TestLog &log, const ShaderProgramInfo &shaderProgramInfo) in operator <<() 676 tcu::TestLog &operator<<(tcu::TestLog &log, const ShaderProgram &shaderProgram) in operator <<() 692 tcu::TestLog &operator<<(tcu::TestLog &log, const ProgramSources &sources) in operator <<()
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/ |
D | DatagramReceiver.java | 898 private static void logd(@NonNull String log) { in logd() 902 private static void loge(@NonNull String log) { in loge() 906 private static void logw(@NonNull String log) { in logw() 923 private void plogd(@NonNull String log) { in plogd() 930 private void plogw(@NonNull String log) { in plogw() 937 private void ploge(@NonNull String log) { in ploge()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 68 tcu::TestLog &log = context.getTestContext().getLog(); in createInstanceTest() local 214 tcu::TestLog &log = context.getTestContext().getLog(); in createInstanceWithInvalidApiVersionTest() local 325 tcu::TestLog &log = context.getTestContext().getLog(); in createInstanceWithNullApplicationInfoTest() local 356 tcu::TestLog &log = context.getTestContext().getLog(); in createInstanceWithUnsupportedExtensionsTest() local 696 tcu::TestLog &log = context.getTestContext().getLog(); in createMultipleDevicesTest() local 814 tcu::TestLog &log = context.getTestContext().getLog(); in createDeviceWithUnsupportedExtensionsTest() local 900 tcu::TestLog &log = context.getTestContext().getLog(); in createDeviceWithVariousQueueCountsTest() local 994 tcu::TestLog &log = context.getTestContext().getLog(); in createDeviceWithGlobalPriorityTest() local 1204 tcu::TestLog &log = context.getTestContext().getLog(); in createDeviceWithQueriedGlobalPriorityTest() local 1623 tcu::TestLog &log = context.getTestContext().getLog(); in createDeviceWithUnsupportedFeaturesTest() local [all …]
|
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/testing/ |
D | Logger.java | 98 void log(LogLevel level, @FormatString String msgFmt, @Nullable Object... msgArgs) { in log() method in Logger 104 void log( in log() method in Logger 130 void log( in log() method 138 void log( in log() method
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/ |
D | Log.h | 124 void log(const std::string& entry) { record(Level::LOG, entry); } in log() function 126 void log(const char entry[n]) { log(std::string(entry)); } in log() function 127 void log(const LogEntry& entry) { log(entry.toString()); } in log() function 128 void log(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in log() function
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cShaderImageSizeTests.cpp | 225 std::vector<GLchar> log(length); in CheckProgram() local 236 std::vector<GLchar> log(length); in CheckProgram() local 253 GLchar log[1024]; in CompileShader() local 274 GLchar log[1024]; in LinkProgram() local 719 GLchar log[1024]; in Compile() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/ |
H A D | quiche_mock_log_impl.h | 13 #define CREATE_QUICHE_MOCK_LOG_IMPL(log) QuicheMockLog log argument 15 #define EXPECT_QUICHE_LOG_CALL_IMPL(log) EXPECT_CALL(log, Log(_, _, _, _, _)) argument 17 #define EXPECT_QUICHE_LOG_CALL_CONTAINS_IMPL(log, level, content) \ argument
|
/aosp_15_r20/external/grpc-grpc/examples/python/debug/ |
H A D | README.md | 20 ### The Most Verbose Tracing Log 32 ### Debug Transport Protocol 39 ### Debug Connection Behavior
|
/aosp_15_r20/frameworks/av/services/mediaresourcemanager/ |
H A D | ResourceManagerServiceNew.cpp | 91 String8 log = String8::format("addResource(pid %d, uid %d clientId %lld, resources %s)", in addResource() local 108 String8 log = String8::format("removeResource(pid %d, uid %d clientId %lld, resources %s)", in removeResource() local 127 String8 log = String8::format("removeResource(pid %d, uid %d clientId %lld)", in removeResource() local 178 String8 log = String8::format( in markClientForPendingRemoval() local 189 String8 log = String8::format("reclaimResourcesFromClientsPendingRemoval(pid %d)", pid); in reclaimResourcesFromClientsPendingRemoval() local
|