/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | SystemUIApplication.java | 111 TimingsTraceLog log = new TimingsTraceLog("SystemUIBootTiming", in onCreate() local 284 TimingsTraceLog log = new TimingsTraceLog("SystemUIBootTiming", in startServicesIfNeeded() local 399 private static void timeInitialization(String clsName, Runnable init, TimingsTraceLog log, in timeInitialization()
|
/aosp_15_r20/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/ |
D | CapabilityRequest.java | 353 protected void logd(String log) { in logd() 357 protected void logw(String log) { in logw() 361 protected void logi(String log) { in logi()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsSamplerObjectTest.cpp | 240 tcu::TestLog &log = m_testCtx.getLog(); in init() local 551 tcu::TestLog &log = m_testCtx.getLog(); in iterate() local 760 tcu::TestLog &log = m_testCtx.getLog(); in init() local 1169 tcu::TestLog &log = m_testCtx.getLog(); in iterate() local
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglImageTests.cpp | 98 TestLog &log = testCtx.getLog(); in checkCallError() local 123 TestLog &log = testCtx.getLog(); in checkCallReturn() local 462 TestLog &log = m_testCtx.getLog(); in iterate() local 522 TestLog &log = m_testCtx.getLog(); in iterate() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/ |
H A D | test_fence_sync.cpp | 169 GLchar *log = (GLchar *)malloc(logLength); in createShaderProgram() local 192 GLchar *log = (GLchar *)malloc(logLength); in createShaderProgram() local 210 GLchar *log = (GLchar *)malloc(logLength); in createShaderProgram() local 495 GLchar *log = (GLchar *)malloc(logLength); in test_fence_sync_single() local
|
/aosp_15_r20/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | OffloadHalAidlImpl.java | 61 @NonNull SharedLog log) { in OffloadHalAidlImpl() 219 public static IOffloadHal getIOffloadHal(Handler handler, SharedLog log) { in getIOffloadHal() 237 public final SharedLog log; field in OffloadHalAidlImpl.TetheringOffloadCallback
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationGeometryPointSizeTests.cpp | 115 bool verifyImage(tcu::TestLog &log, const tcu::ConstPixelBufferAccess image, const int expectedSize) in verifyImage() 304 tcu::TestLog &log = context.getTestContext().getLog(); in test() local 417 tcu::TestLog &log = context.getTestContext().getLog(); in test() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 1570 TestLog &log = m_testCtx.getLog(); in getActiveUniforms() local 1681 TestLog &log = m_testCtx.getLog(); in getActiveUniformsiv() local 1792 TestLog &log = m_testCtx.getLog(); in uniformVsUniformsivComparison() local 1869 TestLog &log = m_testCtx.getLog(); in getUniforms() local 1950 TestLog &log = m_testCtx.getLog(); in checkUniformDefaultValues() local 2008 TestLog &log = m_testCtx.getLog(); in assignUniforms() local 2291 TestLog &log = m_testCtx.getLog(); in compareUniformValues() local 2317 TestLog &log = m_testCtx.getLog(); in renderTest() local 2394 TestLog &log = m_testCtx.getLog(); in iterate() local 2500 TestLog &log = m_testCtx.getLog(); in test() local [all …]
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fTextureCompletenessTests.cpp | 79 static bool compareToConstantColor(TestLog &log, const char *imageSetName, const char *imageSetDesc, in compareToConstantColor() 147 TestLog &log = m_testCtx.getLog(); in iterate() local 210 TestLog &log = m_testCtx.getLog(); in iterate() local 287 TestLog &log = m_testCtx.getLog(); in createTexture() local 480 TestLog &log = m_testCtx.getLog(); in createTexture() local 876 TestLog &log = m_testCtx.getLog(); in createTexture() local
|
/aosp_15_r20/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
H A D | Category.java | 332 public void log(String FQCN, Priority p, Object msg, Throwable t) { in log() method in Category 337 public void log(Priority p, Object message, Throwable t) { in log() method in Category 342 public void log(Priority p, Object message) { in log() method in Category
|
/aosp_15_r20/external/musl/src/math/i386/ |
H A D | log.s | 1 .global log symbol 3 log: label
|
/aosp_15_r20/external/trusty/musl/src/math/i386/ |
D | log.s | 1 .global log symbol 3 log: label
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcUniformBlockCase.cpp | 1352 TestLog &log = m_testCtx.getLog(); in iterate() local 1538 TestLog &log = m_testCtx.getLog(); in compareStd140Blocks() local 1620 TestLog &log = m_testCtx.getLog(); in compareSharedBlocks() local 1695 TestLog &log = m_testCtx.getLog(); in compareTypes() local 1753 TestLog &log = m_testCtx.getLog(); in checkLayoutIndices() local 1793 TestLog &log = m_testCtx.getLog(); in checkLayoutBounds() local 1843 tcu::TestLog &log = m_testCtx.getLog(); in checkIndexQueries() local 1869 tcu::TestLog &log = m_testCtx.getLog(); in render() local
|
/aosp_15_r20/external/parameter-framework/upstream/parameter/ |
H A D | ParameterMgrLogger.h | 46 void info(const std::string &log) override { _parameterMgrConnector.info(log); } in info() 48 void warning(const std::string &log) override { _parameterMgrConnector.warning(log); } in warning()
|
/aosp_15_r20/cts/tests/storageaccess/src/android/storageaccess/cts/ |
H A D | LogUtils.kt | 23 fun log(message: String) = method
|
/aosp_15_r20/packages/modules/NetworkStack/src/com/android/server/ |
D | NetworkStackService.java | 174 @NonNull DhcpServingParams params, @NonNull SharedLog log) { in makeDhcpServer() 182 @NonNull SharedLog log, @NonNull NetworkStackServiceManager nsServiceManager) { in makeNetworkMonitor() 279 final SharedLog log = new SharedLog(NUM_VALIDATION_LOG_LINES, network + " - " + name); in addValidationLogs() local 371 final SharedLog log = addValidationLogs(network, name); in makeNetworkMonitor() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/logging/modules-utils-uieventlogger-interface/android_common/turbine/ |
D | modules-utils-uieventlogger-interface.jar | ... extends java.lang.Object {
public abstract void log (com.android.internal.logging.UiEventLogger ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/logging/modules-utils-uieventlogger-interface/android_common_apex30/turbine/ |
D | modules-utils-uieventlogger-interface.jar | ... extends java.lang.Object {
public abstract void log (com.android.internal.logging.UiEventLogger ... |
/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/ |
D | TransactionManagerTest.java | 317 AccessLog log = result.get(0); in readRecordsAndPageToken_isNotReadingSelfData_accessLogRecorded() local 457 AccessLog log = result.get(0); in deleteAll_shouldRecordAccessLog_logged() local 525 AccessLog log = result.get(0); in populateWithAggregation_accessLogRecorded() local
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/ |
D | SatelliteServiceUtils.java | 665 private static void logd(@NonNull String log) { in logd() 669 private static void loge(@NonNull String log) { in loge() 673 private static void logv(@NonNull String log) { in logv()
|
/aosp_15_r20/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/publish/ |
D | PublishProcessor.java | 535 private void logd(String log) { in logd() 539 private void logi(String log) { in logi() 543 private void logw(String log) { in logw()
|
/aosp_15_r20/external/vogar/src/vogar/commands/ |
H A D | Mkdir.java | 26 private final Log log; field in Mkdir 28 public Mkdir(Log log) { in Mkdir()
|
H A D | Rm.java | 26 private final Log log; field in Rm 28 public Rm(Log log) { in Rm()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkSpirVProgram.cpp | 31 tcu::TestLog &operator<<(tcu::TestLog &log, const SpirVProgramInfo &shaderInfo) in operator <<() 42 tcu::TestLog &operator<<(tcu::TestLog &log, const SpirVAsmSource &source) in operator <<()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
H A D | DisplaySwitchLatencyLogger.kt | 27 fun log(displaySwitchLatencyEvent: DisplaySwitchLatencyTracker.DisplaySwitchLatencyEvent) { in log() method in com.android.systemui.unfold.DisplaySwitchLatencyLogger
|